
    /* Tổng quan */
    .page-new88online {
      font-family: 'Arial', sans-serif;
      background-color: #000000;
      color: #FFFFFF;
      line-height: 1.6;
      padding-bottom: 80px; /* Đảm bảo không bị footer che */
    }

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

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

    .page-new88online__section-title {
      font-size: 2.5em;
      color: #FFD700;
      margin-bottom: 30px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1px;
    }

    .page-new88online__section-subtitle {
      font-size: 1.2em;
      color: #FFFFFF;
      margin-bottom: 40px;
    }

    /* Tiêu đề chính */
    .page-new88online__hero-section {
      position: relative;
      overflow: hidden;
      padding-top: 160px; /* An toàn cho header cố định trên desktop */
      padding-bottom: 40px;
      background-color: #000000; /* Đảm bảo nền đen */
    }

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

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

    .page-new88online__hero-content {
      text-align: center;
      padding: 0 20px;
    }

    .page-new88online__hero-title {
      font-size: 3.5em;
      color: #FFD700;
      margin-bottom: 20px;
      line-height: 1.2;
      font-weight: 900;
    }

    .page-new88online__hero-description {
      font-size: 1.3em;
      color: #FFFFFF;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-new88online__button {
      display: inline-block;
      background-color: #FFD700;
      color: #000000;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-new88online__button:hover {
      background-color: #FFA500;
      transform: translateY(-2px);
    }

    /* Nút đăng nhập nổi */
    .page-new88online__floating-login-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #FF4500; /* Màu cam nổi bật cho khuyến mãi */
      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.3);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      animation: page-new88online__pulse 1.5s infinite;
    }

    .page-new88online__floating-login-button:hover {
      background-color: #FF6347;
      transform: scale(1.05);
    }

    @keyframes page-new88online__pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.03); }
      100% { transform: scale(1); }
    }

    /* Giới thiệu */
    .page-new88online__about-content {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 30px;
      text-align: left;
    }

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

    .page-new88online__about-text p {
      margin-bottom: 15px;
      color: #E0E0E0;
    }

    .page-new88online__about-image-wrapper {
        flex: 1;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }

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

    /* Danh mục game */
    .page-new88online__game-categories-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
    }

    .page-new88online__game-category-card {
      background-color: #1A1A1A;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      padding-bottom: 20px;
    }

    .page-new88online__game-category-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
    }

    .page-new88online__game-category-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        height: 200px; /* Chiều cao cố định cho ảnh */
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .page-new88online__game-category-image {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Đảm bảo ảnh không bị méo */
        display: block;
    }

    .page-new88online__game-category-title {
      font-size: 1.5em;
      color: #FFD700;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-new88online__game-category-description {
      font-size: 0.95em;
      color: #C0C0C0;
      padding: 0 15px;
    }

    /* Nhà cung cấp game */
    .page-new88online__providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      align-items: center;
      justify-items: center;
    }

    .page-new88online__provider-logo-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        height: 100px; /* Chiều cao cố định cho logo */
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #1A1A1A;
        border-radius: 8px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-new88online__provider-logo-wrapper:hover {
        transform: scale(1.05);
        box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
    }

    .page-new88online__provider-logo {
        max-width: 80%;
        max-height: 80%;
        height: auto;
        object-fit: contain;
        display: block;
    }

    /* Top game nổi bật */
    .page-new88online__top-games-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .page-new88online__top-game-item {
      background-color: #1A1A1A;
      border-radius: 10px;
      padding: 20px;
      text-align: left;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .page-new88online__top-game-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
    }

    .page-new88online__top-game-rank {
      font-size: 2.5em;
      font-weight: bold;
      color: #FFD700;
      line-height: 1;
    }

    .page-new88online__top-game-info {
        flex-grow: 1;
    }

    .page-new88online__top-game-title {
      font-size: 1.3em;
      color: #FFFFFF;
      margin-bottom: 5px;
    }

    .page-new88online__top-game-description {
      font-size: 0.9em;
      color: #C0C0C0;
    }

    /* Khuyến mãi */
    .page-new88online__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
    }

    .page-new88online__promotion-card {
      background-color: #1A1A1A;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
    }

    .page-new88online__promotion-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
    }

    .page-new88online__promotion-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        height: 220px;
    }

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

    .page-new88online__promotion-content {
      padding: 20px;
    }

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

    .page-new88online__promotion-description {
      font-size: 1em;
      color: #C0C0C0;
      margin-bottom: 20px;
    }

    /* Phương thức thanh toán */
    .page-new88online__payment-methods-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 20px;
      align-items: center;
      justify-items: center;
    }

    .page-new88online__payment-logo-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #1A1A1A;
        border-radius: 8px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-new88online__payment-logo-wrapper:hover {
        transform: scale(1.05);
        box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
    }

    .page-new88online__payment-logo {
        max-width: 70%;
        max-height: 70%;
        height: auto;
        object-fit: contain;
        display: block;
    }

    /* FAQ */
    .page-new88online__faq-list {
      max-width: 800px;
      margin: 0 auto;
      text-align: left;
    }

    .page-new88online__faq-item {
      background-color: #1A1A1A;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    }

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

    .page-new88online__faq-question:hover {
      background-color: #3A3A3A;
    }

    .page-new88online__faq-question h3 {
        margin: 0;
        color: #FFD700;
        pointer-events: none; /* Ngăn chặn h3 chặn sự kiện click */
        flex-grow: 1;
    }

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

    .page-new88online__faq-item.active .page-new88online__faq-toggle {
      transform: rotate(45deg); /* Hoặc xoay để tạo dấu trừ */
    }

    .page-new88online__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      color: #E0E0E0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      box-sizing: border-box;
    }

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

    .page-new88online__faq-answer p {
      margin-top: 0;
      margin-bottom: 15px;
    }

    /* Call to Action cuối trang */
    .page-new88online__cta-section {
      background-color: #1A1A1A;
      padding: 60px 0;
      border-radius: 10px;
      margin-top: 40px;
    }

    .page-new88online__cta-title {
      font-size: 2.8em;
      color: #FFD700;
      margin-bottom: 20px;
    }

    .page-new88online__cta-description {
      font-size: 1.2em;
      color: #FFFFFF;
      margin-bottom: 40px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .page-new88online__hero-title {
        font-size: 3em;
      }
      .page-new88online__section-title {
        font-size: 2.2em;
      }
      .page-new88online__about-content {
        flex-direction: column;
      }
      .page-new88online__about-image-wrapper {
        order: -1; /* Ảnh lên trên */
        margin-bottom: 20px;
      }
    }

    @media (max-width: 768px) {
      .page-new88online__hero-section {
        padding-top: 120px; /* An toàn cho header cố định trên mobile */
      }
      .page-new88online__hero-title {
        font-size: 2.5em;
      }
      .page-new88online__hero-description {
        font-size: 1.1em;
      }
      .page-new88online__section-title {
        font-size: 1.8em;
      }
      .page-new88online__section-subtitle {
        font-size: 1em;
      }
      .page-new88online__button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-new88online__floating-login-button {
        bottom: 15px;
        right: 15px;
        padding: 12px 20px;
        font-size: 0.95em;
      }
      .page-new88online__game-categories-grid,
      .page-new88online__providers-grid,
      .page-new88online__top-games-list,
      .page-new88online__promotions-grid,
      .page-new88online__payment-methods-grid {
        grid-template-columns: 1fr;
      }

      .page-new88online__game-category-image-wrapper,
      .page-new88online__promotion-image-wrapper {
          height: 180px;
      }

      .page-new88online__game-category-image,
      .page-new88online__provider-logo,
      .page-new88online__promotion-image,
      .page-new88online__payment-logo,
      .page-new88online__hero-image,
      .page-new88online__about-image {
          max-width: 100% !important;
          height: auto !important;
      }

      .page-new88online__top-game-item {
        flex-direction: column;
        text-align: center;
      }
      .page-new88online__top-game-rank {
        margin-bottom: 10px;
      }

      .page-new88online__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
      }
      .page-new88online__faq-answer {
        padding: 0 20px;
      }
      .page-new88online__faq-item.active .page-new88online__faq-answer {
        padding: 15px 20px !important;
      }
      .page-new88online__faq-toggle {
        font-size: 1.5em;
      }
      .page-new88online__cta-title {
        font-size: 2em;
      }
      .page-new88online__cta-description {
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-new88online__hero-title {
        font-size: 2em;
      }
      .page-new88online__hero-description {
        font-size: 0.95em;
      }
      .page-new88online__section-title {
        font-size: 1.5em;
      }
      .page-new88online__floating-login-button {
        font-size: 0.9em;
        padding: 10px 18px;
        bottom: 10px;
        right: 10px;
      }
    }
  