
    /* Global styles for the page, scoped to page-8k8-slot-login */
    .page-8k8-slot-login {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: 10px; /* Small decorative padding, as body handles header offset */
    }

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

    .page-8k8-slot-login__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-8k8-slot-login__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-8k8-slot-login__title {
      font-size: 2.8em;
      color: #2c3e50;
      text-align: center;
      margin-bottom: 20px;
      font-weight: 700;
    }

    .page-8k8-slot-login__title--light {
      color: #ecf0f1;
    }

    .page-8k8-slot-login__subtitle {
      font-size: 1.5em;
      color: #555;
      text-align: center;
      margin-bottom: 30px;
      font-weight: 400;
    }

    .page-8k8-slot-login__subtitle--light {
      color: #bdc3c7;
    }

    .page-8k8-slot-login__button {
      display: inline-block;
      background-color: #e74c3c; /* Red for action */
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
      font-size: 1em;
    }

    .page-8k8-slot-login__button:hover {
      background-color: #c0392b;
    }

    /* Hero Section */
    .page-8k8-slot-login__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:8k8_slot_login,casino,slots,gaming_background]') no-repeat center center / cover;
      color: #fff;
      text-align: center;
      padding: 100px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
      box-sizing: border-box;
    }

    .page-8k8-slot-login__hero-heading {
      font-size: 3.5em;
      margin-bottom: 15px;
      font-weight: 800;
      color: #f1c40f; /* Yellow for emphasis */
    }

    .page-8k8-slot-login__hero-text {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      color: #ecf0f1;
    }

    .page-8k8-slot-login__hero-buttons {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .page-8k8-slot-login__hero-button {
      background-color: #3498db; /* Blue for primary action */
    }

    .page-8k8-slot-login__hero-button:hover {
      background-color: #2980b9;
    }

    .page-8k8-slot-login__hero-secondary-button {
      background-color: #2ecc71; /* Green for secondary action */
    }

    .page-8k8-slot-login__hero-secondary-button:hover {
      background-color: #27ae60;
    }

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

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

    .page-8k8-slot-login__feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-8k8-slot-login__feature-image {
      width: 100%; /* Ensure images are responsive */
      max-width: 300px;
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
      object-fit: cover;
      box-sizing: border-box;
    }

    .page-8k8-slot-login__feature-heading {
      font-size: 1.5em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .page-8k8-slot-login__feature-text {
      color: #666;
    }

    /* How It Works Section */
    .page-8k8-slot-login__steps-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8-slot-login__step-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      box-sizing: border-box;
      position: relative;
    }

    .page-8k8-slot-login__step-number {
      position: absolute;
      top: -20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #e74c3c;
      color: #fff;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-slot-login__step-content {
      padding-top: 30px;
    }

    .page-8k8-slot-login__step-heading {
      font-size: 1.5em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .page-8k8-slot-login__step-text {
      color: #666;
    }

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

    .page-8k8-slot-login__provider-item {
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.2s ease;
      box-sizing: border-box;
      width: 100%; /* Ensure it takes full grid column width */
      max-width: 200px; /* Limit max width for aesthetic */
    }

    .page-8k8-slot-login__provider-item:hover {
      transform: translateY(-3px);
    }

    .page-8k8-slot-login__provider-logo {
      width: 100%;
      max-width: 120px;
      height: auto;
      object-fit: contain;
      margin-bottom: 10px;
    }

    .page-8k8-slot-login__provider-name {
      font-weight: bold;
      color: #333;
      font-size: 1.1em;
    }

    /* Promotions Section */
    .page-8k8-slot-login__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8-slot-login__promo-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-slot-login__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-8k8-slot-login__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      box-sizing: border-box;
    }

    .page-8k8-slot-login__promo-content {
      padding: 25px;
    }

    .page-8k8-slot-login__promo-title {
      font-size: 1.6em;
      color: #e74c3c;
      margin-bottom: 10px;
    }

    .page-8k8-slot-login__promo-text {
      color: #666;
      margin-bottom: 20px;
    }

    /* FAQ Section */
    .page-8k8-slot-login__faq-list {
      margin-top: 40px;
    }

    .page-8k8-slot-login__faq-item {
      background-color: #fff;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-8k8-slot-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      background-color: #f1f1f1;
      cursor: pointer;
      user-select: none;
      font-size: 1.2em;
      font-weight: bold;
      color: #2c3e50;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-slot-login__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-8k8-slot-login__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #2c3e50;
      pointer-events: none; /* Prevent h3 from blocking click */
      flex-grow: 1;
    }

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

    .page-8k8-slot-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #444;
      background-color: #fff;
      box-sizing: border-box;
    }

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

    .page-8k8-slot-login__faq-item.active .page-8k8-slot-login__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' visually */
    }

    /* Floating Buttons */
    .page-8k8-slot-login__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-8k8-slot-login__floating-button {
      background-color: #f1c40f; /* Yellow for visibility */
      color: #2c3e50;
      padding: 12px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      cursor: pointer;
      border: none;
      font-size: 1.1em;
      text-align: center;
      min-width: 120px; /* Ensure button has enough width */
    }

    .page-8k8-slot-login__floating-button:hover {
      background-color: #f39c12;
      transform: translateY(-3px);
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-8k8-slot-login__section {
        padding: 30px 15px;
      }

      .page-8k8-slot-login__title {
        font-size: 2em;
      }

      .page-8k8-slot-login__subtitle {
        font-size: 1.2em;
      }

      .page-8k8-slot-login__hero-section {
        padding: 80px 15px;
        min-height: 400px;
      }

      .page-8k8-slot-login__hero-heading {
        font-size: 2.5em;
      }

      .page-8k8-slot-login__hero-text {
        font-size: 1em;
      }

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

      .page-8k8-slot-login__button {
        width: 100%;
        max-width: 250px;
      }

      /* List item mobile responsiveness */
      .page-8k8-slot-login__features-grid,
      .page-8k8-slot-login__steps-list,
      .page-8k8-slot-login__providers-grid,
      .page-8k8-slot-login__promo-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-8k8-slot-login__feature-card,
      .page-8k8-slot-login__step-item,
      .page-8k8-slot-login__provider-item,
      .page-8k8-slot-login__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px; /* Adjust padding for smaller screens */
      }

      .page-8k8-slot-login__provider-item {
        max-width: none; /* Allow full width in mobile */
      }

      .page-8k8-slot-login__feature-text,
      .page-8k8-slot-login__step-text,
      .page-8k8-slot-login__promo-text,
      .page-8k8-slot-login__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-8k8-slot-login__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }
      .page-8k8-slot-login__faq-question h3 {
        font-size: 1.1em;
      }
      .page-8k8-slot-login__faq-answer {
        padding: 0 20px;
      }
      .page-8k8-slot-login__faq-item.active .page-8k8-slot-login__faq-answer {
        padding: 15px 20px !important;
      }

      .page-8k8-slot-login__floating-buttons {
        bottom: 15px;
        right: 15px;
        gap: 8px;
      }

      .page-8k8-slot-login__floating-button {
        padding: 10px 18px;
        font-size: 1em;
        min-width: 100px;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-slot-login__hero-heading {
        font-size: 2em;
      }
      .page-8k8-slot-login__title {
        font-size: 1.8em;
      }
      .page-8k8-slot-login__subtitle {
        font-size: 1em;
      }
    }

    /* Ensure all images are responsive */
    .page-8k8-slot-login img {
      max-width: 100%;
      height: auto;
      display: block; /* Remove extra space below images */
      box-sizing: border-box;
    }
    @media (max-width: 768px) {
      .page-8k8-slot-login img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      /* If there's an explicit image container */
      .page-8k8-slot-login__image-container { 
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  