
    /* Base styles for the page */
    .page-8k8-app4 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      padding-top: 10px; /* Small padding, assuming body handles header offset */
    }

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

    .page-8k8-app4__section {
      background-color: #ffffff;
      margin-bottom: 30px;
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    }

    .page-8k8-app4__hero-section {
      text-align: center;
      padding: 60px 20px;
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #ffffff;
      border-radius: 0;
      box-shadow: none;
      margin-bottom: 0;
    }

    .page-8k8-app4__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
      color: #fff; /* Ensure high contrast */
    }

    .page-8k8-app4__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #f0f0f0; /* Ensure high contrast */
    }

    .page-8k8-app4__cta-button {
      display: inline-block;
      background-color: #ff4500; /* Orange-red for action */
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 8px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      cursor: pointer;
      border: none;
    }

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

    .page-8k8-app4__image-wrapper {
      margin: 40px auto;
      text-align: center;
    }

    .page-8k8-app4__image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      display: block; /* Ensure no extra space below image */
      margin: 0 auto;
    }

    .page-8k8-app4__heading {
      font-size: 2.5em;
      color: #1a2a6c;
      margin-bottom: 25px;
      text-align: center;
      border-bottom: 3px solid #fdbb2d;
      padding-bottom: 15px;
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-app4__subheading {
      font-size: 1.8em;
      color: #b21f1f;
      margin-top: 30px;
      margin-bottom: 15px;
      text-align: center;
    }

    .page-8k8-app4__text-content {
      font-size: 1.1em;
      color: #555;
      margin-bottom: 20px;
    }

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

    .page-8k8-app4__feature-item {
      background-color: #f9f9f9;
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 25px;
      text-align: center;
      flex: 1 1 calc(33% - 50px); /* 3 items per row, with gap */
      min-width: 280px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-8k8-app4__feature-item h3 {
      color: #1a2a6c;
      font-size: 1.4em;
      margin-bottom: 15px;
    }

    .page-8k8-app4__feature-item p {
      color: #666;
      font-size: 1em;
    }

    .page-8k8-app4__steps-list {
      display: flex;
      flex-direction: column;
      gap: 20px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-8k8-app4__step-item {
      background-color: #f9f9f9;
      border-left: 5px solid #ff4500;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: center;
      box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-8k8-app4__step-number {
      font-size: 2em;
      font-weight: bold;
      color: #ff4500;
      margin-right: 20px;
      min-width: 40px;
      text-align: center;
    }

    .page-8k8-app4__step-content h3 {
      font-size: 1.5em;
      color: #1a2a6c;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-8k8-app4__step-content p {
      color: #666;
      font-size: 1em;
    }

    /* FAQ Section Styles */
    .page-8k8-app4__faq-section {
      background-color: #ffffff;
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
      margin-bottom: 30px;
    }

    .page-8k8-app4__faq-heading {
      font-size: 2.5em;
      color: #1a2a6c;
      margin-bottom: 30px;
      text-align: center;
      border-bottom: 3px solid #fdbb2d;
      padding-bottom: 15px;
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
    }

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

    .page-8k8-app4__faq-item {
      background-color: #f9f9f9;
      border: 1px solid #eee;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      transition: background-color 0.3s ease;
    }

    .page-8k8-app4__faq-item:hover {
      background-color: #f0f0f0;
    }

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

    .page-8k8-app4__faq-question:hover {
      background-color: #e9e9e9;
    }

    .page-8k8-app4__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click */
      color: #1a2a6c; /* Ensure high contrast */
    }

    .page-8k8-app4__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
      color: #ff4500; /* Ensure high contrast */
    }

    .page-8k8-app4__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding */
      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; /* Ensure high contrast */
    }

    .page-8k8-app4__faq-item.active .page-8k8-app4__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to show content */
      padding: 20px 25px !important; /* Expanded padding */
      opacity: 1;
    }

    .page-8k8-app4__faq-item.active .page-8k8-app4__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' visually */
    }

    /* Call to Action Bar */
    .page-8k8-app4__promo-bar {
      background-color: #1a2a6c; /* Dark blue background */
      color: #ffffff;
      padding: 25px 20px;
      text-align: center;
      margin-top: 40px;
      border-radius: 12px;
    }

    .page-8k8-app4__promo-text {
      font-size: 1.8em;
      margin-bottom: 20px;
      font-weight: bold;
      color: #fdbb2d; /* Yellow for highlight */
    }

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

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

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

      .page-8k8-app4__heading {
        font-size: 1.8em;
        padding-bottom: 10px;
      }

      .page-8k8-app4__subheading {
        font-size: 1.4em;
      }

      .page-8k8-app4__section {
        padding: 25px;
      }

      .page-8k8-app4__feature-item {
        flex: 1 1 100%; /* Stack items on small screens */
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-8k8-app4__feature-list {
        flex-direction: column;
        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-app4__step-item {
        flex-direction: column;
        align-items: flex-start;
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-8k8-app4__step-number {
        margin-right: 0;
        margin-bottom: 10px;
      }
      .page-8k8-app4__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-app4__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
      }

      .page-8k8-app4__faq-answer {
        padding: 0 20px;
      }

      .page-8k8-app4__faq-item.active .page-8k8-app4__faq-answer {
        padding: 15px 20px !important;
      }

      .page-8k8-app4__promo-text {
        font-size: 1.4em;
      }

      .page-8k8-app4__image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-8k8-app4__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-app4__hero-title {
        font-size: 1.8em;
      }

      .page-8k8-app4__hero-subtitle {
        font-size: 1em;
      }

      .page-8k8-app4__heading {
        font-size: 1.5em;
      }
    }
  