
    /* Base styles for the page */
    .page-8k8-bet-login {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #f0f0f0;
      background-color: #1a1a2e; /* Dark background */
      line-height: 1.6;
      padding-bottom: 40px; /* Space above footer */
    }

    /* Section styles */
    .page-8k8-bet-login__section-title {
      font-size: 2.5em;
      color: #e94560; /* Accent color */
      text-align: center;
      margin-bottom: 40px;
      padding-top: 20px;
      font-weight: 700;
    }

    .page-8k8-bet-login__section-description {
      font-size: 1.1em;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 50px auto;
      color: #cccccc;
    }

    /* Hero Section */
    .page-8k8-bet-login__hero-section {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 500px;
      padding: 10px 20px 60px 20px; /* Top padding for header offset, then general padding */
      overflow: hidden;
      background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
      color: #ffffff;
      text-align: center;
    }

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

    .page-8k8-bet-login__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #e94560;
      font-weight: 800;
      line-height: 1.2;
    }

    .page-8k8-bet-login__hero-description {
      font-size: 1.4em;
      margin-bottom: 30px;
      color: #c0c0c0;
      font-weight: 300;
    }

    .page-8k8-bet-login__cta-button {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 15px 40px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

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

    .page-8k8-bet-login__hero-subtext {
      margin-top: 20px;
      font-size: 1em;
      color: #a0a0a0;
    }

    .page-8k8-bet-login__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 1;
    }

    .page-8k8-bet-login__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.15; /* Subtle background image */
      max-width: 100%; /* Responsive image */
    }

    /* Why Choose Section */
    .page-8k8-bet-login__why-choose-section {
      padding: 60px 20px;
      background-color: #0f3460;
    }

    .page-8k8-bet-login__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-8k8-bet-login__feature-item {
      background-color: #1a1a2e;
      padding: 30px;
      border-radius: 15px;
      text-align: center;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
      border: 1px solid #3e446e;
    }

    .page-8k8-bet-login__feature-item:hover {
      transform: translateY(-10px);
    }

    .page-8k8-bet-login__feature-icon {
      width: 200px; /* Min size 200x200 */
      height: auto;
      margin-bottom: 20px;
      max-width: 100%; /* Responsive image */
      border-radius: 10px;
    }

    .page-8k8-bet-login__feature-title {
      font-size: 1.8em;
      color: #e94560;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .page-8k8-bet-login__feature-description {
      font-size: 1em;
      color: #b0b0b0;
    }

    /* Login Guide Section */
    .page-8k8-bet-login__login-guide-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
    }

    .page-8k8-bet-login__guide-steps {
      display: grid;
      grid-template-columns: 1fr; /* Single column on all sizes by default */
      gap: 50px;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-8k8-bet-login__guide-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      background-color: #0f3460;
      padding: 40px;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
      border: 1px solid #3e446e;
    }

    .page-8k8-bet-login__step-number {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      background-color: #e94560;
      color: #ffffff;
      font-size: 2.2em;
      font-weight: bold;
      border-radius: 50%;
      margin-bottom: 25px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-bet-login__step-title {
      font-size: 2em;
      color: #ffffff;
      margin-bottom: 15px;
      font-weight: 700;
    }

    .page-8k8-bet-login__step-description {
      font-size: 1.1em;
      color: #cccccc;
      margin-bottom: 30px;
      max-width: 600px;
    }

    .page-8k8-bet-login__step-image {
      width: 100%;
      max-width: 600px;
      height: auto;
      border-radius: 15px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    }

    /* Promotions Section */
    .page-8k8-bet-login__promo-section {
      padding: 60px 20px;
      background-color: #0f3460;
    }

    .page-8k8-bet-login__promo-cards-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-8k8-bet-login__promo-card {
      background-color: #1a1a2e;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
      border: 1px solid #3e446e;
    }

    .page-8k8-bet-login__promo-card:hover {
      transform: translateY(-10px);
    }

    .page-8k8-bet-login__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%; /* Responsive image */
    }

    .page-8k8-bet-login__promo-title {
      font-size: 1.8em;
      color: #e94560;
      padding: 20px 20px 10px 20px;
      font-weight: 600;
    }

    .page-8k8-bet-login__promo-text {
      font-size: 1em;
      color: #b0b0b0;
      padding: 0 20px 20px 20px;
    }

    .page-8k8-bet-login__promo-action {
      display: block;
      text-align: center;
      padding: 15px 20px;
      background-color: #e94560;
      color: #ffffff;
      font-weight: bold;
      cursor: default; /* Indicate it's not a link */
      transition: background-color 0.3s ease;
    }

    /* Payment Methods Section */
    .page-8k8-bet-login__payment-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
    }

    .page-8k8-bet-login__payment-methods-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); /* Adjusted for more payment methods */
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .page-8k8-bet-login__payment-method {
      background-color: #0f3460;
      padding: 20px 15px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      border: 1px solid #3e446e;
    }

    .page-8k8-bet-login__payment-icon {
      width: 100px; /* Larger icons */
      height: auto;
      margin-bottom: 10px;
      max-width: 100%; /* Responsive image */
      filter: brightness(1.1); /* Slightly brighten payment logos for visibility on dark background */
    }

    .page-8k8-bet-login__payment-name {
      font-size: 1em;
      color: #e0e0e0;
      font-weight: 500;
    }

    /* FAQ Section */
    .page-8k8-bet-login__faq-section {
      padding: 60px 20px;
      background-color: #0f3460;
    }

    .page-8k8-bet-login__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-8k8-bet-login__faq-item {
      background-color: #1a1a2e;
      margin-bottom: 15px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      border: 1px solid #3e446e;
    }

    .page-8k8-bet-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #1a1a2e;
      color: #ffffff;
      font-size: 1.3em;
      font-weight: 600;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-8k8-bet-login__faq-question:hover {
      background-color: #2c2c4a;
    }

    .page-8k8-bet-login__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      color: #e94560; /* Accent color for question */
      pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-8k8-bet-login__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #e94560;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click on parent */
    }

    .page-8k8-bet-login__faq-item.active .page-8k8-bet-login__faq-toggle {
      transform: rotate(45deg); /* Plus sign rotates to form an X or minus */
    }

    .page-8k8-bet-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding */
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #cccccc;
      font-size: 1.05em;
      background-color: #2c2c4a; /* Slightly lighter background for answer */
      border-top: 1px solid #3e446e;
    }

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

    .page-8k8-bet-login__faq-answer p {
      margin: 0;
    }

    /* Final CTA Section */
    .page-8k8-bet-login__final-cta-section {
      padding: 80px 20px;
      background: linear-gradient(135deg, #0f3460 0%, #1a1a2e 100%);
      text-align: center;
    }

    .page-8k8-bet-login__final-cta-section .page-8k8-bet-login__section-title {
      color: #ffffff;
      font-size: 3em;
    }

    .page-8k8-bet-login__final-cta-section .page-8k8-bet-login__section-description {
      color: #e0e0e0;
      margin-bottom: 40px;
    }

    .page-8k8-bet-login__cta-button--large {
      padding: 18px 50px;
      font-size: 1.3em;
    }

    /* General responsive adjustments */
    @media (max-width: 1024px) {
      .page-8k8-bet-login__hero-title {
        font-size: 3em;
      }
      .page-8k8-bet-login__hero-description {
        font-size: 1.2em;
      }
      .page-8k8-bet-login__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-bet-login__hero-section {
        min-height: 400px;
        padding-bottom: 40px;
      }
      .page-8k8-bet-login__hero-title {
        font-size: 2.5em;
      }
      .page-8k8-bet-login__hero-description {
        font-size: 1.1em;
      }
      .page-8k8-bet-login__cta-button {
        padding: 12px 30px;
        font-size: 1.1em;
      }

      .page-8k8-bet-login__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-8k8-bet-login__section-description {
        font-size: 1em;
        margin-bottom: 40px;
      }

      .page-8k8-bet-login__features-grid,
      .page-8k8-bet-login__promo-cards-grid,
      .page-8k8-bet-login__payment-methods-grid {
        grid-template-columns: 1fr; /* Stack columns on mobile */
        max-width: 400px; /* Constrain width for single column */
        margin: 0 auto;
      }

      /* Specific list item responsive requirements */
      .page-8k8-bet-login__features-grid > .page-8k8-bet-login__feature-item,
      .page-8k8-bet-login__promo-cards-grid > .page-8k8-bet-login__promo-card,
      .page-8k8-bet-login__payment-methods-grid > .page-8k8-bet-login__payment-method {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 25px 20px; /* Adjust padding */
      }

      .page-8k8-bet-login__payment-methods-grid {
        grid-template-columns: repeat(2, 1fr); /* Two columns for payment methods on smaller screens */
        gap: 15px;
      }
      .page-8k8-bet-login__payment-method {
        padding: 15px 10px;
      }
      .page-8k8-bet-login__payment-icon {
        width: 80px;
      }

      .page-8k8-bet-login__guide-step {
        padding: 30px 20px;
      }
      .page-8k8-bet-login__step-title {
        font-size: 1.7em;
      }
      .page-8k8-bet-login__step-description {
        font-size: 1em;
      }

      .page-8k8-bet-login__faq-question {
        font-size: 1.1em;
        padding: 18px 20px;
      }
      .page-8k8-bet-login__faq-question h3 {
        font-size: 1em; /* Reduce h3 font size within faq-question */
      }
      .page-8k8-bet-login__faq-toggle {
        font-size: 1.5em;
      }
      .page-8k8-bet-login__faq-answer {
        padding: 0 20px;
        font-size: 0.95em;
      }
      .page-8k8-bet-login__faq-item.active .page-8k8-bet-login__faq-answer {
        padding: 15px 20px !important;
      }

      .page-8k8-bet-login__final-cta-section .page-8k8-bet-login__section-title {
        font-size: 2.2em;
      }
      .page-8k8-bet-login__cta-button--large {
        padding: 15px 40px;
        font-size: 1.2em;
      }

      /* Ensure text wrapping for all list items and general content */
      .page-8k8-bet-login__feature-description,
      .page-8k8-bet-login__step-description,
      .page-8k8-bet-login__promo-text,
      .page-8k8-bet-login__payment-name,
      .page-8k8-bet-login__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-8k8-bet-login__faq-question h3 {
        word-break: break-word !important; /* For long question titles */
      }

      /* All image containers responsive */
      .page-8k8-bet-login__hero-image-wrapper,
      .page-8k8-bet-login__feature-item,
      .page-8k8-bet-login__guide-step,
      .page-8k8-bet-login__promo-card,
      .page-8k8-bet-login__payment-method {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
      .page-8k8-bet-login__hero-image,
      .page-8k8-bet-login__feature-icon,
      .page-8k8-bet-login__step-image,
      .page-8k8-bet-login__promo-image,
      .page-8k8-bet-login__payment-icon {
        max-width: 100% !important;
        height: auto !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-bet-login__hero-title {
        font-size: 2em;
      }
      .page-8k8-bet-login__hero-description {
        font-size: 1em;
      }
      .page-8k8-bet-login__section-title {
        font-size: 1.6em;
      }
      .page-8k8-bet-login__cta-button {
        font-size: 1em;
        padding: 10px 25px;
      }
      .page-8k8-bet-login__payment-methods-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* 2-3 columns on very small screens */
      }
    }
  