
    /* Tổng quan */
    .page-789bet {
      font-family: 'Arial', sans-serif;
      background-color: #1a1a2e; /* Nền tối */
      color: #f0f0f0; /* Chữ sáng */
      line-height: 1.6;
      overflow-x: hidden;
    }

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

    .page-789bet__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: #2a2a4a; /* Nền phần tối hơn một chút */
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .page-789bet__section-title {
      font-size: 2.5em;
      color: #e0b400; /* Màu vàng nổi bật */
      text-align: center;
      margin-bottom: 30px;
      text-transform: uppercase;
      font-weight: bold;
    }

    .page-789bet__section-subtitle {
      font-size: 1.5em;
      color: #f0f0f0;
      text-align: center;
      margin-bottom: 20px;
    }

    /* Hero Section */
    .page-789bet__hero-section {
      position: relative;
      width: 100%;
      text-align: center;
      padding-top: 10px; /* Cho desktop */
      margin-bottom: 20px;
      box-sizing: border-box;
    }

    .page-789bet__hero-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      border-radius: 8px;
      margin-bottom: 20px;
    }

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

    .page-789bet__hero-content {
      padding: 20px;
      text-align: center;
    }

    .page-789bet__hero-title {
      font-size: 3em;
      color: #e0b400;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-789bet__hero-description {
      font-size: 1.2em;
      color: #f0f0f0;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-789bet__cta-button {
      display: inline-block;
      background-color: #e0b400;
      color: #1a1a2e;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-789bet__cta-button:hover {
      background-color: #ffc107;
      transform: translateY(-3px);
    }

    /* Nút đăng nhập nổi */
    .page-789bet__floating-login {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      background-color: #ff5722; /* Màu đỏ cam hấp dẫn */
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.3s ease;
      animation: page-789bet__pulse 2s infinite;
      border: none;
      cursor: pointer;
    }

    .page-789bet__floating-login:hover {
      background-color: #e64a19;
      transform: scale(1.05);
    }

    @keyframes page-789bet__pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.03); }
      100% { transform: scale(1); }
    }

    /* Giới thiệu */
    .page-789bet__intro-text {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
    }

    /* Game Categories */
    .page-789bet__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-789bet__game-card {
      background-color: #3a3a5a;
      border-radius: 8px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-789bet__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    }

    .page-789bet__game-card-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 200px; /* Kích thước cố định cho hình ảnh */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .page-789bet__game-card-image {
      max-width: 100%;
      height: auto;
      object-fit: cover; /* Đảm bảo hình ảnh không bị biến dạng */
      display: block;
    }

    .page-789bet__game-card-content {
      padding: 15px;
    }

    .page-789bet__game-card-title {
      font-size: 1.4em;
      color: #e0b400;
      margin-bottom: 10px;
      text-decoration: none; /* Cho trường hợp là link */
      display: block;
    }

    .page-789bet__game-card-description {
      font-size: 0.9em;
      color: #c0c0d0;
    }

    /* Ưu đãi/Khuyến mãi */
    .page-789bet__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .page-789bet__promo-card {
      background-color: #3a3a5a;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
    }

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

    .page-789bet__promo-icon-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 15px;
      display: flex;
      justify-content: center;
    }

    .page-789bet__promo-icon {
      max-width: 250px; /* Kích thước lớn hơn cho hình ảnh khuyến mãi */
      height: auto;
      display: block;
      border-radius: 4px;
    }

    .page-789bet__promo-title {
      font-size: 1.3em;
      color: #e0b400;
      margin-bottom: 10px;
    }

    .page-789bet__promo-description {
      font-size: 0.95em;
      color: #c0c0d0;
      margin-bottom: 15px;
    }

    /* Nhà cung cấp game */
    .page-789bet__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 15px;
      margin-top: 30px;
    }

    .page-789bet__provider-item {
      background-color: #3a3a5a;
      border-radius: 8px;
      padding: 10px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 120px; /* Đảm bảo kích thước tối thiểu cho logo */
    }

    .page-789bet__provider-item:hover {
      transform: scale(1.05);
    }

    .page-789bet__provider-logo-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 80px; /* Kích thước cố định cho logo */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .page-789bet__provider-logo {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      display: block;
    }

    /* FAQ Section */
    .page-789bet__faq-list {
      margin-top: 30px;
    }

    .page-789bet__faq-item {
      background-color: #3a3a5a;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      overflow: hidden;
    }

    .page-789bet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #4a4a6a;
      border-bottom: 1px solid #5a5a7a;
      transition: background-color 0.3s ease;
    }

    .page-789bet__faq-question:hover {
      background-color: #5a5a7a;
    }

    .page-789bet__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #e0b400;
      pointer-events: none; /* Ngăn chặn sự kiện click trên h3 */
    }

    .page-789bet__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #e0b400;
      transition: transform 0.3s ease;
      pointer-events: none; /* Ngăn chặn sự kiện click trên toggle icon */
    }

    .page-789bet__faq-item.active .page-789bet__faq-toggle {
      transform: rotate(45deg); /* Xoay dấu + thành X hoặc dấu trừ */
    }

    .page-789bet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #c0c0d0;
    }

    .page-789bet__faq-item.active .page-789bet__faq-answer {
      max-height: 2000px !important; /* Đủ lớn để chứa mọi nội dung */
      padding: 20px 20px !important;
      opacity: 1;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .page-789bet__hero-section {
        padding-top: 10px; /* Cho mobile */
      }
      .page-789bet__section-title {
        font-size: 2em;
      }
      .page-789bet__hero-title {
        font-size: 2.2em;
      }
      .page-789bet__hero-description {
        font-size: 1em;
      }
      .page-789bet__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-789bet__floating-login {
        bottom: 15px;
        right: 15px;
        padding: 10px 20px;
        font-size: 0.9em;
      }
      .page-789bet__game-grid, .page-789bet__promo-grid, .page-789bet__provider-grid {
        grid-template-columns: 1fr;
      }
      .page-789bet__game-card-image-wrapper, .page-789bet__promo-icon-wrapper, .page-789bet__provider-logo-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
      }
      .page-789bet__game-card-image, .page-789bet__promo-icon, .page-789bet__provider-logo {
        max-width: 100% !important;
        height: auto !important;
        display: block;
      }
      .page-789bet__faq-question {
        padding: 12px 15px;
      }
      .page-789bet__faq-question h3 {
        font-size: 1em;
      }
      .page-789bet__faq-answer {
        padding: 0 15px;
      }
      .page-789bet__faq-item.active .page-789bet__faq-answer {
        padding: 15px 15px !important;
      }
    }
  