
    /* Base styles for the page */
    .page-8k8-login-2 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-bottom: 40px;
    }

    .page-8k8-login-2__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-8k8-login-2__section {
      padding: 60px 0;
      text-align: center;
    }

    .page-8k8-login-2__section--light {
      background-color: #ffffff;
    }

    .page-8k8-login-2__section--dark {
      background-color: #e9ecef;
    }

    .page-8k8-login-2__title {
      font-size: 2.8em;
      color: #2c3e50;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-8k8-login-2__subtitle {
      font-size: 1.5em;
      color: #555;
      margin-bottom: 40px;
    }

    .page-8k8-login-2__button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
      margin: 10px;
    }

    .page-8k8-login-2__button:hover {
      background-color: #0056b3;
    }

    .page-8k8-login-2__button--secondary {
      background-color: #6c757d;
    }

    .page-8k8-login-2__button--secondary:hover {
      background-color: #5a6268;
    }

    /* Hero Section */
    .page-8k8-login-2__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('[GALLERY:hero:1920x1080:online casino,login,gaming]') no-repeat center center/cover;
      color: #fff;
      padding: 10px 0 100px 0; /* Small padding-top, assuming body has header offset */
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 500px;
      text-align: center;
    }

    .page-8k8-login-2__hero-content {
      max-width: 800px;
      padding: 20px;
    }

    .page-8k8-login-2__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      font-weight: 700;
      line-height: 1.2;
    }

    .page-8k8-login-2__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      opacity: 0.9;
    }

    .page-8k8-login-2__hero-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    /* Features Section */
    .page-8k8-login-2__feature-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-8k8-login-2__feature-item {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 30px;
      width: calc(33% - 20px);
      box-sizing: border-box;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-8k8-login-2__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-8k8-login-2__feature-icon {
      width: 150px;
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
    }

    .page-8k8-login-2__feature-item h3 {
      font-size: 1.8em;
      color: #2c3e50;
      margin-bottom: 15px;
    }

    .page-8k8-login-2__feature-item p {
      font-size: 1em;
      color: #666;
    }

    /* Steps Section */
    .page-8k8-login-2__steps-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-8k8-login-2__step-item {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      padding: 30px;
      width: calc(33% - 30px);
      box-sizing: border-box;
      text-align: left;
      position: relative;
    }

    .page-8k8-login-2__step-number {
      background-color: #007bff;
      color: #fff;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8em;
      font-weight: bold;
      margin-bottom: 20px;
      box-shadow: 0 2px 10px rgba(0, 123, 255, 0.4);
    }

    .page-8k8-login-2__step-item h3 {
      font-size: 1.6em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .page-8k8-login-2__step-item p {
      font-size: 1em;
      color: #666;
    }

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

    .page-8k8-login-2__provider-item {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
      padding: 20px;
      text-align: center;
      transition: transform 0.3s ease;
      width: 100%; /* Ensure it takes full grid column width */
      box-sizing: border-box;
    }

    .page-8k8-login-2__provider-item:hover {
      transform: translateY(-3px);
    }

    .page-8k8-login-2__provider-item img {
      max-width: 200px;
      height: auto;
      border-radius: 5px;
      margin-bottom: 15px;
    }

    .page-8k8-login-2__provider-item h4 {
      font-size: 1.2em;
      color: #333;
      margin: 0;
    }

    /* Payment Methods Section */
    .page-8k8-login-2__payment-methods {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
      list-style: none;
      padding: 0;
    }

    .page-8k8-login-2__payment-item {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      padding: 15px 25px;
      text-align: center;
      font-weight: bold;
      color: #333;
      font-size: 1.1em;
      box-sizing: border-box;
      width: calc(25% - 20px);
    }

    .page-8k8-login-2__payment-item img {
      max-width: 150px; /* Adjust max-width for payment logos */
      height: auto;
      margin-bottom: 10px;
      border-radius: 4px;
    }

    /* FAQ Section */
    .page-8k8-login-2__faq-section {
      text-align: left;
    }

    .page-8k8-login-2__faq-list {
      max-width: 900px;
      margin: 40px auto 0 auto;
    }

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

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

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

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

    .page-8k8-login-2__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #007bff;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
    }

    .page-8k8-login-2__faq-item.active .page-8k8-login-2__faq-toggle {
      transform: rotate(45deg);
    }

    .page-8k8-login-2__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;
      background-color: #ffffff;
      color: #555;
    }

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

    /* Promotion Section */
    .page-8k8-login-2__promo-section {
      background-color: #007bff;
      color: #fff;
      padding: 80px 0;
    }

    .page-8k8-login-2__promo-section .page-8k8-login-2__title {
      color: #fff;
      font-size: 3em;
    }

    .page-8k8-login-2__promo-section .page-8k8-login-2__subtitle {
      color: #e0e0e0;
      font-size: 1.4em;
    }

    .page-8k8-login-2__promo-link {
      display: inline-block;
      background-color: #ffc107;
      color: #333;
      padding: 15px 35px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      margin-top: 30px;
    }

    .page-8k8-login-2__promo-link:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-8k8-login-2__promo-image {
      max-width: 800px;
      width: 100%;
      height: auto;
      margin-top: 40px;
      border-radius: 10px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-8k8-login-2__hero-title {
        font-size: 2.8em;
      }
      .page-8k8-login-2__title {
        font-size: 2.2em;
      }
      .page-8k8-login-2__feature-item,
      .page-8k8-login-2__step-item {
        width: calc(50% - 20px);
      }
      .page-8k8-login-2__payment-item {
        width: calc(33% - 20px);
      }
    }

    @media (max-width: 768px) {
      .page-8k8-login-2__hero-section {
        min-height: 400px;
        padding-bottom: 60px;
      }
      .page-8k8-login-2__hero-title {
        font-size: 2.2em;
      }
      .page-8k8-login-2__hero-description {
        font-size: 1.1em;
      }
      .page-8k8-login-2__section {
        padding: 40px 0;
      }
      .page-8k8-login-2__title {
        font-size: 1.8em;
      }
      .page-8k8-login-2__subtitle {
        font-size: 1.2em;
        margin-bottom: 30px;
      }
      .page-8k8-login-2__button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
      .page-8k8-login-2__hero-buttons {
        flex-direction: column;
        gap: 10px;
      }

      /* List item mobile responsiveness */
      .page-8k8-login-2__feature-list,
      .page-8k8-login-2__steps-list,
      .page-8k8-login-2__payment-methods {
        flex-direction: column;
        gap: 20px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-8k8-login-2__feature-item,
      .page-8k8-login-2__step-item,
      .page-8k8-login-2__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px !important; /* Adjust padding for smaller screens */
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-8k8-login-2__provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 15px;
      }

      .page-8k8-login-2__provider-item img {
        max-width: 120px;
      }

      .page-8k8-login-2__faq-question {
        padding: 15px 20px;
      }
      .page-8k8-login-2__faq-question h3 {
        font-size: 1.1em;
      }
      .page-8k8-login-2__faq-toggle {
        font-size: 1.5em;
      }
      .page-8k8-login-2__faq-answer {
        padding: 15px 20px !important;
      }

      .page-8k8-login-2__promo-section {
        padding: 60px 0;
      }
      .page-8k8-login-2__promo-section .page-8k8-login-2__title {
        font-size: 2.2em;
      }
      .page-8k8-login-2__promo-section .page-8k8-login-2__subtitle {
        font-size: 1.1em;
      }
      .page-8k8-login-2__promo-link {
        padding: 12px 25px;
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-login-2__hero-section {
        min-height: 350px;
      }
      .page-8k8-login-2__hero-title {
        font-size: 1.8em;
      }
      .page-8k8-login-2__hero-description {
        font-size: 1em;
      }
      .page-8k8-login-2__title {
        font-size: 1.5em;
      }
      .page-8k8-login-2__subtitle {
        font-size: 1em;
      }
    }
  