
    /* Tổng quan */
    .page-tt88casino {
      font-family: 'Arial', sans-serif;
      background-color: #000000; /* Nền đen */
      color: #FFFFFF; /* Chữ trắng */
      line-height: 1.6;
      overflow-x: hidden;
    }

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

    .page-tt88casino__section {
      padding: 60px 0;
      text-align: center;
    }

    .page-tt88casino__heading {
      color: #FFD700; /* Chữ vàng */
      font-size: 3em;
      margin-bottom: 20px;
      text-transform: uppercase;
    }

    .page-tt88casino__subheading {
      color: #FFFFFF;
      font-size: 1.8em;
      margin-bottom: 40px;
    }

    .page-tt88casino__paragraph {
      color: #E0E0E0;
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: left;
    }

    /* Hero Section */
    .page-tt88casino__hero-section {
      position: relative;
      padding-top: 150px; /* An toàn cho header cố định */
      padding-bottom: 40px;
      overflow: hidden;
      background-color: #1a1a1a; /* Nền hơi sẫm hơn cho hero */
    }

    .page-tt88casino__hero-content {
      position: relative;
      z-index: 10;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .page-tt88casino__hero-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

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

    .page-tt88casino__hero-title {
      font-size: 3.5em;
      color: #FFD700;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-tt88casino__hero-description {
      font-size: 1.5em;
      color: #FFFFFF;
      margin-bottom: 30px;
      max-width: 800px;
    }

    .page-tt88casino__cta-button {
      display: inline-block;
      background-color: #FFD700;
      color: #000000;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
    }

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

    /* Giới thiệu */
    .page-tt88casino__about-section {
      background-color: #0d0d0d;
    }

    .page-tt88casino__about-content {
      display: flex;
      flex-direction: column;
      gap: 30px;
      text-align: left;
    }

    .page-tt88casino__about-text {
      flex: 1;
    }

    .page-tt88casino__about-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .page-tt88casino__about-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    }

    /* Sản phẩm game */
    .page-tt88casino__games-section {
      background-color: #000000;
    }

    .page-tt88casino__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .page-tt88casino__game-card {
      background-color: #1a1a1a;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      display: flex;
      flex-direction: column;
    }

    .page-tt88casino__game-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 30px rgba(255, 215, 0, 0.3);
    }

    .page-tt88casino__game-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        height: 200px; /* Fixed height for consistent card appearance */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000000; /* Ensure image area is dark */
    }

    .page-tt88casino__game-image {
      width: 100%;
      height: 100%;
      object-fit: cover; /* Cover the area, crop if necessary */
      display: block;
      transition: transform 0.3s ease;
    }

    .page-tt88casino__game-card:hover .page-tt88casino__game-image {
        transform: scale(1.05);
    }

    .page-tt88casino__game-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-tt88casino__game-title {
      font-size: 1.5em;
      color: #FFD700;
      margin-bottom: 10px;
      text-decoration: none;
    }

    .page-tt88casino__game-title a {
        color: #FFD700;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .page-tt88casino__game-title a:hover {
        color: #FFFFFF;
    }

    .page-tt88casino__game-description {
      color: #E0E0E0;
      font-size: 0.95em;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-tt88casino__game-button {
      display: inline-block;
      background-color: #FFD700;
      color: #000000;
      padding: 10px 20px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
    }

    .page-tt88casino__game-button:hover {
      background-color: #e0b800;
    }

    /* Nhà cung cấp */
    .page-tt88casino__providers-section {
      background-color: #0d0d0d;
    }

    .page-tt88casino__providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      justify-items: center;
      align-items: center;
    }

    .page-tt88casino__provider-logo-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        height: 100px; /* Consistent height for logos */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #1a1a1a;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease;
    }

    .page-tt88casino__provider-logo-wrapper:hover {
        transform: translateY(-5px);
    }

    .page-tt88casino__provider-logo {
      max-width: 80%; /* Ensure logos fit within their containers */
      max-height: 80%;
      height: auto;
      display: block;
      object-fit: contain;
    }

    /* Khuyến mãi */
    .page-tt88casino__promo-section {
      background-color: #000000;
      padding: 80px 0;
    }

    .page-tt88casino__promo-card {
      background-color: #1a1a1a;
      border-radius: 15px;
      padding: 30px;
      margin-bottom: 30px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
      text-align: left;
      display: flex;
      align-items: center;
      gap: 30px;
    }

    .page-tt88casino__promo-image-wrapper {
        width: 100%;
        max-width: 300px; /* Fixed width for promo image */
        overflow: hidden;
        box-sizing: border-box;
        flex-shrink: 0;
    }

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

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

    .page-tt88casino__promo-title {
      color: #FFD700;
      font-size: 2em;
      margin-bottom: 10px;
    }

    .page-tt88casino__promo-description {
      color: #E0E0E0;
      margin-bottom: 20px;
    }

    .page-tt88casino__promo-button {
      background-color: #FFD700;
      color: #000000;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-tt88casino__promo-button:hover {
      background-color: #e0b800;
    }


    /* FAQ */
    .page-tt88casino__faq-section {
      background-color: #0d0d0d;
    }

    .page-tt88casino__faq-list {
      max-width: 800px;
      margin: 0 auto;
    }

    .page-tt88casino__faq-item {
      background-color: #1a1a1a;
      margin-bottom: 15px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      overflow: hidden;
    }

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

    .page-tt88casino__faq-question:hover {
      background-color: #3a3a3a;
    }

    .page-tt88casino__faq-question h3 {
        margin: 0;
        color: inherit;
        pointer-events: none; /* Prevent h3 from intercepting click */
    }

    .page-tt88casino__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from intercepting click */
    }

    .page-tt88casino__faq-item.active .page-tt88casino__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - visually */
    }

    .page-tt88casino__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #E0E0E0;
      text-align: left;
    }

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

    /* Call to Action cuối trang */
    .page-tt88casino__final-cta-section {
      background-color: #000000;
      padding: 60px 0;
    }

    .page-tt88casino__final-cta-title {
      color: #FFD700;
      font-size: 2.5em;
      margin-bottom: 20px;
    }

    .page-tt88casino__final-cta-description {
      color: #FFFFFF;
      font-size: 1.2em;
      margin-bottom: 30px;
    }

    /* Nút đăng nhập nổi (Floating Login Button) */
    .page-tt88casino__floating-login-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #FFD700;
      color: #000000;
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-align: center;
      white-space: nowrap; /* Prevent text wrapping */
    }

    .page-tt88casino__floating-login-button:hover {
      background-color: #e0b800;
      transform: translateY(-5px);
    }

    /* Responsive */
    @media (max-width: 992px) {
      .page-tt88casino__heading {
        font-size: 2.5em;
      }
      .page-tt88casino__subheading {
        font-size: 1.5em;
      }
      .page-tt88casino__hero-title {
        font-size: 2.8em;
      }
      .page-tt88casino__hero-description {
        font-size: 1.2em;
      }
      .page-tt88casino__promo-card {
        flex-direction: column;
        text-align: center;
      }
      .page-tt88casino__promo-image-wrapper {
        max-width: 100%;
        margin-bottom: 20px;
      }
    }

    @media (max-width: 768px) {
      .page-tt88casino__section {
        padding: 40px 0;
      }
      .page-tt88casino__heading {
        font-size: 2em;
      }
      .page-tt88casino__subheading {
        font-size: 1.2em;
      }
      .page-tt88casino__paragraph {
        font-size: 1em;
      }
      .page-tt88casino__hero-section {
        padding-top: 150px; /* Giữ an toàn cho header */
        padding-bottom: 30px;
      }
      .page-tt88casino__hero-title {
        font-size: 2.2em;
      }
      .page-tt88casino__hero-description {
        font-size: 1em;
      }
      .page-tt88casino__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-tt88casino__game-card {
        margin-bottom: 20px;
      }
      .page-tt88casino__game-title {
        font-size: 1.3em;
      }
      .page-tt88casino__promo-title {
        font-size: 1.8em;
      }
      .page-tt88casino__floating-login-button {
        bottom: 15px;
        right: 15px;
        padding: 12px 20px;
        font-size: 1em;
      }
      .page-tt88casino__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
      }
      .page-tt88casino__faq-answer {
        padding: 0 20px;
      }
      .page-tt88casino__faq-item.active .page-tt88casino__faq-answer {
        padding: 15px 20px !important;
      }

      /* Mobile image responsive optimization */
      .page-tt88casino img {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-tt88casino__hero-image-wrapper,
      .page-tt88casino__about-image-wrapper,
      .page-tt88casino__game-image-wrapper,
      .page-tt88casino__provider-logo-wrapper,
      .page-tt88casino__promo-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-tt88casino__hero-title {
        font-size: 1.8em;
      }
      .page-tt88casino__hero-description {
        font-size: 0.9em;
      }
      .page-tt88casino__heading {
        font-size: 1.8em;
      }
      .page-tt88casino__subheading {
        font-size: 1em;
      }
      .page-tt88casino__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
      .page-tt88casino__game-card {
        margin-bottom: 15px;
      }
      .page-tt88casino__promo-title {
        font-size: 1.5em;
      }
      .page-tt88casino__floating-login-button {
        bottom: 10px;
        right: 10px;
        padding: 10px 18px;
        font-size: 0.9em;
      }
    }
  