
    :root {
      --page-789betlogin__primary-color: #e44d26; /* Cam đỏ */
      --page-789betlogin__secondary-color: #f7b731; /* Vàng cam */
      --page-789betlogin__dark-background: #1a1a1a;
      --page-789betlogin__light-background: #f0f2f5;
      --page-789betlogin__text-color: #333;
      --page-789betlogin__white: #ffffff;
      --page-789betlogin__border-color: #ddd;
    }

    .page-789betlogin {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-789betlogin__text-color);
      background-color: var(--page-789betlogin__light-background);
      overflow-x: hidden;
    }

    .page-789betlogin__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-789betlogin__hero-section {
      position: relative;
      width: 100%;
      background-color: var(--page-789betlogin__dark-background);
      color: var(--page-789betlogin__white);
      text-align: center;
      padding-top: 10px; /* Desktop */
      padding-bottom: 40px;
      overflow: hidden;
    }

    .page-789betlogin__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.4;
      z-index: 1;
    }

    .page-789betlogin__hero-content {
      position: relative;
      z-index: 2;
      padding: 20px;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-789betlogin__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--page-789betlogin__secondary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-789betlogin__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: var(--page-789betlogin__white);
    }

    .page-789betlogin__button {
      display: inline-block;
      background-color: var(--page-789betlogin__primary-color);
      color: var(--page-789betlogin__white);
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-789betlogin__button:hover {
      background-color: #c93a1a;
      transform: translateY(-2px);
    }

    .page-789betlogin__floating-button {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1000;
      background-color: var(--page-789betlogin__primary-color);
      color: var(--page-789betlogin__white);
      padding: 12px 25px;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      animation: page-789betlogin__pulse 2s infinite;
      text-align: center;
      text-decoration: none;
      white-space: nowrap;
      border: none;
      cursor: pointer;
    }

    .page-789betlogin__floating-button:hover {
      background-color: #c93a1a;
    }

    @keyframes page-789betlogin__pulse {
      0% {
        transform: translateX(-50%) scale(1);
      }
      50% {
        transform: translateX(-50%) scale(1.05);
      }
      100% {
        transform: translateX(-50%) scale(1);
      }
    }

    .page-789betlogin__section {
      padding: 60px 0;
      text-align: center;
      background-color: var(--page-789betlogin__white);
      margin-bottom: 20px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-789betlogin__section:nth-of-type(even) {
      background-color: var(--page-789betlogin__light-background);
    }

    .page-789betlogin__section-title {
      font-size: 2.2em;
      color: var(--page-789betlogin__primary-color);
      margin-bottom: 20px;
      position: relative;
      display: inline-block;
    }

    .page-789betlogin__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: var(--page-789betlogin__secondary-color);
      border-radius: 2px;
    }

    .page-789betlogin__section-description {
      font-size: 1.1em;
      color: #555;
      max-width: 800px;
      margin: 0 auto 40px auto;
    }

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

    .page-789betlogin__feature-item {
      background-color: var(--page-789betlogin__light-background);
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-789betlogin__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }

    .page-789betlogin__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      object-fit: contain;
      max-width: 100%;
      height: auto;
    }

    .page-789betlogin__feature-title {
      font-size: 1.5em;
      color: var(--page-789betlogin__primary-color);
      margin-bottom: 15px;
    }

    .page-789betlogin__feature-text {
      color: #666;
    }

    .page-789betlogin__game-showcase {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 40px;
      padding: 0 20px;
    }

    .page-789betlogin__game-card {
      background-color: var(--page-789betlogin__white);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-789betlogin__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-789betlogin__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
    }

    .page-789betlogin__game-content {
      padding: 20px;
      text-align: left;
    }

    .page-789betlogin__game-title {
      font-size: 1.3em;
      color: var(--page-789betlogin__primary-color);
      margin-bottom: 10px;
    }

    .page-789betlogin__game-description {
      font-size: 0.95em;
      color: #777;
    }

    .page-789betlogin__guide-section {
      text-align: left;
      max-width: 900px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .page-789betlogin__guide-step {
      display: flex;
      align-items: flex-start;
      margin-bottom: 30px;
    }

    .page-789betlogin__step-number {
      background-color: var(--page-789betlogin__primary-color);
      color: var(--page-789betlogin__white);
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5em;
      font-weight: bold;
      flex-shrink: 0;
      margin-right: 20px;
    }

    .page-789betlogin__step-content {
      flex-grow: 1;
    }

    .page-789betlogin__step-title {
      font-size: 1.4em;
      color: var(--page-789betlogin__primary-color);
      margin-bottom: 10px;
    }

    .page-789betlogin__step-description {
      color: #555;
    }

    .page-789betlogin__step-image {
      width: 100%;
      max-width: 600px;
      margin-top: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      max-width: 100%;
      height: auto;
    }

    .page-789betlogin__promotion-banner {
      background: linear-gradient(135deg, var(--page-789betlogin__primary-color), var(--page-789betlogin__secondary-color));
      color: var(--page-789betlogin__white);
      padding: 40px 20px;
      border-radius: 10px;
      margin-top: 40px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-789betlogin__promotion-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    }

    .page-789betlogin__promotion-text {
      font-size: 1.3em;
      margin-bottom: 30px;
    }

    .page-789betlogin__faq-section {
      text-align: left;
      max-width: 900px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .page-789betlogin__faq-item {
      background-color: var(--page-789betlogin__white);
      border: 1px solid var(--page-789betlogin__border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    }

    .page-789betlogin__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #f9f9f9;
      border-bottom: 1px solid var(--page-789betlogin__border-color);
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-789betlogin__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-789betlogin__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--page-789betlogin__primary-color);
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-789betlogin__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: var(--page-789betlogin__secondary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-789betlogin__faq-item.active .page-789betlogin__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
      color: var(--page-789betlogin__primary-color);
    }

    .page-789betlogin__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      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-789betlogin__faq-item.active .page-789betlogin__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px !important;
      opacity: 1;
    }

    .page-789betlogin__cta-section {
      background-color: var(--page-789betlogin__dark-background);
      color: var(--page-789betlogin__white);
      padding: 60px 20px;
      text-align: center;
      border-radius: 10px;
      margin-top: 40px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    .page-789betlogin__cta-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: var(--page-789betlogin__secondary-color);
    }

    .page-789betlogin__cta-text {
      font-size: 1.2em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-789betlogin__hero-section {
        padding-top: 10px; /* Mobile */
        padding-bottom: 30px;
      }

      .page-789betlogin__hero-title {
        font-size: 2em;
      }

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

      .page-789betlogin__section {
        padding: 40px 0;
      }

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

      .page-789betlogin__section-description {
        font-size: 1em;
        margin-bottom: 30px;
      }

      .page-789betlogin__feature-grid,
      .page-789betlogin__game-showcase {
        grid-template-columns: 1fr;
        padding: 0 15px;
      }

      .page-789betlogin__game-image {
        height: 180px;
      }

      .page-789betlogin__guide-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .page-789betlogin__step-number {
        margin-right: 0;
        margin-bottom: 15px;
      }

      .page-789betlogin__guide-section {
        padding: 0 15px;
      }

      .page-789betlogin__promotion-title {
        font-size: 2em;
      }

      .page-789betlogin__promotion-text {
        font-size: 1.1em;
      }

      .page-789betlogin__faq-question {
        padding: 12px 15px;
      }

      .page-789betlogin__faq-question h3 {
        font-size: 1.1em;
      }

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

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

      .page-789betlogin__cta-title {
        font-size: 2em;
      }

      .page-789betlogin__cta-text {
        font-size: 1em;
      }

      .page-789betlogin__floating-button {
        width: calc(100% - 40px);
        bottom: 15px;
        font-size: 1em;
        padding: 10px 20px;
      }

      .page-789betlogin__hero-section .page-789betlogin__button {
        padding: 12px 25px;
        font-size: 1em;
      }
    }

    /* Ensure all images are responsive */
    .page-789betlogin img {
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .page-789betlogin div[class*="__image-container"] { /* Generic container for images */
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }
    @media (max-width: 768px) {
        .page-789betlogin img {
            max-width: 100% !important;
            height: auto !important;
        }
        .page-789betlogin div[class*="__image-container"] {
            width: 100% !important;
            max-width: 100% !important;
            overflow: hidden !important;
            box-sizing: border-box !important;
        }
    }
  