@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}body{margin:0;background:#f2f4f0;color:#152a25;font-family:Manrope,sans-serif}main{max-width:1440px;margin:auto;padding:30px 7vw}header{height:54px;display:flex;align-items:center;gap:14px;font:500 12px DM Mono;letter-spacing:.14em}nav{margin-left:auto;color:#68746f}.mark{display:grid;place-items:center;background:#c6f36c;width:31px;height:31px;border-radius:50%;font:800 18px Manrope}.hero{padding:110px 0 95px;max-width:750px}.eyebrow,small{font:500 11px DM Mono;letter-spacing:.12em;color:#55804e}.hero h1{font-size:clamp(56px,8vw,106px);letter-spacing:-.075em;line-height:.98;margin:25px 0}.lead{font-size:18px;line-height:1.7;color:#64706b;max-width:480px;margin:28px 0 32px}.button{display:inline-flex;gap:35px;align-items:center;background:#1c332c;color:#fff;padding:17px 20px;text-decoration:none;border-radius:5px;font-size:13px}.button b{color:#c6f36c}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cards article{padding:28px;background:#e6eae4;min-height:190px}.cards h2{font-size:25px;letter-spacing:-.04em;margin:28px 0 9px}.cards p{color:#65716b;font-size:13px;line-height:1.6;max-width:260px}footer{display:flex;justify-content:space-between;border-top:1px solid #d4d9d3;margin-top:75px;padding-top:20px;font:11px DM Mono;letter-spacing:.1em;color:#78827c}@media(max-width:700px){main{padding:22px}.hero{padding:80px 0}.cards{grid-template-columns:1fr}}
