
    /* Page-specific CSS styles for page-8k8-6 */
    .page-8k8-6 {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      padding-top: 10px; /* Small decorative top padding, assuming body has header offset */
    }

    .page-8k8-6__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-8k8-6__hero-section {
      position: relative;
      background-color: #0d2a4a;
      color: #fff;
      padding: 80px 20px;
      text-align: center;
      overflow: hidden;
      border-radius: 15px;
      margin-bottom: 40px;
    }

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

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

    .page-8k8-6__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #ffe000;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-6__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-6__cta-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .page-8k8-6__cta-button {
      background-color: #ffe000;
      color: #0d2a4a;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      cursor: pointer;
      border: none;
      outline: none;
    }

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

    .page-8k8-6__section-title {
      font-size: 2.2em;
      color: #0d2a4a;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

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

    .page-8k8-6__info-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-bottom: 40px;
    }

    .page-8k8-6__info-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 30px;
      text-align: center;
      transition: transform 0.3s ease;
    }

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

    .page-8k8-6__info-icon {
      width: 150px; /* Min size 200x200, so this needs to be larger if it's an icon, but it's a content image */
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
      max-width: 100%;
    }

    .page-8k8-6__info-title {
      font-size: 1.5em;
      color: #0d2a4a;
      margin-bottom: 15px;
    }

    .page-8k8-6__promo-banner {
      background-color: #1a4a7a;
      color: #fff;
      padding: 50px 20px;
      text-align: center;
      border-radius: 15px;
      margin-bottom: 40px;
    }

    .page-8k8-6__promo-title {
      font-size: 2em;
      margin-bottom: 15px;
      color: #ffe000;
    }

    .page-8k8-6__promo-description {
      font-size: 1.1em;
      margin-bottom: 25px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-6__promo-link {
      background-color: #ffe000;
      color: #0d2a4a;
      padding: 12px 25px;
      border-radius: 50px;
      font-size: 1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      display: inline-block;
      cursor: pointer;
      border: none;
      outline: none;
    }

    .page-8k8-6__promo-link:hover {
      background-color: #fff;
    }

    .page-8k8-6__faq-section {
      background-color: #fff;
      border-radius: 15px;
      padding: 40px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      margin-bottom: 40px;
    }

    .page-8k8-6__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 15px;
      padding-bottom: 15px;
    }

    .page-8k8-6__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    .page-8k8-6__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding: 15px 0;
      font-size: 1.2em;
      color: #0d2a4a;
      font-weight: bold;
      user-select: none;
      transition: color 0.3s ease;
    }

    .page-8k8-6__faq-question h3 {
      margin: 0;
      font-size: 1em; /* Adjust to fit parent font-size */
      pointer-events: none; /* Prevent h3 from intercepting click */
    }

    .page-8k8-6__faq-question:hover {
      color: #1a4a7a;
    }

    .page-8k8-6__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      pointer-events: none; /* Prevent toggle icon from intercepting click */
      transition: transform 0.3s ease;
    }

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

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

    .page-8k8-6__faq-item.active .page-8k8-6__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-8k8-6__cta-bottom {
      text-align: center;
      padding: 40px 20px;
      background-color: #0d2a4a;
      color: #fff;
      border-radius: 15px;
    }

    .page-8k8-6__cta-bottom-title {
      font-size: 2em;
      color: #ffe000;
      margin-bottom: 20px;
    }

    .page-8k8-6__cta-bottom-text {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-6__payment-providers,
    .page-8k8-6__game-providers {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }

    .page-8k8-6__provider-logo {
        width: 180px; /* Minimum 200px, this is for demonstration. Will be replaced by actual image placeholders. */
        height: auto;
        max-width: 100%;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
    /* Mobile responsiveness */
    @media (max-width: 768px) {
      .page-8k8-6__container {
        padding: 15px;
      }

      .page-8k8-6__hero-section {
        padding: 60px 15px;
        margin-bottom: 30px;
      }

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

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

      .page-8k8-6__cta-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-8k8-6__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-8k8-6__section-title {
        font-size: 1.8em;
        margin-bottom: 25px;
      }

      .page-8k8-6__info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
      }

      .page-8k8-6__info-card {
        padding: 25px;
      }

      .page-8k8-6__info-icon {
        width: 120px;
        margin-bottom: 15px;
      }

      .page-8k8-6__info-title {
        font-size: 1.3em;
      }

      .page-8k8-6__promo-banner {
        padding: 40px 15px;
        margin-bottom: 30px;
      }

      .page-8k8-6__promo-title {
        font-size: 1.8em;
      }

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

      .page-8k8-6__promo-link {
        padding: 10px 20px;
        font-size: 0.9em;
      }

      .page-8k8-6__faq-section {
        padding: 30px 20px;
        margin-bottom: 30px;
      }

      .page-8k8-6__faq-question {
        font-size: 1.1em;
        padding: 12px 0;
      }

      .page-8k8-6__faq-answer {
        padding: 15px 10px;
      }

      .page-8k8-6__cta-bottom {
        padding: 30px 15px;
      }

      .page-8k8-6__cta-bottom-title {
        font-size: 1.8em;
      }

      .page-8k8-6__cta-bottom-text {
        font-size: 1em;
      }

      .page-8k8-6__payment-providers,
      .page-8k8-6__game-providers {
          gap: 10px;
      }

      .page-8k8-6__provider-logo {
          width: 150px;
      }
    }

    /* Ensure all list items and images are responsive */
    .page-8k8-6 ul,
    .page-8k8-6 ol {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%; /* Important for list containers */
        max-width: 100%; /* Important for list containers */
        box-sizing: border-box; /* Important for list containers */
    }

    .page-8k8-6 ul li,
    .page-8k8-6 ol li {
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .page-8k8-6 img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    @media (max-width: 768px) {
        .page-8k8-6 ul,
        .page-8k8-6 ol {
            width: 100% !important;
            max-width: 100% !important;
            padding: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            box-sizing: border-box !important;
        }

        .page-8k8-6 ul li,
        .page-8k8-6 ol li {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

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