
    .page-ae888soy153 {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
      box-sizing: border-box;
    }

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

    .page-ae888soy153__hero-section {
      background-color: #0d0d0d;
      text-align: center;
      padding-bottom: 40px;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Thêm padding-top để tránh bị che bởi header cố định */
    }
    .page-ae888soy153__hero-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    }
    .page-ae888soy153__hero-content {
      position: relative;
      z-index: 2;
      padding: 20px 15px;
    }
    .page-ae888soy153__hero-title {
      font-size: 2.5em;
      color: #ffcc00;
      margin-bottom: 10px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }
    .page-ae888soy153__hero-description {
      font-size: 1.1em;
      color: #e0e0e0;
      margin-bottom: 25px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
    .page-ae888soy153__cta-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      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;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    }
    .page-ae888soy153__cta-button:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    .page-ae888soy153__section {
      padding: 50px 0;
      text-align: center;
    }
    .page-ae888soy153__section--dark {
      background-color: #222222;
    }
    .page-ae888soy153__section--light {
      background-color: #1a1a1a;
    }
    .page-ae888soy153__section-title {
      font-size: 2em;
      color: #ffcc00;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }
    .page-ae888soy153__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ffcc00;
      border-radius: 2px;
    }

    .page-ae888soy153__game-grid,
    .page-ae888soy153__promo-grid,
    .page-ae888soy153__feature-grid,
    .page-ae888soy153__logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-ae888soy153__game-card,
    .page-ae888soy153__promo-card,
    .page-ae888soy153__feature-item {
      background-color: #2a2a2a;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      color: #f0f0f0;
      border: 1px solid #3a3a3a;
    }
    .page-ae888soy153__game-card:hover,
    .page-ae888soy153__promo-card:hover,
    .page-ae888soy153__feature-item:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

    .page-ae888soy153__game-image,
    .page-ae888soy153__promo-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
      object-fit: cover;
    }

    .page-ae888soy153__game-title,
    .page-ae888soy153__promo-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin-bottom: 10px;
      text-decoration: none;
      display: block;
    }
    .page-ae888soy153__game-title:hover,
    .page-ae888soy153__promo-title:hover {
      text-decoration: underline;
    }
    .page-ae888soy153__game-description,
    .page-ae888soy153__promo-description {
      font-size: 0.95em;
      color: #cccccc;
    }

    .page-ae888soy153__feature-item h3 {
      font-size: 1.3em;
      color: #ffcc00;
      margin-bottom: 10px;
    }
    .page-ae888soy153__feature-item p {
      color: #cccccc;
    }

    .page-ae888soy153__logo-grid {
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 20px;
      align-items: center;
      justify-items: center;
    }
    .page-ae888soy153__provider-logo,
    .page-ae888soy153__payment-logo {
      width: 120px;
      height: auto;
      max-width: 100%;
      filter: grayscale(80%);
      opacity: 0.7;
      transition: filter 0.3s ease, opacity 0.3s ease;
    }
    .page-ae888soy153__provider-logo:hover,
    .page-ae888soy153__payment-logo:hover {
      filter: grayscale(0%);
      opacity: 1;
    }

    /* FAQ Section */
    .page-ae888soy153__faq-section {
      padding: 50px 0;
      background-color: #222222;
    }
    .page-ae888soy153__faq-item {
      background-color: #2a2a2a;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      border: 1px solid #3a3a3a;
    }
    .page-ae888soy153__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      cursor: pointer;
      user-select: none;
      font-size: 1.15em;
      color: #ffcc00;
      background-color: #333333;
      border-radius: 8px;
      transition: background-color 0.3s ease;
    }
    .page-ae888soy153__faq-question:hover {
      background-color: #444444;
    }
    .page-ae888soy153__faq-question h3 {
      margin: 0;
      font-size: 1em; /* Adjust to fit the parent font size */
      pointer-events: none; /* Prevent h3 from blocking click event on parent div */
    }
    .page-ae888soy153__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ffcc00;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event on parent div */
    }
    .page-ae888soy153__faq-item.active .page-ae888soy153__faq-toggle {
      transform: rotate(45deg); /* Plus to X */
    }
    .page-ae888soy153__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: #cccccc;
      text-align: left;
    }
    .page-ae888soy153__faq-item.active .page-ae888soy153__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Sticky Login Button */
    .page-ae888soy153__sticky-button-wrapper {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      display: none; /* Hidden by default, shown on mobile */
    }
    .page-ae888soy153__sticky-button {
      background-color: #007bff; /* Blue for login */
      color: white;
      padding: 12px 20px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      transition: background-color 0.3s ease, transform 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .page-ae888soy153__sticky-button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }
    .page-ae888soy153__sticky-button-icon {
      margin-right: 8px;
      width: 24px;
      height: 24px;
      vertical-align: middle;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-ae888soy153__hero-section {
        padding-top: 10px; /* Thêm padding-top cho mobile */
      }
      .page-ae888soy153__hero-title {
        font-size: 1.8em;
      }
      .page-ae888soy153__hero-description {
        font-size: 1em;
      }
      .page-ae888soy153__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }
      .page-ae888soy153__section-title {
        font-size: 1.6em;
      }
      .page-ae888soy153__game-grid,
      .page-ae888soy153__promo-grid,
      .page-ae888soy153__feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-ae888soy153__logo-grid {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
      }
      .page-ae888soy153__provider-logo,
      .page-ae888soy153__payment-logo {
        width: 100px;
      }
      .page-ae888soy153__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }
      .page-ae888soy153__faq-answer {
        padding: 0 20px;
      }
      .page-ae888soy153__faq-item.active .page-ae888soy153__faq-answer {
        padding: 15px 20px !important;
      }
      .page-ae888soy153__sticky-button-wrapper {
        display: block; /* Show on mobile */
      }
      /* Ensure images are responsive on mobile */
      .page-ae888soy153 img {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-ae888soy153__game-image,
      .page-ae888soy153__promo-image,
      .page-ae888soy153__hero-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
    }
  