@import url('fonts/dm-sans.css');@import url('fonts/instrument-serif.css');
:root{--night:#081a33;--navy:#102e53;--deep:#0b2d5b;--blue:#0a66c2;--sky:#7dbdf9;--mist:#a6d9ff;--paper:#f7f9fc;--ink:#112b4d;--muted:#5f7189;--line:#d8e0ea;--line-dark:#2a4a70;--serif:'Instrument Serif',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img,svg{max-width:100%}
a:focus-visible{outline:3px solid #e89231;outline-offset:4px}
.skip-link{position:fixed;top:-80px;left:16px;background:#fff;color:var(--ink);padding:12px 16px;z-index:10}.skip-link:focus{top:12px}
.wrap{width:min(1180px,100% - 2*clamp(20px,5vw,64px));margin-inline:auto}
.eyebrow{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}

/* Header and hero */
.hero{background:radial-gradient(ellipse at 78% 38%,#16457a 0,transparent 55%),var(--night);color:#eef5ff;overflow:hidden}
.header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:26px;border-bottom:1px solid var(--line-dark)}
.brand{display:flex;align-items:center;gap:12px;font-size:23px;font-weight:600;letter-spacing:-.03em}
.brand img{width:36px;height:36px;display:block}
.header nav{display:flex;align-items:center;gap:30px;font-size:14px;color:#c9d9ee}
.header nav a:hover{color:#fff}
.nav-cta{border:1px solid #4d6d94;border-radius:99px;padding:11px 18px;color:#fff}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:clamp(30px,5vw,70px);align-items:center;padding-block:clamp(60px,9vw,120px) clamp(70px,10vw,130px)}
.status{display:inline-flex;align-items:center;gap:10px;color:var(--mist)}
.status i{width:7px;height:7px;border-radius:50%;background:var(--sky);box-shadow:0 0 0 5px #7dbdf926}
h1{font-size:clamp(46px,6.6vw,96px);line-height:1;letter-spacing:-.055em;font-weight:500;margin:26px 0 30px}
h1 em,h2 em{font-family:var(--serif);font-weight:400;letter-spacing:-.03em}
h1 em{color:var(--sky)}
.lead{font-size:clamp(16px,1.5vw,19px);line-height:1.7;color:#bcd0e8;max-width:560px;margin:0}
.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:38px}
.button{display:inline-flex;align-items:center;gap:26px;border-radius:99px;padding:18px 24px;font-size:14px;background:var(--blue);color:#fff;transition:background .2s,transform .2s}
.button span{font-size:19px;line-height:1}
.button:hover{background:#1b7ad8;transform:translateY(-2px)}
.button.ghost{background:transparent;border:1px solid #4d6d94}
.button.ghost:hover{background:#ffffff12}

.flow{position:relative;aspect-ratio:1/1;max-width:440px;width:100%;justify-self:end;display:grid;place-items:center}
.flow-ring{position:absolute;inset:0;border:1px solid #2f5582;border-radius:50%}
.flow-ring.inner{inset:14%;border-style:dashed;border-color:#28496f;animation:spin 60s linear infinite}
.flow-track{position:relative;display:flex;align-items:center;z-index:1}
.node{width:62px;height:62px;border-radius:16px;border:1px solid #476483;background:#12365e;display:grid;place-items:center;color:var(--mist);font-size:24px}
.node.core{width:112px;height:112px;border-radius:26px;background:var(--blue);border:0;color:#fff;font-size:76px;font-weight:500;line-height:1;padding-bottom:14px;box-shadow:0 0 70px #197af055;position:relative}
.node.core b{position:absolute;right:14px;top:14px;width:10px;height:10px;border-radius:50%;background:var(--mist)}
.link{width:clamp(28px,4vw,54px);height:1px;background:#456888;position:relative;overflow:hidden}
.link:after{content:'';position:absolute;top:0;left:-30%;width:30%;height:1px;background:var(--sky);animation:pulse 2.6s ease-in-out infinite}
.flow-label{position:absolute;font-size:10px;letter-spacing:.16em;color:#9fb6d2;background:var(--night);padding:5px 9px}
.flow-label.one{top:9%;left:12%}.flow-label.two{bottom:12%;right:6%}.flow-label.three{bottom:22%;left:0}

/* Sections */
.section{padding-block:clamp(70px,9vw,120px)}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:52px}
.section-head h2,.split h2{font-size:clamp(34px,4vw,56px);line-height:1.08;letter-spacing:-.045em;font-weight:500;margin:20px 0 0}
.section-head h2 em,.split h2 em{color:var(--blue)}
.section-head p{max-width:360px;color:var(--muted);line-height:1.7;margin:0;font-size:15px}
.eyebrow.blue{color:var(--blue)}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px 26px 30px}
.card-icon{width:42px;height:42px;border-radius:11px;background:#e7f0fb;color:var(--blue);display:grid;place-items:center;margin-bottom:26px}
.card-icon svg{width:22px;height:22px}
.card h3{font-size:21px;font-weight:500;letter-spacing:-.02em;margin:0 0 10px}
.card p{margin:0;color:var(--muted);line-height:1.7;font-size:15px}
.card.note{background:var(--deep);border-color:var(--deep);color:#eaf2fd;display:flex;flex-direction:column;justify-content:space-between}
.card.note p{color:#bcd0e8}.card.note .note-title{margin-top:18px}
.card.note a{display:inline-block;color:#fff;text-decoration:underline;text-underline-offset:4px;margin-top:14px;padding-block:8px;font-size:14px}

.steps-section{background:#edf2f8;border-block:1px solid var(--line)}
.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,4vw,50px);counter-reset:step}
.step{border-top:1px solid #b9c8da;padding-top:24px}
.step span{font-size:12px;color:var(--blue);letter-spacing:.1em}
.step h3{font-size:23px;font-weight:500;letter-spacing:-.025em;margin:26px 0 12px}
.step p{margin:0;color:var(--muted);line-height:1.7;font-size:15px}

.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(30px,6vw,90px)}
.facts{display:grid;gap:0}
.fact{border-top:1px solid var(--line);padding:24px 0}
.fact:last-child{border-bottom:1px solid var(--line)}
.fact .eyebrow{display:block;color:var(--blue);font-size:12px;margin-bottom:12px}
.fact p{margin:0;color:var(--muted);line-height:1.75;font-size:15px}

.contact{background:var(--navy);color:#fff;text-align:left}
.contact h2{font-size:clamp(40px,5.4vw,80px);line-height:1.04;letter-spacing:-.05em;font-weight:450;margin:24px 0 20px}
.contact h2 em{color:var(--sky)}
.contact p{color:#bcd0e8;line-height:1.7;max-width:560px;margin:0 0 34px}
.contact .eyebrow{color:var(--mist)}
.button.light{background:#fff;color:var(--deep)}
.button.light:hover{background:#d8ebff}

/* Footer */
.footer{background:var(--night);color:#9fb6d2;font-size:13px;padding-block:34px}
.footer-grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px 30px}
.footer .brand{font-size:19px;color:#fff}.footer .brand img{width:28px;height:28px}
.footer nav{display:flex;flex-wrap:wrap;gap:0 22px}.footer nav a{padding-block:8px}
.footer nav a:hover,.footer a.parent:hover{color:#fff}
.footer-bottom{border-top:1px solid #1f3a5d;margin-top:26px;padding-top:20px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:12px}
.footer a.parent{text-decoration:underline;text-underline-offset:3px}

/* Document pages */
.doc-header{background:var(--night);color:#eef5ff}
.doc{max-width:760px;padding-block:clamp(50px,7vw,90px)}
.doc h1{font-size:clamp(40px,5vw,62px);margin:18px 0 12px}
.doc .meta{font-size:13px;color:var(--muted);margin:0 0 30px}
.doc h2{font-size:22px;font-weight:500;letter-spacing:-.02em;margin:34px 0 10px}
.doc p{color:#425a77;line-height:1.85;font-size:15px;margin:0 0 12px}
.doc a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}

@keyframes spin{to{transform:rotate(360deg)}}
@keyframes pulse{0%{left:-30%}100%{left:100%}}

@media(max-width:960px){.hero-grid{grid-template-columns:1fr}.flow{justify-self:center;max-width:360px}.cards{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr}.section-head{display:block}.section-head p{margin-top:18px;max-width:none}}
@media(max-width:640px){.header nav a:not(.nav-cta){display:none}.cards,.steps{grid-template-columns:1fr}.node{width:48px;height:48px;font-size:19px;border-radius:13px}.node.core{width:88px;height:88px;font-size:60px}.flow-label{font-size:9px}.button{padding:16px 20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
