:root{--bg:#edf5f8;--navy:#071f2f;--blue:#155eef;--mint:#2dd4bf;--muted:#647887}*{box-sizing:border-box}html,body{margin:0;min-height:100%;scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--navy)}main{min-height:55vh;display:grid;place-items:center}.footer{background:#fff}.trust{display:flex;gap:12px;align-items:center;justify-content:center;flex-wrap:wrap;padding:16px;background:var(--navy);color:#fff}.trust span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.12)}.grid,.bottom{width:min(1160px,calc(100% - 32px));margin:auto}.grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px;padding:42px 0}.grid h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1;margin:0}.footer p,.footer a{color:var(--muted);line-height:1.8}.footer a{display:block;text-decoration:none;margin:8px 0}.footer a:hover{color:var(--blue)}.newsletter input{width:100%;min-height:44px;border:1px solid #d7e2e8;border-radius:8px;padding:0 12px}.newsletter button,.top-btn{margin-top:10px;border:0;border-radius:8px;background:var(--navy);color:#fff;padding:12px 16px;font-weight:900}.newsletter button:hover,.top-btn:hover{background:var(--blue)}.newsletter p{min-height:20px;margin:8px 0;color:#087f5b}.bottom{display:flex;justify-content:space-between;gap:18px;align-items:center;flex-wrap:wrap;padding:18px 0;border-top:1px solid #d7e2e8;color:var(--muted)}@media(max-width:850px){.grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.grid{grid-template-columns:1fr}}
