:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#172033;background:#f8f9fc;line-height:1.55}*{box-sizing:border-box}body{margin:0}header,footer{max-width:1180px;margin:auto;padding:24px;display:flex;justify-content:space-between;gap:24px}.brand{font-weight:800;font-size:20px;color:#334e9e;text-decoration:none}nav,footer{display:flex;gap:22px}a{color:#334e9e}.hero{max-width:1180px;margin:40px auto;padding:48px 24px;display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.hero h1{font-size:clamp(44px,6vw,76px);line-height:1.02;letter-spacing:-.04em;margin:20px 0}.hero p{font-size:20px;color:#586174}.button{display:inline-block;background:#334e9e;color:white;padding:14px 20px;border-radius:12px;text-decoration:none;font-weight:700}.phone{background:white;border:10px solid #172033;border-radius:40px;padding:28px 20px;box-shadow:0 28px 70px #334e9e22}.phone p{padding:16px;border-radius:16px;background:#f8f9fc}.features{max-width:1180px;margin:0 auto 80px;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.features article,.document{background:white;border-radius:20px;padding:28px}.document{max-width:820px;margin:50px auto}.document h1{font-size:44px}footer{border-top:1px solid #dfe3ee;justify-content:center}@media(max-width:760px){.hero,.features{grid-template-columns:1fr}.hero{padding-top:16px}}
