
    /* Base styles for the page */
    .page-jiliwin-free-100-no-deposit-bonus {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f9f9f9;
    }

    .page-jiliwin-free-100-no-deposit-bonus__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-jiliwin-free-100-no-deposit-bonus__section {
      background-color: #fff;
      padding: 40px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .page-jiliwin-free-100-no-deposit-bonus__hero-section {
      background: linear-gradient(135deg, #FFD700, #FFA500); /* Gold to Orange */
      color: #333;
      text-align: center;
      padding: 80px 20px;
      border-radius: 0;
      margin-bottom: 0;
      padding-top: calc(80px + 10px); /* Add a small offset to the top, assuming body padding-top is handled by shared.css */
      position: relative;
      overflow: hidden;
    }

    .page-jiliwin-free-100-no-deposit-bonus__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      opacity: 0.3;
    }

    .page-jiliwin-free-100-no-deposit-bonus__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-jiliwin-free-100-no-deposit-bonus__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      color: #1a1a1a;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    }

    .page-jiliwin-free-100-no-deposit-bonus__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #4a4a4a;
    }

    .page-jiliwin-free-100-no-deposit-bonus__button {
      display: inline-block;
      background-color: #007bff; /* A standard blue for calls to action */
      color: #fff;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-jiliwin-free-100-no-deposit-bonus__button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-jiliwin-free-100-no-deposit-bonus__h2 {
      font-size: 2.2em;
      color: #2c3e50;
      margin-bottom: 25px;
      text-align: center;
    }

    .page-jiliwin-free-100-no-deposit-bonus__h3 {
      font-size: 1.8em;
      color: #34495e;
      margin-bottom: 20px;
    }

    .page-jiliwin-free-100-no-deposit-bonus__p {
      font-size: 1.1em;
      margin-bottom: 15px;
      color: #4a4a4a;
    }

    .page-jiliwin-free-100-no-deposit-bonus__image-wrapper {
      text-align: center;
      margin: 30px 0;
      overflow: hidden; /* Ensure image doesn't overflow */
      box-sizing: border-box; /* Include padding/border in width */
      width: 100%;
      max-width: 100%;
    }

    .page-jiliwin-free-100-no-deposit-bonus__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      display: block; /* Remove extra space below image */
      margin: 0 auto; /* Center image */
    }

    .page-jiliwin-free-100-no-deposit-bonus__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-jiliwin-free-100-no-deposit-bonus__list-item {
      background-color: #f0f8ff; /* Light blue */
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      flex: 1;
      min-width: 280px;
      box-sizing: border-box;
    }

    .page-jiliwin-free-100-no-deposit-bonus__list-item strong {
      color: #007bff;
    }

    .page-jiliwin-free-100-no-deposit-bonus__steps-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-jiliwin-free-100-no-deposit-bonus__step-item {
      background-color: #e6f7ff; /* Lighter blue */
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box;
    }

    .page-jiliwin-free-100-no-deposit-bonus__step-number {
      background-color: #007bff;
      color: #fff;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5em;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .page-jiliwin-free-100-no-deposit-bonus__step-title {
      font-size: 1.4em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .page-jiliwin-free-100-no-deposit-bonus__step-description {
      font-size: 1em;
      color: #555;
    }

    /* FAQ Section Styles */
    .page-jiliwin-free-100-no-deposit-bonus__faq-section {
      background-color: #f0f0f0;
      padding: 40px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .page-jiliwin-free-100-no-deposit-bonus__faq-item {
      background-color: #fff;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      border: 1px solid #ddd;
    }

    .page-jiliwin-free-100-no-deposit-bonus__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #e9ecef;
      border-bottom: 1px solid #dee2e6;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-jiliwin-free-100-no-deposit-bonus__faq-question:hover {
      background-color: #e2e6ea;
    }

    .page-jiliwin-free-100-no-deposit-bonus__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #34495e;
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
    }

    .page-jiliwin-free-100-no-deposit-bonus__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #007bff;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click on parent div */
    }

    .page-jiliwin-free-100-no-deposit-bonus__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
      font-size: 1em;
      background-color: #fdfdfd;
      border-top: none; /* Remove top border as it's handled by question bottom border */
    }

    .page-jiliwin-free-100-no-deposit-bonus__faq-item.active .page-jiliwin-free-100-no-deposit-bonus__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px !important;
      opacity: 1;
    }

    .page-jiliwin-free-100-no-deposit-bonus__faq-item.active .page-jiliwin-free-100-no-deposit-bonus__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'X' for active state */
      color: #dc3545; /* Red color for active toggle */
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-jiliwin-free-100-no-deposit-bonus__container {
        padding: 15px;
      }

      .page-jiliwin-free-100-no-deposit-bonus__hero-section {
        padding: 60px 15px;
        padding-top: calc(60px + 10px); /* Adjust for header offset */
      }

      .page-jiliwin-free-100-no-deposit-bonus__hero-title {
        font-size: 2.2em;
      }

      .page-jiliwin-free-100-no-deposit-bonus__hero-subtitle {
        font-size: 1.2em;
      }

      .page-jiliwin-free-100-no-deposit-bonus__h2 {
        font-size: 1.8em;
      }

      .page-jiliwin-free-100-no-deposit-bonus__h3 {
        font-size: 1.5em;
      }

      .page-jiliwin-free-100-no-deposit-bonus__p {
        font-size: 1em;
      }

      .page-jiliwin-free-100-no-deposit-bonus__section {
        padding: 25px;
      }

      .page-jiliwin-free-100-no-deposit-bonus__list {
        flex-direction: column;
        gap: 15px;
      }

      .page-jiliwin-free-100-no-deposit-bonus__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-jiliwin-free-100-no-deposit-bonus__steps-list {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-jiliwin-free-100-no-deposit-bonus__step-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-jiliwin-free-100-no-deposit-bonus__faq-question {
        padding: 12px 15px;
      }

      .page-jiliwin-free-100-no-deposit-bonus__faq-question h3 {
        font-size: 1.1em;
      }

      .page-jiliwin-free-100-no-deposit-bonus__faq-answer {
        padding: 15px !important;
      }

      .page-jiliwin-free-100-no-deposit-bonus__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
      .page-jiliwin-free-100-no-deposit-bonus__image {
        max-width: 100% !important;
        height: auto !important;
      }
    }

    @media (max-width: 480px) {
      .page-jiliwin-free-100-no-deposit-bonus__hero-title {
        font-size: 1.8em;
      }
      .page-jiliwin-free-100-no-deposit-bonus__hero-subtitle {
        font-size: 1em;
      }
      .page-jiliwin-free-100-no-deposit-bonus__button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-jiliwin-free-100-no-deposit-bonus__h2 {
        font-size: 1.6em;
      }
      .page-jiliwin-free-100-no-deposit-bonus__h3 {
        font-size: 1.3em;
      }
    }
  