
    /* Reset và các thuộc tính chung cho trang */
    .page-888clbclub {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: #e0e0e0;
      background-color: #1a1a2e; /* Nền tối */
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }

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

    .page-888clbclub__section-title {
      font-size: 2.5em;
      color: #f7b731; /* Màu vàng cam nổi bật */
      text-align: center;
      margin-bottom: 30px;
      padding-top: 40px;
      position: relative;
    }

    .page-888clbclub__section-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background-color: #ee5253; /* Màu đỏ nổi bật */
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .page-888clbclub__section-description {
      text-align: center;
      margin-bottom: 40px;
      font-size: 1.1em;
      color: #cccccc;
    }

    /* Hero Section */
    .page-888clbclub__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:banner:888clb,club,khuyến mãi,2026]') no-repeat center center/cover;
      min-height: 500px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 60px 20px 40px; /* Padding top cho fixed header */
      box-sizing: border-box;
      position: relative;
    }

    .page-888clbclub__hero-content {
      z-index: 1;
      max-width: 800px;
    }

    .page-888clbclub__main-title {
      font-size: 3.5em;
      color: #fff;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-888clbclub__hero-description {
      font-size: 1.4em;
      color: #f0f0f0;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-888clbclub__hero-cta-button {
      display: inline-block;
      background-color: #ee5253; /* Nút CTA màu đỏ */
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-888clbclub__hero-cta-button:hover {
      background-color: #ff6b6b;
      transform: translateY(-3px);
    }

    .page-888clbclub__hero-banner {
      display: none; /* Banner hình ảnh được tích hợp vào background của hero section */
    }

    /* Games Section */
    .page-888clbclub__games-section {
      padding: 60px 0;
      background-color: #22223b;
    }

    .page-888clbclub__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      padding: 0 15px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-888clbclub__game-item {
      background-color: #2e2e4f;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      box-sizing: border-box; /* Quan trọng cho responsive */
    }

    .page-888clbclub__game-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    }

    .page-888clbclub__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      border-bottom: 3px solid #f7b731;
      max-width: 100%; /* Responsive image */
      box-sizing: border-box;
    }

    .page-888clbclub__game-title {
      font-size: 1.5em;
      color: #f7b731;
      margin: 20px 15px 10px;
    }

    .page-888clbclub__game-text {
      font-size: 1em;
      color: #cccccc;
      padding: 0 15px 20px;
      flex-grow: 1;
    }

    /* Why Choose Us Section */
    .page-888clbclub__why-choose-us {
      padding: 60px 0;
      background-color: #1a1a2e;
    }

    .page-888clbclub__feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      padding: 0 15px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-888clbclub__feature-item {
      background-color: #2e2e4f;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
      text-align: center;
      box-sizing: border-box; /* Quan trọng cho responsive */
    }

    .page-888clbclub__feature-icon {
      width: 150px; /* Tăng kích thước để không phải là icon nhỏ */
      height: 150px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%; /* Responsive image */
      box-sizing: border-box;
    }

    .page-888clbclub__feature-title {
      font-size: 1.4em;
      color: #ee5253;
      margin-bottom: 15px;
    }

    .page-888clbclub__feature-description {
      font-size: 0.95em;
      color: #cccccc;
    }

    /* FAQ Section */
    .page-888clbclub__faq-section {
      padding: 60px 0;
      background-color: #22223b;
    }

    .page-888clbclub__faq-container {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 15px;
    }

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

    .page-888clbclub__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #3f3f6e; /* Màu nền cho câu hỏi */
      transition: background-color 0.3s ease;
    }

    .page-888clbclub__faq-question:hover {
      background-color: #4a4a7f;
    }

    .page-888clbclub__faq-title {
      font-size: 1.2em;
      color: #f7b731;
      margin: 0;
      pointer-events: none; /* Ngăn chặn tiêu đề chặn sự kiện click */
    }

    .page-888clbclub__faq-toggle {
      font-size: 1.5em;
      color: #ee5253;
      font-weight: bold;
      transition: transform 0.3s ease;
      pointer-events: none; /* Ngăn chặn biểu tượng chặn sự kiện click */
    }

    .page-888clbclub__faq-item.active .page-888clbclub__faq-toggle {
      transform: rotate(45deg); /* Xoay dấu + thành X hoặc - */
      color: #fff;
    }

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

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

    .page-888clbclub__faq-answer p {
      margin: 0;
      color: #cccccc;
    }

    /* CTA Section */
    .page-888clbclub__cta-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
      text-align: center;
    }

    .page-888clbclub__cta-description {
      font-size: 1.2em;
      color: #f0f0f0;
      margin-bottom: 30px;
    }

    .page-888clbclub__cta-button {
      display: inline-block;
      background-color: #f7b731; /* Nút CTA màu vàng cam */
      color: #1a1a2e;
      padding: 18px 35px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.3em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    }

    .page-888clbclub__cta-button:hover {
      background-color: #ffcd60;
      transform: translateY(-5px);
    }

    /* Floating Buttons */
    .page-888clbclub__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(26, 26, 46, 0.9); /* Nền tối mờ */
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      box-sizing: border-box;
    }

    .page-888clbclub__floating-btn {
      flex: 1;
      text-align: center;
      margin: 0 5px;
      padding: 12px 10px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: transform 0.2s ease;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      max-width: 48%; /* Đảm bảo hai nút vừa vặn trên mobile */
      box-sizing: border-box;
    }

    .page-888clbclub__floating-btn--register {
      background-color: #ee5253; /* Màu đỏ nổi bật */
      color: #fff;
    }

    .page-888clbclub__floating-btn--register:hover {
      background-color: #ff6b6b;
      transform: translateY(-2px);
    }

    .page-888clbclub__floating-btn--login {
      background-color: #f7b731; /* Màu vàng cam */
      color: #1a1a2e;
    }

    .page-888clbclub__floating-btn--login:hover {
      background-color: #ffcd60;
      transform: translateY(-2px);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-888clbclub__main-title {
        font-size: 2.5em;
      }

      .page-888clbclub__hero-description {
        font-size: 1.1em;
      }

      .page-888clbclub__hero-cta-button,
      .page-888clbclub__cta-button {
        font-size: 1.1em;
        padding: 12px 25px;
      }

      .page-888clbclub__section-title {
        font-size: 2em;
        padding-top: 30px;
      }

      .page-888clbclub__game-grid,
      .page-888clbclub__feature-grid {
        grid-template-columns: 1fr; /* Một cột trên mobile */
        padding: 0 10px;
      }

      .page-888clbclub__game-item,
      .page-888clbclub__feature-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px; /* Điều chỉnh padding cho mobile */
      }

      .page-888clbclub__game-image,
      .page-888clbclub__feature-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      
      .page-888clbclub__faq-container {
        padding: 0 10px;
      }

      .page-888clbclub__faq-question {
        padding: 15px 20px;
      }

      .page-888clbclub__faq-title {
        font-size: 1.1em;
        word-wrap: break-word !important; /* Đảm bảo ngắt từ */
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-888clbclub__faq-answer {
        padding: 0 20px;
      }

      .page-888clbclub__faq-item.active .page-888clbclub__faq-answer {
        padding: 15px 20px !important;
      }

      .page-888clbclub__floating-buttons {
        padding: 8px 0;
      }

      .page-888clbclub__floating-btn {
        font-size: 0.9em;
        padding: 10px 8px;
        margin: 0 3px;
      }
    }

    @media (max-width: 480px) {
      .page-888clbclub__main-title {
        font-size: 2em;
      }
      .page-888clbclub__hero-description {
        font-size: 1em;
      }
      .page-888clbclub__floating-btn {
        font-size: 0.8em;
        padding: 8px 5px;
      }
    }
  