
    :root {
      --page-6623j-primary-color: #ffcc00; /* Vàng rực rỡ */
      --page-6623j-secondary-color: #333333; /* Xám đậm */
      --page-6623j-accent-color: #e02b2b; /* Đỏ nhấn */
      --page-6623j-text-color: #ffffff; /* Trắng */
      --page-6623j-dark-bg: #1a1a1a; /* Nền tối */
      --page-6623j-light-bg: #2a2a2a; /* Nền sáng hơn */
    }

    .page-6623j {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-6623j-text-color);
      background-color: var(--page-6623j-dark-bg);
      padding-top: var(--header-offset, 122px); /* Fallback for header offset */
    }

    .page-6623j__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-6623j__section--dark {
      background-color: var(--page-6623j-light-bg);
    }

    .page-6623j__heading {
      color: var(--page-6623j-primary-color);
      margin-bottom: 20px;
      font-size: 2.5em;
      font-weight: bold;
    }

    .page-6623j__sub-heading {
      color: var(--page-6623j-text-color);
      margin-bottom: 15px;
      font-size: 1.8em;
      font-weight: bold;
    }

    .page-6623j__text {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #ccc;
    }

    .page-6623j__button {
      display: inline-block;
      background-color: var(--page-6623j-accent-color);
      color: var(--page-6623j-text-color);
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-6623j__button:hover {
      background-color: #c02222;
    }

    /* Hero Section */
    .page-6623j__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:betting,casino,mobile,6623j]') center center no-repeat;
      background-size: cover;
      padding: 80px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 60vh;
      color: var(--page-6623j-text-color);
      padding-top: 10px; /* Small decorative top padding */
    }

    .page-6623j__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      color: var(--page-6623j-primary-color);
      text-transform: uppercase;
      letter-spacing: 2px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-6623j__hero-slogan {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
      color: #eee;
    }

    /* Product Display */
    .page-6623j__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-6623j__product-card {
      background-color: var(--page-6623j-secondary-color);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
    }

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

    .page-6623j__product-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    .page-6623j__product-content {
      padding: 20px;
    }

    .page-6623j__product-title {
      font-size: 1.5em;
      color: var(--page-6623j-primary-color);
      margin-bottom: 10px;
    }

    .page-6623j__product-description {
      font-size: 0.95em;
      color: #ccc;
    }

    /* Promotions Section */
    .page-6623j__promo-card {
      background-color: var(--page-6623j-light-bg);
      border-radius: 10px;
      padding: 25px;
      text-align: left;
      margin-bottom: 20px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    }

    .page-6623j__promo-card-title {
      color: var(--page-6623j-primary-color);
      font-size: 1.6em;
      margin-bottom: 10px;
    }

    .page-6623j__promo-card-text {
      color: #bbb;
      font-size: 1em;
    }

    /* Benefits Section */
    .page-6623j__benefits-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-6623j__benefit-item {
      background-color: var(--page-6623j-secondary-color);
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    }

    .page-6623j__benefit-icon {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 15px;
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    .page-6623j__benefit-title {
      color: var(--page-6623j-primary-color);
      font-size: 1.3em;
      margin-bottom: 10px;
    }

    .page-6623j__benefit-description {
      color: #ccc;
      font-size: 0.95em;
    }

    /* FAQ Section */
    .page-6623j__faq-container {
      margin-top: 30px;
      text-align: left;
    }

    .page-6623j__faq-item {
      background-color: var(--page-6623j-light-bg);
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-6623j__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: var(--page-6623j-secondary-color);
      color: var(--page-6623j-text-color);
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-6623j__faq-question:hover {
      background-color: #444;
    }

    .page-6623j__faq-question h3 {
      margin: 0;
      color: var(--page-6623j-text-color);
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-6623j__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      color: var(--page-6623j-primary-color);
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-6623j__faq-item.active .page-6623j__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' visually */
    }

    .page-6623j__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      color: #ccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      box-sizing: border-box; /* Ensure padding is included in width */
    }

    .page-6623j__faq-item.active .page-6623j__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to show content */
      padding: 20px !important;
      opacity: 1;
    }

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

    .page-6623j__floating-button {
      background-color: var(--page-6623j-primary-color);
      color: var(--page-6623j-dark-bg);
      padding: 10px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
      min-width: 100px;
    }

    .page-6623j__floating-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-6623j__hero-title {
        font-size: 2.5em;
      }

      .page-6623j__hero-slogan {
        font-size: 1.2em;
      }

      .page-6623j__heading {
        font-size: 2em;
      }

      .page-6623j__sub-heading {
        font-size: 1.5em;
      }

      .page-6623j__section {
        padding: 30px 15px;
      }

      .page-6623j__product-grid,
      .page-6623j__benefits-grid {
        grid-template-columns: 1fr;
      }

      .page-6623j__product-image,
      .page-6623j__benefit-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-6623j__faq-answer {
        padding: 0 15px !important; /* Adjust padding for mobile */
      }

      .page-6623j__faq-item.active .page-6623j__faq-answer {
        padding: 15px !important; /* Adjust padding for mobile */
      }
      
      .page-6623j__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

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

      .page-6623j__floating-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row;
        width: calc(100% - 30px);
        justify-content: space-around;
      }

      .page-6623j__floating-button {
        flex: 1;
        margin: 0 5px;
        padding: 10px 15px;
        font-size: 0.9em;
      }

      /* Ensure all list items and images are responsive */
      .page-6623j__product-card,
      .page-6623j__promo-card,
      .page-6623j__benefit-item,
      .page-6623j__faq-item {
        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;
      }

      .page-6623j__product-grid,
      .page-6623j__benefits-grid,
      .page-6623j__faq-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    @media (max-width: 480px) {
      .page-6623j__hero-title {
        font-size: 2em;
      }
      .page-6623j__hero-slogan {
        font-size: 1em;
      }
      .page-6623j__heading {
        font-size: 1.8em;
      }
      .page-6623j__sub-heading {
        font-size: 1.3em;
      }
    }
  