
    /* Tổng quan */
    .page-x8betlogin {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
    }

    /* Hero Section */
    .page-x8betlogin__hero-section {
      position: relative;
      width: 100%;
      overflow: hidden;
      text-align: center;
      color: #fff;
      padding-top: 10px; /* Dành cho header cố định */
      box-sizing: border-box;
      background: linear-gradient(135deg, #0f4c75, #3282b8); /* Màu nền dự phòng */
    }

    .page-x8betlogin__hero-image {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-x8betlogin__hero-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90%;
      max-width: 800px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
      box-sizing: border-box;
    }

    .page-x8betlogin__hero-title {
      font-size: 2.5em;
      margin-bottom: 10px;
      color: #ffe066;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-x8betlogin__hero-description {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #f0f0f0;
    }

    .page-x8betlogin__hero-button {
      display: inline-block;
      background-color: #ff4d4d;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
      font-size: 1em;
    }

    .page-x8betlogin__hero-button:hover {
      background-color: #e60000;
    }

    /* Nút nổi Đăng nhập */
    .page-x8betlogin__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #ff4d4d;
      color: #fff;
      padding: 15px 25px;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      animation: page-x8betlogin__pulse 2s infinite;
      text-decoration: none;
      target-name: _blank;
      rel: noopener noreferrer;
      cursor: pointer;
    }

    .page-x8betlogin__floating-button:hover {
      background-color: #e60000;
    }

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

    /* Các phần nội dung chung */
    .page-x8betlogin__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

    .page-x8betlogin__section-title {
      font-size: 2em;
      color: #0f4c75;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
    }

    .page-x8betlogin__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background-color: #ff4d4d;
      border-radius: 2px;
    }

    .page-x8betlogin__text-content {
      font-size: 1.1em;
      color: #555;
      text-align: justify;
      margin-bottom: 20px;
    }

    /* Game List Section */
    .page-x8betlogin__game-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      padding: 0;
      list-style: none;
    }

    .page-x8betlogin__game-item {
      background-color: #f9f9f9;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-x8betlogin__game-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .page-x8betlogin__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-x8betlogin__game-title {
      font-size: 1.3em;
      color: #0f4c75;
      padding: 15px 10px 5px;
      margin: 0;
    }

    .page-x8betlogin__game-description {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px 15px;
      margin: 0;
    }

    /* Hướng dẫn đăng nhập */
    .page-x8betlogin__steps-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      padding: 0;
      list-style: none;
    }

    .page-x8betlogin__step-item {
      background-color: #eaf6ff;
      border-left: 5px solid #0f4c75;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
      position: relative;
      box-sizing: border-box;
    }

    .page-x8betlogin__step-number {
      position: absolute;
      top: -15px;
      left: 20px;
      background-color: #0f4c75;
      color: #fff;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 1.2em;
    }

    .page-x8betlogin__step-title {
      font-size: 1.4em;
      color: #0f4c75;
      margin-top: 10px;
      margin-bottom: 10px;
    }

    .page-x8betlogin__step-description {
      font-size: 1em;
      color: #555;
    }

    .page-x8betlogin__step-image {
      width: 100%;
      height: auto;
      margin-top: 15px;
      border-radius: 5px;
      display: block;
      max-width: 100%;
      box-sizing: border-box;
    }

    /* Khuyến mãi */
    .page-x8betlogin__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      padding: 0;
      list-style: none;
    }

    .page-x8betlogin__promo-card {
      background-color: #fff3e0;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
      text-align: center;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-x8betlogin__promo-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      object-fit: contain;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-x8betlogin__promo-title {
      font-size: 1.5em;
      color: #e65100;
      margin-bottom: 10px;
    }

    .page-x8betlogin__promo-text {
      font-size: 1em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-x8betlogin__promo-button {
      display: inline-block;
      background-color: #e65100;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
      font-size: 0.95em;
    }

    .page-x8betlogin__promo-button:hover {
      background-color: #bf360c;
    }

    /* FAQ Section */
    .page-x8betlogin__faq-list {
      list-style: none;
      padding: 0;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-x8betlogin__faq-item {
      background-color: #f0f8ff;
      border: 1px solid #cce7ff;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      transition: all 0.3s ease;
      box-sizing: border-box;
    }

    .page-x8betlogin__faq-item.active {
      background-color: #e0f2ff;
      border-color: #99d1ff;
    }

    .page-x8betlogin__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #d9edf7;
      color: #0f4c75;
      cursor: pointer;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-x8betlogin__faq-question:hover {
      background-color: #c0e0f0;
    }

    .page-x8betlogin__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-x8betlogin__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 10px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-x8betlogin__faq-item.active .page-x8betlogin__faq-toggle {
      transform: rotate(45deg);
    }

    .page-x8betlogin__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #f8fcff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #333;
      font-size: 1em;
    }

    .page-x8betlogin__faq-item.active .page-x8betlogin__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important;
      opacity: 1;
    }

    /* Call to Action cuối trang */
    .page-x8betlogin__cta-section {
      text-align: center;
      background-color: #0f4c75;
      color: #fff;
      padding: 50px 20px;
      border-radius: 8px;
      margin-top: 40px;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

    .page-x8betlogin__cta-title {
      font-size: 2.2em;
      margin-bottom: 15px;
      color: #ffe066;
    }

    .page-x8betlogin__cta-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-x8betlogin__cta-button {
      display: inline-block;
      background-color: #ff4d4d;
      color: #fff;
      padding: 15px 35px;
      border-radius: 50px;
      font-weight: bold;
      font-size: 1.1em;
      text-decoration: none;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .page-x8betlogin__cta-button:hover {
      background-color: #e60000;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-x8betlogin__hero-section {
        padding-top: 10px; /* Dành cho header cố định trên mobile */
      }

      .page-x8betlogin__hero-content {
        width: 95%;
        padding: 15px;
      }

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

      .page-x8betlogin__hero-description {
        font-size: 0.9em;
      }

      .page-x8betlogin__hero-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }

      .page-x8betlogin__floating-button {
        padding: 12px 20px;
        font-size: 1em;
        bottom: 15px;
        right: 15px;
      }

      .page-x8betlogin__section {
        padding: 30px 15px;
        margin-bottom: 15px;
      }

      .page-x8betlogin__section-title {
        font-size: 1.6em;
        margin-bottom: 25px;
      }

      .page-x8betlogin__text-content {
        font-size: 1em;
      }

      .page-x8betlogin__game-list,
      .page-x8betlogin__steps-list,
      .page-x8betlogin__promo-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-x8betlogin__game-item,
      .page-x8betlogin__step-item,
      .page-x8betlogin__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-x8betlogin__game-image,
      .page-x8betlogin__step-image,
      .page-x8betlogin__promo-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-x8betlogin__faq-question {
        padding: 12px 15px;
      }

      .page-x8betlogin__faq-question h3 {
        font-size: 1em;
      }

      .page-x8betlogin__faq-answer {
        padding: 15px !important;
        font-size: 0.95em;
      }

      .page-x8betlogin__cta-section {
        padding: 30px 15px;
      }

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

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

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