
    :root {
      --page-789betdangnhap-primary-color: #0d1a26; /* Dark blue/black for background */
      --page-789betdangnhap-secondary-color: #e0b400; /* Gold/yellow for accents */
      --page-789betdangnhap-text-color: #ffffff; /* White for text */
      --page-789betdangnhap-light-bg: #1a2a3a; /* Slightly lighter dark blue for sections */
      --page-7789betdangnhap-accent-text: #ffd700; /* Brighter gold for highlights */
    }

    .page-789betdangnhap {
      font-family: 'Arial', sans-serif;
      background-color: var(--page-789betdangnhap-primary-color);
      color: var(--page-789betdangnhap-text-color);
      line-height: 1.6;
      padding-top: 160px; /* Safe zone for floating header/menu */
      position: relative;
    }

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

    .page-789betdangnhap h1,
    .page-789betdangnhap h2,
    .page-789betdangnhap h3 {
      color: var(--page-789betdangnhap-secondary-color);
      text-align: center;
      margin-bottom: 25px;
      font-weight: bold;
    }

    .page-789betdangnhap h1 {
      font-size: 2.5em;
      margin-top: 0;
      padding-top: 20px;
    }

    .page-789betdangnhap h2 {
      font-size: 2em;
      margin-top: 40px;
    }

    .page-789betdangnhap h3 {
      font-size: 1.5em;
      margin-top: 30px;
    }

    .page-789betdangnhap p {
      margin-bottom: 15px;
      text-align: justify;
    }

    .page-789betdangnhap section {
      background-color: var(--page-789betdangnhap-light-bg);
      padding: 30px 20px;
      margin-bottom: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-789betdangnhap .hero-section {
      text-align: center;
      padding: 0; /* No extra padding for hero as image fills */
      background-color: transparent;
      box-shadow: none;
      margin-bottom: 0;
      border-radius: 0;
    }

    .page-789betdangnhap .hero-image {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      max-width: 800px; /* Constrain hero image size */
      border-radius: 10px;
      object-fit: contain; /* Ensure image keeps aspect ratio */
    }

    .page-789betdangnhap .hero-content {
      padding: 20px;
      background-color: var(--page-789betdangnhap-light-bg);
      border-radius: 0 0 10px 10px;
      margin-top: -10px; /* Overlap slightly with image for cohesion */
      position: relative;
      z-index: 1;
    }

    .page-789betdangnhap .floating-button {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: var(--page-789betdangnhap-secondary-color);
      color: var(--page-789betdangnhap-primary-color);
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.3s ease;
      white-space: nowrap; /* Prevent text wrapping */
    }

    .page-789betdangnhap .floating-button:hover {
      background-color: var(--page-7789betdangnhap-accent-text);
      transform: translateX(-50%) translateY(-5px);
    }

    .page-789betdangnhap .game-grid,
    .page-789betdangnhap .provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      margin-top: 30px;
      text-align: center;
    }

    .page-789betdangnhap .game-item,
    .page-789betdangnhap .provider-item {
      background-color: var(--page-789betdangnhap-primary-color);
      padding: 15px;
      border-radius: 8px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 120px;
    }

    .page-789betdangnhap .game-item:hover,
    .page-7789betdangnhap .provider-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    }

    .page-789betdangnhap .game-item img,
    .page-789betdangnhap .provider-item img {
      max-width: 80px;
      height: auto;
      margin-bottom: 10px;
      border-radius: 5px;
    }
    
    .page-789betdangnhap .provider-item img {
        max-width: 100px; /* Larger for logos */
        max-height: 60px;
        object-fit: contain;
    }

    .page-789betdangnhap .game-item a,
    .page-7789betdangnhap .provider-item a {
      color: var(--page-789betdangnhap-text-color);
      text-decoration: none;
      font-weight: bold;
      font-size: 0.95em;
      transition: color 0.3s ease;
    }

    .page-789betdangnhap .game-item a:hover,
    .page-7789betdangnhap .provider-item a:hover {
      color: var(--page-7789betdangnhap-accent-text);
    }

    .page-789betdangnhap .feature-list {
      list-style: none;
      padding: 0;
    }

    .page-789betdangnhap .feature-list li {
      background-color: var(--page-789betdangnhap-primary-color);
      margin-bottom: 10px;
      padding: 15px;
      border-left: 5px solid var(--page-789betdangnhap-secondary-color);
      border-radius: 5px;
      display: flex;
      align-items: center;
    }

    .page-789betdangnhap .feature-list li::before {
      content: '✅';
      margin-right: 10px;
      font-size: 1.2em;
    }

    .page-789betdangnhap .payment-methods {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 30px;
    }

    .page-789betdangnhap .payment-method-item img {
      width: 80px;
      height: auto;
      background-color: #fff;
      padding: 5px;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-789betdangnhap .faq-item {
      margin-bottom: 20px;
    }

    .page-789betdangnhap .faq-question {
      background-color: var(--page-789betdangnhap-primary-color);
      padding: 15px 20px;
      border-radius: 8px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-789betdangnhap .faq-question:hover {
      background-color: #1f3144;
    }

    .page-789betdangnhap .faq-answer {
      background-color: #1a2a3a;
      padding: 15px 20px;
      border-radius: 0 0 8px 8px;
      margin-top: -5px;
      display: none;
      font-size: 0.95em;
    }

    .page-789betdangnhap .faq-question.active + .faq-answer {
      display: block;
    }

    .page-789betdangnhap .cta-section {
      text-align: center;
      padding: 40px 20px;
      background-color: var(--page-789betdangnhap-secondary-color);
      color: var(--page-789betdangnhap-primary-color);
      border-radius: 10px;
      margin-top: 50px;
    }

    .page-789betdangnhap .cta-section h2 {
      color: var(--page-789betdangnhap-primary-color);
      margin-bottom: 20px;
    }

    .page-789betdangnhap .cta-button {
      display: inline-block;
      background-color: var(--page-789betdangnhap-primary-color);
      color: var(--page-789betdangnhap-secondary-color);
      padding: 15px 40px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.3em;
      transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    }

    .page-789betdangnhap .cta-button:hover {
      background-color: #000;
      color: var(--page-7789betdangnhap-accent-text);
      transform: translateY(-3px);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-789betdangnhap h1 {
        font-size: 2em;
      }
      .page-789betdangnhap h2 {
        font-size: 1.7em;
      }
      .page-789betdangnhap .page-container {
        padding: 15px;
      }
      .page-789betdangnhap .floating-button {
        padding: 12px 25px;
        font-size: 1em;
        bottom: 15px;
      }
      .page-789betdangnhap .game-grid,
      .page-789betdangnhap .provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 15px;
      }
      .page-789betdangnhap .game-item img,
      .page-789betdangnhap .provider-item img {
        max-width: 60px;
      }
      .page-789betdangnhap .provider-item img {
        max-width: 80px;
        max-height: 50px;
      }
      .page-789betdangnhap .cta-button {
        font-size: 1.1em;
        padding: 12px 30px;
      }
    }

    @media (max-width: 480px) {
      .page-789betdangnhap h1 {
        font-size: 1.8em;
      }
      .page-789betdangnhap h2 {
        font-size: 1.5em;
      }
      .page-789betdangnhap .floating-button {
        font-size: 0.9em;
        padding: 10px 20px;
        width: calc(100% - 40px);
        bottom: 10px;
      }
      .page-789betdangnhap .game-grid,
      .page-789betdangnhap .provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 10px;
      }
      .page-789betdangnhap .game-item img,
      .page-789betdangnhap .provider-item img {
        max-width: 50px;
      }
      .page-789betdangnhap .provider-item img {
        max-width: 70px;
        max-height: 40px;
      }
      .page-789betdangnhap .cta-button {
        font-size: 1em;
        padding: 10px 25px;
      }
    }
  