*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#f6f7fb;color:#172033}header{height:70px;background:#fff;border-bottom:1px solid #e7eaf0;display:flex;align-items:center;justify-content:space-between;padding:0 7%;position:sticky;top:0;z-index:2}header nav{display:flex;gap:22px;font-size:14px}.logo{font-weight:900}.hero{padding:90px 7%;display:grid;grid-template-columns:1.4fr .6fr;gap:40px;background:linear-gradient(135deg,#f6f7fb,#e9edf6)}section{padding:70px 7%;max-width:1250px;margin:auto}.hero h1{font-size:clamp(48px,7vw,82px);margin:12px 0;letter-spacing:-.05em}.hero p{font-size:19px;color:#687286;max-width:650px}.hero-box,.panel,.card,.result{background:#fff;border:1px solid #e1e5ed;border-radius:18px;padding:25px;box-shadow:0 12px 35px #1720330b}.hero-box strong,.panel strong{display:block;font-size:28px;margin:15px 0}.hero-box small{color:#707a8d}.btn,button{display:inline-block;border:0;border-radius:10px;padding:12px 17px;background:#172033;color:#fff;font-weight:800;cursor:pointer}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card h3{margin:8px 0}.card p,.result{color:#687286}.list{display:grid;gap:10px}.result{display:flex;justify-content:space-between}form{display:flex;max-width:650px;gap:10px}input{flex:1;padding:13px;border:1px solid #d9dee8;border-radius:10px;font-size:16px}footer{padding:35px 7%;background:#fff;color:#687286;border-top:1px solid #e7eaf0}@media(max-width:750px){.hero,.grid{grid-template-columns:1fr}header nav{display:none}.result{flex-direction:column;gap:5px}form{flex-direction:column}}
