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

    .page-8k8-777-com-login__hero-section {
      position: relative;
      padding: 10px 20px 60px; /* Added 10px top padding as per instruction */
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      text-align: center;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
    }

    .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;
      max-width: 100%; /* Image responsiveness */
      height: auto; /* Image responsiveness */
    }

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

    .page-8k8-777-com-login__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
      color: #ffd700; /* Gold color for emphasis */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

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

    .page-8k8-777-com-login__cta-button {
      display: inline-block;
      background-color: #ffd700;
      color: #1a2a6c;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

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

    .page-8k8-777-com-login__section {
      padding: 40px 20px;
      margin: 0 auto;
      max-width: 1200px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
    }

    .page-8k8-777-com-login__section-title {
      font-size: 2.2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
    }

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

    .page-8k8-777-com-login__text-content {
      font-size: 1.1em;
      color: #555;
      margin-bottom: 20px;
      text-align: justify;
    }

    .page-8k8-777-com-login__image-container {
      text-align: center;
      margin: 30px 0;
    }

    .page-8k8-777-com-login__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .page-8k8-777-com-login__steps-list,
    .page-8k8-777-com-login__features-grid,
    .page-8k8-777-com-login__providers-grid,
    .page-8k8-777-com-login__payment-methods-grid {
      display: grid;
      gap: 25px;
      margin-top: 30px;
      padding: 0;
      list-style: none;
    }

    .page-8k8-777-com-login__steps-list {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .page-8k8-777-com-login__steps-item,
    .page-8k8-777-com-login__feature-card,
    .page-8k8-777-com-login__provider-card,
    .page-8k8-777-com-login__payment-card {
      background-color: #f9f9f9;
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box; /* Required for list items */
    }

    .page-8k8-777-com-login__steps-item:hover,
    .page-8k8-777-com-login__feature-card:hover,
    .page-8k8-777-com-login__provider-card:hover,
    .page-8k8-777-com-login__payment-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    }

    .page-8k8-777-com-login__step-number {
      font-size: 2em;
      color: #fdbb2d;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-8k8-777-com-login__step-title,
    .page-8k8-777-com-login__feature-title,
    .page-8k8-777-com-login__provider-name,
    .page-8k8-777-com-login__payment-name {
      font-size: 1.3em;
      color: #1a2a6c;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-8k8-777-com-login__feature-description {
      color: #666;
    }

    .page-8k8-777-com-login__features-grid {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

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

    .page-8k8-777-com-login__provider-image-wrapper,
    .page-8k8-777-com-login__payment-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .page-8k8-777-com-login__provider-image,
    .page-8k8-777-com-login__payment-image {
      max-width: 100%;
      height: auto;
      border-radius: 4px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    /* FAQ Section Styles */
    .page-8k8-777-com-login__faq-section {
      padding: 40px 20px;
      max-width: 900px;
      margin: 0 auto 30px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .page-8k8-777-com-login__faq-title {
      font-size: 2.2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
    }

    .page-8k8-777-com-login__faq-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: #ffd700;
      border-radius: 2px;
    }

    .page-8k8-777-com-login__faq-item {
      border: 1px solid #eee;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    }

    .page-8k8-777-com-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f5f5f5;
      cursor: pointer;
      font-size: 1.1em;
      color: #1a2a6c;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-8k8-777-com-login__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      text-align: left;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-8k8-777-com-login__faq-toggle {
      font-size: 1.5em;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
      color: #fdbb2d;
    }

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

    .page-8k8-777-com-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: #fff;
      color: #555;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-8k8-777-com-login__hero-section {
        padding: 10px 15px 40px;
        min-height: 300px;
      }

      .page-8k8-777-com-login__hero-title {
        font-size: 2em;
      }

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

      .page-8k8-777-com-login__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-8k8-777-com-login__section {
        padding: 30px 15px;
        margin-bottom: 20px;
      }

      .page-8k8-777-com-login__section-title {
        font-size: 1.8em;
      }

      .page-8k8-777-com-login__text-content {
        font-size: 1em;
      }

      /* List item mobile responsiveness */
      .page-8k8-777-com-login__steps-list,
      .page-8k8-777-com-login__features-grid,
      .page-8k8-777-com-login__providers-grid,
      .page-8k8-777-com-login__payment-methods-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        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__steps-item,
      .page-8k8-777-com-login__feature-card,
      .page-8k8-777-com-login__provider-card,
      .page-8k8-777-com-login__payment-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
        word-wrap: break-word !important; /* Ensure text wraps */
        overflow-wrap: break-word !important; /* Ensure text wraps */
      }

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

      .page-8k8-777-com-login__faq-question {
        font-size: 1em;
        padding: 12px 15px;
      }

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

      .page-8k8-777-com-login__faq-answer {
        padding: 15px 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-777-com-login__hero-title {
        font-size: 1.8em;
      }
      .page-8k8-777-com-login__hero-subtitle {
        font-size: 1em;
      }
      .page-8k8-777-com-login__section-title {
        font-size: 1.6em;
      }
    }
  