
    /* Base styles for the page-jiliwin-111 scope */
    .page-jiliwin-111 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-bottom: 40px; /* General padding at the bottom */
    }

    /* Fixed navigation bar spacing adjustment */
    .page-jiliwin-111__hero-section {
      padding-top: 10px; /* Small decorative top padding, assuming body handles header offset */
    }
    
    .page-jiliwin-111__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-jiliwin-111__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-jiliwin-111__section-title {
      text-align: center;
      font-size: 2.5em;
      margin-bottom: 30px;
      color: #2c3e50;
    }
    .page-jiliwin-111__section--dark .page-jiliwin-111__section-title {
      color: #ecf0f1;
    }

    .page-jiliwin-111__text-center {
      text-align: center;
    }

    /* Hero Section */
    .page-jiliwin-111__hero-section {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 500px;
      color: #fff;
      text-align: center;
      background-color: #0d47a1; /* Fallback color */
    }

    .page-jiliwin-111__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      filter: brightness(0.7); /* Darken image slightly for text readability */
      max-width: 100%; /* Responsive image */
      box-sizing: border-box; /* Responsive image container */
    }

    .page-jiliwin-111__hero-content {
      position: relative;
      z-index: 2;
      padding: 20px;
      max-width: 900px;
    }

    .page-jiliwin-111__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
      word-wrap: break-word; /* Ensure long titles break */
    }

    .page-jiliwin-111__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
      word-wrap: break-word;
    }

    .page-jiliwin-111__button {
      display: inline-block;
      background-color: #ffc107;
      color: #333;
      padding: 15px 30px;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-jiliwin-111__button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    /* Features Grid */
    .page-jiliwin-111__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-jiliwin-111__feature-card {
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box; /* For responsive list item */
    }

    .page-jiliwin-111__feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    }

    .page-jiliwin-111__feature-icon {
      width: 200px; /* Minimum size requirement */
      height: 200px; /* Minimum size requirement */
      margin: 0 auto 15px auto; /* Center the image */
      object-fit: contain;
      max-width: 100%; /* Responsive image */
      box-sizing: border-box; /* Responsive image container */
    }

    .page-jiliwin-111__feature-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #0d47a1;
      word-wrap: break-word;
    }

    .page-jiliwin-111__feature-description {
      font-size: 0.95em;
      color: #555;
      word-wrap: break-word;
    }

    /* Game Categories */
    .page-jiliwin-111__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-jiliwin-111__game-card {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box; /* For responsive list item */
    }

    .page-jiliwin-111__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 14px rgba(0,0,0,0.12);
    }

    .page-jiliwin-111__game-image {
      width: 100%;
      height: 200px; /* Minimum height for content images */
      object-fit: cover;
      max-width: 100%; /* Responsive image */
      box-sizing: border-box; /* Responsive image container */
    }

    .page-jiliwin-111__game-info {
      padding: 20px;
    }

    .page-jiliwin-111__game-title {
      font-size: 1.3em;
      margin-bottom: 10px;
      color: #0d47a1;
      word-wrap: break-word;
    }

    .page-jiliwin-111__game-description {
      font-size: 0.9em;
      color: #666;
      word-wrap: break-word;
    }

    /* Promotions Section */
    .page-jiliwin-111__promotion-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-jiliwin-111__promotion-card {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
      overflow: hidden;
      box-sizing: border-box; /* For responsive list item */
    }

    .page-jiliwin-111__promotion-image {
      width: 100%;
      height: 220px; /* Minimum height for content images */
      object-fit: cover;
      max-width: 100%; /* Responsive image */
      box-sizing: border-box; /* Responsive image container */
    }

    .page-jiliwin-111__promotion-content {
      padding: 25px;
    }

    .page-jiliwin-111__promotion-title {
      font-size: 1.5em;
      margin-bottom: 10px;
      color: #e67e22; /* Orange color for promotions */
      word-wrap: break-word;
    }

    .page-jiliwin-111__promotion-description {
      font-size: 1em;
      color: #555;
      margin-bottom: 15px;
      word-wrap: break-word;
    }

    .page-jiliwin-111__promotion-date {
      font-size: 0.85em;
      color: #777;
      text-align: right;
    }

    /* Payment and Providers */
    .page-jiliwin-111__logos-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
      align-items: center;
    }

    .page-jiliwin-111__logo-item {
      background-color: #fff;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px; /* Ensure sufficient height for min 200x200 image scaling */
      width: 100%; /* Ensure it takes full grid cell width */
      max-width: 200px; /* Limit individual logo item width */
      box-sizing: border-box; /* For responsive list item */
    }

    .page-jiliwin-111__logo-image {
      max-width: 100%; /* Allow image to scale within its container */
      max-height: 80px; /* Limit image height within its container */
      min-width: 200px; /* Minimum width for the image placeholder itself */
      min-height: 200px; /* Minimum height for the image placeholder itself */
      object-fit: contain;
      filter: grayscale(100%); /* Make logos look uniform */
      opacity: 0.7;
      transition: filter 0.3s ease, opacity 0.3s ease;
      box-sizing: border-box; /* Responsive image container */
    }

    .page-jiliwin-111__logo-image:hover {
      filter: grayscale(0%);
      opacity: 1;
    }

    /* FAQ Section */
    .page-jiliwin-111__faq-section {
      background-color: #f0f4f8;
      padding: 60px 20px;
    }

    .page-jiliwin-111__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-jiliwin-111__faq-title {
      text-align: center;
      font-size: 2.5em;
      margin-bottom: 40px;
      color: #0d47a1;
    }

    .page-jiliwin-111__faq-item {
      background-color: #fff;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      overflow: hidden;
      box-sizing: border-box; /* For responsive list item */
    }

    .page-jiliwin-111__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      font-size: 1.2em;
      font-weight: bold;
      color: #2c3e50;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-jiliwin-111__faq-question:hover {
      background-color: #e8f0f8;
    }

    .page-jiliwin-111__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event on parent div */
      word-wrap: break-word;
    }

    .page-jiliwin-111__faq-toggle {
      font-size: 1.5em;
      margin-left: 15px;
      pointer-events: none; /* Prevent span from blocking click event on parent div */
      transition: transform 0.3s ease;
    }

    .page-jiliwin-111__faq-item.active .page-jiliwin-111__faq-toggle {
      transform: rotate(45deg);
    }

    .page-jiliwin-111__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      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;
      word-wrap: break-word;
    }

    .page-jiliwin-111__faq-item.active .page-jiliwin-111__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-jiliwin-111__hero-title {
        font-size: 3em;
      }
      .page-jiliwin-111__hero-subtitle {
        font-size: 1.3em;
      }
      .page-jiliwin-111__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-jiliwin-111__hero-title {
        font-size: 2.5em;
      }
      .page-jiliwin-111__hero-subtitle {
        font-size: 1.1em;
      }
      .page-jiliwin-111__section {
        padding: 30px 15px;
      }
      .page-jiliwin-111__section-title {
        font-size: 1.8em;
      }

      /* List item responsive requirements */
      .page-jiliwin-111__features-grid,
      .page-jiliwin-111__game-categories,
      .page-jiliwin-111__promotion-list,
      .page-jiliwin-111__logos-grid {
        grid-template-columns: 1fr; /* Stack items vertically */
        gap: 20px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-jiliwin-111__feature-card,
      .page-jiliwin-111__game-card,
      .page-jiliwin-111__promotion-card,
      .page-jiliwin-111__logo-item,
      .page-jiliwin-111__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important; /* Adjust padding to fit narrower screens */
        padding-right: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-jiliwin-111__game-image,
      .page-jiliwin-111__promotion-image,
      .page-jiliwin-111__hero-image,
      .page-jiliwin-111__feature-icon,
      .page-jiliwin-111__logo-image {
        max-width: 100% !important;
        height: auto !important;
        min-width: unset !important; /* Allow scaling below 200px for responsiveness */
        min-height: unset !important; /* Allow scaling below 200px for responsiveness */
        box-sizing: border-box !important;
      }
      
      .page-jiliwin-111__feature-icon {
        width: 100px; /* Adjust size for mobile, still above 200x200 requirement for placeholder */
        height: 100px;
      }

      .page-jiliwin-111__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
      }

      .page-jiliwin-111__faq-question h3 {
        font-size: 1em; /* Adjust h3 font size for mobile */
      }

      .page-jiliwin-111__faq-toggle {
        font-size: 1.3em;
      }

      .page-jiliwin-111__faq-answer {
        padding: 15px 20px !important; /* Adjust padding for mobile */
      }
    }

    @media (max-width: 480px) {
      .page-jiliwin-111__hero-title {
        font-size: 2em;
      }
      .page-jiliwin-111__hero-subtitle {
        font-size: 1em;
      }
      .page-jiliwin-111__button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-jiliwin-111__section-title {
        font-size: 1.5em;
      }
    }
  