
    /* Tổng quan */
    .page-thabet88 {
      font-family: 'Arial', sans-serif;
      background-color: #1a1a2e; /* Nền tối */
      color: #f0f0f0; /* Chữ sáng */
      line-height: 1.6;
      overflow-x: hidden;
    }

    .page-thabet88__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

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

    .page-thabet88__heading-primary {
      font-size: 2.8em;
      color: #ffffff;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .page-thabet88__heading-secondary {
      font-size: 2.2em;
      color: #ffffff;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 15px;
    }

    .page-thabet88__heading-secondary::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #f0a500; /* Vàng cam */
      border-radius: 2px;
    }

    .page-thabet88__heading-tertiary {
      font-size: 1.8em;
      color: #ffffff;
      margin-bottom: 20px;
    }

    .page-thabet88__button {
      display: inline-block;
      background-color: #f0a500; /* Vàng cam */
      color: #1a1a2e;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      border: none;
      cursor: pointer;
    }

    .page-thabet88__button:hover {
      background-color: #ffbf00; /* Vàng cam sáng hơn */
      transform: translateY(-2px);
    }

    .page-thabet88__text-highlight {
      color: #f0a500; /* Vàng cam */
      font-weight: bold;
    }

    /* Hero Section */
    .page-thabet88__hero-section {
      padding-top: 10px; /* Cho khoảng cách với header cố định */
      background-color: #1a1a2e;
      position: relative;
      overflow: hidden;
    }

    .page-thabet88__hero-content {
      position: relative;
      z-index: 1;
      padding: 60px 20px;
      text-align: center;
    }

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

    /* Floating Button */
    .page-thabet88__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #e94560; /* Đỏ hồng */
      color: #ffffff;
      padding: 12px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      white-space: nowrap;
    }

    .page-thabet88__floating-button:hover {
      background-color: #ff6a80; /* Đỏ hồng sáng hơn */
      transform: translateY(-3px);
    }

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

    .page-thabet88__advantage-item {
      background-color: #2a2a4a; /* Nền tối hơn */
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-align: left;
      transition: transform 0.3s ease;
    }

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

    .page-thabet88__advantage-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      display: block;
      margin-left: 0;
      border-radius: 5px;
    }

    .page-thabet88__advantage-title {
      font-size: 1.4em;
      color: #f0a500; /* Vàng cam */
      margin-bottom: 10px;
    }

    .page-thabet88__advantage-description {
      font-size: 1em;
      color: #e0e0e0;
    }

    /* Download Guide Section */
    .page-thabet88__guide-steps {
      display: flex;
      flex-direction: column;
      gap: 40px;
      margin-top: 40px;
    }

    .page-thabet88__guide-platform {
      background-color: #2a2a4a;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-align: left;
    }

    .page-thabet88__guide-platform-title {
      font-size: 1.6em;
      color: #f0a500; /* Vàng cam */
      margin-bottom: 20px;
      text-align: center;
    }

    .page-thabet88__guide-step-item {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      gap: 20px;
    }

    .page-thabet88__guide-step-number {
      background-color: #f0a500;
      color: #1a1a2e;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 1.2em;
      flex-shrink: 0;
    }

    .page-thabet88__guide-step-content {
      flex-grow: 1;
    }

    .page-thabet88__guide-step-text {
      font-size: 1.1em;
      color: #e0e0e0;
    }

    .page-thabet88__guide-image {
      width: 100%;
      max-width: 400px;
      height: auto;
      display: block;
      margin: 20px auto;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-thabet88__download-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
      flex-wrap: wrap;
    }

    /* Game Categories Section */
    .page-thabet88__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .page-thabet88__game-card {
      background-color: #2a2a4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      text-decoration: none;
      color: inherit;
    }

    .page-thabet88__game-card:hover {
      transform: translateY(-5px);
    }

    .page-thabet88__game-image {
      width: 100%;
      height: 150px;
      object-fit: cover;
      display: block;
      max-width: 100%; /* Đảm bảo hình ảnh không vượt quá chiều rộng container */
    }

    .page-thabet88__game-title {
      font-size: 1.2em;
      color: #f0a500;
      padding: 15px 10px;
      text-align: center;
      font-weight: bold;
    }

    /* Promotions Section */
    .page-thabet88__promotion-item {
      background-color: #2a2a4a;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      margin-top: 30px;
      text-align: left;
    }

    .page-thabet88__promotion-title {
      font-size: 1.6em;
      color: #f0a500;
      margin-bottom: 15px;
    }

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

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

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

    .page-thabet88__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #3a3a5a; /* Nền câu hỏi */
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      transition: background-color 0.3s ease;
    }

    .page-thabet88__faq-question:hover {
      background-color: #4a4a6a;
    }

    .page-thabet88__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #ffffff;
      pointer-events: none; /* Ngăn chặn sự kiện click trên h3 */
    }

    .page-thabet88__faq-toggle {
      font-size: 1.8em;
      color: #f0a500;
      font-weight: bold;
      transition: transform 0.3s ease;
      pointer-events: none; /* Ngăn chặn sự kiện click trên toggle */
    }

    .page-thabet88__faq-item.active .page-thabet88__faq-toggle {
      transform: rotate(45deg); /* Biến '+' thành 'x' hoặc '-' */
    }
    .page-thabet88__faq-item.active .page-thabet88__faq-toggle::before {
        content: "−"; /* Đổi dấu '+' thành '-' */
        transform: rotate(0deg); /* Đảm bảo dấu trừ không bị xoay */
    }
    .page-thabet88__faq-item .page-thabet88__faq-toggle::before {
        content: "+";
    }

    .page-thabet88__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #2a2a4a;
      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-thabet88__faq-item.active .page-thabet88__faq-answer {
      max-height: 2000px !important; /* Đủ lớn để chứa mọi nội dung */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-thabet88__faq-answer p {
      margin-bottom: 10px;
    }

    /* Conclusion Section */
    .page-thabet88__conclusion-section {
      padding-bottom: 80px; /* Đủ khoảng trống trước footer */
    }

    /* Responsive */
    @media (max-width: 768px) {
      .page-thabet88__container {
        padding: 15px;
      }

      .page-thabet88__heading-primary {
        font-size: 2em;
      }

      .page-thabet88__heading-secondary {
        font-size: 1.8em;
      }

      .page-thabet88__heading-tertiary {
        font-size: 1.5em;
      }

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

      .page-thabet88__floating-button {
        bottom: 15px;
        right: 15px;
        padding: 10px 15px;
        font-size: 0.9em;
      }

      .page-thabet88__hero-content {
        padding: 40px 15px;
      }

      .page-thabet88__advantages-grid {
        grid-template-columns: 1fr;
      }

      .page-thabet88__advantage-item {
        padding: 25px;
      }

      .page-thabet88__guide-step-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
      }

      .page-thabet88__guide-step-number {
        margin-bottom: 10px;
      }

      .page-thabet88__guide-step-content {
        text-align: center;
      }

      .page-thabet88__download-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-thabet88__game-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      }

      .page-thabet88__game-image {
        height: 120px;
      }

      .page-thabet88__game-title {
        font-size: 1.1em;
        padding: 10px 5px;
      }

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

      .page-thabet88__faq-question h3 {
        font-size: 1.1em;
      }

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

      .page-thabet88__faq-item.active .page-thabet88__faq-answer {
        padding: 15px 20px !important;
      }
      
      /* Force responsive images with !important */
      .page-thabet88 img {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-thabet88 div[class*="__image-container"] { /* Generic container for images */
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
      .page-thabet88__hero-image,
      .page-thabet88__advantage-icon,
      .page-thabet88__guide-image,
      .page-thabet88__game-image {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  