
    /* Tổng quan */
    .page-tt88bancanohu {
      font-family: 'Arial', sans-serif;
      background-color: #0a0a0a; /* Nền đen */
      color: #f0f0f0; /* Chữ trắng */
      line-height: 1.6;
      padding-bottom: 80px; /* Đảm bảo không bị che bởi footer */
    }

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

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

    .page-tt88bancanohu__section-title {
      color: #ffd700; /* Vàng */
      font-size: 2.5em;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-tt88bancanohu__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ffd700;
      border-radius: 2px;
    }

    .page-tt88bancanohu__text-highlight {
      color: #ffd700;
      font-weight: bold;
    }

    /* Hero Section */
    .page-tt88bancanohu__hero-section {
      padding-top: 160px; /* Đảm bảo không bị che bởi header cố định */
      background-color: #000;
      position: relative;
      overflow: hidden;
      text-align: center;
    }

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

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

    .page-tt88bancanohu__hero-content {
      padding: 20px 15px 40px;
      max-width: 800px;
      margin: 0 auto;
      z-index: 1;
      position: relative;
    }

    .page-tt88bancanohu__hero-title {
      font-size: 2.8em;
      color: #ffd700;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-tt88bancanohu__hero-description {
      font-size: 1.2em;
      color: #e0e0e0;
      margin-bottom: 30px;
    }

    .page-tt88bancanohu__cta-button {
      display: inline-block;
      background-color: #ffd700;
      color: #0a0a0a;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

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

    /* Floating Login Button */
    .page-tt88bancanohu__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #ff4500; /* Cam đỏ nổi bật */
      color: #ffffff;
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.3s ease;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .page-tt88bancanohu__floating-button:hover {
      background-color: #ff6347;
      transform: translateY(-5px);
    }

    /* Giới thiệu */
    .page-tt88bancanohu__intro-content {
      text-align: left;
      max-width: 900px;
      margin: 0 auto;
      color: #e0e0e0;
    }

    .page-tt88bancanohu__intro-content p {
      margin-bottom: 15px;
      font-size: 1.05em;
    }

    /* Tại sao chọn tt88 bắn cá nổ hũ */
    .page-tt88bancanohu__advantages-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-tt88bancanohu__advantage-item {
      background-color: #1a1a1a;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, background-color 0.3s ease;
      border: 1px solid #333;
    }

    .page-tt88bancanohu__advantage-item:hover {
      transform: translateY(-5px);
      background-color: #2a2a2a;
    }

    .page-tt88bancanohu__advantage-item h3 {
      color: #ffd700;
      font-size: 1.5em;
      margin-bottom: 15px;
    }

    .page-tt88bancanohu__advantage-item p {
      color: #cccccc;
      font-size: 1em;
    }

    /* Các trò chơi nổi bật */
    .page-tt88bancanohu__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-tt88bancanohu__game-card {
      background-color: #1a1a1a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      border: 1px solid #333;
    }

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

    .page-tt88bancanohu__game-card-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 180px; /* Cố định chiều cao cho ảnh game */
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #000;
    }

    .page-tt88bancanohu__game-card-image {
      width: 100%;
      height: 100%;
      object-fit: cover; /* Đảm bảo ảnh không bị biến dạng */
      display: block;
    }

    .page-tt88bancanohu__game-card-content {
      padding: 20px;
      text-align: center;
    }

    .page-tt88bancanohu__game-card-title {
      color: #ffd700;
      font-size: 1.3em;
      margin-bottom: 10px;
    }

    .page-tt88bancanohu__game-card-description {
      color: #cccccc;
      font-size: 0.95em;
      margin-bottom: 15px;
    }

    .page-tt88bancanohu__game-card-link {
      display: inline-block;
      background-color: #007bff; /* Màu xanh dương */
      color: #ffffff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
    }

    .page-tt88bancanohu__game-card-link:hover {
      background-color: #0056b3;
    }

    /* Ưu đãi & Khuyến mãi */
    .page-tt88bancanohu__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-tt88bancanohu__promo-card {
      background-color: #1a1a1a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      border: 1px solid #333;
    }

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

    .page-tt88bancanohu__promo-card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-tt88bancanohu__promo-card-content {
      padding: 20px;
      text-align: left;
    }

    .page-tt88bancanohu__promo-card-title {
      color: #ffd700;
      font-size: 1.4em;
      margin-bottom: 10px;
    }

    .page-tt88bancanohu__promo-card-description {
      color: #cccccc;
      font-size: 0.95em;
      margin-bottom: 15px;
    }

    .page-tt88bancanohu__promo-card-link {
      display: inline-block;
      background-color: #ffd700;
      color: #0a0a0a;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.95em;
      transition: background-color 0.3s ease;
    }

    .page-tt88bancanohu__promo-card-link:hover {
      background-color: #ffe84d;
    }

    /* Hướng dẫn */
    .page-tt88bancanohu__guides-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-tt88bancanohu__guide-card {
      background-color: #1a1a1a;
      padding: 25px;
      border-radius: 10px;
      text-align: left;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      border: 1px solid #333;
    }

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

    .page-tt88bancanohu__guide-card-icon-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      height: 100px; /* Giữ kích thước hợp lý cho biểu tượng */
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 15px;
    }

    .page-tt88bancanohu__guide-card-icon {
      width: 80px; /* Kích thước icon */
      height: 80px;
      object-fit: contain;
      display: block;
    }

    .page-tt88bancanohu__guide-card h3 {
      color: #ffd700;
      font-size: 1.4em;
      margin-bottom: 10px;
      text-align: center;
    }

    .page-tt88bancanohu__guide-card p {
      color: #cccccc;
      font-size: 0.95em;
      margin-bottom: 15px;
    }

    .page-tt88bancanohu__guide-card-link {
      display: block;
      text-align: center;
      background-color: #ffd700;
      color: #0a0a0a;
      padding: 10px 15px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
    }

    .page-tt88bancanohu__guide-card-link:hover {
      background-color: #ffe84d;
    }

    /* FAQ Section */
    .page-tt88bancanohu__faq-section {
      background-color: #1a1a1a;
      padding: 60px 0;
    }

    .page-tt88bancanohu__faq-list {
      max-width: 900px;
      margin: 30px auto 0;
      text-align: left;
    }

    .page-tt88bancanohu__faq-item {
      background-color: #0a0a0a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid #333;
    }

    .page-tt88bancanohu__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #1a1a1a;
      color: #ffd700;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-tt88bancanohu__faq-question:hover {
      background-color: #2a2a2a;
    }

    .page-tt88bancanohu__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Ngăn chặn h3 chặn sự kiện click */
      color: #ffd700;
      font-size: 1.2em; /* Ensure consistent font size */
    }

    .page-tt88bancanohu__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Ngăn chặn toggle chặn sự kiện click */
      color: #ffd700;
    }

    .page-tt88bancanohu__faq-item.active .page-tt88bancanohu__faq-toggle {
      transform: rotate(45deg); /* Biểu tượng xoay khi mở */
    }

    .page-tt88bancanohu__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: #cccccc;
      font-size: 1.05em;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

    /* Kết luận */
    .page-tt88bancanohu__conclusion-content {
      text-align: left;
      max-width: 900px;
      margin: 0 auto;
      color: #e0e0e0;
    }

    .page-tt88bancanohu__conclusion-content p {
      margin-bottom: 15px;
      font-size: 1.05em;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .page-tt88bancanohu__hero-section {
        padding-top: 160px; /* Đảm bảo không bị che bởi header cố định trên di động */
      }
      .page-tt88bancanohu__hero-title {
        font-size: 2em;
      }

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

      .page-tt88bancanohu__section-title {
        font-size: 2em;
      }

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

      .page-tt88bancanohu__advantage-item,
      .page-tt88bancanohu__game-card,
      .page-tt88bancanohu__promo-card,
      .page-tt88bancanohu__guide-card {
        padding: 20px;
      }

      .page-tt88bancanohu__game-card-image-wrapper,
      .page-tt88bancanohu__promo-card-image-wrapper {
        height: 150px;
      }

      .page-tt88bancanohu__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

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

      .page-tt88bancanohu__faq-answer {
        padding: 0 20px;
        font-size: 0.95em;
      }

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

      /* Responsive image styles */
      .page-tt88bancanohu img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
      }
      .page-tt88bancanohu__hero-image-wrapper,
      .page-tt88bancanohu__game-card-image-wrapper,
      .page-tt88bancanohu__promo-card-image-wrapper,
      .page-tt88bancanohu__guide-card-icon-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  