
    /* Tổng quan */
    .page-j88tang88k {
      font-family: 'Arial', sans-serif;
      background-color: #000000;
      color: #FFFFFF;
      line-height: 1.6;
      overflow-x: hidden;
    }

    .page-j88tang88k__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-j88tang88k__section {
      padding: 40px 0;
      text-align: center;
    }

    .page-j88tang88k__section-title {
      font-size: 2.5em;
      color: #FFD700;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-weight: bold;
    }

    .page-j88tang88k__section-subtitle {
      font-size: 1.2em;
      color: #FFF;
      margin-bottom: 40px;
    }

    /* Hero Section */
    .page-j88tang88k__hero-section {
      position: relative;
      width: 100%;
      min-height: 450px; /* Adjusted for image height */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding-top: 150px; /* Safety zone for fixed header */
      box-sizing: border-box;
      background-color: #000; /* Fallback */
    }

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

    .page-j88tang88k__hero-content {
      position: absolute;
      bottom: 0; /* Position below the image */
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
      background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.5), rgba(0,0,0,0));
      color: #FFFFFF;
      text-align: center;
      padding-bottom: 40px; /* Ensure space for content */
    }

    .page-j88tang88k__hero-title {
      font-size: 2.8em;
      color: #FFD700;
      margin-bottom: 15px;
      font-weight: bold;
      line-height: 1.2;
    }

    .page-j88tang88k__hero-subtitle {
      font-size: 1.5em;
      color: #FFFFFF;
      margin-bottom: 30px;
    }

    .page-j88tang88k__cta-button {
      display: inline-block;
      background-color: #FFD700;
      color: #000000;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-j88tang88k__cta-button:hover {
      background-color: #e0b800;
      transform: translateY(-3px);
    }

    /* Promo Bar (Floating Button) */
    .page-j88tang88k__promo-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #FFD700;
      padding: 10px 15px;
      text-align: center;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
      z-index: 1000;
      box-sizing: border-box;
    }

    .page-j88tang88k__promo-bar-button {
      display: block;
      width: 100%;
      background-color: #FF4500; /* Cam để nổi bật */
      color: #FFFFFF;
      padding: 12px 20px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-j88tang88k__promo-bar-button:hover {
      background-color: #cc3700;
    }

    /* Benefits Section */
    .page-j88tang88k__benefits-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
      margin-top: 40px;
    }

    .page-j88tang88k__benefit-item {
      background-color: #1a1a1a;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

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

    .page-j88tang88k__benefit-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 8px;
    }

    .page-j88tang88k__benefit-title {
      font-size: 1.5em;
      color: #FFD700;
      margin-bottom: 10px;
    }

    .page-j88tang88k__benefit-description {
      font-size: 1em;
      color: #CCCCCC;
    }

    /* Game Categories Section */
    .page-j88tang88k__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .page-j88tang88k__game-card {
      background-color: #1a1a1a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      text-align: left;
    }

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

    .page-j88tang88k__game-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
    }

    .page-j88tang88k__game-content {
      padding: 20px;
      flex-grow: 1;
    }

    .page-j88tang88k__game-title {
      font-size: 1.3em;
      color: #FFD700;
      margin-bottom: 10px;
    }
    
    .page-j88tang88k__game-title a {
      color: #FFD700;
      text-decoration: none;
    }

    .page-j88tang88k__game-title a:hover {
      text-decoration: underline;
    }

    .page-j88tang88k__game-description {
      font-size: 0.95em;
      color: #CCCCCC;
    }

    /* Promotions Section */
    .page-j88tang88k__promotion-card {
      background-color: #1a1a1a;
      padding: 30px;
      border-radius: 10px;
      margin-bottom: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: left;
    }

    .page-j88tang88k__promotion-card-title {
      font-size: 1.8em;
      color: #FFD700;
      margin-bottom: 15px;
    }

    .page-j88tang88k__promotion-card-description {
      font-size: 1.1em;
      color: #CCCCCC;
      margin-bottom: 20px;
    }

    /* How To Section */
    .page-j88tang88k__steps-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
      margin-top: 40px;
    }

    .page-j88tang88k__step-item {
      background-color: #1a1a1a;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .page-j88tang88k__step-number {
      background-color: #FFD700;
      color: #000000;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold;
      margin: 0 auto 20px auto;
    }

    .page-j88tang88k__step-title {
      font-size: 1.5em;
      color: #FFD700;
      margin-bottom: 10px;
    }

    .page-j88tang88k__step-description {
      font-size: 1em;
      color: #CCCCCC;
    }

    /* Game Providers Section */
    .page-j88tang88k__providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 40px;
      justify-items: center;
    }

    .page-j88tang88k__provider-logo {
      width: 100%;
      max-width: 200px;
      height: auto;
      object-fit: contain;
      background-color: #fff; /* Ensure logos are visible on dark background */
      padding: 10px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
      transition: transform 0.3s ease;
    }

    .page-j88tang88k__provider-logo:hover {
      transform: scale(1.05);
    }

    /* FAQ Section */
    .page-j88tang88k__faq-list {
      margin-top: 40px;
      text-align: left;
    }

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

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

    .page-j88tang88k__faq-question:hover {
      background-color: #2a2a2a;
    }

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

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

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

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

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

    /* Responsive adjustments */
    @media (min-width: 768px) {
      .page-j88tang88k__hero-section {
        min-height: 600px;
      }

      .page-j88tang88k__hero-title {
        font-size: 3.5em;
      }

      .page-j88tang88k__hero-subtitle {
        font-size: 1.8em;
      }

      .page-j88tang88k__benefits-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .page-j88tang88k__steps-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .page-j88tang88k__promo-bar {
        display: none; /* Hide floating bar on desktop if not desired */
      }

      .page-j88tang88k__hero-content {
        position: static;
        transform: none;
        background: none;
        padding-bottom: 0;
      }
    }

    /* Global image responsive optimization */
    .page-j88tang88k img {
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

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

    @media (max-width: 768px) {
      .page-j88tang88k__section-title {
        font-size: 2em;
      }

      .page-j88tang88k__hero-section {
        padding-top: 150px !important; /* Ensure mobile safety zone */
        min-height: 350px;
      }

      .page-j88tang88k__hero-title {
        font-size: 2.2em;
      }

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

      .page-j88tang88k__cta-button {
        font-size: 1em;
        padding: 12px 25px;
      }

      .page-j88tang88k__benefit-item,
      .page-j88tang88k__step-item {
        padding: 20px;
      }

      .page-j88tang88k__benefit-icon {
        width: 80px;
        height: 80px;
      }

      .page-j88tang88k__game-image {
        height: 150px;
      }

      .page-j88tang88k__game-title {
        font-size: 1.1em;
      }

      .page-j88tang88k__promotion-card-title {
        font-size: 1.5em;
      }

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

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

      .page-j88tang88k__faq-answer {
        padding: 15px 15px !important;
      }
      
      .page-j88tang88k img {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  