
      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026 {
        font-family: 'Arial', sans-serif;
        color: #333333;
        line-height: 1.6;
        background-color: #f8f8f8;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__hero-section {
        background-color: #1a202c;
        color: #ffffff;
        padding-top: 10px; /* Small top padding, relying on body for header offset */
        padding-bottom: 60px;
        text-align: center;
        position: relative;
        overflow: hidden;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__hero-image-wrapper {
        width: 100%;
        max-height: 500px;
        overflow: hidden;
        margin-bottom: 20px;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__hero-image {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__hero-content {
        padding: 0 20px;
        max-width: 800px;
        margin: 0 auto;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__hero-title {
        font-size: clamp(2em, 5vw, 3.5em);
        margin-bottom: 15px;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: -0.02em;
        color: #f0f0f0;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__hero-description {
        font-size: 1.1em;
        margin-bottom: 30px;
        color: #cbd5e0;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__cta-buttons {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__btn-primary,
      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__btn-secondary {
        display: inline-block;
        padding: 12px 25px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
        white-space: normal;
        word-wrap: break-word;
        box-sizing: border-box;
        max-width: 100%;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__btn-primary {
        background-color: #2563eb;
        color: #ffffff;
        border: 2px solid #2563eb;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__btn-primary:hover {
        background-color: #1e40af;
        border-color: #1e40af;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__btn-secondary {
        background-color: transparent;
        color: #2563eb;
        border: 2px solid #2563eb;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__btn-secondary:hover {
        background-color: #2563eb;
        color: #ffffff;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__section {
        padding: 60px 20px;
        background-color: #ffffff;
        margin-bottom: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__section--dark {
        background-color: #2563eb;
        color: #ffffff;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__section-title {
        font-size: 2.5em;
        color: #2563eb;
        text-align: center;
        margin-bottom: 40px;
        font-weight: 700;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__section--dark .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__section-title {
        color: #ffffff;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__text-content {
        font-size: 1.1em;
        margin-bottom: 20px;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__image-full-width {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
        margin-bottom: 30px;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__game-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        margin-top: 40px;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__game-card {
        background-color: #f0f4f8;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
        text-align: center;
        padding-bottom: 20px;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__game-card:hover {
        transform: translateY(-5px);
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__game-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__game-title {
        font-size: 1.5em;
        color: #2563eb;
        margin: 20px 15px 10px;
        font-weight: 600;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__game-description {
        font-size: 0.95em;
        color: #64748b;
        padding: 0 15px 15px;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__game-button {
        display: inline-block;
        background-color: #64748b;
        color: #ffffff;
        padding: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        margin-top: 10px;
        transition: background-color 0.3s ease;
        white-space: normal;
        word-wrap: break-word;
        box-sizing: border-box;
        max-width: 100%;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__game-button:hover {
        background-color: #475569;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__promo-card-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-top: 40px;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__promo-card {
        background-color: #ffffff;
        border-radius: 10px;
        padding: 30px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        text-align: center;
        border: 1px solid #e0e0e0;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__promo-title {
        font-size: 1.8em;
        color: #2563eb;
        margin-bottom: 15px;
        font-weight: 600;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__promo-description {
        color: #64748b;
        margin-bottom: 20px;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__app-download-section {
        text-align: center;
        padding: 60px 20px;
        background-color: #f0f4f8;
        border-radius: 10px;
        margin-bottom: 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__app-image {
        max-width: 400px;
        height: auto;
        margin: 30px auto;
        display: block;
        border-radius: 8px;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-section {
        padding: 60px 20px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-list {
        list-style: none;
        padding: 0;
        margin-top: 40px;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-item {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
        box-sizing: border-box;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 25px;
        background-color: #f0f4f8;
        cursor: pointer;
        font-weight: 600;
        color: #2563eb;
        font-size: 1.1em;
        user-select: none;
        transition: background-color 0.3s ease;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-question:hover {
        background-color: #e2e8f0;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-question h3 {
        margin: 0;
        pointer-events: none;
        color: #2563eb;
        font-size: 1.1em;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-toggle {
        font-size: 1.5em;
        font-weight: bold;
        pointer-events: none;
        transition: transform 0.3s ease;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-item.active .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-toggle {
        transform: rotate(45deg);
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        background-color: #ffffff;
        color: #64748b;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-item.active .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-answer {
        max-height: 2000px !important;
        padding: 20px 25px !important;
        opacity: 1;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__conclusion-section {
        text-align: center;
        padding: 60px 20px;
        background-color: #2563eb;
        color: #ffffff;
        border-radius: 10px;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__conclusion-title {
        color: #ffffff;
        font-size: 2.2em;
        margin-bottom: 20px;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__conclusion-description {
        font-size: 1.1em;
        margin-bottom: 30px;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__sub-section-title {
        font-size: 1.8em;
        color: #2563eb;
        margin-top: 40px;
        margin-bottom: 20px;
        font-weight: 600;
      }

      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__section--dark .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__sub-section-title {
        color: #ffffff;
      }

      /* General image responsiveness */
      .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026 img {
        max-width: 100%;
        height: auto;
        display: block;
      }

      /* Mobile responsiveness */
      @media (max-width: 768px) {
        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__container {
          padding: 10px;
        }

        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__hero-section {
          padding-top: 10px !important;
          padding-bottom: 40px;
        }

        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__hero-title {
          font-size: 2em;
        }

        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__hero-description {
          font-size: 1em;
        }

        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__cta-buttons {
          flex-direction: column;
          gap: 15px;
          padding: 0 15px;
        }

        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__btn-primary,
        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__btn-secondary,
        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__game-button {
          width: 100% !important;
          max-width: 100% !important;
          padding-left: 15px !important;
          padding-right: 15px !important;
          white-space: normal !important;
          word-wrap: break-word !important;
        }

        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__section,
        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__app-download-section,
        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-section,
        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__conclusion-section {
          padding: 30px 15px;
          margin-bottom: 15px;
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
        }

        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__section-title {
          font-size: 1.8em;
          margin-bottom: 25px;
        }

        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__text-content {
          font-size: 1em;
        }

        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__game-grid,
        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__promo-card-grid {
          grid-template-columns: 1fr;
          gap: 20px;
        }

        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__game-image {
          height: 180px;
        }

        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__sub-section-title {
          font-size: 1.5em;
          margin-top: 30px;
          margin-bottom: 15px;
        }

        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-question,
        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-answer {
          padding-left: 15px;
          padding-right: 15px;
        }

        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-question h3 {
          font-size: 1em;
        }

        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-item {
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
        }

        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-list {
          padding: 0 !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
        }

        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026__faq-answer p {
          word-wrap: break-word !important;
          overflow-wrap: break-word !important;
          word-break: break-word !important;
        }

        .page-tg88-trang-ch-tg88-ch-nh-th-c-t2-2026 img {
          max-width: 100% !important;
          width: 100% !important;
          height: auto !important;
        }
      }
    