@charset "UTF-8";:root{--blue: #0d1b6e;--blue-dark: #091250;--blue-light: #1e40af;--blue-soft: #bfdbfe;--red: #ee0d0d;--red-dark: #b71c1c;--silver: #c0c4cc;--silver-light: #e8eaef;--silver-dark: #8a8e96;--white: #ffffff;--ink: #16203a;--muted: #5b6478;--bg: #f6f8fc;--light: #f0f4ff;--line: #e3e8f2;--radius: 14px;--shadow: 0 10px 30px rgba(13, 27, 110, .1);--shadow-sm: 0 4px 14px rgba(13, 27, 110, .08);--max: 1180px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Poppins,Inter,sans-serif;line-height:1.15;margin:0 0 .5em;color:var(--ink)}h1{font-size:clamp(2.1rem,5vw,3.6rem);font-weight:800}h2{font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:700}h3{font-size:1.25rem;font-weight:700}a{color:var(--blue);text-decoration:none}a:hover{color:var(--blue-dark)}img{max-width:100%;display:block}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 1.25rem}.section{padding:clamp(3rem,7vw,5.5rem) 0}.section--tight{padding:clamp(2rem,4vw,3rem) 0}.section--alt{background:#fff}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;font-weight:700;color:var(--red);margin-bottom:.6rem}.lead{font-size:1.15rem;color:var(--muted);max-width:60ch}.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-family:Poppins,sans-serif;padding:.85rem 1.6rem;border-radius:999px;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;font-size:1rem}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--red);color:#fff;box-shadow:0 8px 20px #9a2a2a4d}.btn--primary:hover{background:var(--red-dark);color:#fff}.btn--solid{background:var(--blue);color:#fff;box-shadow:0 8px 20px #14338b40}.btn--solid:hover{background:var(--blue-dark);color:#fff}.btn--ghost{background:#ffffff1f;color:#fff;border-color:#ffffffb3}.btn--ghost:hover{background:#fff;color:var(--blue)}.btn--outline{background:transparent;color:var(--blue);border-color:var(--blue)}.btn--outline:hover{background:var(--blue);color:#fff}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.grid{display:grid;gap:1.5rem}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.page-hero{background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:#fff;padding:clamp(2.5rem,6vw,4rem) 0;position:relative;overflow:hidden}.page-hero:after{content:"\2602";position:absolute;right:-20px;bottom:-50px;font-size:14rem;opacity:.07}.page-hero h1{color:#fff;margin-bottom:.4rem}.page-hero p{color:#dbe4ff;max-width:60ch;margin:0;font-size:1.1rem}.page-hero .eyebrow{color:var(--blue-soft)}.ticks{list-style:none;padding:0;margin:0}.ticks li{position:relative;padding-left:1.8rem;margin-bottom:.7rem}.ticks li:before{content:"\2713";position:absolute;left:0;top:0;color:#fff;background:var(--red);width:1.2rem;height:1.2rem;border-radius:50%;display:grid;place-items:center;font-size:.75rem;font-weight:700}.field{margin-bottom:1.1rem}.field label{display:block;font-weight:600;margin-bottom:.35rem;font-size:.92rem}.field input,.field select,.field textarea{width:100%;padding:.8rem 1rem;border:1px solid var(--line);border-radius:10px;font:inherit;background:#fff}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #14338b1f}
