*{box-sizing:border-box}body{margin:0;background:#f5f4ef;color:#21332f;font:18px/1.65 system-ui,sans-serif}header,main,footer{max-width:920px;margin:auto;padding:28px}header{display:flex;justify-content:space-between;border-bottom:1px solid #d8ded6}a{color:#22604b;text-underline-offset:5px}header a{text-decoration:none}h1{font-size:clamp(38px,6vw,66px);line-height:1.1;letter-spacing:-.04em;max-width:700px;margin:50px 0 25px}h2{line-height:1.3}p{max-width:710px}.intro{font-size:22px;color:#596960}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;margin:48px 0}.card{padding:24px;background:#fff;border:1px solid #dde3da;border-radius:10px}.label{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#587863}footer{font-size:14px;color:#66766e;border-top:1px solid #d8ded6}code{font-size:15px;background:#e9eee7;padding:3px 6px;border-radius:4px}