
    /* Page-specific CSS styles for www-8k8-com-login */
    .page-www-8k8-com-login {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-www-8k8-com-login__hero-section {
      position: relative;
      padding: 10px 20px 60px; /* Small top padding, larger bottom for content */
      color: #fff;
      text-align: center;
      overflow: hidden;
      background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
      min-height: 400px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

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

    .page-www-8k8-com-login__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-www-8k8-com-login__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      color: #ffd700; /* Gold for prominence */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-www-8k8-com-login__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
      color: #e0e0e0;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-www-8k8-com-login__cta-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-www-8k8-com-login__button {
      background-color: #ff4500; /* Orange-red */
      color: #fff;
      padding: 15px 30px;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      display: inline-block; /* Ensure padding works as expected */
      white-space: nowrap; /* Prevent text wrapping for buttons */
    }

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

    .page-www-8k8-com-login__button--secondary {
      background-color: #007bff; /* Blue */
    }

    .page-www-8k8-com-login__button--secondary:hover {
      background-color: #0056b3;
    }

    .page-www-8k8-com-login__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
      background-color: #fff;
      border-bottom: 1px solid #eee;
    }

    .page-www-8k8-com-login__section:last-of-type {
      border-bottom: none;
    }

    .page-www-8k8-com-login__section-title {
      font-size: 2.2em;
      color: #0f0c29;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-www-8k8-com-login__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ff4500;
      border-radius: 2px;
    }

    .page-www-8k8-com-login__section-description {
      font-size: 1.1em;
      color: #555;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

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

    .page-www-8k8-com-login__card {
      background-color: #fefefe;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 6px 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;
    }

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

    .page-www-8k8-com-login__card-icon {
      width: 80px; /* Min size 200x200px for content images, this is a placeholder for an image */
      height: 80px;
      margin-bottom: 20px;
      object-fit: contain;
      max-width: 100%;
      height: auto;
      border-radius: 8px; /* Added for visual distinction */
    }

    .page-www-8k8-com-login__card-title {
      font-size: 1.5em;
      color: #0f0c29;
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-www-8k8-com-login__card-text {
      font-size: 1em;
      color: #666;
      flex-grow: 1; /* Allow text to take available space */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-www-8k8-com-login__image-container {
      margin-top: 40px;
      margin-bottom: 40px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      max-width: 100%;
      box-sizing: border-box;
    }

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

    .page-www-8k8-com-login__promo-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 15px;
      text-align: left;
    }

    .page-www-8k8-com-login__promo-item {
      background-color: #f0f8ff; /* Light blue */
      padding: 20px 25px;
      border-left: 5px solid #007bff;
      border-radius: 8px;
      display: flex;
      align-items: flex-start;
      gap: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      box-sizing: border-box;
      width: 100%;
    }

    .page-www-8k8-com-login__promo-item-icon {
      width: 40px; /* Placeholder for image, min 200x200px */
      height: 40px;
      flex-shrink: 0;
      object-fit: contain;
      max-width: 100%;
      height: auto;
    }

    .page-www-8k8-com-login__promo-item-content {
      flex-grow: 1;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-www-8k8-com-login__promo-item-title {
      font-size: 1.3em;
      color: #0f0c29;
      margin-bottom: 5px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-www-8k8-com-login__promo-item-text {
      font-size: 0.95em;
      color: #555;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-www-8k8-com-login__payment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      margin-top: 40px;
      justify-items: center;
    }

    .page-www-8k8-com-login__payment-logo {
      width: 150px; /* Placeholder for image, min 200x200px, will be scaled */
      height: auto;
      max-width: 100%;
      height: auto;
      object-fit: contain;
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 10px;
      box-sizing: border-box;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-www-8k8-com-login__payment-logo:hover {
      transform: translateY(-3px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    /* FAQ Section Styles */
    .page-www-8k8-com-login__faq-section {
      padding: 60px 20px;
      max-width: 900px;
      margin: 0 auto;
      background-color: #fefefe;
      border-radius: 12px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      margin-bottom: 60px;
    }

    .page-www-8k8-com-login__faq-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-www-8k8-com-login__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
    }

    .page-www-8k8-com-login__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-www-8k8-com-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 15px;
      background-color: #f5f5f5;
      border-radius: 8px;
      margin-bottom: 10px;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
      width: 100%;
    }

    .page-www-8k8-com-login__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-www-8k8-com-login__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #0f0c29;
      pointer-events: none; /* Prevent h3 from blocking click event */
      word-wrap: break-word;
      overflow-wrap: break-word;
      text-align: left;
      flex-grow: 1;
    }

    .page-www-8k8-com-login__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ff4500;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      flex-shrink: 0;
      margin-left: 15px;
    }

    .page-www-8k8-com-login__faq-item.active .page-www-8k8-com-login__faq-toggle {
      transform: rotate(45deg); /* Plus sign rotates to form an 'x' or minus */
    }

    .page-www-8k8-com-login__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;
      background-color: #fff;
      border-radius: 0 0 8px 8px;
      text-align: left;
      color: #555;
      font-size: 0.95em;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-www-8k8-com-login__hero-title {
        font-size: 2em;
      }

      .page-www-8k8-com-login__hero-subtitle {
        font-size: 1.1em;
      }

      .page-www-8k8-com-login__cta-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-www-8k8-com-login__button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 12px 20px;
      }

      .page-www-8k8-com-login__section {
        padding: 40px 15px;
      }

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

      .page-www-8k8-com-login__section-description {
        font-size: 1em;
        margin-bottom: 30px;
      }

      .page-www-8k8-com-login__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-www-8k8-com-login__card {
        padding: 25px;
      }

      .page-www-8k8-com-login__card-title {
        font-size: 1.3em;
      }

      .page-www-8k8-com-login__promo-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-www-8k8-com-login__promo-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-www-8k8-com-login__promo-item-icon {
        margin-bottom: 10px;
      }

      .page-www-8k8-com-login__promo-item-title {
        font-size: 1.1em;
      }

      .page-www-8k8-com-login__payment-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      }

      .page-www-8k8-com-login__payment-logo {
        width: 100px;
      }

      .page-www-8k8-com-login__faq-section {
        padding: 30px 15px;
      }

      .page-www-8k8-com-login__faq-question {
        padding: 12px 10px;
        margin-bottom: 8px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-www-8k8-com-login__faq-question h3 {
        font-size: 1em;
      }

      .page-www-8k8-com-login__faq-toggle {
        font-size: 1.3em;
      }

      .page-www-8k8-com-login__faq-answer {
        padding: 15px 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    @media (max-width: 480px) {
      .page-www-8k8-com-login__hero-title {
        font-size: 1.8em;
      }
      .page-www-8k8-com-login__hero-subtitle {
        font-size: 1em;
      }
      .page-www-8k8-com-login__button {
        font-size: 1em;
        padding: 10px 15px;
      }
      .page-www-8k8-com-login__section-title {
        font-size: 1.5em;
      }
      .page-www-8k8-com-login__card-title {
        font-size: 1.2em;
      }
    }
  