:root{color-scheme:dark;font-family:Inter,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;background:#07130f;color:#eef8f3}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 50% 0,rgb(24 98 67 / 55%),transparent 38rem),linear-gradient(180deg,#0a1d16 0,#06100d 100%);line-height:1.65}main{width:min(920px,calc(100% - 32px));margin:0 auto;padding:32px 0 64px}article,header{border:1px solid rgb(157 224 190 / 18%);background:rgb(7 25 18 / 82%);box-shadow:0 18px 60px rgb(0 0 0 / 28%)}header{margin-bottom:18px;padding:14px 20px;border-radius:14px}header a,nav a{color:#bcebd1}article{padding:clamp(24px,5vw,52px);border-radius:18px}h1,h2{line-height:1.18}h1{max-width:760px;margin:0;font-size:clamp(2rem, 6vw, 3.8rem)}h2{margin-top:2.1rem;color:#c9f4dc}.lead{max-width:760px;margin:1.35rem 0 2rem;color:#d7e9df;font-size:1.18rem}.cta{display:inline-block;margin:1.5rem 0;padding:.8rem 1.25rem;border-radius:999px;background:#37b978;color:#04120b;font-weight:750;text-decoration:none}nav{display:flex;flex-wrap:wrap;gap:.7rem 1rem;margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid rgb(157 224 190 / 16%)}@media (max-width:520px){main{width:min(100% - 20px,920px);padding-top:10px}article{padding:24px 20px}}