
    /* Tổng quan */
    .page-f8bet {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f0f2f5;
      padding-bottom: 80px; /* Đảm bảo footer không bị che */
    }

    /* Đảm bảo nội dung không bị che bởi header cố định */
    .page-f8bet__main-content {
      padding-top: 120px; /* Khoảng cách cho header cố định */
    }

    @media (max-width: 768px) {
      .page-f8bet__main-content {
        padding-top: 100px; /* Khoảng cách cho header cố định trên di động */
      }
    }

    .page-f8bet__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

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

    .page-f8bet__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-f8bet__section-title {
      font-size: 2.5em;
      margin-bottom: 30px;
      color: #2c3e50;
      font-weight: bold;
    }

    .page-f8bet__section--dark .page-f8bet__section-title {
      color: #ecf0f1;
    }

    .page-f8bet__text-center {
      text-align: center;
    }

    /* Hero Section */
    .page-f8bet__hero-section {
      position: relative;
      background-color: #1a2a3a;
      color: #fff;
      padding: 0; /* Hero image will handle visual space */
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .page-f8bet__hero-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .page-f8bet__hero-image {
      width: 100%;
      height: auto;
      display: block;
      max-width: 100%;
    }

    @media (max-width: 768px) {
      .page-f8bet__hero-image {
        max-width: 100% !important;
        height: auto !important;
      }
    }

    .page-f8bet__hero-content {
      position: relative; /* Đảm bảo nằm trên ảnh */
      z-index: 10;
      padding: 30px 15px;
      text-align: center;
      width: 100%;
      max-width: 800px;
      margin-top: -80px; /* Đẩy nội dung lên trên ảnh một chút */
      background: linear-gradient(to top, rgba(26, 42, 58, 0.9), rgba(26, 42, 58, 0.5));
      border-radius: 10px 10px 0 0;
    }

    .page-f8bet__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      font-weight: bold;
      color: #f39c12; /* Màu vàng cam nổi bật */
    }

    .page-f8bet__hero-description {
      font-size: 1.2em;
      margin-bottom: 25px;
      color: #ecf0f1;
    }

    .page-f8bet__hero-cta {
      display: inline-block;
      background-color: #e74c3c; /* Màu đỏ tươi */
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-f8bet__hero-cta:hover {
      background-color: #c0392b;
    }

    @media (max-width: 768px) {
      .page-f8bet__hero-title {
        font-size: 2em;
      }
      .page-f8bet__hero-description {
        font-size: 1em;
      }
      .page-f8bet__hero-content {
        margin-top: -50px; /* Điều chỉnh cho di động */
      }
    }

    /* Floating Login/Register Button */
    .page-f8bet__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #27ae60; /* Màu xanh lá cây */
      color: #fff;
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .page-f8bet__floating-button:hover {
      background-color: #2ecc71;
      transform: translateY(-3px);
    }

    @media (max-width: 768px) {
      .page-f8bet__floating-button {
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
        font-size: 1em;
        padding: 12px 20px;
        bottom: 15px;
      }
    }

    /* Game Categories Section */
    .page-f8bet__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-f8bet__game-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      text-decoration: none;
      color: #333;
      display: flex;
      flex-direction: column;
      height: 100%; /* Đảm bảo các card có chiều cao bằng nhau */
    }

    .page-f8bet__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

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

    .page-f8bet__game-image {
      width: 100%;
      height: 100%;
      object-fit: cover; /* Đảm bảo ảnh lấp đầy khung mà không bị méo */
      display: block;
    }

    @media (max-width: 768px) {
      .page-f8bet__game-image {
        max-width: 100% !important;
        height: auto !important;
      }
    }

    .page-f8bet__game-name {
      padding: 15px;
      font-size: 1.3em;
      font-weight: bold;
      color: #2c3e50;
      flex-grow: 1; /* Đảm bảo tên trò chơi chiếm hết không gian còn lại */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Benefits Section */
    .page-f8bet__benefits-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-f8bet__benefit-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease;
    }

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

    .page-f8bet__benefit-icon-wrapper {
      width: 120px; /* Kích thước tối thiểu 200x200px, nhưng hiển thị nhỏ hơn */
      height: 120px;
      margin: 0 auto 20px;
      overflow: hidden;
      border-radius: 50%;
      background-color: #f39c12;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .page-f8bet__benefit-icon {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    @media (max-width: 768px) {
      .page-f8bet__benefit-icon {
        max-width: 100% !important;
        height: auto !important;
      }
    }

    .page-f8bet__benefit-title {
      font-size: 1.5em;
      font-weight: bold;
      margin-bottom: 10px;
      color: #2c3e50;
    }

    .page-f8bet__benefit-description {
      color: #666;
    }

    /* Providers & Payments Section */
    .page-f8bet__logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 20px;
      margin-top: 30px;
      align-items: center;
      justify-items: center;
    }

    .page-f8bet__logo-item {
      background-color: #fff;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      height: 80px; /* Chiều cao cố định cho logo */
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .page-f8bet__logo-image {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      display: block;
    }

    @media (max-width: 768px) {
      .page-f8bet__logo-image {
        max-width: 100% !important;
        height: auto !important;
      }
    }

    /* About Section */
    .page-f8bet__about-content {
      text-align: left;
      margin-top: 30px;
      font-size: 1.1em;
      color: #555;
    }

    .page-f8bet__about-content p {
      margin-bottom: 20px;
    }

    .page-f8bet__about-content strong {
      color: #2c3e50;
    }

    /* FAQ Section */
    .page-f8bet__faq-list {
      margin-top: 30px;
      text-align: left;
    }

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

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

    .page-f8bet__faq-question:hover {
      background-color: #2c3e50;
    }

    .page-f8bet__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #fff;
      pointer-events: none; /* Ngăn chặn h3 chặn sự kiện click */
    }

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

    .page-f8bet__faq-item.active .page-f8bet__faq-toggle {
      transform: rotate(45deg); /* Biến + thành X hoặc - */
    }

    .page-f8bet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #ecf0f1;
      color: #555;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

    .page-f8bet__faq-answer p {
      margin: 0;
    }

    @media (max-width: 768px) {
      .page-f8bet__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }
      .page-f8bet__faq-question h3 {
        font-size: 1em;
      }
      .page-f8bet__faq-answer {
        padding: 0 20px;
      }
      .page-f8bet__faq-item.active .page-f8bet__faq-answer {
        padding: 15px 20px !important;
      }
    }

    /* Final CTA Section */
    .page-f8bet__final-cta {
      background-color: #f39c12;
      color: #fff;
      padding: 50px 20px;
      text-align: center;
      border-radius: 10px;
      margin-top: 40px;
    }

    .page-f8bet__final-cta-title {
      font-size: 2.2em;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-f8bet__final-cta-description {
      font-size: 1.2em;
      margin-bottom: 30px;
    }

    .page-f8bet__final-cta-button {
      display: inline-block;
      background-color: #e74c3c;
      color: #fff;
      padding: 15px 35px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-f8bet__final-cta-button:hover {
      background-color: #c0392b;
      transform: translateY(-3px);
    }

    @media (max-width: 768px) {
      .page-f8bet__final-cta-title {
        font-size: 1.8em;
      }
      .page-f8bet__final-cta-description {
        font-size: 1em;
      }
      .page-f8bet__final-cta-button {
        font-size: 1em;
        padding: 12px 25px;
      }
    }
  