:root{color-scheme:light;--ink:#11130f;--muted:#60665d;--line:#dfe1da;--paper:#f5f6f1;--blue:#3157ff;--acid:#d7ff3f}*{box-sizing:border-box}html{font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--paper)}body{margin:0}header,footer{max-width:920px;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin:auto;padding:16px 24px;border-bottom:1px solid var(--line)}header a:first-child{font-weight:900}header a:last-child{min-height:42px;display:flex;align-items:center;padding:0 14px;border-radius:5px;background:var(--ink);color:#fff}a{color:var(--blue);text-decoration:none}main{max-width:780px;margin:auto;padding:80px 24px 100px}.eyebrow{color:var(--muted);font-size:12px;font-weight:800}h1{max-width:680px;margin:20px 0 28px;font-size:clamp(44px,7vw,76px);line-height:1}h2{margin:52px 0 14px;font-size:24px}p,li{font-size:17px;line-height:1.72}.lead{max-width:680px;color:var(--muted);font-size:21px}ul{display:grid;gap:10px;padding-left:22px}footer{border-top:1px solid var(--line);border-bottom:0}footer a{min-height:44px;display:flex;align-items:center;font-weight:700}@media(max-width:600px){main{padding:56px 18px 80px}header,footer{padding:14px 18px}h1{font-size:48px}.lead{font-size:18px}p,li{font-size:16px}footer{align-items:flex-start;flex-direction:column}}
