
    /* Tổng thể */
    .page-789win {
      background-color: #000000;
      color: #FFFFFF;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
    }

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

    .page-789win__section {
      padding: 40px 20px;
      margin-bottom: 30px;
      border-radius: 8px;
    }

    .page-789win__section--hero {
      padding-top: 150px; /* Vùng an toàn cho header cố định */
      text-align: center;
      position: relative;
      overflow: hidden;
    }

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

    .page-789win__hero-content {
      position: relative;
      z-index: 2;
      padding: 20px;
      color: #FFFFFF;
    }

    .page-789win__hero-title {
      font-size: 2.8em;
      color: #FFD700; /* Vàng */
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-789win__hero-description {
      font-size: 1.2em;
      color: #FFFFFF;
      margin-bottom: 30px;
    }

    .page-789win__main-heading {
      font-size: 2.2em;
      color: #FFD700; /* Vàng */
      text-align: center;
      margin-bottom: 40px;
      text-transform: uppercase;
    }

    .page-789win__sub-heading {
      font-size: 1.8em;
      color: #FFD700; /* Vàng */
      margin-bottom: 20px;
      border-bottom: 2px solid #FFD700;
      padding-bottom: 10px;
    }

    .page-789win__paragraph {
      margin-bottom: 15px;
      color: #FFFFFF;
    }

    .page-789win__link {
      color: #FFD700; /* Vàng */
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-789win__link:hover {
      color: #FFF;
      text-decoration: underline;
    }

    /* Nút đăng nhập nổi */
    .page-789win__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #FFD700; /* Vàng */
      color: #000000;
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      z-index: 1000;
      transition: transform 0.3s ease, background-color 0.3s ease;
      display: flex;
      align-items: center;
      gap: 8px;
    }

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

    /* Danh mục trò chơi / Hiển thị sản phẩm */
    .page-789win__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-789win__game-card {
      background-color: #1a1a1a;
      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-789win__game-card:hover {
      transform: translateY(-5px);
    }

    .page-789win__game-card-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 200px; /* Chiều cao cố định cho hình ảnh */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .page-789win__game-card-image {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover; /* Đảm bảo hình ảnh phủ kín khu vực */
      width: 100%; /* Lấp đầy chiều rộng của wrapper */
      height: 100%; /* Lấp đầy chiều cao của wrapper */
    }

    .page-789win__game-card-content {
      padding: 20px;
    }

    .page-789win__game-card-title {
      font-size: 1.4em;
      color: #FFD700; /* Vàng */
      margin-bottom: 10px;
    }

    .page-789win__game-card-description {
      color: #CCCCCC;
      font-size: 0.95em;
    }

    /* Nhà cung cấp trò chơi */
    .page-789win__providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
      align-items: center;
    }

    .page-789win__provider-logo-wrapper {
      background-color: #1a1a1a;
      padding: 15px;
      border-radius: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 80px; /* Chiều cao cố định cho logo */
      width: 100%; /* Đảm bảo logo chiếm hết chiều rộng của ô lưới */
      box-sizing: border-box;
      max-width: 180px; /* Giới hạn chiều rộng của từng wrapper logo */
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-789win__provider-logo {
      max-width: 100%;
      max-height: 100%;
      display: block;
      object-fit: contain; /* Đảm bảo logo vừa vặn mà không bị cắt */
    }

    /* Kiểu danh sách */
    .page-789win__list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-789win__list-item {
      background-color: #1a1a1a;
      margin-bottom: 10px;
      padding: 15px;
      border-radius: 8px;
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: #FFFFFF;
    }

    .page-789win__list-item::before {
      content: '✔';
      color: #FFD700; /* Vàng */
      font-weight: bold;
      margin-right: 8px;
      font-size: 1.2em;
      line-height: 1;
    }

    /* FAQ */
    .page-789win__faq-section {
      background-color: #1a1a1a;
      padding: 30px;
      border-radius: 10px;
    }

    .page-789win__faq-item {
      border-bottom: 1px solid #333333;
      margin-bottom: 10px;
    }

    .page-789win__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-789win__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      cursor: pointer;
      user-select: none;
      color: #FFD700; /* Vàng */
      font-size: 1.1em;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .page-789win__faq-question:hover {
      color: #FFFFFF;
    }

    .page-789win__faq-question h3 {
      margin: 0;
      color: inherit; /* Đảm bảo màu h3 khớp với phần tử cha */
      pointer-events: none; /* Cho phép click vào div cha */
    }

    .page-789win__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Cho phép click vào div cha */
      transition: transform 0.3s ease;
    }

    .page-789win__faq-item.active .page-789win__faq-toggle {
      transform: rotate(45deg); /* Thay đổi '+' thành 'x' trực quan */
    }

    .page-789win__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      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;
    }

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

    /* Thiết kế đáp ứng */
    @media (max-width: 768px) {
      .page-789win__section--hero {
        padding-top: 120px; /* Điều chỉnh vùng an toàn cho di động */
      }
      .page-789win__hero-title {
        font-size: 2em;
      }
      .page-789win__hero-description {
        font-size: 1em;
      }
      .page-789win__main-heading {
        font-size: 1.8em;
      }
      .page-789win__sub-heading {
        font-size: 1.5em;
      }
      .page-789win__game-grid {
        grid-template-columns: 1fr;
      }
      .page-789win__providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      }
      .page-789win__floating-button {
        padding: 12px 20px;
        font-size: 1em;
        bottom: 15px;
        right: 15px;
      }
      .page-789win__game-card-image-wrapper {
        height: 150px;
      }
      /* Buộc kiểu hình ảnh đáp ứng với !important */
      .page-789win__hero-image,
      .page-789win__game-card-image,
      .page-789win__provider-logo {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-789win__game-card-image-wrapper,
      .page-789win__provider-logo-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  