*{box-sizing:border-box}body{margin:0;background:#f8f9f5;color:#25332d;font:17px/1.75 system-ui,-apple-system,"Segoe UI",sans-serif}header,main,footer{max-width:820px;margin:auto;padding:28px}header{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #dce3dd}.brand{font-size:25px;font-weight:800;text-decoration:none;letter-spacing:-1px;display:flex;align-items:center;gap:10px}.mark{display:grid;place-items:center;width:38px;height:38px;background:#236447;color:#f0f2db;border-radius:11px;font-size:29px}nav{display:flex;gap:18px;font-size:14px}a{color:#205f44;text-underline-offset:4px}h1{font-size:clamp(30px,6vw,43px);line-height:1.2;letter-spacing:-1.3px;margin:28px 0}h2{font-size:22px;line-height:1.4;margin:36px 0 10px}p{margin:0 0 18px}footer{border-top:1px solid #dce3dd;color:#56655b;font-size:14px;margin-top:35px}@media(max-width:520px){header{align-items:flex-start;flex-direction:column}header,main,footer{padding:22px}}