
    .page-8k8-bet-login {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-bottom: 40px;
    }

    .page-8k8-bet-login__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .page-8k8-bet-login__hero-section {
      position: relative;
      color: #fff;
      text-align: center;
      padding: 10px 0 80px;
      background-color: #0d1a26;
      overflow: hidden;
      margin-bottom: 40px;
    }

    .page-8k8-bet-login__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      opacity: 0.3;
    }

    .page-8k8-bet-login__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
      padding: 40px 20px;
    }

    .page-8k8-bet-login__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #fdd835;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-8k8-bet-login__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-8k8-bet-login__cta-button {
      display: inline-block;
      background-color: #fdd835;
      color: #0d1a26;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

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

    .page-8k8-bet-login__section {
      padding: 40px 0;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-8k8-bet-login__section-title {
      font-size: 2.5em;
      color: #0d1a26;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
    }

    .page-8k8-bet-login__section-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background-color: #fdd835;
      margin: 15px auto 0;
      border-radius: 2px;
    }

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

    .page-8k8-bet-login__card {
      background-color: #fefefe;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
    }

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

    .page-8k8-bet-login__card-icon {
      margin-bottom: 20px;
      width: 200px;
      height: 200px;
      object-fit: contain;
      border-radius: 8px;
      max-width: 100%; /* For responsive image */
      height: auto; /* For responsive image */
    }

    .page-8k8-bet-login__card-title {
      font-size: 1.8em;
      color: #0d1a26;
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-8k8-bet-login__card-description {
      font-size: 1em;
      color: #555;
      flex-grow: 1;
    }

    .page-8k8-bet-login__steps-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .page-8k8-bet-login__step-item {
      background-color: #fefefe;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      flex: 1 1 calc(33% - 20px);
      min-width: 280px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-8k8-bet-login__step-number {
      background-color: #fdd835;
      color: #0d1a26;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2em;
      font-weight: bold;
      margin-bottom: 20px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-bet-login__step-title {
      font-size: 1.8em;
      color: #0d1a26;
      margin-bottom: 15px;
      font-weight: bold;
    }

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

    .page-8k8-bet-login__image-full {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 30px;
        display: block;
        object-fit: cover;
    }

    .page-8k8-bet-login__text-content {
        font-size: 1.1em;
        color: #444;
        margin-bottom: 20px;
        text-align: left;
    }

    .page-8k8-bet-login__text-content p {
        margin-bottom: 15px;
    }

    .page-8k8-bet-login__text-content strong {
        color: #0d1a26;
    }

    /* FAQ Section */
    .page-8k8-bet-login__faq-section {
        padding: 40px 0;
        background-color: #f0f2f5;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 20px;
    }

    .page-8k8-bet-login__faq-list {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        max-width: 900px;
    }

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

    .page-8k8-bet-login__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        background-color: #fefefe;
        color: #0d1a26;
        font-size: 1.2em;
        font-weight: bold;
        cursor: pointer;
        user-select: none;
        transition: background-color 0.3s ease;
        border-bottom: 1px solid transparent;
    }

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

    .page-8k8-bet-login__faq-question h3 {
        margin: 0;
        color: #0d1a26;
        font-size: 1.2em;
        pointer-events: none;
    }

    .page-8k8-bet-login__faq-toggle {
        font-size: 1.8em;
        line-height: 1;
        transition: transform 0.3s ease;
        pointer-events: none;
        color: #fdd835;
    }

    .page-8k8-bet-login__faq-item.active .page-8k8-bet-login__faq-toggle {
        transform: rotate(45deg);
    }

    .page-8k8-bet-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: #555;
        font-size: 1em;
        background-color: #fff;
        text-align: left;
    }

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

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-8k8-bet-login__hero-title {
        font-size: 3em;
      }
      .page-8k8-bet-login__hero-subtitle {
        font-size: 1.3em;
      }
      .page-8k8-bet-login__section-title {
        font-size: 2em;
      }
      .page-8k8-bet-login__card-title,
      .page-8k8-bet-login__step-title {
        font-size: 1.5em;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-bet-login__container {
        padding: 0 15px;
      }

      .page-8k8-bet-login__hero-section {
        padding: 10px 0 60px;
      }

      .page-8k8-bet-login__hero-title {
        font-size: 2.5em;
      }

      .page-8k8-bet-login__hero-subtitle {
        font-size: 1.2em;
      }

      .page-8k8-bet-login__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-8k8-bet-login__section {
        padding: 30px 0;
      }

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

      .page-8k8-bet-login__grid {
        grid-template-columns: 1fr;
        gap: 25px;
      }

      .page-8k8-bet-login__step-item {
        flex: 1 1 100%;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 25px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-bet-login__steps-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-8k8-bet-login__card-icon {
        width: 150px;
        height: 150px;
      }

      .page-8k8-bet-login__image-full {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden !important;
      }

      .page-8k8-bet-login__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

      .page-8k8-bet-login__faq-question h3 {
        font-size: 1.1em;
      }

      .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__text-content {
        font-size: 1em;
      }

      .page-8k8-bet-login__text-content p,
      .page-8k8-bet-login__card-description,
      .page-8k8-bet-login__step-description,
      .page-8k8-bet-login__faq-answer {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-bet-login__hero-title {
        font-size: 2em;
      }
      .page-8k8-bet-login__hero-subtitle {
        font-size: 1em;
      }
      .page-8k8-bet-login__section-title {
        font-size: 1.6em;
      }
      .page-8k8-bet-login__cta-button {
        padding: 10px 20px;
        font-size: 1em;
      }
    }
  