
    /* Scoped styles for page-www-8k8-com-login-2 */
    .page-www-8k8-com-login-2 {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f5f5f5;
      line-height: 1.6;
      /* The body padding-top is assumed to be handled by shared.css */
      /* If not, uncomment and use: padding-top: var(--header-offset, 122px); */
    }

    .page-www-8k8-com-login-2__hero-section {
      background: linear-gradient(135deg, #0056b3, #003d80);
      color: #fff;
      padding: 10px 20px 60px 20px; /* Small top padding, larger bottom padding */
      text-align: center;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
      box-sizing: border-box;
    }

    .page-www-8k8-com-login-2__hero-background-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-www-8k8-com-login-2__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-www-8k8-com-login-2__main-heading {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #ffd700; /* Gold color for heading */
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
      font-weight: bold;
    }

    .page-www-8k8-com-login-2__hero-text {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-www-8k8-com-login-2__action-button {
      display: inline-block;
      background-color: #ffd700; /* Gold */
      color: #003d80; /* Dark blue */
      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;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }

    .page-www-8k8-com-login-2__action-button:hover {
      background-color: #ffe033; /* Lighter gold */
      transform: translateY(-2px);
    }

    .page-www-8k8-com-login-2__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      margin-bottom: 25px;
      box-sizing: border-box;
    }

    .page-www-8k8-com-login-2__section--dark {
      background-color: #003d80;
      color: #fff;
    }

    .page-www-8k8-com-login-2__section-heading {
      font-size: 2em;
      color: #0056b3;
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
    }

    .page-www-8k8-com-login-2__section--dark .page-www-8k8-com-login-2__section-heading {
      color: #ffd700;
    }

    .page-www-8k8-com-login-2__content-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-www-8k8-com-login-2__feature-card {
      background-color: #f9f9f9;
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-www-8k8-com-login-2__section--dark .page-www-8k8-com-login-2__feature-card {
      background-color: #002a5c;
      color: #e0e0e0;
    }

    .page-www-8k8-com-login-2__feature-card:hover {
      transform: translateY(-5px);
    }

    .page-www-8k8-com-login-2__feature-image {
        width: 200px; /* Minimum size */
        height: 200px; /* Minimum size */
        margin-bottom: 15px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain;
        max-width: 100%;
        border-radius: 5px;
    }


    .page-www-8k8-com-login-2__card-title {
      font-size: 1.4em;
      color: #0056b3;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-www-8k8-com-login-2__section--dark .page-www-8k8-com-login-2__card-title {
      color: #ffd700;
    }

    .page-www-8k8-com-login-2__game-showcase {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-www-8k8-com-login-2__game-card {
      background-color: #f0f0f0;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-www-8k8-com-login-2__game-card:hover {
      transform: translateY(-5px);
    }

    .page-www-8k8-com-login-2__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-www-8k8-com-login-2__game-info {
      padding: 15px;
    }

    .page-www-8k8-com-login-2__game-title {
      font-size: 1.2em;
      margin-bottom: 5px;
      color: #0056b3;
      font-weight: bold;
    }

    .page-www-8k8-com-login-2__provider-name {
      font-size: 0.9em;
      color: #666;
    }

    .page-www-8k8-com-login-2__payment-methods {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-www-8k8-com-login-2__payment-image {
        width: 200px; /* Minimum width */
        height: 100px; /* Maintain aspect ratio or adjust as needed, but ensure source image is >= 200x200 */
        object-fit: contain;
        max-width: 100%;
        transition: transform 0.3s ease;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .page-www-8k8-com-login-2__payment-image:hover {
      transform: translateY(-3px);
    }

    /* FAQ Section Styles */
    .page-www-8k8-com-login-2__faq-list {
      margin-top: 30px;
      list-style: none;
      padding: 0;
    }

    .page-www-8k8-com-login-2__faq-item {
      background-color: #f9f9f9;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
      box-sizing: border-box;
    }

    .page-www-8k8-com-login-2__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #eee;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: #0056b3;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-www-8k8-com-login-2__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-www-8k8-com-login-2__faq-question h3 {
        margin: 0;
        font-size: 1.1em;
        color: #0056b3;
        pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-www-8k8-com-login-2__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 10px;
      pointer-events: none; /* Prevent toggle icon from blocking click */
      transition: transform 0.3s ease;
    }

    .page-www-8k8-com-login-2__faq-item.active .page-www-8k8-com-login-2__faq-toggle {
      transform: rotate(45deg); /* Plus to X (rotate 45deg) or just minus sign */
    }

    .page-www-8k8-com-login-2__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Initial padding */
      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;
      box-sizing: border-box;
    }

    .page-www-8k8-com-login-2__faq-item.active .page-www-8k8-com-login-2__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important; /* Expanded padding */
      opacity: 1;
    }

    /* General text styles */
    .page-www-8k8-com-login-2__text-center {
      text-align: center;
    }

    .page-www-8k8-com-login-2__text-highlight {
      color: #0056b3;
      font-weight: bold;
    }

    .page-www-8k8-com-login-2__section--dark .page-www-8k8-com-login-2__text-highlight {
      color: #ffd700;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-www-8k8-com-login-2__main-heading {
        font-size: 2em;
      }

      .page-www-8k8-com-login-2__hero-text {
        font-size: 1em;
      }

      .page-www-8k8-com-login-2__action-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-www-8k8-com-login-2__section {
        padding: 25px 15px;
        margin-bottom: 20px;
      }

      .page-www-8k8-com-login-2__section-heading {
        font-size: 1.7em;
        margin-bottom: 20px;
      }

      .page-www-8k8-com-login-2__content-grid,
      .page-www-8k8-com-login-2__game-showcase {
        grid-template-columns: 1fr; /* Single column for mobile */
        gap: 20px;
      }

      .page-www-8k8-com-login-2__feature-card,
      .page-www-8k8-com-login-2__game-card {
        padding: 20px;
      }

      .page-www-8k8-com-login-2__game-image {
        height: 180px;
      }

      .page-www-8k8-com-login-2__payment-methods {
        gap: 15px;
      }

      /* Ensure all images are responsive */
      .page-www-8k8-com-login-2__hero-background-image,
      .page-www-8k8-com-login-2__feature-image,
      .page-www-8k8-com-login-2__game-image,
      .page-www-8k8-com-login-2__payment-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      /* List item mobile responsiveness */
      .page-www-8k8-com-login-2__faq-list {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-www-8k8-com-login-2__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-www-8k8-com-login-2__faq-question {
        padding: 15px !important;
      }

      .page-www-8k8-com-login-2__faq-question h3 {
        font-size: 1em;
      }

      .page-www-8k8-com-login-2__faq-answer {
        padding: 0 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-www-8k8-com-login-2__faq-item.active .page-www-8k8-com-login-2__faq-answer {
        padding: 15px !important;
      }
    }
  