:root{
  --navy:#1f3a5f; --navy-dark:#15293f; --blue:#1e88e5; --blue-dark:#1565c0;
  --ink:#1b2430; --muted:#4a5868; --line:#e3e8ef; --bg-alt:#f4f7fb;
  --radius:14px;
  --font:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font);color:var(--ink);background:#fff;line-height:1.6;font-size:1.0625rem;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--blue-dark)}
h1,h2,h3{color:var(--navy);line-height:1.2;margin:0 0 .5em}
h2{font-size:clamp(1.6rem,3vw,2.1rem);font-weight:800;letter-spacing:-.01em}
h3{font-size:1.2rem;font-weight:700}
p{margin:0 0 1em}
.wrap{max-width:1120px;margin:0 auto;padding:0 24px}
.narrow{max-width:760px;text-align:center}
.skip{position:absolute;left:-9999px;top:0;background:var(--navy);color:#fff;padding:8px 14px;z-index:10}
.skip:focus{left:8px;top:8px}
:focus-visible{outline:3px solid var(--blue);outline-offset:3px;border-radius:4px}

/* header */
.site-header{position:sticky;top:0;z-index:5;background:rgba(255,255,255,.95);backdrop-filter:saturate(1.4) blur(6px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:16px}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none}
.wordmark{font-weight:900;font-size:1.35rem;letter-spacing:.02em;line-height:1}
.wordmark.small{font-size:1.25rem}
.w-navy{color:var(--navy)} .w-blue{color:var(--blue)}
.nav{list-style:none;display:flex;align-items:center;gap:24px;margin:0;padding:0}
.nav a{color:var(--navy);text-decoration:none;font-weight:600;font-size:.98rem}
.nav a:hover{color:var(--blue-dark)}
.nav .nav-cta{background:var(--navy);color:#fff;padding:9px 16px;border-radius:999px}
.nav .nav-cta:hover{background:var(--blue-dark);color:#fff}

/* hero */
.hero{padding:56px 0 72px;text-align:center;background:linear-gradient(180deg,#fff 0%,#fff 55%,var(--bg-alt) 100%)}
.hero-logo{width:min(820px,100%);margin:0 auto 28px}
.hero h1{font-size:clamp(2.2rem,5.6vw,3.6rem);font-weight:900;letter-spacing:-.02em;margin-bottom:.35em}
.lede{font-size:clamp(1.1rem,2.2vw,1.35rem);color:var(--muted);max-width:640px;margin:0 auto 32px}
.cta-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 24px}
.btn{display:inline-block;background:var(--blue-dark);color:#fff;text-decoration:none;font-weight:700;font-size:1.08rem;padding:15px 28px;border-radius:999px;box-shadow:0 6px 18px rgba(21,101,192,.28);transition:background .15s,transform .15s}
.btn:hover{background:var(--navy);transform:translateY(-1px)}
.text-link{color:var(--navy);font-weight:600;text-underline-offset:3px}
.text-link:hover{color:var(--blue-dark)}

/* sections */
.section{padding:80px 0}
.section h2{text-align:center;margin-bottom:40px}
.alt{background:var(--bg-alt)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{border:1px solid var(--line);border-radius:var(--radius);padding:30px 28px;background:#fff;box-shadow:0 2px 10px rgba(31,58,95,.05)}
.card p{color:var(--muted);margin:0}
.card-icon{width:52px;height:52px;border-radius:12px;display:grid;place-items:center;background:#e6f1fc;color:var(--blue-dark);margin-bottom:18px}

.grunt-list{list-style:none;padding:0;margin:0 auto;max-width:1000px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.grunt-list li{background:#fff;border:1px solid var(--line);border-radius:10px;padding:16px 18px 16px 48px;position:relative;font-weight:600;color:var(--navy)}
.grunt-list li::before{content:"";position:absolute;left:18px;top:50%;width:18px;height:18px;margin-top:-9px;border-radius:50%;background:var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center/12px no-repeat}

.steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;counter-reset:none}
.steps li{display:flex;gap:16px;align-items:flex-start}
.steps p{color:var(--muted);margin:0}
.step-num{flex:0 0 44px;height:44px;border-radius:50%;background:var(--navy);color:#fff;font-weight:800;font-size:1.2rem;display:grid;place-items:center}
.steps h3{margin-top:8px}

.trust{background:var(--bg-alt);padding:64px 0}
.trust h2{margin-bottom:16px}
.trust p{color:var(--muted);font-size:1.1rem;margin:0}

.final-cta{background:var(--navy);color:#fff}
.final-cta h2{color:#fff;margin-bottom:12px}
.final-cta p{color:#d6e2f0;font-size:1.1rem;margin-bottom:28px}
.btn-light{background:#fff;color:var(--navy);box-shadow:none}
.btn-light:hover{background:#e6f1fc;color:var(--navy)}
.text-link.light{color:#fff}
.text-link.light:hover{color:#cfe4fb}

/* footer */
.site-footer{background:var(--navy-dark);color:#c9d6e5;padding:40px 0;font-size:.95rem}
.site-footer .w-navy{color:#fff}
.site-footer .w-blue{color:#5aaef5}
.footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px}
.footer-brand p{margin:8px 0 0;line-height:1.5}
.site-footer a{color:#e3edf8}
.social{list-style:none;display:flex;gap:10px;margin:0;padding:0}
.social a{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;transition:background .15s}
.social a:hover{background:var(--blue)}
.copyright{margin:0;width:100%;border-top:1px solid rgba(255,255,255,.12);padding-top:20px;color:#a9bbd0}

@media (max-width:900px){
  .cards,.steps{grid-template-columns:1fr;max-width:560px;margin:0 auto}
  .grunt-list{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:600px){
  body{font-size:1rem}
  .wrap{padding:0 20px}
  .nav li:not(:last-child){display:none}
  .header-inner{height:60px}
  .brand img{width:38px;height:38px}
  .wordmark{font-size:1.15rem}
  .hero{padding:36px 0 56px}
  .hero-logo{margin-bottom:20px}
  .section{padding:56px 0}
  .section h2{margin-bottom:28px}
  .grunt-list{grid-template-columns:1fr}
  .cta-row{flex-direction:column}
  .btn{width:100%;max-width:340px;text-align:center}
  .footer-inner{flex-direction:column;align-items:flex-start}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}}
