
    .page-vn68-club {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0; /* Light text for dark background */
      background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
      min-height: 100vh;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
      padding-top: var(--header-offset, 122px); /* Fallback for header offset */
      box-sizing: border-box;
    }

    .page-vn68-club__section-title {
      font-size: 2.5em;
      color: #e94560; /* Highlight color */
      text-align: center;
      margin-bottom: 20px;
      padding-top: 40px;
      box-sizing: border-box;
    }

    .page-vn68-club__section-description {
      font-size: 1.1em;
      color: #cccccc;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    /* Hero Section */
    .page-vn68-club__hero-section {
      position: relative;
      background-color: #1a1a2e;
      padding: 20px 0 40px 0; /* Adjusted padding-top as body already has offset */
      text-align: center;
      overflow: hidden;
      box-sizing: border-box;
    }

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

    .page-vn68-club__brand-keyword {
      font-size: 4em;
      color: #e94560;
      margin-bottom: 10px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: bold;
    }

    .page-vn68-club__hero-tagline {
      font-size: 1.8em;
      color: #f0f0f0;
      margin-bottom: 30px;
    }

    .page-vn68-club__hero-image-wrapper {
      margin: 40px auto;
      max-width: 900px;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
      box-sizing: border-box;
    }

    .page-vn68-club__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      box-sizing: border-box;
    }

    .page-vn68-club__promotion-text {
      font-size: 1.3em;
      color: #00b894; /* Green for promotions */
      margin-top: 20px;
      margin-bottom: 30px;
      font-weight: bold;
    }

    .page-vn68-club__cta-button {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      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(233, 69, 96, 0.4);
      box-sizing: border-box;
    }

    .page-vn68-club__cta-button:hover {
      background-color: #ff6b81;
      transform: translateY(-3px);
    }

    /* Game Categories Section */
    .page-vn68-club__games-section {
      padding: 60px 0;
      box-sizing: border-box;
    }

    .page-vn68-club__game-categories {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-vn68-club__game-card {
      background-color: #2c394b;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
      text-align: center;
      width: calc(33% - 20px); /* 3 cards per row for desktop */
      min-width: 280px; /* Minimum width for card */
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-vn68-club__game-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
    }

    .page-vn68-club__game-card-image {
      width: 100%;
      height: 200px; /* Fixed height for uniformity */
      object-fit: cover;
      display: block;
      box-sizing: border-box;
    }

    .page-vn68-club__game-card-title {
      font-size: 1.5em;
      color: #e94560;
      margin: 20px 0 10px 0;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-vn68-club__game-card-text {
      font-size: 0.95em;
      color: #cccccc;
      padding: 0 15px 20px 15px;
      box-sizing: border-box;
    }

    /* Promotions Section */
    .page-vn68-club__promotions-section {
      background-color: #16213e;
      padding: 60px 0;
      box-sizing: border-box;
    }

    .page-vn68-club__promo-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      list-style: none;
      padding: 0;
      margin: 0 auto 40px auto;
      max-width: 1200px;
      box-sizing: border-box;
    }

    .page-vn68-club__promo-item {
      background-color: #2c394b;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
      text-align: center;
      width: calc(33% - 20px); /* 3 items per row for desktop */
      min-width: 280px;
      padding-bottom: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-vn68-club__promo-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
    }

    .page-vn68-club__promo-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
      box-sizing: border-box;
    }

    .page-vn68-club__promo-title {
      font-size: 1.4em;
      color: #00b894; /* Green for promotions */
      margin: 20px 0 10px 0;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-vn68-club__promo-text {
      font-size: 0.95em;
      color: #cccccc;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-vn68-club__cta-button--small {
      padding: 10px 20px;
      font-size: 1em;
    }

    /* Info Section */
    .page-vn68-club__info-section {
      padding: 60px 0;
      box-sizing: border-box;
    }

    .page-vn68-club__info-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-vn68-club__info-item {
      background-color: #2c394b;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
      text-align: center;
      width: calc(33% - 20px);
      min-width: 280px;
      padding-bottom: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-vn68-club__info-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
    }

    .page-vn68-club__info-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
      box-sizing: border-box;
    }

    .page-vn68-club__info-title {
      font-size: 1.4em;
      color: #e94560;
      margin: 20px 0 10px 0;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-vn68-club__info-text {
      font-size: 0.95em;
      color: #cccccc;
      padding: 0 15px;
      box-sizing: border-box;
    }

    /* Providers & Payment Section */
    .page-vn68-club__providers-section,
    .page-vn68-club__payment-section {
      padding: 60px 0;
      box-sizing: border-box;
    }

    .page-vn68-club__provider-list,
    .page-vn68-club__payment-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      list-style: none;
      padding: 0;
      margin: 0 auto;
      max-width: 1000px;
      box-sizing: border-box;
    }

    .page-vn68-club__provider-item,
    .page-vn68-club__payment-item {
      background-color: #2c394b;
      color: #f0f0f0;
      padding: 10px 20px;
      border-radius: 5px;
      font-size: 1.1em;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease;
      box-sizing: border-box;
      text-align: center;
      flex-shrink: 0; /* Prevent items from shrinking too much */
    }

    .page-vn68-club__provider-item:hover,
    .page-vn68-club__payment-item:hover {
      background-color: #3e4a5b;
    }

    /* FAQ Section */
    .page-vn68-club__faq-section {
      background-color: #1a1a2e;
      padding: 60px 0;
      box-sizing: border-box;
    }

    .page-vn68-club__faq-container {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-vn68-club__faq-item {
      background-color: #2c394b;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
    }

    .page-vn68-club__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #3e4a5b;
      border-bottom: 1px solid #4a5b6e;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-vn68-club__faq-question:hover {
      background-color: #4a5b6e;
    }

    .page-vn68-club__faq-title {
      font-size: 1.2em;
      color: #f0f0f0;
      margin: 0;
      pointer-events: none; /* Prevent text selection from interfering with click */
      box-sizing: border-box;
    }

    .page-vn68-club__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #e94560;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent icon from interfering with click */
      box-sizing: border-box;
    }

    .page-vn68-club__faq-item.active .page-vn68-club__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
      color: #00b894;
    }

    .page-vn68-club__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding for collapsed state */
      opacity: 0;
      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-vn68-club__faq-item.active .page-vn68-club__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to show content */
      padding: 20px 25px !important; /* Padding for expanded state */
      opacity: 1;
    }

    .page-vn68-club__faq-answer p {
      margin: 0;
      color: #cccccc;
      font-size: 1em;
      line-height: 1.8;
      box-sizing: border-box;
    }

    /* Final CTA Section */
    .page-vn68-club__cta-final-section {
      text-align: center;
      padding: 60px 0 80px 0;
      box-sizing: border-box;
    }

    .page-vn68-club__cta-button--large {
      padding: 18px 35px;
      font-size: 1.4em;
      margin-top: 30px;
    }

    /* Floating Buttons */
    .page-vn68-club__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      box-sizing: border-box;
    }

    .page-vn68-club__floating-button {
      display: block;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.3s ease;
      min-width: 120px;
      box-sizing: border-box;
    }

    .page-vn68-club__floating-button--register {
      background-color: #00b894; /* Green */
      color: #ffffff;
    }

    .page-vn68-club__floating-button--register:hover {
      background-color: #00d3a7;
      transform: translateY(-3px);
    }

    .page-vn68-club__floating-button--login {
      background-color: #e94560; /* Red */
      color: #ffffff;
    }

    .page-vn68-club__floating-button--login:hover {
      background-color: #ff6b81;
      transform: translateY(-3px);
    }


    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-vn68-club__section-title {
        font-size: 2em;
      }
      .page-vn68-club__hero-tagline {
        font-size: 1.5em;
      }
      .page-vn68-club__brand-keyword {
        font-size: 3.5em;
      }
      .page-vn68-club__game-card,
      .page-vn68-club__promo-item,
      .page-vn68-club__info-item {
        width: calc(50% - 20px); /* 2 cards per row */
      }
    }

    @media (max-width: 768px) {
      .page-vn68-club__section-title {
        font-size: 1.8em;
        padding-top: 30px;
      }
      .page-vn68-club__section-description {
        font-size: 1em;
        margin-bottom: 30px;
      }
      .page-vn68-club__hero-section {
        padding-top: 10px; /* Even smaller padding-top for hero on mobile */
        padding-bottom: 30px;
      }
      .page-vn68-club__brand-keyword {
        font-size: 2.8em;
      }
      .page-vn68-club__hero-tagline {
        font-size: 1.3em;
        margin-bottom: 20px;
      }
      .page-vn68-club__promotion-text {
        font-size: 1.1em;
        margin-top: 15px;
        margin-bottom: 25px;
      }
      .page-vn68-club__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }
      .page-vn68-club__games-section,
      .page-vn68-club__promotions-section,
      .page-vn68-club__info-section,
      .page-vn68-club__providers-section,
      .page-vn68-club__payment-section,
      .page-vn68-club__faq-section,
      .page-vn68-club__cta-final-section {
        padding: 40px 0;
      }

      .page-vn68-club__game-categories,
      .page-vn68-club__promo-list,
      .page-vn68-club__info-grid,
      .page-vn68-club__provider-list,
      .page-vn68-club__payment-list {
        padding: 0 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-vn68-club__game-card,
      .page-vn68-club__promo-item,
      .page-vn68-club__info-item {
        width: 100% !important; /* Single card per row for mobile */
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-vn68-club__game-card-text,
      .page-vn68-club__promo-text,
      .page-vn68-club__info-text {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-vn68-club__provider-item,
      .page-vn68-club__payment-item {
        width: calc(50% - 10px); /* 2 items per row */
        max-width: calc(50% - 10px);
        box-sizing: border-box !important;
        font-size: 1em;
      }
      .page-vn68-club__faq-title {
        font-size: 1.1em;
      }
      .page-vn68-club__faq-question {
        padding: 15px 20px;
      }
      .page-vn68-club__faq-answer {
        padding: 0 20px;
      }
      .page-vn68-club__faq-item.active .page-vn68-club__faq-answer {
        padding: 15px 20px !important;
      }
      .page-vn68-club__floating-buttons {
        gap: 10px;
        bottom: 15px;
      }
      .page-vn68-club__floating-button {
        padding: 10px 20px;
        font-size: 1em;
        min-width: 100px;
      }
      .page-vn68-club__cta-button--large {
        padding: 15px 30px;
        font-size: 1.2em;
      }
    }

    @media (max-width: 480px) {
      .page-vn68-club__brand-keyword {
        font-size: 2.2em;
      }
      .page-vn68-club__hero-tagline {
        font-size: 1.1em;
      }
      .page-vn68-club__section-title {
        font-size: 1.6em;
      }
      .page-vn68-club__floating-buttons {
        flex-direction: column;
        width: 90%;
        left: 5%;
        transform: translateX(0);
        gap: 10px;
      }
      .page-vn68-club__floating-button {
        width: 100%;
        max-width: 100%;
      }
      .page-vn68-club {
        padding-bottom: 120px; /* More space for stacked floating buttons */
      }
      .page-vn68-club__provider-item,
      .page-vn68-club__payment-item {
        width: 100%; /* Single item per row */
        max-width: 100%;
      }
    }
  