
    /* Tổng thể */
    .page-tt88banca30 {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      padding-bottom: 80px; /* Khoảng trống cho nút nổi */
    }

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

    .page-tt88banca30__section {
      background-color: #ffffff;
      margin-bottom: 25px;
      padding: 30px 20px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      border: 1px solid #e0e0e0;
    }

    .page-tt88banca30__title {
      color: #0a75ad; /* Màu xanh đậm */
      text-align: center;
      margin-bottom: 25px;
      font-size: 2.2em;
      font-weight: bold;
    }

    .page-tt88banca30__subtitle {
      color: #0a75ad;
      font-size: 1.8em;
      margin-bottom: 20px;
      text-align: center;
      font-weight: 600;
    }

    .page-tt88banca30__heading-h3 {
      color: #0a75ad;
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .page-tt88banca30__paragraph {
      margin-bottom: 15px;
      font-size: 1.05em;
      line-height: 1.7;
      color: #444;
    }

    .page-tt88banca30__list {
      list-style: disc;
      padding-left: 25px;
      margin-bottom: 20px;
      font-size: 1.05em;
      color: #444;
    }

    .page-tt88banca30__list-item {
      margin-bottom: 8px;
    }

    /* Hero Section */
    .page-tt88banca30__hero-section {
      position: relative;
      text-align: center;
      color: #ffffff;
      padding: 10px 0 50px; /* Đảm bảo không bị che bởi header */
      margin-bottom: 25px;
      overflow: hidden;
      border-radius: 10px;
    }

    .page-tt88banca30__hero-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
    }

    .page-tt88banca30__hero-content {
      position: relative;
      z-index: 2;
      padding: 20px;
      max-width: 900px;
      margin: -100px auto 0 auto; /* Đẩy nội dung lên trên ảnh */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
      border-radius: 10px;
    }

    .page-tt88banca30__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: 800;
      color: #ffd700; /* Vàng rực rỡ */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-tt88banca30__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #eee;
    }

    /* Call to Action Button */
    .page-tt88banca30__cta-button {
      display: inline-block;
      background-color: #ff4500; /* Màu cam đỏ nổi bật */
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 5px 15px rgba(255, 69, 0, 0.4);
    }

    .page-tt88banca30__cta-button:hover {
      background-color: #e63e00;
      transform: translateY(-3px);
    }

    /* Product Display */
    .page-tt88banca30__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 25px;
    }

    .page-tt88banca30__game-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease;
      border: 1px solid #e0e0e0;
    }

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

    .page-tt88banca30__game-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 200px; /* Kích thước cố định cho hình ảnh sản phẩm */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .page-tt88banca30__game-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      min-height: 200px; /* Đảm bảo chiều cao tối thiểu */
    }

    .page-tt88banca30__game-info {
      padding: 20px;
    }

    .page-tt88banca30__game-name {
      font-size: 1.3em;
      color: #0a75ad;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-tt88banca30__game-description {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 15px;
    }

    /* Hướng dẫn chi tiết */
    .page-tt88banca30__guide-step {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
      background-color: #fcfcfc;
      padding: 15px;
      border-left: 5px solid #0a75ad;
      border-radius: 5px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .page-tt88banca30__step-number {
      font-size: 1.8em;
      font-weight: bold;
      color: #0a75ad;
      margin-right: 15px;
      min-width: 40px;
      text-align: center;
    }

    .page-tt88banca30__step-content {
      flex-grow: 1;
    }

    .page-tt88banca30__step-title {
      font-size: 1.2em;
      color: #0a75ad;
      margin-bottom: 5px;
      font-weight: bold;
    }

    .page-tt88banca30__step-text {
      font-size: 1em;
      color: #555;
    }

    .page-tt88banca30__step-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-top: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .page-tt88banca30__step-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      min-height: 200px; /* Đảm bảo chiều cao tối thiểu */
    }

    /* FAQ Section */
    .page-tt88banca30__faq-section {
      background-color: #ffffff;
      padding: 40px 20px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      border: 1px solid #e0e0e0;
      margin-bottom: 25px;
    }

    .page-tt88banca30__faq-item {
      margin-bottom: 10px;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .page-tt88banca30__faq-item.active {
      border-color: #0a75ad;
      box-shadow: 0 4px 12px rgba(10, 117, 173, 0.2);
    }

    .page-tt88banca30__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f5f5f5;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-tt88banca30__faq-question:hover {
      background-color: #e9e9e9;
    }

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

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

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

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

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

    /* Nút nổi đăng nhập/khuyến mãi */
    .page-tt88banca30__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #ff4500; /* Màu cam đỏ */
      color: #ffffff;
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: bold;
      box-shadow: 0 5px 20px rgba(255, 69, 0, 0.6);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      line-height: 1.2;
      animation: pulse 2s infinite;
    }

    .page-tt88banca30__floating-button:hover {
      background-color: #e63e00;
      transform: scale(1.05);
    }

    @keyframes pulse {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(255, 69, 0, 0.4);
      }
      100% {
        transform: scale(1);
      }
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-tt88banca30__hero-section {
        padding-top: 10px !important; /* Đảm bảo không bị che bởi header trên di động */
      }
      .page-tt88banca30__hero-content {
        margin-top: -80px; /* Điều chỉnh vị trí nội dung hero trên di động */
        padding: 15px;
      }
      .page-tt88banca30__hero-title {
        font-size: 2em;
      }
      .page-tt88banca30__hero-description {
        font-size: 1em;
      }
      .page-tt88banca30__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }
      .page-tt88banca30__title {
        font-size: 1.8em;
      }
      .page-tt88banca30__subtitle {
        font-size: 1.5em;
      }
      .page-tt88banca30__heading-h3 {
        font-size: 1.3em;
      }
      .page-tt88banca30__game-grid {
        grid-template-columns: 1fr;
      }
      .page-tt88banca30__guide-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .page-tt88banca30__step-number {
        margin-right: 0;
        margin-bottom: 10px;
      }
      .page-tt88banca30__faq-question {
        padding: 12px 15px;
      }
      .page-tt88banca30__faq-question h3 {
        font-size: 1em;
      }
      .page-tt88banca30__faq-toggle {
        font-size: 1.5em;
      }
      .page-tt88banca30__faq-answer {
        padding: 15px 15px !important;
      }
      .page-tt88banca30__floating-button {
        bottom: 15px;
        right: 15px;
        padding: 12px 20px;
        font-size: 1em;
      }
      .page-tt88banca30__game-image-wrapper,
      .page-tt88banca30__game-image,
      .page-tt88banca30__step-image-wrapper,
      .page-tt88banca30__step-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
    }
  