
    .page-viet-96-vn {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f0f2f5;
      padding-top: 10px; /* Small decorative top padding, relying on body for header offset */
    }

    .page-viet-96-vn * {
        box-sizing: border-box;
    }

    .page-viet-96-vn__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-viet-96-vn__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-viet-96-vn__container {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-viet-96-vn__title {
      font-size: 2.5em;
      color: #c0392b;
      text-align: center;
      margin-bottom: 20px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .page-viet-96-vn__subtitle {
      font-size: 1.8em;
      color: #2c3e50;
      text-align: center;
      margin-bottom: 30px;
      font-weight: 600;
    }

    .page-viet-96-vn__section--dark .page-viet-96-vn__subtitle {
        color: #ecf0f1;
    }

    .page-viet-96-vn__text-center {
      text-align: center;
    }

    .page-viet-96-vn__hero-section {
      position: relative;
      overflow: hidden;
      padding: 60px 20px;
      background-color: #1a2a3a;
      color: #fff;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .page-viet-96-vn__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.4;
      z-index: 0;
    }

    .page-viet-96-vn__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
    }

    .page-viet-96-vn__hero-title {
      font-size: 3em;
      color: #e74c3c;
      margin-bottom: 15px;
      font-weight: 800;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-viet-96-vn__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #f8f9fa;
    }

    .page-viet-96-vn__promotion-button {
      display: inline-block;
      background-color: #f39c12;
      color: #fff;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      border: none;
      cursor: pointer;
    }

    .page-viet-96-vn__promotion-button:hover {
      background-color: #e67e22;
      transform: translateY(-3px);
    }

    .page-viet-96-vn__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
      justify-content: center;
    }

    .page-viet-96-vn__game-card {
      background-color: #fdfdfd;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-viet-96-vn__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-viet-96-vn__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-viet-96-vn__game-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
    }

    .page-viet-96-vn__game-name {
      font-size: 1.4em;
      color: #c0392b;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-viet-96-vn__game-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-viet-96-vn__button {
      display: inline-block;
      background-color: #27ae60;
      color: #fff;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      width: fit-content;
      margin: 0 auto;
    }

    .page-viet-96-vn__button:hover {
      background-color: #229a53;
    }

    .page-viet-96-vn__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-viet-96-vn__promo-card {
      background-color: #fdfdfd;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .page-viet-96-vn__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-viet-96-vn__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .page-viet-96-vn__promo-content {
      padding: 20px;
    }

    .page-viet-96-vn__promo-title {
      font-size: 1.3em;
      color: #e74c3c;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-viet-96-vn__promo-description {
      font-size: 0.9em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-viet-96-vn__features-list {
      list-style: none;
      padding: 0;
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .page-viet-96-vn__features-item {
      background-color: #fdfdfd;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.2s ease;
    }

    .page-viet-96-vn__features-item:hover {
      transform: translateY(-5px);
    }

    .page-viet-96-vn__features-icon {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 15px;
    }

    .page-viet-96-vn__features-title {
      font-size: 1.2em;
      color: #2c3e50;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-viet-96-vn__features-description {
      font-size: 0.9em;
      color: #666;
    }

    .page-viet-96-vn__payment-grid,
    .page-viet-96-vn__provider-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-viet-96-vn__logo-item {
      background-color: #fdfdfd;
      padding: 15px 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      text-align: center;
      transition: transform 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 150px;
    }

    .page-viet-96-vn__logo-item:hover {
      transform: translateY(-3px);
    }

    .page-viet-96-vn__logo-image {
      max-width: 120px;
      height: auto;
      max-height: 60px;
      object-fit: contain;
    }

    .page-viet-96-vn__faq-list {
      list-style: none;
      padding: 0;
      margin-top: 30px;
    }

    .page-viet-96-vn__faq-item {
      background-color: #fdfdfd;
      border: 1px solid #e0e0e0;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

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

    .page-viet-96-vn__faq-question:hover {
      background-color: #e9e9e9;
    }

    .page-viet-96-vn__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
      color: #2c3e50;
    }

    .page-viet-96-vn__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      margin-left: 15px;
      color: #c0392b;
      pointer-events: none; /* Prevent toggle from blocking click on parent */
    }

    .page-viet-96-vn__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      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;
      font-size: 0.95em;
    }

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

    .page-viet-96-vn__social-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 30px;
    }

    .page-viet-96-vn__social-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background-color: #34495e;
      color: #fff;
      font-size: 1.2em;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .page-viet-96-vn__social-link:hover {
      background-color: #e74c3c;
    }

    .page-viet-96-vn__floating-buttons {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 1000;
        width: 90%; /* Adjust for mobile */
        max-width: 400px; /* Limit width on larger screens */
    }

    .page-viet-96-vn__floating-button {
        flex: 1;
        padding: 12px 20px;
        border-radius: 30px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        border: none;
        cursor: pointer;
    }

    .page-viet-96-vn__floating-button--register {
        background-color: #ff4d4d; /* Red */
    }

    .page-viet-96-vn__floating-button--login {
        background-color: #3366ff; /* Blue */
    }

    .page-viet-96-vn__floating-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

    @media (max-width: 768px) {
      .page-viet-96-vn__hero-title {
        font-size: 2.2em;
      }

      .page-viet-96-vn__hero-description {
        font-size: 1.1em;
      }

      .page-viet-96-vn__title {
        font-size: 2em;
      }

      .page-viet-96-vn__subtitle {
        font-size: 1.5em;
      }

      .page-viet-96-vn__game-grid,
      .page-viet-96-vn__promo-grid,
      .page-viet-96-vn__features-list {
        grid-template-columns: 1fr !important;
        gap: 15px;
      }

      .page-viet-96-vn__features-item,
      .page-viet-96-vn__game-card,
      .page-viet-96-vn__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-viet-96-vn__features-list,
      .page-viet-96-vn__game-grid,
      .page-viet-96-vn__promo-grid {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-viet-96-vn__game-description,
      .page-viet-96-vn__promo-description,
      .page-viet-96-vn__features-description,
      .page-viet-96-vn__faq-answer {
          word-wrap: break-word !important;
          overflow-wrap: break-word !important;
          word-break: break-word !important;
      }

      .page-viet-96-vn__section {
        padding: 30px 15px;
      }

      .page-viet-96-vn__game-image,
      .page-viet-96-vn__promo-image,
      .page-viet-96-vn__features-icon,
      .page-viet-96-vn__logo-image {
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain;
      }

      .page-viet-96-vn__floating-buttons {
          width: 90% !important;
          max-width: 90% !important;
          gap: 10px;
      }
      .page-viet-96-vn__floating-button {
          font-size: 15px;
          padding: 10px 15px;
      }
    }
  