.page-game-jili8-com {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      overflow-x: hidden;
    }

    .page-game-jili8-com__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-game-jili8-com__section {
      padding: 60px 0;
      text-align: center;
    }

    .page-game-jili8-com__section--dark {
      background-color: #222;
      color: #f8f8f8;
    }

    .page-game-jili8-com__section-title {
      font-size: 2.5em;
      margin-bottom: 30px;
      color: #333;
      position: relative;
      padding-bottom: 15px;
    }

    .page-game-jili8-com__section-title--light {
      color: #f8f8f8;
    }

    .page-game-jili8-com__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #e44d26;
      border-radius: 2px;
    }

    .page-game-jili8-com__text-center {
      text-align: center;
    }

    .page-game-jili8-com__text-left {
      text-align: left;
    }

    .page-game-jili8-com__btn {
      display: inline-block;
      background-color: #e44d26;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin: 10px;
      white-space: nowrap;
    }

    .page-game-jili8-com__btn:hover {
      background-color: #c0392b;
    }

    /* Hero Section */
    .page-game-jili8-com__hero-section {
      position: relative;
      background-size: cover;
      background-position: center;
      color: #fff;
      padding: 10px 0 100px 0;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 600px;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-game-jili8-com__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    .page-game-jili8-com__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      text-align: center;
    }

    .page-game-jili8-com__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .page-game-jili8-com__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
    }

    /* Introduction Section */
    .page-game-jili8-com__intro-content {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      text-align: left;
      justify-content: center;
    }

    .page-game-jili8-com__intro-text {
      flex: 1 1 45%;
      min-width: 300px;
    }

    .page-game-jili8-com__intro-image {
      flex: 1 1 45%;
      min-width: 300px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .page-game-jili8-com__intro-image img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    /* Quick Access Section */
    .page-game-jili8-com__access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .page-game-jili8-com__access-item {
      background-color: #fff;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .page-game-jili8-com__access-item:hover {
      transform: translateY(-5px);
    }

    .page-game-jili8-com__access-item h3 {
      font-size: 1.3em;
      margin-bottom: 15px;
      color: #e44d26;
    }

    /* Games Section */
    .page-game-jili8-com__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-game-jili8-com__game-card {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-game-jili8-com__game-card:hover {
      transform: translateY(-5px);
    }

    .page-game-jili8-com__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-game-jili8-com__game-card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-game-jili8-com__game-card-title {
      font-size: 1.5em;
      margin-bottom: 10px;
      color: #333;
    }

    .page-game-jili8-com__game-card-description {
      font-size: 0.9em;
      color: #666;
      margin-bottom: 15px;
    }

    /* Promotions Section */
    .page-game-jili8-com__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-game-jili8-com__promo-card {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      text-align: left;
      transition: transform 0.3s ease;
    }

    .page-game-jili8-com__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-game-jili8-com__promo-card-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .page-game-jili8-com__promo-card-content {
      padding: 20px;
    }

    .page-game-jili8-com__promo-card-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #e44d26;
    }

    .page-game-jili8-com__promo-card-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

    /* Security & Support Section */
    .page-game-jili8-com__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-game-jili8-com__feature-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      text-align: center;
    }

    .page-game-jili8-com__feature-item img {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
    }

    .page-game-jili8-com__feature-item h3 {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #e44d26;
    }

    .page-game-jili8-com__payment-methods {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-game-jili8-com__payment-method-logo {
      width: 100px;
      height: 60px;
      object-fit: contain;
      filter: grayscale(100%);
      transition: filter 0.3s ease;
    }

    .page-game-jili8-com__payment-method-logo:hover {
      filter: grayscale(0%);
    }

    /* FAQ Section */
    .page-game-jili8-com__faq-list {
      max-width: 800px;
      margin: 40px auto 0 auto;
      text-align: left;
    }

    .page-game-jili8-com__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .page-game-jili8-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      background-color: #e44d26;
      color: #fff;
      cursor: pointer;
      font-weight: bold;
      font-size: 1.1em;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-game-jili8-com__faq-question:hover {
      background-color: #c0392b;
    }

    .page-game-jili8-com__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-game-jili8-com__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-game-jili8-com__faq-item.active .page-game-jili8-com__faq-toggle {
      transform: rotate(45deg);
    }

    .page-game-jili8-com__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fefefe;
      color: #333;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-game-jili8-com__faq-item.active .page-game-jili8-com__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }

    /* Blog Section */
    .page-game-jili8-com__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-game-jili8-com__blog-card {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      text-align: left;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-game-jili8-com__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-game-jili8-com__blog-card-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .page-game-jili8-com__blog-card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-game-jili8-com__blog-card-title {
      font-size: 1.4em;
      margin-bottom: 10px;
    }

    .page-game-jili8-com__blog-card-title a {
      color: #333;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-game-jili8-com__blog-card-title a:hover {
      color: #e44d26;
    }

    .page-game-jili8-com__blog-card-excerpt {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-game-jili8-com__blog-card-date {
      font-size: 0.85em;
      color: #999;
      margin-top: auto;
    }

    /* Floating Buttons */
    .page-game-jili8-com__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .page-game-jili8-com__floating-btn {
      background-color: #e44d26;
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      font-size: 1.2em;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-decoration: none;
    }

    .page-game-jili8-com__floating-btn:hover {
      background-color: #c0392b;
      transform: scale(1.05);
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-game-jili8-com__hero-title {
        font-size: 2.5em;
      }

      .page-game-jili8-com__hero-subtitle {
        font-size: 1.2em;
      }

      .page-game-jili8-com__section {
        padding: 40px 0;
      }

      .page-game-jili8-com__section-title {
        font-size: 2em;
      }

      .page-game-jili8-com__intro-content {
        flex-direction: column;
      }

      .page-game-jili8-com__intro-text, .page-game-jili8-com__intro-image {
        min-width: unset;
        width: 100%;
      }

      .page-game-jili8-com__access-grid,
      .page-game-jili8-com__game-categories,
      .page-game-jili8-com__promo-grid,
      .page-game-jili8-com__features-grid {
        grid-template-columns: 1fr;
      }

      .page-game-jili8-com__payment-methods {
        gap: 10px;
      }

      .page-game-jili8-com__payment-method-logo {
        width: 80px;
        height: 50px;
      }

      .page-game-jili8-com__faq-list {
        margin-left: 0;
        margin-right: 0;
        padding: 0 15px;
      }

      .page-game-jili8-com__faq-question {
        padding: 15px;
        font-size: 1em;
      }

      .page-game-jili8-com__faq-answer {
        padding: 15px !important;
      }

      .page-game-jili8-com__floating-buttons {
        bottom: 15px;
        right: 15px;
      }

      .page-game-jili8-com__floating-btn {
        width: 45px;
        height: 45px;
        font-size: 1em;
      }

      /* Mobile responsiveness for list items - general rule */
      .page-game-jili8-com ul,
      .page-game-jili8-com ol {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-game-jili8-com ul li,
      .page-game-jili8-com ol li {
        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;
        padding-left: 15px !important;
        padding-right: 15px !important;
      }

      .page-game-jili8-com__game-card-description,
      .page-game-jili8-com__promo-card-description,
      .page-game-jili8-com__blog-card-excerpt {
        word-break: break-word;
      }
    }

    @media (max-width: 480px) {
      .page-game-jili8-com__hero-title {
        font-size: 2em;
      }

      .page-game-jili8-com__hero-subtitle {
        font-size: 1em;
      }

      .page-game-jili8-com__btn {
        padding: 10px 20px;
        font-size: 0.9em;
      }

      .page-game-jili8-com__section-title {
        font-size: 1.8em;
      }
    }