 * { box-sizing: border-box; }
  body {
    margin: 0;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    color: #1f1f1f;
    background: #fff;
    line-height: 1.5;
  }
  img { max-width: 100%; display: block; }
  a { color: inherit; }

  .page-section {
    padding: 48px 24px;
  }
  .section-inner {
    max-width: 980px;
    margin: 0 auto;
  }

  /* ============================================================
     HERO SECTION  (.hero1-heading / .hero-para / .hero-btn)
  ============================================================ */
  .hero-section {
    position: relative;
    padding: 36px 24px;
    text-align: center;
    color: #fff;
    background-color: #2d4a68;
    background-size: cover;
    background-position: center;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(20, 35, 55, 0.45);
  }
  .hero-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
  }
  .hero1-heading {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 8px;
    line-height: 1.25;
  }
  .hero-para {
    font-size: 15px;
    color: #f0f3f7;
    margin: 0 0 14px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-btn {
    display: inline-block;
    background: #fff;
    color: #1a3a5c;
    font-weight: 700;
    padding: 10px 26px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
  }
  #enrollment-banner { color: #fff !important; }

  /* ============================================================
     TRUST SECTION  (.hero2-heading / .two-para / logo)
  ============================================================ */
  .trust-section {
    padding: 40px 24px;
  }
  section.bookingsec {
    padding: 30px 0px;
}
  .trust-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    text-align: left;
  }
  .trust-logo-col {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #trust-company-logo {
    max-width: 220px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .trust-text-col {
    flex: 1 1 380px;
    min-width: 260px;
  }
  .hero2-heading {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1f1f1f;
  }
  .two-para {
    font-size: 15px;
    color: #333;
    margin: 0;
  }

  /* ============================================================
     HOW IT WORKS  (.hero3-heading / .benefits-text) — hidden by JS
  ============================================================ */
  .how-it-works-section {
    background: #fff;
    padding: 40px 24px;
  }
  .hero3-heading {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 16px;
  }
  .benefits-text p {
    font-size: 15px;
    color: #333;
    margin: 0 0 14px;
  }

  /* ============================================================
     TAKE ACTION / STEP CARDS  (.hero4-heading / .jet-card etc.)
  ============================================================ */
  .jet-benefits-section {
    background: #cfe3f5;
    padding: 48px 24px;
  }
  .hero4-heading {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 32px;
    color: #1f1f1f;
  }
  .jet-benefits-container {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    align-items: stretch;
    justify-content: center;
  }
  .jet-card {
    flex: unset;
    background: #fff;
    border-radius: 14px;
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    width: calc(100% / 2 - 15px) !important;
  }
  .jet-icon {
    margin-bottom: 14px;
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .jet-icon img { max-height: 60px; max-width: 200px; width: auto; }
  .jet-title {
    font-size: 19px;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 14px;
    /* buffer between icon and title/line below it */
    padding-bottom: 4px;
  }
  .jet-body-content p {
    font-size: 14.5px;
    color: #333;
    margin: 0 0 12px;
  }
  .jet-list {
    margin: 0 0 12px;
    padding-left: 20px;
  }
  .jet-list li {
    font-size: 14.5px;
    color: #333;
    margin-bottom: 4px;
  }
  .jet-text {
    font-size: 14.5px;
    color: #333;
    margin: 0 0 12px;
  }
  .platform-info {
    font-size: 14px;
    background: #f0f0f0;
    padding: 14px;
    border-radius: 6px;
    margin: 8px 0 16px;
  }
  .jet-buttons {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  .jet-btn {
    display: inline-block;
    background: #1a3a5c;
    color: #fff;
    font-weight: 700;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
  }
  a.jet-btn {
    background: white;
    color: #042F52;
    border: 1px solid;
}
.jet-btn:hover {
    background: transparent;
    color: #042F52;
}


  @media (max-width: 900px) {
    .jet-benefits-container { flex-direction: column; }
  }

  @media (max-width: 767px){
    .jet-card {
        width: 100% !important;
    }
  }

  /* ============================================================
     FAQ SECTION  (.faq-text)
  ============================================================ */
  .faq-section {
    background: #fff;
    padding: 48px 24px;
  }
  .faq-heading {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 28px;
  }
  .faq-text {
    max-width: 760px;
    margin: 0 auto;
  }
  /* Q&A formatting: tight Q-A pairing, generous gap between pairs, indented answers */
  .faq-text p {
    margin: 0 0 6px;
    font-size: 15px;
    color: #333;
  }
  .faq-text p strong {
    display: block;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 2px;
  }
  .faq-text p {
    padding-left: 14px;
    margin-bottom: 22px;
  }

  /* ============================================================
     BOOKING CALENDAR SECTION
  ============================================================ */
  .booking-section {
    background: #fff;
    padding: 48px 24px 64px;
  }
  .booking-heading {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 28px;
  }
  .jbf-wrapper { }

  /* ============================================================
     FOOTER
  ============================================================ */
  .site-footer {
    background: #1a2f47;
    color: #d6e0ea;
    padding: 24px;
    text-align: center;
    font-size: 13px;
  }
  .footer-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 0 0 8px;
    padding: 0;
    flex-wrap: wrap;
  }
  .footer-menu a {
    color: #d6e0ea;
    text-decoration: none;
  }
  .footer-menu a:hover { text-decoration: underline; }

  /* ============================================================
     ERROR / NOT-FOUND DISPLAY (used by HubSpot integration popup)
  ============================================================ */
  [data-hubspot-error] {
    display: none;
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff3cd;
    color: #664d03;
    border: 1px solid #ffecb5;
    padding: 12px 20px;
    border-radius: 8px;
    z-index: 999997;
    font-size: 14px;
  }