@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap');*{box-sizing:border-box}body{margin:0;background:#fbfaf7;color:#091832;font-family:Manrope,system-ui,sans-serif}a{color:inherit;text-decoration:none}header,main,footer{width:min(1160px,calc(100% - 40px));margin:auto}header{height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e4df;font-size:12px;font-weight:700}.brand{display:flex;align-items:center;gap:10px;font-size:21px}.brand img{width:34px}.brand span{color:#168bea}.brand b{color:#081b3a}main{padding:100px 0 120px}.eyebrow{font-size:10px;letter-spacing:.16em;font-weight:800;color:#728096}h1{font-size:clamp(50px,7vw,92px);line-height:.96;letter-spacing:-.07em;max-width:900px;margin:23px 0}.lead{color:#68758a;font-size:17px;max-width:680px;line-height:1.7}section{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:70px}article{min-height:350px;padding:28px;border:1px solid #dedfe2;border-radius:22px;background:#fff;display:flex;flex-direction:column}article>span{font-size:9px;letter-spacing:.1em;color:#168047;font-weight:800}article h2{font-size:34px;letter-spacing:-.05em;margin-top:auto;margin-bottom:8px}article p{color:#6a7689;font-size:13px;line-height:1.6}article a{font-size:12px;font-weight:800;margin-top:20px}.soon{background:#f5f5f2}.soon>span{color:#8a91a0}footer{height:90px;border-top:1px solid #e5e4df;display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#778194}@media(max-width:800px){main{padding:70px 0 90px}section{grid-template-columns:1fr}article{min-height:260px}}
