
    /* Scoped CSS for page-8k8-com-log-in */
    .page-8k8-com-log-in {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #fff;
      background: linear-gradient(135deg, #1a1a2e, #16213e);
      padding-top: 10px; /* Adjusting for potential fixed header */
    }

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

    .page-8k8-com-log-in__hero-section {
      text-align: center;
      padding: 60px 20px;
      background: url('[GALLERY:hero:1920x1080:online casino,login page,gaming background]') no-repeat center center/cover;
      border-radius: 15px;
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
    }

    .page-8k8-com-log-in__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .page-8k8-com-log-in__hero-content {
      position: relative;
      z-index: 2;
    }

    .page-8k8-com-log-in__hero-title {
      font-size: 3.5em;
      color: #e94560;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      line-height: 1.2;
    }

    .page-8k8-com-log-in__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #e0e0e0;
    }

    .page-8k8-com-log-in__cta-button {
      display: inline-block;
      background-color: #e94560;
      color: #fff;
      padding: 15px 40px;
      border-radius: 30px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

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

    .page-8k8-com-log-in__section {
      background-color: #0f3460;
      padding: 40px 20px;
      margin-bottom: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-com-log-in__section-title {
      font-size: 2.5em;
      color: #e94560;
      text-align: center;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-com-log-in__benefits-grid,
    .page-8k8-com-log-in__steps-list,
    .page-8k8-com-log-in__game-grid,
    .page-8k8-com-log-in__payment-methods,
    .page-8k8-com-log-in__faq-list {
      display: grid;
      gap: 25px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-8k8-com-log-in__benefits-grid {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .page-8k8-com-log-in__benefit-item {
      background-color: #1a1a2e;
      padding: 25px;
      border-radius: 10px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
      color: #e0e0e0;
    }

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

    .page-8k8-com-log-in__benefit-item h3 {
      color: #e94560;
      font-size: 1.5em;
      margin-bottom: 10px;
    }

    .page-8k8-com-log-in__benefit-item p {
      font-size: 1em;
      line-height: 1.6;
    }

    .page-8k8-com-log-in__steps-list {
      grid-template-columns: 1fr;
      counter-reset: step-counter;
    }

    .page-8k8-com-log-in__step-item {
      display: flex;
      align-items: center;
      background-color: #1a1a2e;
      padding: 20px;
      border-radius: 10px;
      box-sizing: border-box;
      position: relative;
      color: #e0e0e0;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-com-log-in__step-item::before {
      counter-increment: step-counter;
      content: counter(step-counter);
      background-color: #e94560;
      color: #fff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      font-size: 1.2em;
      margin-right: 20px;
      flex-shrink: 0;
    }

    .page-8k8-com-log-in__step-content h3 {
      color: #e94560;
      font-size: 1.4em;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-8k8-com-log-in__step-content p {
      font-size: 1em;
      line-height: 1.6;
    }

    .page-8k8-com-log-in__game-grid {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .page-8k8-com-log-in__game-card {
      background-color: #1a1a2e;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
      color: #e0e0e0;
    }

    .page-8k8-com-log-in__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-com-log-in__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-8k8-com-log-in__game-card-content {
      padding: 20px;
    }

    .page-8k8-com-log-in__game-card-content h3 {
      color: #e94560;
      font-size: 1.3em;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-8k8-com-log-in__payment-methods {
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      justify-items: center;
    }

    .page-8k8-com-log-in__payment-item {
      background-color: #1a1a2e;
      padding: 15px;
      border-radius: 8px;
      text-align: center;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 120px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      color: #e0e0e0;
    }

    .page-8k8-com-log-in__payment-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    }

    .page-8k8-com-log-in__payment-logo {
      max-width: 100px;
      height: auto;
      margin-bottom: 10px;
      max-height: 60px;
    }

    .page-8k8-com-log-in__payment-item p {
      font-weight: bold;
      margin: 0;
      font-size: 0.9em;
    }

    /* FAQ Section Styles */
    .page-8k8-com-log-in__faq-list {
      grid-template-columns: 1fr;
    }

    .page-8k8-com-log-in__faq-item {
      background-color: #1a1a2e;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      color: #e0e0e0;
    }

    .page-8k8-com-log-in__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      cursor: pointer;
      user-select: none;
      background-color: #0f3460;
      border-bottom: 1px solid rgba(233, 69, 96, 0.2);
      transition: background-color 0.3s ease;
    }

    .page-8k8-com-log-in__faq-question:hover {
      background-color: #164273;
    }

    .page-8k8-com-log-in__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #e94560;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-8k8-com-log-in__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #e94560;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-8k8-com-log-in__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      box-sizing: border-box;
    }

    .page-8k8-com-log-in__faq-item.active .page-8k8-com-log-in__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px !important;
      opacity: 1;
    }

    .page-8k8-com-log-in__faq-item.active .page-8k8-com-log-in__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-8k8-com-log-in__hero-title {
        font-size: 3em;
      }

      .page-8k8-com-log-in__hero-description {
        font-size: 1.2em;
      }

      .page-8k8-com-log-in__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-com-log-in__hero-section {
        padding: 40px 15px;
      }

      .page-8k8-com-log-in__hero-title {
        font-size: 2.5em;
      }

      .page-8k8-com-log-in__hero-description {
        font-size: 1em;
      }

      .page-8k8-com-log-in__cta-button {
        padding: 12px 30px;
        font-size: 1.1em;
      }

      .page-8k8-com-log-in__section {
        padding: 30px 15px;
      }

      .page-8k8-com-log-in__section-title {
        font-size: 1.8em;
      }

      /* List item mobile responsiveness */
      .page-8k8-com-log-in__benefits-grid,
      .page-8k8-com-log-in__steps-list,
      .page-8k8-com-log-in__game-grid,
      .page-8k8-com-log-in__payment-methods,
      .page-8k8-com-log-in__faq-list {
        grid-template-columns: 1fr;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-com-log-in__benefit-item,
      .page-8k8-com-log-in__step-item,
      .page-8k8-com-log-in__game-card,
      .page-8k8-com-log-in__payment-item,
      .page-8k8-com-log-in__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-8k8-com-log-in__step-item {
        flex-direction: column;
        text-align: center;
      }

      .page-8k8-com-log-in__step-item::before {
        margin-bottom: 15px;
        margin-right: 0;
      }

      .page-8k8-com-log-in__game-card-image {
        height: 180px;
      }

      .page-8k8-com-log-in__faq-question {
        padding: 15px;
      }

      .page-8k8-com-log-in__faq-question h3 {
        font-size: 1.1em;
      }

      .page-8k8-com-log-in__faq-answer {
        padding: 0 15px;
      }

      .page-8k8-com-log-in__faq-item.active .page-8k8-com-log-in__faq-answer {
        padding: 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-com-log-in__hero-title {
        font-size: 2em;
      }

      .page-8k8-com-log-in__hero-description {
        font-size: 0.9em;
      }

      .page-8k8-com-log-in__cta-button {
        padding: 10px 25px;
        font-size: 1em;
      }

      .page-8k8-com-log-in__section-title {
        font-size: 1.5em;
      }
    }
  