
    /* Page-specific CSS for 8k8 4 */
    .page-8k8-4-2 {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f8f8f8;
      line-height: 1.6;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-8k8-4-2__hero-section {
      position: relative;
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      padding: 120px 20px 80px; /* Adjusted padding-top for shared header offset */
      text-align: center;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 500px;
    }

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

    .page-8k8-4-2__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      font-weight: 700;
      line-height: 1.2;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-4-2__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #e0e0e0;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-4-2__cta-button {
      display: inline-block;
      background-color: #fdbb2d;
      color: #1a2a6c;
      padding: 15px 35px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8-4-2__cta-button:hover {
      background-color: #ffcc66;
      transform: translateY(-3px);
    }

    .page-8k8-4-2__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      margin-bottom: 40px;
    }

    .page-8k8-4-2__section:nth-of-type(odd) {
      background-color: #f0f4f8;
    }

    .page-8k8-4-2__section-title {
      font-size: 2.5em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 40px;
      font-weight: 700;
      position: relative;
    }

    .page-8k8-4-2__section-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background-color: #fdbb2d;
      margin: 15px auto 0;
      border-radius: 2px;
    }

    .page-8k8-4-2__content-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-8k8-4-2__image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .page-8k8-4-2__image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-8k8-4-2__text-block {
      padding: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .page-8k8-4-2__text-block h3 {
      font-size: 1.8em;
      color: #1a2a6c;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .page-8k8-4-2__text-block p {
      font-size: 1.1em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-8k8-4-2__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-8k8-4-2__list-item {
      background-color: #e6f0f9;
      padding: 15px 20px;
      border-radius: 8px;
      font-size: 1.1em;
      color: #1a2a6c;
      font-weight: 500;
      flex: 1 1 calc(33% - 20px); /* Adjust for 3 columns on desktop */
      box-sizing: border-box;
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 280px; /* Ensure items don't get too small */
    }

    .page-8k8-4-2__list-item::before {
      content: '✓';
      color: #fdbb2d;
      font-weight: bold;
      margin-right: 5px;
    }

    .page-8k8-4-2__promo-section {
      text-align: center;
      background-color: #1a2a6c;
      color: #fff;
      padding: 80px 20px;
      border-radius: 8px;
      margin-bottom: 40px;
    }

    .page-8k8-4-2__promo-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #fdbb2d;
    }

    .page-8k8-4-2__promo-text {
      font-size: 1.2em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-4-2__faq-section {
      padding: 60px 20px;
      max-width: 1000px;
      margin: 0 auto 40px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .page-8k8-4-2__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 15px;
      padding-bottom: 15px;
    }

    .page-8k8-4-2__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    .page-8k8-4-2__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding: 15px 0;
      user-select: none;
      background-color: #fff;
      transition: background-color 0.3s ease;
    }

    .page-8k8-4-2__faq-question:hover {
      background-color: #f9f9f9;
    }

    .page-8k8-4-2__faq-question h3 {
      margin: 0;
      font-size: 1.3em;
      color: #1a2a6c;
      font-weight: 600;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
    }

    .page-8k8-4-2__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #fdbb2d;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click on parent div */
    }

    .page-8k8-4-2__faq-item.active .page-8k8-4-2__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' or similar for active state */
    }

    .page-8k8-4-2__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;
      color: #555;
      font-size: 1.05em;
      background-color: #f0f4f8;
      border-radius: 0 0 8px 8px;
      margin-top: -15px; /* Adjust to align with question */
      position: relative;
      z-index: 1;
    }

    .page-8k8-4-2__faq-item.active .page-8k8-4-2__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-8k8-4-2__hero-title {
        font-size: 3em;
      }
      .page-8k8-4-2__hero-description {
        font-size: 1.1em;
      }
      .page-8k8-4-2__section-title {
        font-size: 2em;
      }
      .page-8k8-4-2__list-item {
        flex: 1 1 calc(50% - 20px); /* 2 columns on medium screens */
      }
    }

    @media (max-width: 768px) {
      .page-8k8-4-2__hero-section {
        padding: 100px 15px 60px;
        min-height: 400px;
      }
      .page-8k8-4-2__hero-title {
        font-size: 2.5em;
      }
      .page-8k8-4-2__hero-description {
        font-size: 1em;
      }
      .page-8k8-4-2__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-8k8-4-2__section {
        padding: 40px 15px;
        margin-bottom: 20px;
      }
      .page-8k8-4-2__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-8k8-4-2__content-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-8k8-4-2__text-block h3 {
        font-size: 1.5em;
      }
      .page-8k8-4-2__text-block p {
        font-size: 0.95em;
      }
      .page-8k8-4-2__list {
        flex-direction: column; /* Stack items vertically on mobile */
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      .page-8k8-4-2__list-item {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px 15px !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-8k8-4-2__promo-section {
        padding: 50px 15px;
      }
      .page-8k8-4-2__promo-title {
        font-size: 2em;
      }
      .page-8k8-4-2__promo-text {
        font-size: 1em;
      }
      .page-8k8-4-2__faq-section {
        padding: 40px 15px;
      }
      .page-8k8-4-2__faq-question h3 {
        font-size: 1.1em;
      }
      .page-8k8-4-2__faq-toggle {
        font-size: 1.5em;
      }
      .page-8k8-4-2__faq-answer {
        padding: 0 10px;
        font-size: 0.95em;
      }
      .page-8k8-4-2__faq-item.active .page-8k8-4-2__faq-answer {
        padding: 15px 10px !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-4-2__hero-title {
        font-size: 2em;
      }
      .page-8k8-4-2__section-title {
        font-size: 1.5em;
      }
      .page-8k8-4-2__promo-title {
        font-size: 1.8em;
      }
    }
  