:root{--blue:#0077cc;--deep:#003d82;--orange:#fdb515;--pale:#f5fafc;--text:#243746;--line:#c9d9e6}*{box-sizing:border-box}body{margin:0;color:var(--text);font-family:system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55}.wrap{max-width:1120px;margin:auto;padding:0 24px}.nav{display:flex;align-items:center;justify-content:space-between;padding:18px 0;gap:18px}.logo{display:inline-flex;text-decoration:none}.logo img{display:block;height:52px;width:auto}.nav a:not(.logo){color:var(--blue);font-weight:700;text-decoration:none}.hero{background-blend-mode:normal;background-color:#003d82;background-position:center;background-size:cover;color:#fff;display:flex;align-items:center;min-height:780px;padding:82px 0 76px}.eyebrow{color:#ffdb72;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:13px}.hero h1{font-size:clamp(38px,5vw,62px);line-height:1.05;max-width:760px;margin:10px 0 20px}.hero p{max-width:650px;font-size:19px;margin:0 0 27px}.button{display:inline-block;background:var(--orange);color:#16212b;font-weight:850;padding:14px 23px;border-radius:10px;text-decoration:none}section{padding:70px 0}h2{color:var(--deep);font-size:34px;line-height:1.15;margin:0 0 18px}.lead{font-size:18px;max-width:760px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.card{border:1px solid var(--line);border-radius:14px;padding:23px;background:#fff}.card h3{color:var(--deep);margin:0 0 8px}.card p{margin:0}.muted{background:var(--pale)}.cta{background:#003d82;color:#fff;text-align:center}.cta h2{color:#fff}.cta p{font-size:18px;max-width:650px;margin:0 auto 24px}footer{background:#031c2e;color:#d3e5ee;padding:34px 0}.foot{display:flex;justify-content:space-between;gap:20px}footer a{color:#fff}@media(max-width:768px){.wrap{padding:0 18px}.nav{align-items:flex-start;flex-direction:column}.logo img{height:46px}.hero{min-height:600px;padding:58px 0}.grid{grid-template-columns:1fr}section{padding:48px 0}.foot{flex-direction:column}}
