nav{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-light);padding:0 5%;display:flex;align-items:center;justify-content:space-between;height:80px}.nav-logo{display:flex;align-items:center;gap:11px;text-decoration:none}.nav-logo img{height:52px;width:auto;border-radius:8px}.nav-logo-text{font-family:"Sora",sans-serif;font-weight:700;font-size:.95rem;color:var(--navy);line-height:1.2}.nav-logo-text span{display:block;font-weight:400;font-size:.68rem;color:var(--gray-text)}.nav-center{display:flex;align-items:center;gap:6px}.nav-center a{font-size:.83rem;font-weight:500;color:var(--gray-text);padding:7px 14px;border-radius:8px;transition:.18s}.nav-center a:hover,.nav-center a.active{color:var(--navy);background:var(--off-white)}.nav-cta{background:var(--navy);color:var(--white);padding:10px 20px;border-radius:8px;font-size:.8rem;font-weight:600;font-family:"Sora",sans-serif;transition:.2s}.nav-cta:hover{background:var(--navy-mid)}.nav-cta-coral{background:var(--coral);color:var(--white);padding:10px 20px;border-radius:8px;font-size:.8rem;font-weight:600;font-family:"Sora",sans-serif;transition:.2s}.nav-cta-coral:hover{background:var(--coral-bright)}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:0 0;border:none;cursor:pointer;padding:8px}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px;transition:.25s ease}.faq-item.open .faq-a{display:block}footer{background:var(--text);padding:40px 5% 24px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}.footer-bottom p{font-size:.75rem;color:rgba(255,255,255,.3)}@media (max-width:640px){.nav-center,.nav-cta,.nav-cta-coral{display:none}.nav-hamburger{display:flex}}