
    /* Base styles for the page */
    .page-www-8k8-com-login-2 {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
    }

    /* Section padding and general layout */
    .page-www-8k8-com-login-2__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

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

    .page-www-8k8-com-login-2__section--dark-bg {
      background-color: #2a2a2a;
      color: #eee;
    }

    .page-www-8k8-com-login-2__heading {
      font-size: 2.8em;
      color: #007bff; /* Primary brand color */
      margin-bottom: 20px;
      font-weight: 700;
    }

    .page-www-8k8-com-login-2__heading--dark {
      color: #eee;
    }

    .page-www-8k8-com-login-2__subheading {
      font-size: 1.8em;
      color: #333;
      margin-bottom: 30px;
      font-weight: 600;
    }

    .page-www-8k8-com-login-2__subheading--dark {
      color: #ddd;
    }

    .page-www-8k8-com-login-2__paragraph {
      font-size: 1.1em;
      margin-bottom: 20px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-www-8k8-com-login-2__paragraph--dark {
      color: #ccc;
    }

    /* Hero Section */
    .page-www-8k8-com-login-2__hero-section {
      position: relative;
      padding: 10px 20px 80px; /* Small top padding, larger bottom for content */
      color: #fff;
      text-align: center;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 60vh;
      background-color: #1a1a1a; /* Fallback for image */
    }

    .page-www-8k8-com-login-2__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      filter: brightness(0.5); /* Darken image for text readability */
    }

    .page-www-8k8-com-login-2__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
    }

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

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

    .page-www-8k8-com-login-2__button {
      display: inline-block;
      padding: 15px 30px;
      background-color: #ffc107; /* Accent color */
      color: #333;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

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

    .page-www-8k8-com-login-2__button--primary {
      background-color: #007bff;
      color: #fff;
    }

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

    /* Image Container for general images */
    .page-www-8k8-com-login-2__image-container {
      margin: 40px auto;
      max-width: 800px;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 8px 16px rgba(0,0,0,0.1);
      width: 100%; /* Ensure container takes full width on mobile */
      box-sizing: border-box;
    }

    .page-www-8k8-com-login-2__image {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    /* Steps list */
    .page-www-8k8-com-login-2__steps-list {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      max-width: 1000px;
    }

    .page-www-8k8-com-login-2__step-item {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.08);
      padding: 30px;
      flex: 1;
      min-width: 280px;
      max-width: 350px;
      text-align: left;
      transition: transform 0.3s ease;
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

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

    .page-www-8k8-com-login-2__step-number {
      font-size: 2em;
      color: #007bff;
      font-weight: bold;
      margin-bottom: 15px;
      display: block;
    }

    .page-www-8k8-com-login-2__step-title {
      font-size: 1.4em;
      color: #333;
      margin-bottom: 10px;
    }

    .page-www-8k8-com-login-2__step-description {
      font-size: 1em;
      color: #555;
    }

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

    .page-www-8k8-com-login-2__feature-card {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.08);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

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

    .page-www-8k8-com-login-2__feature-icon {
      margin-bottom: 20px;
      width: 100%; /* Ensure image takes full width of container */
      height: auto;
      max-width: 250px; /* Max width for feature images */
      border-radius: 8px;
      object-fit: cover;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-www-8k8-com-login-2__feature-title {
      font-size: 1.5em;
      color: #333;
      margin-bottom: 10px;
    }

    .page-www-8k8-com-login-2__feature-description {
      color: #555;
    }

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

    .page-www-8k8-com-login-2__payment-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 15px 25px;
      font-weight: 600;
      color: #333;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      transition: transform 0.2s ease;
      box-sizing: border-box; /* Crucial for mobile responsiveness */
      min-width: 120px;
      text-align: center;
    }

    .page-www-8k8-com-login-2__payment-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    /* FAQ Section */
    .page-www-8k8-com-login-2__faq-container {
      max-width: 900px;
      margin: 40px auto 0;
      text-align: left;
    }

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

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

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

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

    .page-www-8k8-com-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 on parent div */
    }

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

    .page-www-8k8-com-login-2__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding, will be overridden by active state */
      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;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-www-8k8-com-login-2__section {
        padding: 40px 15px;
      }

      .page-www-8k8-com-login-2__hero-section {
        padding: 10px 15px 60px;
        min-height: 50vh;
      }

      .page-www-8k8-com-login-2__hero-title {
        font-size: 2.5em;
      }

      .page-www-8k8-com-login-2__hero-description {
        font-size: 1.1em;
      }

      .page-www-8k8-com-login-2__heading {
        font-size: 2em;
      }

      .page-www-8k8-com-login-2__subheading {
        font-size: 1.5em;
      }

      .page-www-8k8-com-login-2__paragraph {
        font-size: 1em;
      }

      .page-www-8k8-com-login-2__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      /* Image responsive */
      .page-www-8k8-com-login-2__image-container {
        margin: 30px auto;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important; /* Ensure no extra padding on container */
      }

      .page-www-8k8-com-login-2__image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important; /* Ensure long words break */
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      /* List items responsive */
      .page-www-8k8-com-login-2__steps-list,
      .page-www-8k8-com-login-2__features-grid,
      .page-www-8k8-com-login-2__payment-list {
        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-www-8k8-com-login-2__step-item,
      .page-www-8k8-com-login-2__feature-card,
      .page-www-8k8-com-login-2__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-www-8k8-com-login-2__feature-icon {
        max-width: 150px; /* Adjust for smaller screens */
      }

      .page-www-8k8-com-login-2__faq-question {
        padding: 15px 20px;
      }

      .page-www-8k8-com-login-2__faq-question h3 {
        font-size: 1.1em;
      }

      .page-www-8k8-com-login-2__faq-toggle {
        font-size: 1.5em;
      }

      .page-www-8k8-com-login-2__faq-answer {
        padding: 0 20px;
      }

      .page-www-8k8-com-login-2__faq-item.active .page-www-8k8-com-login-2__faq-answer {
        padding: 15px 20px !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: 1em;
      }

      .page-www-8k8-com-login-2__heading {
        font-size: 1.8em;
      }

      .page-www-8k8-com-login-2__subheading {
        font-size: 1.3em;
      }
    }
  