/* CTA and footer */
    .pilot { padding: 95px 0; background: var(--navy-950); }
    .pilot-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
    .pilot h2 { max-width: 750px; margin: 0; color: var(--white); }
    .pilot p { max-width: 620px; margin: 15px 0 0; color: #bcd0dc; }
    .site-footer { padding: 62px 0 30px; background: #04131f; }
    .footer-top { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 42px; border-bottom: 1px solid rgba(255,255,255,.1); }
    .site-footer .brand { color: var(--white); }
    .footer-tagline { max-width: 340px; margin: 14px 0 0; color: #9eb5c4; font-size: .88rem; }
    .footer-links { display: flex; flex-wrap: wrap; gap: 18px 28px; align-content: flex-start; color: #c9d7df; font-size: .84rem; }
    .footer-links a:hover { color: var(--cyan-400); }
    .disclaimer { max-width: 880px; margin: 28px 0 0; color: #849ba9; font-size: .73rem; }
    .copyright { margin: 18px 0 0; color: #607987; font-size: .7rem; }
