:root{--color-primary:#164b8f;--color-accent:#1d66c2;--color-light:#e8f1fb;--color-text:#0f172a;--color-muted:#475569;--radius:6px}*{box-sizing:border-box}body,html{padding:0;margin:0}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;color:var(--color-text);background:linear-gradient(180deg,#f6f9fe,#fff 60%);line-height:1.6}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}img,video{max-width:100%;height:auto}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 20px}header.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--color-primary);border-bottom:none;box-shadow:0 2px 8px rgba(15,23,42,.12)}.header-inner{justify-content:space-between;padding:14px 0}.brand,.header-inner{display:flex;align-items:center}.brand{gap:10px;font-weight:700;color:var(--color-primary);font-size:22px;line-height:1.1}.site-header .brand{color:#fff}.brand-mark{width:28px;height:28px;border-radius:6px;opacity:.9}.brand-mark,.cta-btn{background:var(--color-primary)}.cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#fff;padding:10px 16px;border-radius:8px;font-weight:600;border:none;cursor:pointer;box-shadow:0 1px 2px rgba(15,23,42,.06)}.cta-btn:hover{background:var(--color-accent)}.hero .cta-btn{padding:10px 18px;font-size:16px;min-width:180px}.site-header .cta-btn{background:#fff;color:var(--color-primary)}.site-header .cta-btn:hover{background:#f1f5f9}.hero{background:url(/hero.png) top/cover no-repeat;color:#111}.hero-inner{display:grid;grid-template-columns:1.35fr .65fr;grid-gap:24px;gap:24px;align-items:center;align-content:center;padding:80px 0;min-height:56vh}.hero-copy{background:#fff;border:1px solid #e6eef9;border-radius:var(--radius);padding:24px;box-shadow:0 1px 2px rgba(15,23,42,.06)}.hero h1{font-size:44px;color:#111;line-height:1.2;margin:0}.text-navy{color:var(--color-primary)}.hero-title{font-size:44px;line-height:1.2;margin:0;color:#111}.hero p.lead{color:#111;margin:0 0 8px;font-size:16px}.hero .note{font-size:12px;color:#111}.hero-visual{border-radius:var(--radius);background:#e9eff7 url(/hero.png) 50%/cover no-repeat;min-height:320px;border:1px solid #e6eef9}.hero-stack{display:grid;grid-gap:12px;gap:12px;justify-content:start}.hero-box{background:#fff;border:1px solid #e6eef9;border-radius:var(--radius);padding:20px 24px;box-shadow:0 1px 2px rgba(15,23,42,.06);justify-self:start;width:-moz-fit-content;width:fit-content;min-height:88px;display:flex;align-items:center}.hero-box.small{padding:12px 16px}.hero-cta{margin-top:16px}.section{padding:56px 0}.section h2{font-size:28px;margin:0 0 16px;position:relative}.section h2:after{content:"";display:block;width:56px;height:3px;background:var(--color-primary);margin-top:8px;border-radius:2px}.pill-list{display:flex;flex-wrap:wrap;gap:10px}.pill{background:#f8fafc;border:1px solid #eaeef5;color:var(--color-primary);padding:6px 10px;font-weight:600;font-size:13px}.pill,.pill:before{border-radius:999px}.pill:before{content:"";display:inline-block;width:6px;height:6px;background:var(--color-accent);margin-right:8px}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px}.steps.process{gap:40px;position:relative}.step{background:#fff;border:1px solid #eaeef5;border-radius:var(--radius);padding:18px 14px 14px;box-shadow:0 1px 2px rgba(15,23,42,.06);transition:box-shadow .2s ease,transform .2s ease;text-align:left}.steps.process .step{position:relative}.steps.process .step:after{content:"›";position:absolute;right:-34px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:linear-gradient(180deg,#fff,#eef4ff);border:1px solid #e0e7ff;color:#5b7bb0;font-size:16px;box-shadow:0 2px 6px rgba(15,23,42,.12)}.steps.process .step:last-child:after{display:none}.steps.process .step{text-align:center}.step:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(15,23,42,.08)}.step .num{color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--color-primary);border:none;border-radius:999px;box-shadow:0 2px 6px rgba(22,75,143,.25)}.steps.process .step .num{margin:0 auto 8px}.step-title{font-weight:700}.voices{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.voice{background:#fff;border:1px solid #eaeef5;border-radius:var(--radius);padding:0;color:var(--color-text);box-shadow:0 1px 2px rgba(15,23,42,.06);position:relative;transition:box-shadow .2s ease,transform .2s ease}.voice-media{height:180px;background:#e9eff7 50%/cover no-repeat;border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);position:relative}.voice-media .chip{position:absolute;left:12px;bottom:12px;background:rgba(14,39,72,.9);color:#fff;padding:4px 10px;border-radius:999px;font-size:12px}.voice-body{padding:14px;position:relative}.voice-body:before{content:"\201C";position:absolute;top:-10px;left:10px;font-size:40px;line-height:1;color:rgba(22,75,143,.15)}.voice-meta{font-weight:700;margin-bottom:6px}.voice-quote{color:#334155}.voice:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(15,23,42,.08)}.cv-section{background:#f8fafc;border-top:1px solid #eef2f7}.form{display:grid;grid-gap:12px;gap:12px}.field{display:grid;grid-gap:6px;gap:6px}.field label:not(.consent){font-weight:600;font-size:14px}.field input,.field select,.field textarea{width:100%;padding:10px 12px;border:1px solid #cfd9ea;border-radius:6px;font-size:14px}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:#84a7d8;box-shadow:0 0 0 3px rgba(29,102,194,.12)}.field textarea{min-height:120px;resize:vertical}.consent{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-muted);font-weight:400;line-height:1.5}.consent input[type=checkbox]{width:16px;height:16px}.error{color:#b91c1c;font-size:13px}footer.site-footer{background:var(--color-primary);color:#dbeafe;padding:28px 0;margin-top:40px}.footer-grid{display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;align-items:center}.footer-links{display:flex;gap:16px}.footer-links a{color:#cbe1ff;text-decoration:underline}.alt{background:#f6f9fe}.card{background:#fff;border:1px solid #eaeef5;border-radius:var(--radius);box-shadow:0 1px 2px rgba(15,23,42,.06)}.kv,.kv-row{display:grid}.kv-row{grid-template-columns:180px 1fr;grid-gap:16px;gap:16px;padding:12px 16px;border-top:1px solid #eef2f7}.kv-row:first-child{border-top:none}.kv-key{color:#334155;font-weight:600}.kv-val{color:#0f172a}.sticky-cta{position:fixed;left:0;right:0;bottom:12px;z-index:60;display:none}.sticky-cta .inner{width:min(1120px,calc(100% - 24px));margin:0 auto;background:var(--color-primary);border:1px solid hsla(0,0%,100%,.6);color:#fff;border-radius:999px;box-shadow:0 8px 20px rgba(22,75,143,.25);display:flex;align-items:center;justify-content:center;padding:10px 16px}.sticky-cta a{color:#fff;font-weight:700}.back-to-top{position:fixed;right:16px;bottom:16px;z-index:55;display:none}.back-to-top.show{display:block}.back-to-top button{background:#fff;border:1px solid #e2e8f0;color:#0f172a;border-radius:999px;width:44px;height:44px;box-shadow:0 4px 12px rgba(15,23,42,.12);cursor:pointer}.back-to-top button:hover{background:#f8fafc}@media (max-width:900px){.hero-inner{grid-template-columns:1fr;min-height:50vh}.steps{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.steps.process .step:after{display:none}.footer-grid,.voices{grid-template-columns:1fr}.sticky-cta{display:block}.back-to-top{bottom:64px}.brand{font-size:20px}.header-inner{padding:16px 0}.site-header .container{padding-left:32px;padding-right:32px}.site-header .cta-btn{padding:8px 12px;font-size:14px}.hero .hero-title,.hero h1{font-size:30px}.hero-visual{display:none}.hero .container{padding-left:28px;padding-right:28px}.hero-copy{padding:20px}.hero-box{padding:18px;width:100%;min-height:auto}.hero-box--narrow{width:-moz-fit-content;width:fit-content}}@media (max-width:700px){.header-inner{padding:18px 0;justify-content:space-between;gap:12px}.site-header .cta-btn{display:inline-flex;padding:10px 14px;font-size:14px}.brand{font-size:18px}.site-header .container{padding-left:32px;padding-right:32px}.hero-inner{gap:12px;padding:20px 0 28px;min-height:46vh;align-content:end;justify-items:start}.hero .hero-title,.hero h1{font-size:clamp(16px,5.2vw,20px);line-height:1.25;white-space:nowrap}.hero p.lead{font-size:15px}.hero-visual{min-height:200px}.hero .container{padding-left:32px;padding-right:32px}.hero-copy{padding:16px}.hero-box{padding:14px 16px;width:100%;min-height:auto}.hero-box--narrow{width:-moz-fit-content;width:fit-content}.hero .cta-btn{padding:10px 14px;font-size:14px;min-width:0}}@media (min-width:1100px){.steps{grid-template-columns:repeat(5,1fr)}.hero .cta-btn{padding:12px 24px;font-size:18px;min-width:220px}}