
    /* Base styles for the 8K8 page */
    .page-8k8 {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
      padding-bottom: 60px; /* Space for floating buttons */
    }

    /* Fixed Navbar Spacing */
    .page-8k8__hero-section,
    .page-8k8__about-section {
        padding-top: 10px; /* Minimal top padding, relying on body padding for header offset */
    }

    .page-8k8__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
      box-sizing: border-box;
    }

    .page-8k8__section--dark {
      background-color: #16213e;
    }

    .page-8k8__section-title {
      font-size: 2.5em;
      color: #e94560;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-weight: bold;
    }

    .page-8k8__section-subtitle {
      font-size: 1.2em;
      color: #b0b0b0;
      margin-bottom: 40px;
    }

    .page-8k8__paragraph {
      margin-bottom: 20px;
      font-size: 1.1em;
      color: #c0c0c0;
    }

    /* Hero Section */
    .page-8k8__hero-section {
      position: relative;
      width: 100%;
      height: 60vh; /* Responsive height */
      min-height: 400px;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      overflow: hidden;
      box-sizing: border-box;
      background-image: url('[GALLERY:hero:1920x1080:online_casino,gaming,8k8_vip,promotions_banner]'); /* Placeholder for background image */
    }

    .page-8k8__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .page-8k8__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      padding: 20px;
    }

    .page-8k8__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      color: #e94560;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-8k8__hero-description {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #f0f0f0;
    }

    .page-8k8__cta-button {
      display: inline-block;
      background-color: #e94560;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8__cta-button:hover {
      background-color: #ff6a80;
      transform: translateY(-3px);
    }

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

    .page-8k8__floating-button {
      background-color: #e94560;
      color: #fff;
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
      text-align: center;
      width: 120px; /* Fixed width for consistency */
    }

    .page-8k8__floating-button:hover {
      background-color: #ff6a80;
      transform: translateY(-2px);
    }

    /* Game Categories */
    .page-8k8__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8__game-card {
      background-color: #0f3460;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      padding-bottom: 20px;
      box-sizing: border-box;
    }

    .page-8k8__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .page-8k8__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-8k8__game-title {
      font-size: 1.5em;
      color: #e94560;
      margin: 20px 0 10px;
    }

    .page-8k8__game-description {
      font-size: 0.95em;
      color: #c0c0c0;
      padding: 0 15px;
    }

    /* Promotions Section */
    .page-8k8__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8__promo-card {
      background-color: #0f3460;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      padding: 25px;
      text-align: left;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-8k8__promo-title {
      font-size: 1.8em;
      color: #e94560;
      margin-bottom: 15px;
    }

    .page-8k8__promo-description {
      font-size: 1.05em;
      color: #c0c0c0;
      margin-bottom: 20px;
    }

    /* Features/Why Choose 8K8 */
    .page-8k8__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8__feature-item {
      background-color: #0f3460;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      text-align: center;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8__feature-item:hover {
      background-color: #16213e;
    }

    .page-8k8__feature-icon {
      width: 80px; /* Minimum 200x200px rule applies, this is a placeholder for a larger image */
      height: 80px;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8__feature-title {
      font-size: 1.4em;
      color: #e94560;
      margin-bottom: 10px;
    }

    .page-8k8__feature-description {
      font-size: 1em;
      color: #c0c0c0;
    }

    /* Payment Methods */
    .page-8k8__payment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .page-8k8__payment-item {
      background-color: #0f3460;
      border-radius: 8px;
      padding: 15px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8__payment-item:hover {
      transform: translateY(-3px);
    }

    .page-8k8__payment-logo {
      max-width: 100%;
      height: 80px; /* Minimum 200x200px rule applies, this is a placeholder for a larger image */
      object-fit: contain;
      display: block;
      margin: 0 auto;
    }

    /* FAQ Section */
    .page-8k8__faq-container {
      margin-top: 40px;
      text-align: left;
    }

    .page-8k8__faq-item {
      background-color: #0f3460;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
      overflow: hidden;
    }

    .page-8k8__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #16213e;
      color: #e94560;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-8k8__faq-question h3 {
      margin: 0;
      color: #e94560;
      pointer-events: none; /* Prevent h3 from intercepting click */
    }

    .page-8k8__faq-question:hover {
      background-color: #1a1a2e;
    }

    .page-8k8__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle icon from intercepting click */
    }

    .page-8k8__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: #c0c0c0;
      background-color: #0f3460;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

    .page-8k8__faq-item.active .page-8k8__faq-toggle {
      content: '−'; /* Changed via JS */
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-8k8__hero-title {
        font-size: 2.5em;
      }

      .page-8k8__hero-description {
        font-size: 1.2em;
      }

      .page-8k8__section-title {
        font-size: 2em;
      }

      .page-8k8__floating-buttons {
        flex-direction: row;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        justify-content: center;
        padding: 10px 0;
        background-color: #1a1a2e;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
      }

      .page-8k8__floating-button {
        width: auto;
        flex: 1;
        margin: 0 5px;
        padding: 10px 15px;
      }

      .page-8k8__section {
        padding: 30px 15px;
      }

      /* Image responsiveness */
      .page-8k8 img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      /* List item responsiveness */
      .page-8k8__game-categories,
      .page-8k8__promotions-grid,
      .page-8k8__features-grid,
      .page-8k8__payment-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8__game-card,
      .page-8k8__promo-card,
      .page-8k8__feature-item,
      .page-8k8__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-8k8__faq-question,
      .page-8k8__faq-answer {
        padding-left: 15px !important;
        padding-right: 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8__hero-title {
        font-size: 2em;
      }

      .page-8k8__hero-description {
        font-size: 1em;
      }

      .page-8k8__floating-button {
        font-size: 0.9em;
        padding: 8px 10px;
      }
    }
  