:root{--navy:#0b1f3a;--teal:#14b8a6;--blue:#2563eb;--ink:#142033;--muted:#5d6a7b;--paper:#f8fafc;--white:#fff;--line:#dde5ee;--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.65}img{display:block;width:100%;height:auto}.container{width:min(1140px,calc(100% - 40px));margin:auto}.skip-link{position:fixed;top:12px;left:12px;z-index:20;padding:10px 14px;background:var(--navy);color:#fff;font-weight:700;text-decoration:none;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header{border-bottom:1px solid var(--line);background:rgba(248,250,252,.9);backdrop-filter:blur(12px)}.header-content{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:16px}.brand{display:inline-flex;align-items:center}.brand img{width:auto;height:30px;max-width:180px}.back-link{color:var(--navy);font-size:14px;font-weight:700;text-decoration:none}.back-link span{color:var(--teal)}.hero{overflow:hidden;padding:74px 0;background:linear-gradient(135deg,#eef5f8,#f8fafc 58%,#e4f5f2)}.hero-grid,.split,.check-item,.distinction-grid,.final-check-grid,.cta-grid{display:grid;gap:38px}.hero-copy{max-width:630px;align-self:center}.eyebrow,.step{margin:0 0 14px;color:#087f75;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.hero h1,h2,h3{margin:0;font-family:Manrope,Inter,sans-serif;letter-spacing:-.055em;line-height:1.07}.hero h1{margin-bottom:22px;color:var(--navy);font-size:clamp(2.8rem,10vw,5.8rem)}.hero h1 span{color:#087f75}.lead{margin:0 0 12px;color:var(--navy);font-size:clamp(1.1rem,4vw,1.35rem);font-weight:600;line-height:1.48}.hero-copy>p:not(.eyebrow):not(.lead){max-width:550px;margin:0 0 28px;color:var(--muted)}.hero-image,figure{margin:0}.hero-image{overflow:hidden;border-radius:28px;box-shadow:0 25px 60px rgba(11,31,58,.14)}.hero-image img{aspect-ratio:16/9;object-fit:cover}.button{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-height:52px;padding:13px 20px;border-radius:12px;background:var(--navy);box-shadow:0 12px 25px rgba(11,31,58,.18);color:#fff;font-size:14px;font-weight:800;text-decoration:none;transition:transform .2s ease,background .2s ease}.button:hover{background:#123463;transform:translateY(-2px)}.section{padding:82px 0}.intro{background:var(--white)}h2{font-size:clamp(2.15rem,7vw,4rem)}h3{font-size:clamp(1.7rem,5vw,2.65rem)}.prose{max-width:590px}.prose p{margin:0 0 18px;color:var(--muted)}.prose h2,.prose h3{margin-bottom:21px;color:var(--navy)}blockquote{margin:29px 0 0;padding:22px 23px;border-left:4px solid var(--teal);background:#f0faf8;color:var(--navy);font-family:Manrope,Inter,sans-serif;font-size:1.15rem;font-weight:700;line-height:1.4}.checklist-section{background:#edf5f8}.section-heading{max-width:680px;margin-bottom:46px}.section-heading h2{margin-bottom:15px;color:var(--navy)}.section-heading>p:not(.eyebrow){margin:0;color:var(--muted)}.checklist{display:grid;gap:70px}.check-item{align-items:center}.check-copy .step{color:var(--teal);font-size:12px}.check-copy ul{display:grid;gap:10px;margin:0 0 21px;padding:0;list-style:none}.check-copy li{display:flex;gap:10px;color:var(--ink);font-size:14px;font-weight:600}.check-copy li::before{content:"✓";display:grid;place-items:center;flex:0 0 20px;width:20px;height:20px;margin-top:3px;border-radius:50%;background:#d9f6f1;color:#087f75;font-size:11px}.check-item figure,.distinction figure,.final-check figure,.cta figure{overflow:hidden;border-radius:var(--radius);box-shadow:0 20px 48px rgba(11,31,58,.11)}.check-item figure img,.distinction figure img,.final-check figure img,.cta figure img{aspect-ratio:16/9;object-fit:cover}.distinction{background:var(--navy);color:#fff}.distinction .eyebrow{color:#65d8cb}.distinction h2{color:#fff}.distinction .prose p{color:#c7d4e2}.comparison{display:grid;gap:1px;overflow:hidden;margin-top:28px;border:1px solid rgba(220,238,244,.22);border-radius:14px;background:rgba(220,238,244,.22)}.comparison div{display:grid;gap:8px;padding:18px;background:rgba(11,31,58,.72)}.comparison strong{color:#65d8cb;font-size:13px}.comparison span{color:#e4edf4;font-size:12px}.final-check{background:#fff}.cta{padding:80px 0;background:linear-gradient(135deg,#0b1f3a,#123e66);color:#fff}.cta .eyebrow{color:#67d9ca}.cta h2{margin-bottom:17px;color:#fff}.cta p:not(.eyebrow){max-width:520px;margin:0 0 27px;color:#d4e3ee}.button-light{background:#fff;color:var(--navy);box-shadow:none}.button-light:hover{background:#dff8f4}.cta small{display:block;max-width:560px;margin-top:17px;color:#b9ccdb;font-size:11px;line-height:1.55}.site-footer{padding:28px 0;background:#07172c;color:#b9ccdb}.footer-content{display:grid;gap:12px}.site-footer .brand img{filter:brightness(0) invert(1)}.footer-content p{margin:0;font-size:12px}.footer-content>a:not(.brand){color:#c9f7f0;font-size:12px;font-weight:700;text-decoration:none}:focus-visible{outline:3px solid #6ee7d8;outline-offset:4px}@media(min-width:760px){.container{width:min(1140px,calc(100% - 64px))}.hero{padding:105px 0}.hero-grid{grid-template-columns:1fr .94fr;gap:70px}.split{grid-template-columns:1fr 1fr;gap:100px}.section{padding:120px 0}.check-item{grid-template-columns:1fr 1fr;gap:70px}.check-item--reverse .check-copy{grid-column:2}.check-item--reverse figure{grid-column:1;grid-row:1}.distinction-grid,.final-check-grid,.cta-grid{grid-template-columns:1fr 1fr;align-items:center;gap:74px}.comparison{grid-template-columns:1fr 1fr}.footer-content{grid-template-columns:1fr 2fr auto;align-items:center}.footer-content .brand{justify-self:start}.footer-content>a:not(.brand){justify-self:end}}@media(max-width:380px){.container{width:calc(100% - 32px)}.back-link{font-size:12px}.hero h1{font-size:2.55rem}.button{width:100%}}
