
    :root {
      --page-bg: #1a1a1a;
      --page-text-light: #e0e0e0;
      --page-text-dark: #333333;
      --page-accent-gold: #ffcc00;
      --page-button-bg: #e6b800;
      --page-button-hover: #ffd700;
      --page-card-bg: #2a2a2a;
      --page-border-color: #444444;
      --page-padding-section: 40px 20px;
      --page-border-radius: 8px;
    }

    .page-www-8k8-com-login-2 {
      font-family: 'Arial', sans-serif;
      color: var(--page-text-light);
      background-color: var(--page-bg);
      line-height: 1.6;
      padding-top: 10px; /* Small padding to account for body offset */
    }

    .page-www-8k8-com-login-2__section {
      padding: var(--page-padding-section);
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-www-8k8-com-login-2__section--dark {
      background-color: var(--page-card-bg);
      border-bottom: 1px solid var(--page-border-color);
    }

    .page-www-8k8-com-login-2__title {
      color: var(--page-accent-gold);
      margin-bottom: 20px;
      font-size: 2.5em;
      font-weight: bold;
    }

    .page-www-8k8-com-login-2__subtitle {
      color: var(--page-text-light);
      margin-bottom: 30px;
      font-size: 1.2em;
    }

    .page-www-8k8-com-login-2__button {
      display: inline-block;
      background-color: var(--page-button-bg);
      color: var(--page-text-dark);
      padding: 15px 30px;
      border-radius: var(--page-border-radius);
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      margin: 10px;
    }

    .page-www-8k8-com-login-2__button:hover {
      background-color: var(--page-button-hover);
    }

    .page-www-8k8-com-login-2__hero-section {
      position: relative;
      overflow: hidden;
      padding: 80px 20px 60px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
      background: linear-gradient(135deg, #2c3e50 0%, #000000 100%);
      border-bottom: 2px solid var(--page-accent-gold);
      padding-top: 10px; /* Small padding to account for body offset */
    }

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

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

    .page-www-8k8-com-login-2__hero-title {
      font-size: 3.5em;
      color: var(--page-accent-gold);
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-www-8k8-com-login-2__hero-description {
      font-size: 1.4em;
      color: var(--page-text-light);
      margin-bottom: 40px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

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

    .page-www-8k8-com-login-2__card {
      background-color: var(--page-card-bg);
      border-radius: var(--page-border-radius);
      padding: 25px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      border: 1px solid var(--page-border-color);
      display: flex;
      flex-direction: column;
      align-items: center;
    }

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

    .page-www-8k8-com-login-2__card-icon {
      width: 200px; /* Minimum size */
      height: 200px; /* Minimum size */
      margin-bottom: 15px;
      object-fit: cover;
      border-radius: 50%;
      border: 3px solid var(--page-accent-gold);
      max-width: 100%;
      height: auto;
    }

    .page-www-8k8-com-login-2__card-title {
      color: var(--page-accent-gold);
      font-size: 1.5em;
      margin-bottom: 10px;
    }

    .page-www-8k8-com-login-2__steps-list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-top: 30px;
      text-align: left;
    }

    .page-www-8k8-com-login-2__step-item {
      background-color: var(--page-card-bg);
      border-left: 5px solid var(--page-accent-gold);
      padding: 20px;
      border-radius: var(--page-border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: flex-start;
      box-sizing: border-box;
    }

    .page-www-8k8-com-login-2__step-number {
      font-size: 1.8em;
      color: var(--page-accent-gold);
      font-weight: bold;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .page-www-8k8-com-login-2__step-content h3 {
      color: var(--page-accent-gold);
      margin-top: 0;
      margin-bottom: 5px;
      font-size: 1.3em;
    }

    .page-www-8k8-com-login-2__step-content p {
      color: var(--page-text-light);
      margin-bottom: 0;
    }

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

    .page-www-8k8-com-login-2__game-card {
      background-color: var(--page-card-bg);
      border-radius: var(--page-border-radius);
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      border: 1px solid var(--page-border-color);
      text-align: left;
    }

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

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

    .page-www-8k8-com-login-2__game-title {
      color: var(--page-accent-gold);
      font-size: 1.2em;
      margin-top: 0;
      margin-bottom: 5px;
    }

    .page-www-8k8-com-login-2__game-provider {
      color: var(--page-text-light);
      font-size: 0.9em;
    }

    .page-www-8k8-com-login-2__promo-item {
      background-color: var(--page-card-bg);
      border-radius: var(--page-border-radius);
      padding: 25px;
      margin-bottom: 20px;
      text-align: left;
      border: 1px solid var(--page-border-color);
    }

    .page-www-8k8-com-login-2__promo-item h3 {
      color: var(--page-accent-gold);
      margin-top: 0;
      font-size: 1.5em;
    }

    .page-www-8k8-com-login-2__promo-item p {
      color: var(--page-text-light);
    }

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

    .page-www-8k8-com-login-2__payment-item {
      background-color: var(--page-card-bg);
      border-radius: var(--page-border-radius);
      padding: 15px 25px;
      border: 1px solid var(--page-border-color);
      color: var(--page-text-light);
      font-weight: bold;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
      width: 180px; /* fixed width for payment items */
      text-align: center;
    }

    .page-www-8k8-com-login-2__faq-list {
      list-style: none;
      padding: 0;
      margin-top: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-www-8k8-com-login-2__faq-item {
      background-color: var(--page-card-bg);
      border-radius: var(--page-border-radius);
      margin-bottom: 15px;
      overflow: hidden;
      border: 1px solid var(--page-border-color);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      text-align: left;
    }

    .page-www-8k8-com-login-2__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      background-color: #333333;
      border-bottom: 1px solid var(--page-border-color);
      transition: background-color 0.3s ease;
    }

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

    .page-www-8k8-com-login-2__faq-question h3 {
      color: var(--page-accent-gold);
      margin: 0;
      font-size: 1.2em;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-www-8k8-com-login-2__faq-toggle {
      font-size: 1.5em;
      color: var(--page-accent-gold);
      font-weight: bold;
      pointer-events: none; /* Prevent toggle icon from blocking click */
      transition: transform 0.3s ease;
    }

    .page-www-8k8-com-login-2__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: var(--page-text-light);
    }

    .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 15px !important;
      opacity: 1;
    }

    .page-www-8k8-com-login-2__faq-item.active .page-www-8k8-com-login-2__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'X' or '−' */
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-www-8k8-com-login-2__hero-title {
        font-size: 3em;
      }
      .page-www-8k8-com-login-2__hero-description {
        font-size: 1.2em;
      }
    }

    @media (max-width: 768px) {
      .page-www-8k8-com-login-2__hero-section {
        padding: 60px 15px 40px;
        min-height: 400px;
      }
      .page-www-8k8-com-login-2__hero-title {
        font-size: 2.5em;
      }
      .page-www-8k8-com-login-2__hero-description {
        font-size: 1em;
      }
      .page-www-8k8-com-login-2__title {
        font-size: 2em;
      }
      .page-www-8k8-com-login-2__subtitle {
        font-size: 1em;
      }
      .page-www-8k8-com-login-2__button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-www-8k8-com-login-2__section {
        padding: 30px 15px;
      }
      .page-www-8k8-com-login-2__card-grid,
      .page-www-8k8-com-login-2__game-grid {
        grid-template-columns: 1fr;
      }

      /* List item responsive styles */
      .page-www-8k8-com-login-2__steps-list,
      .page-www-8k8-com-login-2__payment-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__step-item,
      .page-www-8k8-com-login-2__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px !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__card-icon,
      .page-www-8k8-com-login-2__game-image {
        max-width: 100% !important;
        height: auto !important;
      }
    }

    @media (max-width: 480px) {
      .page-www-8k8-com-login-2__hero-title {
        font-size: 2em;
      }
      .page-www-8k8-com-login-2__hero-description {
        font-size: 0.9em;
      }
      .page-www-8k8-com-login-2__title {
        font-size: 1.8em;
      }
      .page-www-8k8-com-login-2__button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
    }
  