:root{color-scheme:dark;font-family:Arial,sans-serif;background:#07140f;color:#f3f5ef}*{box-sizing:border-box}body{margin:0}main{min-height:100vh;background:radial-gradient(circle at 75% 15%,#174d34 0,transparent 35%);padding:8vw}.hero{max-width:850px;padding:8vh 0}.eyebrow{color:#66e39c;font-size:.75rem;font-weight:700;letter-spacing:.2em}h1{font-size:clamp(4rem,12vw,9rem);letter-spacing:-.08em;line-height:.85;margin:.3em 0}h1 span{color:#66e39c}.lede{max-width:650px;color:#b7c2bc;font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.55}.status{margin-top:2rem;display:inline-flex;gap:.7rem;align-items:center;border:1px solid #355247;padding:.7rem 1rem;border-radius:99px;font-size:.85rem}.status i{width:8px;height:8px;border-radius:50%;background:#66e39c;box-shadow:0 0 10px #66e39c}.features{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #355247;grid-gap:3rem;gap:3rem;padding-top:2rem}article b{color:#66e39c;font-size:.75rem}article h2{margin:.6rem 0}article p{color:#8fa198;line-height:1.5}@media (max-width:700px){.features{grid-template-columns:1fr;gap:1rem}}