
    .page-8k8-777-com-login {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0; /* Light text on dark background */
      background-color: #1a1a2e; /* Dark background */
      line-height: 1.6;
      padding-bottom: 40px; /* Add some padding at the bottom before footer */
      box-sizing: border-box; /* Ensure padding is included in width */
    }

    .page-8k8-777-com-login__hero-section {
      position: relative;
      background: linear-gradient(135deg, #2a0050, #0f001a); /* Dark gradient */
      color: #ffffff;
      padding: 10px 20px 60px; /* Small top padding, larger bottom for content */
      text-align: center;
      overflow: hidden;
      box-sizing: border-box;
    }
    .page-8k8-777-com-login__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }
    .page-8k8-777-com-login__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
      padding-top: 40px; /* To push content down from the small decorative top padding */
    }
    .page-8k8-777-com-login__hero-content h1 {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #ffd700; /* Gold accent */
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
      line-height: 1.2;
    }
    .page-8k8-777-com-login__hero-content p {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      color: #e0e0e0;
    }
    .page-8k8-777-com-login__primary-button {
      display: inline-block;
      background-color: #ffd700; /* Gold */
      color: #1a1a2e; /* Dark text */
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }
    .page-8k8-777-com-login__primary-button:hover {
      background-color: #ffeb3b; /* Lighter gold */
      transform: translateY(-2px);
    }

    .page-8k8-777-com-login__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
      box-sizing: border-box;
    }
    .page-8k8-777-com-login__section--dark {
      background-color: #1a1a2e;
      color: #f0f0f0;
    }
    .page-8k8-777-com-login__section--light {
      background-color: #2c2c4a; /* Slightly lighter dark */
      color: #f0f0f0;
    }
    .page-8k8-777-com-login__section-title {
      font-size: 2.2em;
      margin-bottom: 40px;
      color: #ffd700;
      position: relative;
      padding-bottom: 10px;
    }
    .page-8k8-777-com-login__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ffd700;
      border-radius: 2px;
    }
    .page-8k8-777-com-login__section-description {
      font-size: 1.05em;
      margin-bottom: 50px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #c0c0c0;
    }

    .page-8k8-777-com-login__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
      text-align: left;
    }
    .page-8k8-777-com-login__grid-item {
      background-color: #2c2c4a;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      color: #f0f0f0;
    }
    .page-8k8-777-com-login__grid-item:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }
    .page-8k8-777-com-login__grid-item h3 {
      font-size: 1.5em;
      color: #ffd700;
      margin-bottom: 15px;
    }
    .page-8k8-777-com-login__grid-item p {
      font-size: 1em;
      color: #e0e0e0;
    }

    .page-8k8-777-com-login__steps-list {
      list-style: none;
      padding: 0;
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      gap: 25px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
    .page-8k8-777-com-login__step-item {
      background-color: #2c2c4a;
      padding: 25px;
      border-radius: 10px;
      display: flex;
      align-items: flex-start;
      text-align: left;
      box-shadow: 0 4px 15px rgba(0,0,0,0.3);
      color: #f0f0f0;
      box-sizing: border-box; /* Crucial for list item responsiveness */
    }
    .page-8k8-777-com-login__step-number {
      font-size: 2em;
      font-weight: bold;
      color: #ffd700;
      margin-right: 20px;
      flex-shrink: 0;
      width: 40px; /* Fixed width for number */
      text-align: center;
    }
    .page-8k8-777-com-login__step-content h3 {
      font-size: 1.4em;
      color: #ffd700;
      margin-top: 0;
      margin-bottom: 10px;
    }
    .page-8k8-777-com-login__step-content p {
      font-size: 1em;
      color: #e0e0e0;
    }

    .page-8k8-777-com-login__image-container {
      margin: 50px auto;
      max-width: 800px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
      background-color: #0d0d1a;
      box-sizing: border-box; /* Ensure padding is included */
    }
    .page-8k8-777-com-login__image-container img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    /* FAQ Section Styles */
    .page-8k8-777-com-login__faq-section {
      padding: 60px 20px;
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
      background-color: #2c2c4a;
      border-radius: 15px;
      box-shadow: 0 8px 30px rgba(0,0,0,0.5);
      box-sizing: border-box;
    }
    .page-8k8-777-com-login__faq-list {
      list-style: none;
      padding: 0;
      margin-top: 40px;
    }
    .page-8k8-777-com-login__faq-item {
      background-color: #1a1a2e;
      margin-bottom: 15px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0,0,0,0.3);
      color: #f0f0f0;
    }
    .page-8k8-777-com-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #2c2c4a;
      transition: background-color 0.3s ease;
      color: #ffd700;
    }
    .page-8k8-777-com-login__faq-question:hover {
      background-color: #3a3a5a;
    }
    .page-8k8-777-com-login__faq-question h3 {
      font-size: 1.2em;
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
      color: #ffd700;
    }
    .page-8k8-777-com-login__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      margin-left: 15px;
      pointer-events: none; /* Prevent span from blocking click on parent div */
      transition: transform 0.3s ease;
      color: #ffd700;
    }
    .page-8k8-777-com-login__faq-item.active .page-8k8-777-com-login__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
    }
    .page-8k8-777-com-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;
      text-align: left;
      color: #e0e0e0;
    }
    .page-8k8-777-com-login__faq-item.active .page-8k8-777-com-login__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }
    .page-8k8-777-com-login__faq-answer p {
      margin-bottom: 1em;
      font-size: 1em;
    }
    .page-8k8-777-com-login__faq-answer p:last-child {
      margin-bottom: 0;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-8k8-777-com-login__hero-content h1 {
        font-size: 2em;
      }
      .page-8k8-777-com-login__hero-content p {
        font-size: 1em;
      }
      .page-8k8-777-com-login__primary-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-8k8-777-com-login__section {
        padding: 40px 15px;
      }
      .page-8k8-777-com-login__section-title {
        font-size: 1.8em;
      }
      .page-8k8-777-com-login__section-description {
        font-size: 0.95em;
      }
      .page-8k8-777-com-login__grid {
        grid-template-columns: 1fr;
      }
      .page-8k8-777-com-login__grid-item {
        padding: 25px;
      }
      .page-8k8-777-com-login__grid-item h3 {
        font-size: 1.3em;
      }
      .page-8k8-777-com-login__steps-list {
        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-777-com-login__step-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-8k8-777-com-login__step-number {
        margin-right: 0;
        margin-bottom: 10px;
        width: auto;
      }
      .page-8k8-777-com-login__step-content h3 {
        font-size: 1.2em;
      }
      .page-8k8-777-com-login__faq-section {
        padding: 40px 15px;
      }
      .page-8k8-777-com-login__faq-question {
        padding: 15px 20px;
      }
      .page-8k8-777-com-login__faq-question h3 {
        font-size: 1.1em;
      }
      .page-8k8-777-com-login__faq-toggle {
        font-size: 1.5em;
      }
      .page-8k8-777-com-login__faq-answer {
        padding: 0 20px;
      }
      .page-8k8-777-com-login__faq-item.active .page-8k8-777-com-login__faq-answer {
        padding: 15px 20px !important;
      }
      /* Ensure text wraps for long words/keywords */
      .page-8k8-777-com-login p,
      .page-8k8-777-com-login h1,
      .page-8k8-777-com-login h2,
      .page-8k8-777-com-login h3,
      .page-8k8-777-com-login li {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-8k8-777-com-login__image-container {
        padding: 10px;
      }
      .page-8k8-777-com-login__image-container img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }
  