
    /* CSS cho trang 8kbet dang nhap */
    .page-8kbetdangnhap {
      background-color: #1a1a1a;
      color: #ffffff;
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      overflow-x: hidden;
      padding-bottom: 80px; /* Đảm bảo không bị footer che khuất */
    }

    .page-8kbetdangnhap__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    /* Hero Section */
    .page-8kbetdangnhap__hero-section {
      position: relative;
      width: 100%;
      text-align: center;
      padding-top: 140px; /* Khoảng cách an toàn cho header cố định */
      background-color: #000; /* Đảm bảo nền đen */
      padding-bottom: 40px;
    }

    .page-8kbetdangnhap__hero-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
    }

    .page-8kbetdangnhap__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    }

    .page-8kbetdangnhap__hero-content {
      position: relative;
      z-index: 10;
      padding: 0 15px;
    }

    .page-8kbetdangnhap__hero-title {
      font-size: 2.8em;
      color: #ffcc00;
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

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

    .page-8kbetdangnhap__cta-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 30px;
      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-8kbetdangnhap__cta-button:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    /* Floating Login Button */
    .page-8kbetdangnhap__floating-login-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #ffcc00;
      color: #1a1a1a;
      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);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.3s ease;
      animation: pulse 2s infinite;
    }

    .page-8kbetdangnhap__floating-login-button:hover {
      background-color: #e6b800;
      transform: scale(1.05);
    }

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

    /* Sections */
    .page-8kbetdangnhap__section {
      padding: 60px 0;
      text-align: center;
    }

    .page-8kbetdangnhap__section-title {
      font-size: 2.2em;
      color: #ffcc00;
      margin-bottom: 40px;
      position: relative;
      display: inline-block;
    }

    .page-8kbetdangnhap__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: #ffcc00;
    }

    /* Giới thiệu */
    .page-8kbetdangnhap__intro-text {
      font-size: 1.1em;
      max-width: 800px;
      margin: 0 auto 40px auto;
      color: #e0e0e0;
    }

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

    .page-8kbetdangnhap__game-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      padding-bottom: 20px;
    }

    .page-8kbetdangnhap__game-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    }

    .page-8kbetdangnhap__game-card-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 200px; /* Cố định chiều cao cho ảnh */
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #1a1a1a;
    }

    .page-8kbetdangnhap__game-card-image {
      max-width: 100%;
      height: auto;
      min-height: 200px; /* Đảm bảo ảnh không quá nhỏ */
      object-fit: cover; /* Giữ tỷ lệ và lấp đầy khung */
      display: block;
    }

    .page-8kbetdangnhap__game-card-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin: 20px 15px 10px 15px;
      min-height: 40px;
    }

    .page-8kbetdangnhap__game-card-description {
      font-size: 0.95em;
      color: #ccc;
      padding: 0 15px;
      margin-bottom: 20px;
    }

    .page-8kbetdangnhap__game-card-button {
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 10px 20px;
      border-radius: 20px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
    }

    .page-8kbetdangnhap__game-card-button:hover {
      background-color: #e6b800;
    }

    /* Why Choose Us */
    .page-8kbetdangnhap__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8kbetdangnhap__feature-item {
      background-color: #2a2a2a;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
      text-align: left;
      transition: transform 0.3s ease;
    }

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

    .page-8kbetdangnhap__feature-icon-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 100px; /* Chiều cao cố định cho icon */
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px;
    }

    .page-8kbetdangnhap__feature-icon {
      width: 100px; /* Kích thước tối thiểu 200px */
      height: 100px; /* Kích thước tối thiểu 200px */
      max-width: 100%;
      height: auto;
      object-fit: contain;
    }

    .page-8kbetdangnhap__feature-title {
      font-size: 1.3em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-8kbetdangnhap__feature-description {
      font-size: 0.95em;
      color: #ccc;
    }

    /* Game Providers */
    .page-8kbetdangnhap__providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      margin-top: 40px;
      align-items: center;
      justify-content: center;
    }

    .page-8kbetdangnhap__provider-logo-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 80px; /* Cố định chiều cao cho logo */
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #2a2a2a;
      border-radius: 8px;
      padding: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
    }

    .page-8kbetdangnhap__provider-logo-wrapper:hover {
      transform: scale(1.05);
    }

    .page-8kbetdangnhap__provider-logo {
      max-width: 100%;
      max-height: 100%;
      height: auto;
      object-fit: contain;
    }

    /* FAQ Section */
    .page-8kbetdangnhap__faq-list {
      margin-top: 40px;
      text-align: left;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8kbetdangnhap__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    }

    .page-8kbetdangnhap__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #333;
      color: #ffcc00;
      cursor: pointer;
      user-select: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-8kbetdangnhap__faq-question:hover {
      background-color: #444;
    }

    .page-8kbetdangnhap__faq-question h3 {
      margin: 0;
      color: #ffcc00;
      pointer-events: none; /* Ngăn chặn h3 chặn sự kiện click */
      font-size: 1.1em; /* Đảm bảo kích thước chữ hợp lý */
    }

    .page-8kbetdangnhap__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Ngăn chặn icon chặn sự kiện click */
    }

    .page-8kbetdangnhap__faq-item.active .page-8kbetdangnhap__faq-toggle {
      transform: rotate(45deg); /* Chuyển '+' thành 'x' hoặc '-' */
    }

    .page-8kbetdangnhap__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      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-8kbetdangnhap__faq-item.active .page-8kbetdangnhap__faq-answer {
      max-height: 2000px !important; /* Đảm bảo đủ lớn cho mọi nội dung */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-8kbetdangnhap__hero-section {
        padding-top: 100px; /* Khoảng cách an toàn cho header cố định trên mobile */
      }

      .page-8kbetdangnhap__hero-title {
        font-size: 2em;
      }

      .page-8kbetdangnhap__hero-description {
        font-size: 1em;
      }

      .page-8kbetdangnhap__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-8kbetdangnhap__section {
        padding: 40px 0;
      }

      .page-8kbetdangnhap__section-title {
        font-size: 1.8em;
      }

      .page-8kbetdangnhap__game-categories,
      .page-8kbetdangnhap__features-grid,
      .page-8kbetdangnhap__providers-grid {
        grid-template-columns: 1fr;
      }

      .page-8kbetdangnhap__floating-login-button {
        bottom: 15px;
        right: 15px;
        padding: 10px 20px;
        font-size: 0.9em;
      }

      .page-8kbetdangnhap__game-card-image,
      .page-8kbetdangnhap__feature-icon,
      .page-8kbetdangnhap__provider-logo {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-8kbetdangnhap__game-card-image-wrapper,
      .page-8kbetdangnhap__feature-icon-wrapper,
      .page-8kbetdangnhap__provider-logo-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-8kbetdangnhap__hero-title {
        font-size: 1.8em;
      }
      .page-8kbetdangnhap__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }
      .page-8kbetdangnhap__faq-question h3 {
        font-size: 1em;
      }
      .page-8kbetdangnhap__faq-answer {
        padding: 0 20px;
        font-size: 0.9em;
      }
      .page-8kbetdangnhap__faq-item.active .page-8kbetdangnhap__faq-answer {
        padding: 15px 20px !important;
      }
    }
  