
    /* Base styles for the page */
    .page-68gamebai2026 {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
    }

    .page-68gamebai2026__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    /* Hero Section */
    .page-68gamebai2026__hero-section {
      position: relative;
      padding-top: 10px; /* As per fixed nav bar spacing requirement */
      padding-bottom: 60px;
      text-align: center;
      color: #fff;
      overflow: hidden;
      background: linear-gradient(135deg, #4CAF50, #2196F3); /* Example gradient */
    }

    .page-68gamebai2026__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      filter: brightness(0.7); /* Allowed for background images to improve text readability */
    }

    .page-68gamebai2026__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
      padding: 40px 20px;
    }

    .page-68gamebai2026__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
      line-height: 1.2;
    }

    .page-68gamebai2026__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #eee;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    }

    .page-68gamebai2026__promo-link {
      display: inline-block;
      background-color: #FFC107; /* Bright yellow for CTA */
      color: #333;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none; /* Ensure it looks like a button */
      cursor: pointer;
    }

    .page-68gamebai2026__promo-link:hover {
      background-color: #FFD54F;
      transform: translateY(-2px);
    }

    /* Section Styling */
    .page-68gamebai2026__section {
      padding: 60px 0;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }

    .page-68gamebai2026__section--alt {
      background-color: #f0f8ff;
    }

    .page-68gamebai2026__section-title {
      font-size: 2.2em;
      color: #2c3e50;
      text-align: center;
      margin-bottom: 40px;
    }

    /* Game Products Section */
    .page-68gamebai2026__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-items: center;
    }

    .page-68gamebai2026__game-card {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      box-sizing: border-box; /* Important for responsive lists */
      width: 100%; /* Important for responsive lists */
    }

    .page-68gamebai2026__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

    .page-68gamebai2026__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%; /* For responsive images */
      box-sizing: border-box; /* For responsive images */
    }

    .page-68gamebai2026__game-card-content {
      padding: 20px;
    }

    .page-68gamebai2026__game-card-title {
      font-size: 1.4em;
      color: #2c3e50;
      margin-bottom: 10px;
      min-height: 2em; /* Ensure consistent height for titles */
      word-wrap: break-word; /* Ensure text wraps */
    }

    .page-68gamebai2026__game-card-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-68gamebai2026__game-card-button {
      background-color: #4CAF50;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-68gamebai2026__game-card-button:hover {
      background-color: #45a049;
    }

    /* Features Section */
    .page-68gamebai2026__features-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-68gamebai2026__feature-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      text-align: center;
      box-sizing: border-box; /* Important for responsive lists */
      width: 100%; /* Important for responsive lists */
    }

    .page-68gamebai2026__feature-icon {
      width: 200px; /* Enforcing minimum size */
      height: 200px; /* Enforcing minimum size */
      display: block;
      margin: 0 auto 20px auto;
      max-width: 100%; /* For responsive images */
      box-sizing: border-box; /* For responsive images */
      object-fit: contain; /* Ensure the image fits */
    }

    .page-68gamebai2026__feature-title {
      font-size: 1.5em;
      color: #2c3e50;
      margin-bottom: 15px;
    }

    .page-68gamebai2026__feature-description {
      color: #555;
    }

    /* Providers & Payments Section */
    .page-68gamebai2026__provider-grid,
    .page-68gamebai2026__payment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Adjusted for logos */
      gap: 20px;
      justify-items: center;
      margin-bottom: 40px;
    }
    
    .page-68gamebai2026__provider-item,
    .page-68gamebai2026__payment-item {
      text-align: center;
      padding: 15px;
      background-color: #f4f4f4;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
      box-sizing: border-box; /* Important for responsive lists */
      width: 100%; /* Important for responsive lists */
    }

    .page-68gamebai2026__provider-logo,
    .page-68gamebai2026__payment-logo {
      width: 200px; /* Enforcing minimum size */
      height: 200px; /* Enforcing minimum size */
      max-width: 100%; /* For responsive images */
      box-sizing: border-box; /* For responsive images */
      display: block;
      margin: 0 auto 10px auto;
      object-fit: contain;
    }

    .page-68gamebai2026__provider-name,
    .page-68gamebai2026__payment-name {
      font-weight: bold;
      color: #333;
      font-size: 1.1em;
      word-wrap: break-word; /* Ensure text wraps */
    }

    /* FAQ Section */
    .page-68gamebai2026__faq-section {
      background-color: #fff;
      padding: 60px 0;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }

    .page-68gamebai2026__faq-title {
      font-size: 2.2em;
      color: #2c3e50;
      text-align: center;
      margin-bottom: 40px;
    }

    .page-68gamebai2026__faq-item {
      background-color: #fdfdfd;
      border: 1px solid #eee;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .page-68gamebai2026__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #e8f5e9; /* Light green */
      color: #2e7d32; /* Dark green text */
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-68gamebai2026__faq-question:hover {
      background-color: #dcedc8;
    }

    .page-68gamebai2026__faq-question h3 {
      margin: 0;
      font-size: 1.1em; /* Match parent font size */
      color: inherit;
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
      word-wrap: break-word; /* Ensure text wraps */
      flex-grow: 1; /* Allow question to take up space */
    }

    .page-68gamebai2026__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle icon from blocking click on parent div */
    }

    .page-68gamebai2026__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px; /* Adjusted as per requirement */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      color: #555;
      background-color: #fdfdfd;
    }

    .page-68gamebai2026__faq-item.active .page-68gamebai2026__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important; /* Adjusted as per requirement */
      opacity: 1;
    }

    .page-68gamebai2026__faq-item.active .page-68gamebai2026__faq-question {
      background-color: #c8e6c9; /* Darker green when active */
    }

    /* Call to Action Section */
    .page-68gamebai2026__cta-section {
      text-align: center;
      padding: 60px 20px;
      background-color: #2c3e50; /* Dark background */
      color: #fff;
      border-radius: 8px;
      margin-bottom: 20px;
    }

    .page-68gamebai2026__cta-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #FFC107; /* Highlight color */
    }

    .page-68gamebai2026__cta-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-68gamebai2026__container {
        padding: 10px;
      }

      .page-68gamebai2026__hero-title {
        font-size: 2em;
      }

      .page-68gamebai2026__hero-description {
        font-size: 1em;
      }

      .page-68gamebai2026__promo-link {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-68gamebai2026__section-title {
        font-size: 1.8em;
      }

      .page-68gamebai2026__game-grid,
      .page-68gamebai2026__features-list,
      .page-68gamebai2026__provider-grid,
      .page-68gamebai2026__payment-grid {
        grid-template-columns: 1fr; /* Stack columns on mobile */
        gap: 20px;
      }

      /* Responsive list items */
      .page-68gamebai2026__game-card,
      .page-68gamebai2026__feature-item,
      .page-68gamebai2026__provider-item,
      .page-68gamebai2026__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important; /* Adjust padding for mobile */
      }
      
      .page-68gamebai2026__game-card-title,
      .page-68gamebai2026__provider-name,
      .page-68gamebai2026__payment-name,
      .page-68gamebai2026__feature-title,
      .page-68gamebai2026__feature-description,
      .page-68gamebai2026__game-card-description,
      .page-68gamebai2026__faq-question h3,
      .page-68gamebai2026__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      /* Responsive images */
      .page-68gamebai2026__game-image,
      .page-68gamebai2026__feature-icon,
      .page-68gamebai2026__provider-logo,
      .page-68gamebai2026__payment-logo {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-68gamebai2026__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

      .page-68gamebai2026__faq-answer {
        padding: 0 15px;
      }
      .page-68gamebai2026__faq-item.active .page-68gamebai2026__faq-answer {
        padding: 15px !important;
      }

      .page-68gamebai2026__cta-title {
        font-size: 2em;
      }

      .page-68gamebai2026__cta-description {
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-68gamebai2026__hero-title {
        font-size: 1.8em;
      }
      .page-68gamebai2026__section-title {
        font-size: 1.6em;
      }
      .page-68gamebai2026__cta-title {
        font-size: 1.8em;
      }
    }
  