.page-ji88win {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: 10px; /* Decorative top padding */
    }

    .page-ji88win__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-ji88win__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-ji88win__section-title {
      font-size: 2.5em;
      color: #e74c3c;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

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

    .page-ji88win__section-title--light {
      color: #ecf0f1;
    }

    .page-ji88win__section-title--light::after {
      background-color: #ecf0f1;
    }

    .page-ji88win__text-center {
      text-align: center;
    }

    .page-ji88win__paragraph {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
    }

    .page-ji88win__btn {
      display: inline-block;
      padding: 12px 25px;
      background-color: #e74c3c;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin: 10px;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-ji88win__btn:hover {
      background-color: #c0392b;
    }

    /* HERO Section */
    .page-ji88win__hero-section {
      background: url('[GALLERY:hero:1920x1080:ji88win,casino,sports,vietnam,banner]') no-repeat center center/cover;
      color: #fff;
      text-align: center;
      padding: 100px 20px;
      min-height: 500px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      border-radius: 8px;
      overflow: hidden;
    }

    .page-ji88win__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
    }

    .page-ji88win__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
    }

    .page-ji88win__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-ji88win__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    }

    .page-ji88win__hero-buttons .page-ji88win__btn {
      background-color: #27ae60;
    }

    .page-ji88win__hero-buttons .page-ji88win__btn:hover {
      background-color: #229954;
    }

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

    .page-ji88win__floating-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #3498db;
      color: #fff;
      font-size: 0.9em;
      text-align: center;
      text-decoration: none;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.3s ease;
      overflow: hidden;
      position: relative;
      font-weight: bold;
      line-height: 1.2;
      padding: 5px;
    }

    .page-ji88win__floating-btn:hover {
      background-color: #2980b9;
      transform: scale(1.05);
    }

    .page-ji88win__floating-btn--register {
      background-color: #e74c3c;
    }

    .page-ji88win__floating-btn--register:hover {
      background-color: #c0392b;
    }

    .page-ji88win__floating-btn--login {
      background-color: #f39c12;
    }

    .page-ji88win__floating-btn--login:hover {
      background-color: #e67e22;
    }

    /* Introduction Section */
    .page-ji88win__intro-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-ji88win__intro-item {
      background-color: #f0f8ff;
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
    }

    .page-ji88win__intro-item:hover {
      transform: translateY(-5px);
    }

    .page-ji88win__intro-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
    }

    .page-ji88win__intro-item h3 {
      color: #3498db;
      font-size: 1.5em;
      margin-bottom: 10px;
    }

    /* Quick Access */
    .page-ji88win__quick-access-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 30px;
    }

    .page-ji88win__quick-access-item .page-ji88win__btn {
      background-color: #34495e;
      padding: 15px 30px;
      font-size: 1.1em;
    }

    .page-ji88win__quick-access-item .page-ji88win__btn:hover {
      background-color: #2c3e50;
    }

    /* Games Section */
    .page-ji88win__game-categories {
      display: flex;
      justify-content: center;
      margin-bottom: 30px;
      flex-wrap: wrap;
      gap: 10px;
    }

    .page-ji88win__game-tab {
      padding: 10px 20px;
      cursor: pointer;
      border-bottom: 3px solid transparent;
      font-weight: bold;
      color: #7f8c8d;
      transition: all 0.3s ease;
      font-size: 1.1em;
    }

    .page-ji88win__game-tab:hover,
    .page-ji88win__game-tab.active {
      color: #e74c3c;
      border-color: #e74c3c;
    }

    .page-ji88win__game-content {
      display: none;
    }

    .page-ji88win__game-content.active {
      display: block;
    }

    .page-ji88win__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .page-ji88win__game-card {
      background-color: #fcfcfc;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      text-align: center;
    }

    .page-ji88win__game-card:hover {
      transform: translateY(-8px);
    }

    .page-ji88win__game-image-wrapper {
      position: relative;
      padding-top: 56.25%; /* 16:9 Aspect Ratio */
      overflow: hidden;
    }

    .page-ji88win__game-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-ji88win__game-card-body {
      padding: 15px;
    }

    .page-ji88win__game-card h3 {
      font-size: 1.3em;
      margin-bottom: 10px;
      color: #333;
    }

    .page-ji88win__game-card .page-ji88win__btn {
      padding: 8px 15px;
      font-size: 0.9em;
      margin-top: 10px;
    }

    /* Promotions Section */
    .page-ji88win__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
    }

    .page-ji88win__promo-card {
      background-color: #fcfcfc;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .page-ji88win__promo-card:hover {
      transform: translateY(-8px);
    }

    .page-ji88win__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-ji88win__promo-content {
      padding: 20px;
    }

    .page-ji88win__promo-content h3 {
      font-size: 1.5em;
      color: #e74c3c;
      margin-bottom: 10px;
    }

    .page-ji88win__promo-content p {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

    /* Security & Customer Service */
    .page-ji88win__feature-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-ji88win__feature-item {
      background-color: #ecf0f1;
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      flex: 1 1 300px;
      max-width: 350px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-ji88win__feature-icon {
      width: 60px;
      height: 60px;
      margin-bottom: 15px;
    }

    .page-ji88win__feature-item h3 {
      color: #2c3e50;
      font-size: 1.4em;
      margin-bottom: 10px;
    }

    /* FAQ Section */
    .page-ji88win__faq-list {
      margin-top: 30px;
    }

    .page-ji88win__faq-item {
      background-color: #fcfcfc;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .page-ji88win__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #f5f5f5;
      border-bottom: 1px solid #eee;
      font-size: 1.1em;
      font-weight: bold;
      color: #333;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-ji88win__faq-question:hover {
      background-color: #eee;
    }

    .page-ji88win__faq-question h3 {
      margin: 0;
      pointer-events: none; /* Prevents text selection from interfering with click */
      color: #2c3e50;
      font-size: 1.2em;
    }

    .page-ji88win__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #e74c3c;
      pointer-events: none; /* Prevents toggle icon from interfering with click */
      transition: transform 0.3s ease;
    }

    .page-ji88win__faq-item.active .page-ji88win__faq-toggle {
      transform: rotate(45deg); /* Visually change + to X or - */
      color: #3498db;
    }

    .page-ji88win__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
    }

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

    /* Blog Section */
    .page-ji88win__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
    }

    .page-ji88win__blog-card {
      background-color: #fcfcfc;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .page-ji88win__blog-card:hover {
      transform: translateY(-8px);
    }

    .page-ji88win__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-ji88win__blog-content {
      padding: 20px;
    }

    .page-ji88win__blog-content h3 {
      font-size: 1.5em;
      margin-bottom: 10px;
    }

    .page-ji88win__blog-content h3 a {
      color: #2c3e50;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-ji88win__blog-content h3 a:hover {
      color: #e74c3c;
    }

    .page-ji88win__blog-meta {
      font-size: 0.9em;
      color: #7f8c8d;
      margin-bottom: 10px;
    }

    .page-ji88win__blog-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

    /* General Image Styles */
    .page-ji88win__image {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .page-ji88win__image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-ji88win__section {
        padding: 25px 15px;
        margin-bottom: 15px;
      }

      .page-ji88win__section-title {
        font-size: 2em;
        margin-bottom: 20px;
      }

      .page-ji88win__hero-section {
        padding: 80px 15px;
        min-height: 400px;
      }

      .page-ji88win__hero-title {
        font-size: 2.5em;
      }

      .page-ji88win__hero-subtitle {
        font-size: 1.2em;
      }

      .page-ji88win__hero-buttons {
        flex-direction: column;
      }

      .page-ji88win__btn {
        width: 100%;
        margin: 5px 0;
      }

      .page-ji88win__floating-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row;
        gap: 8px;
      }

      .page-ji88win__floating-btn {
        width: 50px;
        height: 50px;
        font-size: 0.8em;
        padding: 3px;
      }

      .page-ji88win__intro-grid,
      .page-ji88win__game-grid,
      .page-ji88win__promo-grid,
      .page-ji88win__feature-list,
      .page-ji88win__blog-grid {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .page-ji88win__quick-access-list {
        flex-direction: column;
        align-items: center;
      }

      .page-ji88win__quick-access-item .page-ji88win__btn {
        width: 100%;
        max-width: 300px;
      }

      .page-ji88win__game-tab {
        padding: 8px 15px;
        font-size: 1em;
      }

      .page-ji88win__feature-item {
        max-width: 100%;
      }

      .page-ji88win__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

      .page-ji88win__faq-question h3 {
        font-size: 1em;
      }

      .page-ji88win__faq-answer {
        padding: 0 15px;
      }

      .page-ji88win__faq-item.active .page-ji88win__faq-answer {
        padding: 15px !important;
      }

      /* List item and container responsive rules */
      .page-ji88win__intro-item,
      .page-ji88win__quick-access-item,
      .page-ji88win__game-card,
      .page-ji88win__promo-card,
      .page-ji88win__feature-item,
      .page-ji88win__blog-card {
        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;
      }
      .page-ji88win__intro-grid,
      .page-ji88win__quick-access-list,
      .page-ji88win__game-grid,
      .page-ji88win__promo-grid,
      .page-ji88win__feature-list,
      .page-ji88win__blog-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-ji88win__image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-ji88win__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-ji88win__hero-title {
        font-size: 2em;
      }
      .page-ji88win__hero-subtitle {
        font-size: 1em;
      }
      .page-ji88win__floating-buttons {
        bottom: 10px;
        right: 10px;
      }
      .page-ji88win__floating-btn {
        width: 45px;
        height: 45px;
        font-size: 0.75em;
      }
    }