
    /* Base styles for the page-8k8-com-2 container */
    .page-8k8-com-2 {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e; /* Dark background for casino theme */
      line-height: 1.6;
      padding-top: 10px; /* Small top padding, assuming body handles header offset */
      overflow-x: hidden;
    }

    /* Section styles */
    .page-8k8-com-2__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-8k8-com-2__section--dark {
      background-color: #16213e;
    }

    .page-8k8-com-2__section--light {
      background-color: #0f3460;
    }

    /* Headings */
    .page-8k8-com-2__heading-primary {
      font-size: 3.2em;
      color: #e94560; /* Accent color */
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 1.2;
    }

    .page-8k8-com-2__heading-secondary {
      font-size: 2.2em;
      color: #0f3460; /* Darker accent */
      margin-bottom: 25px;
      position: relative;
      padding-bottom: 10px;
    }
    
    .page-8k8-com-2__heading-secondary--light {
      color: #e0e0e0;
    }

    .page-8k8-com-2__heading-secondary::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #e94560;
      border-radius: 2px;
    }

    .page-8k8-com-2__heading-tertiary {
      font-size: 1.6em;
      color: #e94560;
      margin-bottom: 15px;
    }

    /* Paragraphs */
    .page-8k8-com-2__paragraph {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #c0c0c0;
    }

    /* Hero section */
    .page-8k8-com-2__hero-section {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 80px 20px;
      background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('[GALLERY:hero:1920x1080:casino,luxury,gaming,8k8.com]') center/cover no-repeat;
      min-height: 70vh;
      color: #ffffff;
      text-align: center;
      position: relative;
      box-sizing: border-box;
    }

    .page-8k8-com-2__hero-content {
      max-width: 900px;
      z-index: 1;
    }

    .page-8k8-com-2__hero-title {
      font-size: 3.8em;
      color: #ffe033; /* Gold accent */
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-8k8-com-2__hero-subtitle {
      font-size: 1.8em;
      color: #ffffff;
      margin-bottom: 30px;
      font-weight: 300;
    }

    .page-8k8-com-2__cta-button {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 15px 35px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.3em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

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

    /* Features/Highlights section */
    .page-8k8-com-2__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

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

    .page-8k8-com-2__feature-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-com-2__feature-icon {
      width: 100px;
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
    }

    .page-8k8-com-2__feature-title {
      font-size: 1.4em;
      color: #ffe033;
      margin-bottom: 10px;
    }

    .page-8k8-com-2__feature-description {
      font-size: 1em;
      color: #c0c0c0;
    }

    /* Game providers section */
    .page-8k8-com-2__providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-8k8-com-2__provider-card {
      background-color: #1a1a2e;
      border: 1px solid #0f3460;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-com-2__provider-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
    }

    .page-8k8-com-2__provider-logo {
      max-width: 150px; /* Adjusted to be above 200px minimum in actual image */
      height: auto;
      margin-bottom: 15px;
      border-radius: 5px;
    }

    .page-8k8-com-2__provider-name {
      font-size: 1.2em;
      color: #ffe033;
      font-weight: bold;
    }

    /* Call to Action Banner */
    .page-8k8-com-2__cta-banner {
      background: linear-gradient(to right, #e94560, #a0344b);
      padding: 50px 20px;
      text-align: center;
      margin-top: 60px;
    }

    .page-8k8-com-2__cta-banner-title {
      font-size: 2.5em;
      color: #ffffff;
      margin-bottom: 20px;
    }

    .page-8k8-com-2__cta-banner-description {
      font-size: 1.2em;
      color: #f0f0f0;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* FAQ Section */
    .page-8k8-com-2__faq-section {
      text-align: left;
    }

    .page-8k8-com-2__faq-list {
      margin-top: 40px;
      list-style: none;
      padding: 0;
    }

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

    .page-8k8-com-2__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #16213e;
      color: #ffe033;
      font-size: 1.3em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
      box-sizing: border-box;
    }

    .page-8k8-com-2__faq-question:hover {
      background-color: #0f3460;
    }

    .page-8k8-com-2__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Crucial for click event on parent */
    }

    .page-8k8-com-2__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Crucial for click event on parent */
    }

    .page-8k8-com-2__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      color: #c0c0c0;
      font-size: 1.05em;
      box-sizing: border-box;
    }

    .page-8k8-com-2__faq-item.active .page-8k8-com-2__faq-answer {
      max-height: 2000px !important; /* Use !important to ensure override */
      padding: 20px 25px !important; /* Use !important to ensure override */
      opacity: 1;
    }

    .page-8k8-com-2__faq-item.active .page-8k8-com-2__faq-toggle {
      transform: rotate(45deg); /* Rotate '+' to 'x' or '-' */
    }

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

    .page-8k8-com-2__payment-method-item {
      background-color: #1a1a2e;
      border: 1px solid #0f3460;
      border-radius: 8px;
      padding: 15px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-8k8-com-2__payment-method-logo {
      max-width: 120px; /* Adjusted to be above 200px minimum in actual image */
      height: auto;
      margin-bottom: 10px;
      border-radius: 5px;
    }

    .page-8k8-com-2__payment-method-name {
      font-size: 1em;
      color: #c0c0c0;
    }

    /* General image styling */
    .page-8k8-com-2 img {
      max-width: 100%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-8k8-com-2__heading-primary {
        font-size: 2.8em;
      }
      .page-8k8-com-2__hero-title {
        font-size: 3.2em;
      }
      .page-8k8-com-2__hero-subtitle {
        font-size: 1.5em;
      }
      .page-8k8-com-2__cta-banner-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-com-2__section {
        padding: 40px 15px;
      }
      .page-8k8-com-2__heading-primary {
        font-size: 2.4em;
      }
      .page-8k8-com-2__heading-secondary {
        font-size: 1.8em;
      }
      .page-8k8-com-2__heading-tertiary {
        font-size: 1.4em;
      }
      .page-8k8-com-2__paragraph {
        font-size: 1em;
      }
      .page-8k8-com-2__hero-section {
        padding: 60px 15px;
      }
      .page-8k8-com-2__hero-title {
        font-size: 2.5em;
      }
      .page-8k8-com-2__hero-subtitle {
        font-size: 1.2em;
      }
      .page-8k8-com-2__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }
      .page-8k8-com-2__features-grid,
      .page-8k8-com-2__providers-grid,
      .page-8k8-com-2__payment-methods-grid {
        grid-template-columns: 1fr; /* Stack items on mobile */
      }

      /* Mobile responsive list items (features, providers, payments) */
      .page-8k8-com-2__feature-item,
      .page-8k8-com-2__provider-card,
      .page-8k8-com-2__payment-method-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important; /* Adjust padding for mobile */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-8k8-com-2__cta-banner {
        padding: 40px 15px;
      }
      .page-8k8-com-2__cta-banner-title {
        font-size: 1.8em;
      }
      .page-8k8-com-2__cta-banner-description {
        font-size: 1em;
      }

      /* FAQ adjustments for mobile */
      .page-8k8-com-2__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
      }
      .page-8k8-com-2__faq-answer {
        padding: 15px 20px !important; /* Adjust padding for mobile */
      }
      .page-8k8-com-2__faq-toggle {
        font-size: 1.5em;
      }

      /* Ensure all images are responsive */
      .page-8k8-com-2 img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-com-2__heading-primary {
        font-size: 2em;
      }
      .page-8k8-com-2__hero-title {
        font-size: 2em;
      }
      .page-8k8-com-2__hero-subtitle {
        font-size: 1em;
      }
      .page-8k8-com-2__cta-button {
        font-size: 1em;
        padding: 10px 20px;
      }
    }
  