:root{--navy: #10283f;--navy-deep: #0b1d2f;--blue: #2d6ca2;--blue-bright: #3f87c5;--sky: #eaf2f8;--ink: #1b2733;--slate: #5a6b7c;--slatelight: #b7c2cc;--line: #d7e2ec;--amber: #e8a23d;--amber-dark: #c9861f;--white: #ffffff;--font-display: "Space Grotesk", system-ui, sans-serif;--font-body: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--maxw: 1100px;--radius: 8px}*{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}body{margin:0;font-family:var(--font-body);font-size:1.0625rem;line-height:1.65;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--blue)}a:hover{color:var(--blue-bright)}:focus-visible{outline:3px solid var(--amber);outline-offset:2px}h1,h2,h3{font-family:var(--font-display);line-height:1.15;color:var(--navy);margin:0 0 .6em;letter-spacing:-.01em}h1{font-size:clamp(1.9rem,4.5vw,3rem);font-weight:700}h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700}h3{font-size:1.2rem;font-weight:500}p{margin:0 0 1.1em}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 1.25rem}.trace{display:block;width:120px;height:10px;margin:.25rem 0 1.5rem}.trace line{stroke:var(--blue);stroke-width:2}.trace circle{fill:var(--amber)}.trace--center{margin-left:auto;margin-right:auto}.site-header{border-bottom:1px solid var(--line);background:var(--white)}.header-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 0;flex-wrap:wrap}.logo{font-family:var(--font-display);font-weight:700;font-size:1.45rem;color:var(--navy);text-decoration:none;letter-spacing:-.02em}.logo span{color:var(--blue)}.logo img{height:65px;width:auto}.header-phone{text-align:right;font-size:.95rem;color:var(--slate);line-height:1.35}.header-phone a{font-family:var(--font-display);font-weight:700;font-size:1.15rem;color:var(--navy);text-decoration:none}.header-phone a:hover{color:var(--blue)}.site-nav{background:var(--navy)}.site-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap}.site-nav a{display:block;padding:.8rem 1.1rem;color:#cfe0ee;text-decoration:none;font-size:.95rem;font-weight:500}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--white);background:var(--blue)}.hero{position:relative;overflow:hidden;background:linear-gradient(150deg,var(--navy-deep) 0%,var(--navy) 45%,#1c4a75 80%,#2d6ca2 100%);color:var(--white);padding:4.5rem 0 5rem}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.hero:before{width:620px;height:620px;right:-180px;top:-220px;background:radial-gradient(circle,#3f87c573,#3f87c500 65%)}.hero:after{width:460px;height:460px;left:-140px;bottom:-240px;background:radial-gradient(circle,#e8a23d47,#e8a23d00 65%)}.hero .wrap{position:relative;z-index:1}.hero h1{color:var(--white);max-width:22ch;font-size:clamp(2.3rem,5.5vw,3.6rem)}.hero h1 .hl{color:var(--amber);position:relative;white-space:nowrap}.hero h1 .hl:after{content:"";position:absolute;left:0;right:0;bottom:.04em;height:.16em;background:#e8a23d59;border-radius:3px}.hero .tagline{color:var(--amber);font-family:var(--font-display);font-weight:500;text-transform:uppercase;letter-spacing:.14em;font-size:.85rem;margin-bottom:1rem}.hero p.lede{font-size:1.2rem;color:#d5e3ef;max-width:55ch}.hero .trace line{stroke:var(--blue-bright)}@keyframes hero-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.hero .tagline,.hero h1,.hero .trace,.hero p.lede,.hero .hero-actions,.hero .hero-badges{animation:hero-rise .6s ease-out both}.hero h1{animation-delay:.08s}.hero .trace{animation-delay:.16s}.hero p.lede{animation-delay:.24s}.hero .hero-actions{animation-delay:.32s}.hero .hero-badges{animation-delay:.42s}.hero-actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1rem}.hero-badges{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem 1.6rem;margin:2rem 0 0;padding:0;color:#b9cede;font-size:.92rem}.hero-badges li{display:flex;align-items:center;gap:.5rem}.hero-badges li:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--amber);flex-shrink:0}.btn{display:inline-block;background:var(--amber);color:var(--navy-deep);font-family:var(--font-display);font-weight:700;padding:.9rem 1.7rem;border-radius:var(--radius);text-decoration:none;margin-top:.75rem;box-shadow:0 4px 18px #e8a23d59;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn:hover{background:var(--amber-dark);color:var(--navy-deep);transform:translateY(-2px);box-shadow:0 8px 24px #e8a23d73}.btn--ghost{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.55);box-shadow:none}.btn--ghost:hover{background:#ffffff1a;color:var(--white);border-color:var(--white);box-shadow:none}.section{padding:3.5rem 0}.section--sky{background:var(--slate)}.section--slatelight{background:var(--slatelight)}.section--navy{background:var(--navy);color:#d5e3ef}.section--navy h2{color:var(--white)}.eyebrow{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.14em;font-size:.8rem;font-weight:500;color:var(--blue);margin-bottom:.4rem}.grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:640px){.grid--2,.grid--4{grid-template-columns:1fr 1fr}}@media(min-width:960px){.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}}.card{background:var(--white);border:1px solid var(--line);border-top:3px solid var(--blue);border-radius:var(--radius);padding:1.5rem;transition:transform .18s ease,box-shadow .18s ease,border-top-color .18s ease}.card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #10283f1f;border-top-color:var(--amber)}.card h3{margin-top:0}.card h3 a{color:var(--navy);text-decoration:none}.card h3 a:hover{color:var(--blue)}.card p{margin-bottom:0;color:var(--slate);font-size:.98rem}.logo-wall{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;align-items:center}@media(min-width:640px){.logo-wall{grid-template-columns:repeat(4,1fr)}}@media(min-width:960px){.logo-wall{grid-template-columns:repeat(6,1fr)}}.logo-wall li{list-style:none;display:flex;align-items:center;justify-content:center;min-height:70px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:.75rem}.logo-wall img{max-height:52px;width:auto;filter:grayscale(1);opacity:.75;transition:filter .2s,opacity .2s}.logo-wall li:hover img{filter:none;opacity:1}.logo-wall{margin:0;padding:0}ul.checks{list-style:none;padding:0;margin:0 0 1.25rem}ul.checks li{padding-left:1.9rem;position:relative;margin-bottom:.7rem}ul.checks li:before{content:"";position:absolute;left:0;top:.42em;width:.95rem;height:.5rem;border-left:3px solid var(--amber);border-bottom:3px solid var(--amber);transform:rotate(-45deg)}.cta-band{background:linear-gradient(160deg,var(--navy) 0%,#163a5c 100%);color:var(--white);text-align:center;padding:3.25rem 0}.cta-band h2{color:var(--white);max-width:28ch;margin-left:auto;margin-right:auto}.cta-band p{color:#cfe0ee;max-width:60ch;margin:0 auto .5rem}.cta-band .phone-big{font-family:var(--font-display);font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;color:var(--amber);text-decoration:none;display:inline-block;margin-top:.75rem}.cta-band .phone-big:hover{color:var(--white)}.prose{max-width:72ch}.prose ul{padding-left:1.3rem}.prose li{margin-bottom:.4rem}.support-links{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.contact-block{background:var(--slatelight);border-radius:var(--radius);padding:2rem}.contact-block .phone-big{font-family:var(--font-display);font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;color:var(--navy);text-decoration:none}.contact-block .phone-big:hover{color:var(--blue)}.site-footer{background:var(--navy-deep);color:#9db4c8;padding:2.5rem 0 2rem;font-size:.92rem}.site-footer nav ul{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-wrap:wrap;gap:.25rem 1.5rem}.site-footer a{color:#cfe0ee;text-decoration:none}.site-footer a:hover{color:var(--white);text-decoration:underline}.site-footer .fineprint{border-top:1px solid #1d3a55;padding-top:1.25rem}
