
    /* CSS cho trang j88 */
    .page-j88 {
      font-family: 'Arial', sans-serif;
      color: #FFFFFF;
      background-color: #000000;
      line-height: 1.6;
      padding-bottom: 80px; /* Đảm bảo khoảng trống cho nút nổi */
    }

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

    .page-j88__hero-section {
      background-color: #000000;
      text-align: center;
      padding-top: 120px; /* Khoảng cách an toàn cho banner */
      padding-bottom: 40px;
      position: relative;
      overflow: hidden;
    }

    .page-j88__hero-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
    }

    .page-j88__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 8px;
    }

    .page-j88__hero-title {
      font-size: 2.5em;
      color: #FFD700;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-j88__hero-description {
      font-size: 1.1em;
      color: #FFFFFF;
      max-width: 800px;
      margin: 0 auto 30px auto;
    }

    .page-j88__cta-button {
      display: inline-block;
      background-color: #FFD700;
      color: #000000;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, color 0.3s ease;
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1000;
      box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
      width: calc(100% - 40px);
      max-width: 350px;
      text-align: center;
      box-sizing: border-box;
    }

    .page-j88__cta-button:hover {
      background-color: #FFFF00;
      color: #333333;
    }

    .page-j88__section {
      padding: 60px 0;
      text-align: center;
    }

    .page-j88__section:nth-of-type(even) {
      background-color: #1a1a1a;
    }

    .page-j88__section-title {
      font-size: 2em;
      color: #FFD700;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-j88__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      width: 80px;
      height: 3px;
      background-color: #FFD700;
    }

    .page-j88__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-j88__card {
      background-color: #1a1a1a;
      border-radius: 8px;
      padding: 25px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      text-align: left;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

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

    .page-j88__card-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
    }

    .page-j88__card-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 5px;
    }

    .page-j88__card-title {
      font-size: 1.4em;
      color: #FFD700;
      margin-top: 15px;
      margin-bottom: 10px;
      text-align: center;
    }

    .page-j88__card-text {
      font-size: 0.95em;
      color: #CCCCCC;
      text-align: center;
    }

    .page-j88__game-provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .page-j88__provider-logo-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-j88__provider-logo {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      filter: grayscale(100%) brightness(1.5);
      transition: filter 0.3s ease;
    }

    .page-j88__provider-logo:hover {
      filter: grayscale(0%) brightness(1);
    }

    .page-j88__faq-section {
      background-color: #000000;
      padding: 60px 0;
    }

    .page-j88__faq-list {
      max-width: 800px;
      margin: 0 auto;
    }

    .page-j88__faq-item {
      background-color: #1a1a1a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-j88__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #2c2c2c;
      transition: background-color 0.3s ease;
    }

    .page-j88__faq-question:hover {
      background-color: #3a3a3a;
    }

    .page-j88__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      color: #FFD700;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-j88__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #FFD700;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-j88__faq-item.active .page-j88__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .page-j88__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      color: #CCCCCC;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

    .page-j88__faq-item.active .page-j88__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-j88__list {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: left;
    }

    .page-j88__list-item {
      margin-bottom: 10px;
      color: #FFFFFF;
      font-size: 1em;
    }

    .page-j88__list-item strong {
      color: #FFD700;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-j88__hero-section {
        padding-top: 100px; /* Khoảng cách an toàn cho banner trên di động */
      }

      .page-j88__hero-title {
        font-size: 1.8em;
      }

      .page-j88__hero-description {
        font-size: 1em;
      }

      .page-j88__section-title {
        font-size: 1.6em;
      }

      .page-j88__grid {
        grid-template-columns: 1fr;
      }

      .page-j88__card {
        padding: 20px;
      }

      .page-j88__card-title {
        font-size: 1.2em;
      }

      .page-j88__card-text {
        font-size: 0.9em;
      }

      .page-j88__game-provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
      }

      .page-j88__cta-button {
        bottom: 15px;
        padding: 12px 25px;
        font-size: 1em;
        width: calc(100% - 30px);
      }

      .page-j88__faq-question {
        padding: 15px 20px;
      }

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

      .page-j88__faq-answer {
        padding: 0 20px;
      }

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

    /* Important responsive image rules */
    .page-j88 img {
      max-width: 100% !important;
      height: auto !important;
      display: block !important; /* Ensure block display for centering and proper sizing */
    }
    .page-j88__hero-image-wrapper,
    .page-j88__card-image-wrapper,
    .page-j88__provider-logo-wrapper {
      width: 100% !important;
      max-width: 100% !important;
      overflow: hidden !important;
      box-sizing: border-box !important;
    }
    @media (max-width: 768px) {
      .page-j88 img {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-j88__hero-image-wrapper,
      .page-j88__card-image-wrapper,
      .page-j88__provider-logo-wrapper {
        width: 100% !important;
        max-width: 100% !important;
      }
    }
  