
    /* Tổng quan */
    .page-kubet77 {
      font-family: 'Arial', sans-serif;
      background-color: #000000;
      color: #FFFFFF;
      line-height: 1.6;
      padding-top: 120px; /* An toàn cho thanh điều hướng cố định */
    }

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

    .page-kubet77__section {
      padding: 40px 0;
      text-align: center;
    }

    .page-kubet77__section--dark {
      background-color: #1a1a1a;
    }

    .page-kubet77__heading {
      color: #FFD700;
      font-size: 2.5em;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }

    .page-kubet77__subheading {
      color: #FFFFFF;
      font-size: 1.8em;
      margin-bottom: 15px;
    }

    .page-kubet77__text {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #e0e0e0;
    }

    /* Nút chung */
    .page-kubet77__button {
      display: inline-block;
      background-color: #FFD700;
      color: #000000;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-kubet77__button:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    /* Hero Section */
    .page-kubet77__hero-section {
      text-align: center;
      padding: 0; /* Hero banner should fill width, padding handled by container */
      position: relative;
      overflow: hidden;
      min-height: 400px; /* Đảm bảo đủ không gian cho banner */
    }

    .page-kubet77__hero-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      object-fit: contain; /* Giữ tỷ lệ hình ảnh */
      min-width: 200px; /* Đảm bảo kích thước tối thiểu */
      min-height: 200px; /* Đảm bảo kích thước tối thiểu */
    }

    .page-kubet77__hero-content {
      position: relative;
      z-index: 2;
      padding: 20px;
      background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.3) 50%, transparent);
      margin-top: -100px; /* Kéo nội dung lên trên banner một chút để overlay */
      padding-top: 120px;
    }

    .page-kubet77__hero-title {
      font-size: 3.5em;
      color: #FFD700;
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-kubet77__hero-description {
      font-size: 1.3em;
      color: #FFFFFF;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }

    /* Nút đăng nhập nổi bật */
    .page-kubet77__floating-login-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      background-color: #FFD700;
      color: #000000;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.2em;
      font-weight: bold;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      animation: page-kubet77__pulse 1.5s infinite;
    }

    .page-kubet77__floating-login-button:hover {
      background-color: #e6c200;
      transform: scale(1.05);
      animation: none;
    }

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

    /* Lợi ích của Kubet 77 */
    .page-kubet77__benefits-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-kubet77__benefit-item {
      background-color: #1a1a1a;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
    }

    .page-kubet77__benefit-item:hover {
      transform: translateY(-5px);
    }

    .page-kubet77__benefit-icon {
      width: 80px; /* Đảm bảo kích thước tối thiểu */
      height: 80px; /* Đảm bảo kích thước tối thiểu */
      margin-bottom: 15px;
      max-width: 100%;
      height: auto;
      min-width: 200px; /* Đảm bảo kích thước tối thiểu */
      min-height: 200px; /* Đảm bảo kích thước tối thiểu */
    }

    .page-kubet77__benefit-title {
      color: #FFD700;
      font-size: 1.4em;
      margin-bottom: 10px;
    }

    .page-kubet77__benefit-description {
      color: #e0e0e0;
    }

    /* Danh mục trò chơi */
    .page-kubet77__game-categories-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-kubet77__game-card {
      background-color: #1a1a1a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      text-decoration: none;
      color: inherit;
    }

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

    .page-kubet77__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      min-width: 200px; /* Đảm bảo kích thước tối thiểu */
      min-height: 200px; /* Đảm bảo kích thước tối thiểu */
    }

    .page-kubet77__game-title {
      color: #FFD700;
      font-size: 1.3em;
      padding: 15px;
      margin: 0;
    }

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

    .page-kubet77__provider-logo {
      width: 100%;
      max-width: 150px;
      height: auto;
      display: block;
      margin: 0 auto;
      object-fit: contain;
      filter: grayscale(100%) brightness(150%); /* Làm nổi bật logo trên nền tối */
      transition: filter 0.3s ease;
      min-width: 200px; /* Đảm bảo kích thước tối thiểu */
      min-height: 200px; /* Đảm bảo kích thước tối thiểu */
    }

    .page-kubet77__provider-logo:hover {
      filter: grayscale(0%) brightness(100%);
    }

    /* Câu hỏi thường gặp (FAQ) */
    .page-kubet77__faq-list {
      margin-top: 30px;
      text-align: left;
    }

    .page-kubet77__faq-item {
      background-color: #1a1a1a;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .page-kubet77__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      background-color: #2a2a2a;
      color: #FFD700;
      cursor: pointer;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-kubet77__faq-question:hover {
      background-color: #3a3a3a;
    }

    .page-kubet77__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      color: #FFD700;
      pointer-events: none; /* Ngăn chặn h3 chặn sự kiện click */
    }

    .page-kubet77__faq-toggle {
      font-size: 1.5em;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Ngăn chặn toggle chặn sự kiện click */
    }

    .page-kubet77__faq-item.active .page-kubet77__faq-toggle {
      transform: rotate(45deg); /* Dấu + thành X hoặc - */
    }

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

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

    /* Responsive */
    @media (max-width: 768px) {
      .page-kubet77 {
        padding-top: 100px; /* Điều chỉnh cho thanh điều hướng di động */
      }
      .page-kubet77__hero-title {
        font-size: 2.5em;
      }
      .page-kubet77__hero-description {
        font-size: 1.1em;
      }
      .page-kubet77__heading {
        font-size: 2em;
      }
      .page-kubet77__subheading {
        font-size: 1.5em;
      }
      .page-kubet77__floating-login-button {
        bottom: 15px;
        right: 15px;
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-kubet77__game-image {
        height: 150px;
      }
      .page-kubet77__provider-logo {
        max-width: 100px;
      }
      .page-kubet77__faq-question {
        font-size: 1.1em;
        padding: 15px;
      }
      .page-kubet77__faq-answer {
        padding: 0 15px;
      }
      .page-kubet77__faq-item.active .page-kubet77__faq-answer {
        padding: 15px !important;
      }
      /* Quan trọng: Đảm bảo hình ảnh không tràn màn hình trên di động */
      .page-kubet77 img {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-kubet77__hero-image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-kubet77__benefit-icon {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-kubet77__game-image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-kubet77__provider-logo {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  