
    .page-88-club {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f5f5f5; /* Light background for contrast */
      padding-top: var(--header-offset, 122px); /* Fallback for header offset */
    }

    /* Hero Section */
    .page-88-club__hero-section {
      position: relative;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:gaming,casino,hero,88club]') no-repeat center center/cover;
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
    }

    .page-88-club__hero-image {
      display: none; /* Background image is used */
    }

    .page-88-club__brand-title {
      font-size: 3.5em;
      margin-bottom: 10px;
      color: #ffcc00; /* Gold-like color */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      font-weight: bold;
    }

    .page-88-club__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 20px;
      color: #eee;
    }

    .page-88-club__hero-headline {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #fff;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
      font-weight: bold;
    }

    .page-88-club__hero-description {
      font-size: 1.1em;
      max-width: 800px;
      margin: 0 auto 30px auto;
      color: #ddd;
    }

    .page-88-club__hero-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-88-club__btn {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      min-width: 150px;
      text-align: center;
    }

    .page-88-club__btn--primary {
      background-color: #e44d26; /* Orange-red */
      color: #fff;
      border: 2px solid #e44d26;
    }

    .page-88-club__btn--primary:hover {
      background-color: #ff6f40;
      transform: translateY(-3px);
    }

    .page-88-club__btn--secondary {
      background-color: transparent;
      color: #fff;
      border: 2px solid #fff;
    }

    .page-88-club__btn--secondary:hover {
      background-color: rgba(255, 255, 255, 0.2);
      transform: translateY(-3px);
    }

    /* Section Titles */
    .page-88-club__section-title {
      text-align: center;
      font-size: 2.5em;
      color: #2c3e50; /* Dark blue-grey */
      margin-bottom: 20px;
      padding-top: 40px;
      font-weight: bold;
    }

    .page-88-club__section-description {
      text-align: center;
      font-size: 1.1em;
      color: #666;
      max-width: 900px;
      margin: 0 auto 40px auto;
    }

    /* Features Section */
    .page-88-club__features-section {
      padding: 60px 20px;
      background-color: #fff;
    }

    .page-88-club__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-88-club__feature-item {
      background-color: #f9f9f9;
      border-radius: 15px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box; /* Crucial for responsiveness */
    }

    .page-88-club__feature-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .page-88-club__feature-icon {
      width: 200px;
      height: 200px;
      max-width: 100%; /* Responsive */
      height: auto; /* Responsive */
      margin-bottom: 20px;
      border-radius: 50%;
      object-fit: cover;
      border: 5px solid #ffcc00;
    }

    .page-88-club__feature-title {
      font-size: 1.6em;
      color: #e44d26;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-88-club__feature-description {
      font-size: 1em;
      color: #555;
    }

    /* Games Section */
    .page-88-club__games-section {
      padding: 60px 20px;
      background-color: #f5f5f5;
    }

    .page-88-club__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-88-club__game-item {
      background-color: #fff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      box-sizing: border-box; /* Crucial for responsiveness */
    }

    .page-88-club__game-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .page-88-club__game-image {
      width: 100%;
      height: 250px; /* Fixed height for consistency */
      object-fit: cover;
      border-bottom: 3px solid #ffcc00;
      max-width: 100%; /* Responsive */
    }

    .page-88-club__game-title {
      font-size: 1.8em;
      color: #2c3e50;
      margin: 20px 0 10px;
      font-weight: bold;
    }

    .page-88-club__game-description {
      font-size: 1em;
      color: #555;
      padding: 0 20px 20px;
    }

    /* Promotions Section */
    .page-88-club__promotions-section {
      padding: 60px 20px;
      background-color: #e44d26; /* Brand color background */
      color: #fff;
    }

    .page-88-club__promotions-section .page-88-club__section-title,
    .page-88-club__promotions-section .page-88-club__section-description {
      color: #fff;
    }

    .page-88-club__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-88-club__promotion-item {
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, background-color 0.3s ease;
      text-align: center;
      box-sizing: border-box; /* Crucial for responsiveness */
    }

    .page-88-club__promotion-item:hover {
      transform: translateY(-10px);
      background-color: rgba(255, 255, 255, 0.2);
    }

    .page-88-club__promotion-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-bottom: 3px solid #ffcc00;
      max-width: 100%; /* Responsive */
    }

    .page-88-club__promotion-title {
      font-size: 1.8em;
      color: #ffcc00;
      margin: 20px 0 10px;
      font-weight: bold;
    }

    .page-88-club__promotion-description {
      font-size: 1em;
      color: #eee;
      padding: 0 20px 20px;
    }

    /* FAQ Section */
    .page-88-club__faq-section {
      padding: 60px 20px;
      background-color: #fff;
    }

    .page-88-club__faq-container {
      max-width: 900px;
      margin: 0 auto;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }

    .page-88-club__faq-item {
      border-bottom: 1px solid #eee;
    }

    .page-88-club__faq-item:last-child {
      border-bottom: none;
    }

    .page-88-club__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 30px;
      background-color: #f9f9f9;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-88-club__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-88-club__faq-question-title {
      font-size: 1.3em;
      color: #2c3e50;
      margin: 0;
      font-weight: bold;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-88-club__faq-toggle {
      font-size: 1.8em;
      color: #e44d26;
      font-weight: bold;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click */
    }

    .page-88-club__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 30px;
      background-color: #fff;
      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;
    }

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

    .page-88-club__faq-answer p {
      margin: 0;
      font-size: 1em;
    }

    /* Floating Buttons */
    .page-88-club__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 1000;
    }

    .page-88-club__floating-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 120px;
      height: 50px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      color: #fff;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .page-88-club__floating-btn--register {
      background-color: #e44d26; /* Orange-red */
    }

    .page-88-club__floating-btn--register:hover {
      background-color: #ff6f40;
      transform: scale(1.05);
    }

    .page-88-club__floating-btn--login {
      background-color: #2c3e50; /* Dark blue-grey */
    }

    .page-88-club__floating-btn--login:hover {
      background-color: #3f5b7a;
      transform: scale(1.05);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-88-club__hero-section {
        padding: 60px 15px;
        min-height: 400px;
      }

      .page-88-club__brand-title {
        font-size: 2.5em;
      }

      .page-88-club__hero-subtitle {
        font-size: 1.2em;
      }

      .page-88-club__hero-headline {
        font-size: 2em;
      }

      .page-88-club__hero-description {
        font-size: 0.95em;
      }

      .page-88-club__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-88-club__btn {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-88-club__section-title {
        font-size: 2em;
        padding-top: 30px;
      }

      .page-88-club__section-description {
        font-size: 1em;
        margin-bottom: 30px;
      }

      .page-88-club__features-grid,
      .page-88-club__games-grid,
      .page-88-club__promotions-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-88-club__feature-item,
      .page-88-club__game-item,
      .page-88-club__promotion-item {
        padding: 20px;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-88-club__feature-icon {
        width: 200px; /* Maintain minimum size */
        height: 200px; /* Maintain minimum size */
      }

      .page-88-club__game-title,
      .page-88-club__promotion-title {
        font-size: 1.5em;
      }

      .page-88-club__faq-question {
        padding: 15px 20px;
      }

      .page-88-club__faq-question-title {
        font-size: 1.1em;
      }

      .page-88-club__faq-answer {
        padding: 0 20px;
      }

      .page-88-club__faq-item.active .page-88-club__faq-answer {
        padding: 15px 20px !important;
      }

      /* Ensure text wrapping for lists and content */
      .page-88-club__feature-description,
      .page-88-club__game-description,
      .page-88-club__promotion-description,
      .page-88-club__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-88-club__floating-buttons {
        flex-direction: row;
        bottom: 15px;
        right: 50%;
        transform: translateX(50%);
        width: calc(100% - 30px); /* Adjust for padding on small screens */
        max-width: 350px;
        gap: 10px;
      }

      .page-88-club__floating-btn {
        width: 100%;
        height: 45px;
        font-size: 1em;
      }
    }
  