:root{--ink:#102a43;--blue:#145af2;--sky:#eaf2ff;--cream:#f7f4ec;--line:#ccd7e3;--white:#fff;--radius:1.25rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fbfcfe;font:16px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}a{color:inherit;text-decoration:none}img{width:100%;display:block}.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1rem,4vw,4rem);position:sticky;top:0;background:rgba(251,252,254,.92);backdrop-filter:blur(16px);z-index:10;border-bottom:1px solid rgba(204,215,227,.7)}.brand{display:flex;align-items:center;gap:.65rem;font-size:.78rem;line-height:.9;letter-spacing:.11em}.brand svg{width:38px;fill:var(--blue)}nav{display:flex;gap:1.25rem;align-items:center;font-size:.82rem}.menu{display:none;background:none;border:0;font:inherit}.section{padding:clamp(5rem,9vw,9rem) clamp(1.25rem,7vw,8rem)}.hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:1.2fr .8fr;gap:5vw;align-items:center;background:radial-gradient(circle at 80% 20%,#dce9ff,transparent 38%)}h1,h2,h3{margin:.15em 0 .45em;line-height:1.02;letter-spacing:-.04em}h1{font-size:clamp(3.5rem,7.8vw,8rem)}h1 em{color:var(--blue);font-style:normal}h2{font-size:clamp(2.4rem,4.5vw,5rem)}h3{font-size:1.55rem}.lede{font-size:clamp(1.1rem,1.5vw,1.4rem);max-width:42rem}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:800;color:var(--blue)}.actions,.section-head{display:flex;gap:1.5rem;align-items:center;justify-content:space-between;margin-top:2rem}.button{display:inline-flex;border:0;border-radius:999px;background:var(--blue);color:#fff;padding:1rem 1.35rem;font-weight:750;cursor:pointer}.button.small{padding:.7rem 1rem}.text-link,.choice article a,.listings a{color:var(--blue);font-weight:750}.hero-card{background:var(--ink);color:#fff;border-radius:var(--radius);padding:clamp(2rem,4vw,4rem);min-height:420px;display:flex;flex-direction:column;justify-content:flex-end}.hero-card h2{font-size:clamp(2.2rem,3.5vw,4rem)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem;margin-top:2rem;font-size:.68rem}.steps b{border-top:2px solid var(--blue);padding-top:.65rem}.choice{background:var(--cream)}.grid{display:grid;gap:1rem;margin-top:3rem}.two{grid-template-columns:repeat(2,1fr)}.three{grid-template-columns:repeat(3,1fr)}.four{grid-template-columns:repeat(4,1fr)}.choice article,.method article,.empty-card{padding:2rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}.choice article{min-height:330px;display:flex;flex-direction:column}.choice article a{margin-top:auto}.method{background:var(--blue);color:#fff}.method .eyebrow{color:#dbe8ff}.method article{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.25)}.privacy-note{max-width:55rem;color:#60758b}.video-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.video-card img,.media-placeholder{aspect-ratio:16/9;object-fit:cover}.video-card>div{padding:1.25rem}.video-card time,.video-card p{font-size:.78rem;color:#60758b}.media-placeholder{width:100%;border:0;background:var(--sky);color:var(--blue);font-weight:750;cursor:pointer}.listings{background:var(--sky)}.split,.contact{display:grid;grid-template-columns:1fr 1fr;gap:8vw}.faq details{border-top:1px solid var(--line);padding:1.2rem 0}.faq summary{font-weight:750;cursor:pointer}.team{background:var(--cream)}form{display:grid;grid-template-columns:1fr 1fr;gap:1rem}label{font-size:.78rem;font-weight:700}input,select{width:100%;padding:.9rem;border:1px solid var(--line);border-radius:.6rem;background:#fff;margin-top:.35rem;font:inherit}form small{align-self:center}footer{padding:3rem clamp(1.25rem,7vw,8rem);background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr 2fr 1fr;gap:2rem}footer div{display:flex;gap:1rem}footer small{grid-column:1/-1;color:#9fb3c8}dialog{border:0;border-radius:var(--radius);padding:2rem;max-width:32rem;box-shadow:0 30px 90px #102a4355}dialog::backdrop{background:#102a4388}.text-button{border:0;background:none;color:var(--blue);font-weight:750;cursor:pointer}@media(max-width:1000px){nav{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:1.5rem;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}nav.open{display:flex}.menu{display:block}.hero,.split,.contact{grid-template-columns:1fr}.four,.three{grid-template-columns:repeat(2,1fr)}footer{grid-template-columns:1fr}}@media(max-width:640px){.section{padding:4.5rem 1.25rem}.hero{padding-top:3rem}.two,.three,.four,form{grid-template-columns:1fr}.section-head,.actions{align-items:flex-start;flex-direction:column}.steps{grid-template-columns:repeat(2,1fr)}footer{padding:3rem 1.25rem}footer div{flex-direction:column}}
