:root{--ink:#14243b;--soft:#526479;--brand:#136e57;--blue:#155eef;--line:#dfe6ed;--bg:#f7fafc;--max:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);line-height:1.65}a{color:var(--blue);text-underline-offset:3px}.wrap{max-width:var(--max);margin:auto;padding:0 24px}header{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--line);z-index:5}.nav{display:flex;justify-content:space-between;align-items:center;gap:22px;min-height:76px}.brand{display:flex;align-items:center;gap:10px;font-size:1.35rem;font-weight:800;color:var(--ink);text-decoration:none}.logo{width:34px;height:34px;background:linear-gradient(135deg,#136e57,#155eef);border-radius:11px;display:inline-block}.links{display:flex;flex-wrap:wrap;gap:16px}.links a{color:var(--ink);text-decoration:none;font-size:.96rem}.links a:hover{text-decoration:underline}.hero{background:linear-gradient(#fff,#f7fafc);padding:80px 0 58px}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--brand);font-weight:800;font-size:.8rem}h1{font-size:clamp(2.4rem,6vw,4.5rem);letter-spacing:-.045em;line-height:1.07;margin:.2em 0 .3em}h2{font-size:clamp(1.8rem,4vw,2.5rem);letter-spacing:-.03em;line-height:1.2;margin:0 0 16px}h3{line-height:1.3;margin:0 0 10px}.lead{font-size:1.19rem;color:var(--soft);max-width:740px}.section{padding:65px 0}.cream{background:#ecf6f2}.two{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.three{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:white;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 10px 30px #19345008}.card p:last-child{margin-bottom:0}.content{max-width:825px}.content h2{margin-top:40px}.content h2:first-child{margin-top:0}.content h3{margin-top:25px}.content li{margin:10px 0}.small{font-size:.91rem;color:var(--soft)}.callout{background:white;border-left:4px solid var(--blue);padding:14px 19px;border-radius:8px}.btn{display:inline-block;border:1px solid var(--line);background:white;padding:12px 19px;border-radius:10px;text-decoration:none;font-weight:750;color:var(--ink);margin:8px 8px 0 0}.btn.primary{background:var(--blue);border-color:var(--blue);color:white}footer{background:#102237;color:white;padding:46px 0}footer a{color:white}footer .small{color:#b8c5d2}.foot{display:grid;grid-template-columns:1fr 2fr;gap:40px}.footlinks{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 20px}@media(max-width:830px){.nav{align-items:flex-start;flex-direction:column;padding-top:14px;padding-bottom:15px}.hero-grid,.two,.three,.foot{grid-template-columns:1fr}.hero{padding:45px 0}.footlinks{grid-template-columns:1fr 1fr}}
