
    :root {
      --page-8kbetvip-primary-color: #e94560; /* Hồng tươi */
      --page-8kbetvip-secondary-color: #1a1a2e; /* Xanh đậm */
      --page-8kbetvip-accent-color: #00bcd4; /* Xanh ngọc */
      --page-8kbetvip-text-light: #e0e0e0; /* Trắng ngà */
      --page-8kbetvip-text-dark: #333333; /* Xám đậm */
      --page-8kbetvip-bg-dark: #0f0f1a; /* Nền rất đậm */
      --page-8kbetvip-card-bg: #2a2a4a; /* Nền thẻ đậm */
      --page-8kbetvip-border-color: rgba(255, 255, 255, 0.1);
    }

    .page-8kbetvip {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-8kbetvip-text-light);
      background-color: var(--page-8kbetvip-bg-dark);
      padding: 0;
      margin: 0;
      overflow-x: hidden;
    }

    /* Floating Login Button */
    .page-8kbetvip-floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: var(--page-8kbetvip-primary-color);
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      transition: transform 0.3s ease, background-color 0.3s ease;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .page-8kbetvip-floating-button:hover {
      background-color: #d43d55;
      transform: translateY(-3px);
    }
    
    .page-8kbetvip-floating-button .icon {
        font-size: 1.2em;
    }

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

    .page-8kbetvip-section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: var(--page-8kbetvip-secondary-color);
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-8kbetvip-section.hero {
      background: linear-gradient(135deg, var(--page-8kbetvip-secondary-color) 0%, #0a0a1a 100%);
      padding: 60px 20px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .page-8kbetvip-section.hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('[GALLERY:banner:8kbet_banner,hero,desktop]');
        background-size: cover;
        background-position: center;
        opacity: 0.2; /* Adjust opacity as needed */
        z-index: 1;
    }

    .page-8kbetvip-section.hero .content-wrapper {
        position: relative;
        z-index: 2;
        max-width: 800px;
        margin: 0 auto;
    }

    .page-8kbetvip-section.hero h1 {
      font-size: 2.5em;
      color: var(--page-8kbetvip-primary-color);
      margin-bottom: 15px;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    }

    .page-8kbetvip-section.hero p {
      font-size: 1.1em;
      margin-bottom: 30px;
      color: var(--page-8kbetvip-text-light);
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8kbetvip-button {
      display: inline-block;
      background-color: var(--page-8kbetvip-primary-color);
      color: #ffffff;
      padding: 12px 30px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-8kbetvip-button:hover {
      background-color: #d43d55;
      transform: translateY(-2px);
    }

    .page-8kbetvip h2 {
      font-size: 2em;
      color: var(--page-8kbetvip-primary-color);
      text-align: center;
      margin-bottom: 30px;
      border-bottom: 2px solid var(--page-8kbetvip-accent-color);
      padding-bottom: 10px;
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8kbetvip h3 {
      font-size: 1.5em;
      color: var(--page-8kbetvip-accent-color);
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-8kbetvip-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-8kbetvip-card {
      background-color: var(--page-8kbetvip-card-bg);
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .page-8kbetvip-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    }

    .page-8kbetvip-card img {
      max-width: 100%;
      height: 150px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .page-8kbetvip-card h4 {
      color: var(--page-8kbetvip-primary-color);
      font-size: 1.2em;
      margin-bottom: 10px;
    }

    .page-8kbetvip-card p {
      font-size: 0.95em;
      color: var(--page-8kbetvip-text-light);
      opacity: 0.9;
    }

    .page-8kbetvip-game-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 15px;
      margin-top: 20px;
      text-align: center;
    }

    .page-8kbetvip-game-item {
      background-color: var(--page-8kbetvip-card-bg);
      border-radius: 8px;
      padding: 15px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
      transition: transform 0.2s ease;
    }

    .page-8kbetvip-game-item:hover {
      transform: translateY(-3px);
    }

    .page-8kbetvip-game-item img {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 10px;
    }

    .page-8kbetvip-game-item h5 {
      color: var(--page-8kbetvip-text-light);
      font-size: 1em;
      margin: 0;
    }

    .page-8kbetvip-text-center {
      text-align: center;
    }

    .page-8kbetvip-list {
      list-style: none;
      padding: 0;
      margin-top: 20px;
    }

    .page-8kbetvip-list li {
      background-color: var(--page-8kbetvip-card-bg);
      margin-bottom: 10px;
      padding: 15px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      gap: 10px;
      box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    }

    .page-8kbetvip-list li::before {
      content: '✔';
      color: var(--page-8kbetvip-primary-color);
      font-weight: bold;
      font-size: 1.2em;
    }

    .page-8kbetvip-faq .page-8kbetvip-faq-item {
      background-color: var(--page-8kbetvip-card-bg);
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
    }

    .page-8kbetvip-faq .page-8kbetvip-faq-question {
      padding: 15px 20px;
      cursor: pointer;
      background-color: #3b3b6b; /* Slightly different background for question */
      color: var(--page-8kbetvip-text-light);
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid var(--page-8kbetvip-border-color);
    }

    .page-8kbetvip-faq .page-8kbetvip-faq-question:hover {
      background-color: #4c4c7c;
    }

    .page-8kbetvip-faq .page-8kbetvip-faq-answer {
      padding: 0 20px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-out, padding 0.3s ease-out;
      color: var(--page-8kbetvip-text-light);
      background-color: var(--page-8kbetvip-card-bg);
    }

    .page-8kbetvip-faq .page-8kbetvip-faq-answer.active {
      max-height: 200px; /* Adjust as needed for content */
      padding: 15px 20px;
    }

    .page-8kbetvip-faq .page-8kbetvip-faq-question .arrow {
      transition: transform 0.3s ease;
    }

    .page-8kbetvip-faq .page-8kbetvip-faq-question.active .arrow {
      transform: rotate(180deg);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-8kbetvip-section.hero h1 {
        font-size: 2em;
      }

      .page-8kbetvip-section.hero p {
        font-size: 1em;
      }

      .page-8kbetvip h2 {
        font-size: 1.8em;
      }

      .page-8kbetvip h3 {
        font-size: 1.3em;
      }

      .page-8kbetvip-grid {
        grid-template-columns: 1fr;
      }
      
      .page-8kbetvip-floating-button {
        bottom: 15px;
        right: 15px;
        padding: 10px 20px;
        font-size: 0.9em;
      }
    }

    @media (max-width: 480px) {
        .page-8kbetvip-section.hero {
            padding: 40px 15px;
        }
        .page-8kbetvip-section.hero h1 {
            font-size: 1.8em;
        }
        .page-8kbetvip-section {
            padding: 30px 15px;
        }
        .page-8kbetvip-game-list {
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        }
    }

  