
    /* Base styles for the page-8k8-com container */
    .page-8k8-com {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e; /* Dark background for casino theme */
      line-height: 1.6;
      padding-top: var(--header-offset, 122px); /* Fallback for header offset */
      direction: ltr; /* Explicitly set text direction */
    }

    /* General section styling */
    .page-8k8-com__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-8k8-com__section--dark {
      background-color: #0f0f1d;
    }

    .page-8k8-com__section-title {
      font-size: 2.8em;
      color: #f7b32b; /* Gold/yellow for highlights */
      margin-bottom: 25px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold;
    }

    .page-8k8-com__section-subtitle {
      font-size: 1.4em;
      color: #cccccc;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Hero Section */
    .page-8k8-com__hero-section {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #ffffff;
      text-align: center;
      padding: 100px 20px;
      background: linear-gradient(135deg, #0f0f1d, #1a1a2e);
    }

    .page-8k8-com__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      opacity: 0.3;
    }

    .page-8k8-com__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
    }

    .page-8k8-com__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #f7b32b;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-8k8-com__hero-description {
      font-size: 1.5em;
      margin-bottom: 40px;
      color: #e0e0e0;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-com__promo-button {
      background-color: #e74c3c; /* Red for urgency */
      color: #ffffff;
      padding: 15px 30px;
      border: none;
      border-radius: 8px;
      font-size: 1.2em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none; /* Ensure no underline for external link */
      display: inline-block;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }

    .page-8k8-com__promo-button:hover {
      background-color: #c0392b;
      transform: translateY(-2px);
    }

    /* Floating Buttons (Register/Login) */
    .page-8k8-com__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
    }

    .page-8k8-com__floating-button {
      background-color: #f7b32b;
      color: #1a1a2e;
      padding: 12px 25px;
      border: none;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .page-8k8-com__floating-button--register {
      background-color: #e74c3c;
      color: #ffffff;
    }

    .page-8k8-com__floating-button:hover {
      background-color: #c0392b; /* Darker gold/red on hover */
      transform: translateY(-2px);
    }
    .page-8k8-com__floating-button--register:hover {
        background-color: #c0392b;
    }

    /* Product Display Section */
    .page-8k8-com__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8-com__product-card {
      background-color: #2c2c44;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-8k8-com__product-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-com__product-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      border-bottom: 2px solid #f7b32b;
    }

    .page-8k8-com__product-content {
      padding: 20px;
      text-align: left;
    }

    .page-8k8-com__product-title {
      font-size: 1.5em;
      color: #f7b32b;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-8k8-com__product-description {
      font-size: 0.95em;
      color: #cccccc;
      margin-bottom: 15px;
    }

    .page-8k8-com__learn-more-button {
      background-color: #e74c3c;
      color: #ffffff;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      font-size: 0.9em;
      cursor: pointer;
      transition: background-color 0.3s ease;
      display: inline-block; /* For proper padding and margin */
      margin-top: 10px;
    }

    .page-8k8-com__learn-more-button:hover {
      background-color: #c0392b;
    }

    /* Game Providers Section */
    .page-8k8-com__providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 25px;
      margin-top: 40px;
      justify-items: center;
      align-items: center;
    }

    .page-8k8-com__provider-item {
      background-color: #2c2c44;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      text-align: center;
      transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .page-8k8-com__provider-item:hover {
      transform: scale(1.05);
      background-color: #3a3a5a;
    }

    .page-8k8-com__provider-logo {
      max-width: 120px; /* Visually constrain, source image is large */
      height: auto;
      margin-bottom: 10px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-com__provider-name {
      font-size: 1em;
      color: #f7b32b;
      font-weight: bold;
    }

    /* Payment Methods Section */
    .page-8k8-com__payment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 20px;
      margin-top: 40px;
      justify-items: center;
    }

    .page-8k8-com__payment-item {
      background-color: #2c2c44;
      padding: 10px 15px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-8k8-com__payment-item:hover {
      transform: translateY(-5px);
    }

    .page-8k8-com__payment-icon {
      max-width: 80px; /* Visually constrain, source image is large */
      height: 60px; /* Maintain aspect ratio or specific height */
      object-fit: contain;
      margin-bottom: 5px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-com__payment-name {
      font-size: 0.9em;
      color: #cccccc;
    }

    /* Call to Action Section */
    .page-8k8-com__cta-section {
      background-color: #e74c3c;
      color: #ffffff;
      padding: 60px 20px;
      text-align: center;
      background-image: url('[GALLERY:pattern:1920x400:geometric,abstract,red_pattern]');
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .page-8k8-com__cta-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.4); /* Dark overlay */
      z-index: 1;
    }

    .page-8k8-com__cta-content {
      position: relative;
      z-index: 2;
    }

    .page-8k8-com__cta-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #ffffff;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-com__cta-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #f0f0f0;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    /* FAQ Section */
    .page-8k8-com__faq-section {
      background-color: #1a1a2e;
    }

    .page-8k8-com__faq-list {
      margin-top: 40px;
      text-align: left;
    }

    .page-8k8-com__faq-item {
      background-color: #2c2c44;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #3a3a5a;
      color: #ffffff; /* Adjusted for WCAG AA contrast */
      font-size: 1.2em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-8k8-com__faq-question:hover {
      background-color: #4a4a6a;
    }

    .page-8k8-com__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #ffffff; /* Adjusted for WCAG AA contrast */
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-8k8-com__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      font-weight: bold;
      color: #ffffff; /* Adjusted for WCAG AA contrast */
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
    }

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

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

    .page-8k8-com__faq-item.active .page-8k8-com__faq-toggle {
      transform: rotate(45deg); /* Plus to X (minus) */
    }

    /* Social Media Section */
    .page-8k8-com__social-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-8k8-com__social-link {
      background-color: #3a3a5a;
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-com__social-link:hover {
      background-color: #f7b32b;
      color: #1a1a2e;
      transform: translateY(-3px);
    }

    /* Mobile responsiveness */
    @media (max-width: 768px) {
      .page-8k8-com__hero-title {
        font-size: 2.5em;
      }

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

      .page-8k8-com__promo-button,
      .page-8k8-com__floating-button {
        padding: 10px 20px;
        font-size: 1em;
      }

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

      .page-8k8-com__section-subtitle {
        font-size: 1.1em;
      }

      .page-8k8-com__product-grid,
      .page-8k8-com__providers-grid,
      .page-8k8-com__payment-grid {
        grid-template-columns: 1fr; /* Stack columns on mobile */
        gap: 20px;
      }

      /* List item responsive requirements */
      .page-8k8-com__product-card,
      .page-8k8-com__provider-item,
      .page-8k8-com__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-com__product-description,
      .page-8k8-com__provider-name,
      .page-8k8-com__payment-name,
      .page-8k8-com__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-8k8-com__product-image,
      .page-8k8-com__provider-logo,
      .page-8k8-com__payment-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-8k8-com__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }
      .page-8k8-com__faq-question h3 {
        font-size: 1.1em;
      }

      .page-8k8-com__faq-answer {
        padding: 0 20px;
      }
      .page-8k8-com__faq-item.active .page-8k8-com__faq-answer {
        padding: 15px 20px !important;
      }

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

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

      .page-8k8-com__social-grid {
        flex-direction: column;
        align-items: center;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-com__hero-title {
        font-size: 2em;
      }
      .page-8k8-com__hero-description {
        font-size: 1em;
      }
      .page-8k8-com__floating-buttons {
        flex-direction: column;
        bottom: 15px;
        gap: 10px;
      }
      .page-8k8-com__floating-button {
        width: 180px; /* Make buttons wider on very small screens */
        text-align: center;
      }
    }
  