*{box-sizing:border-box}body{margin:0;background:#08080a;font-family:Manrope,system-ui,sans-serif;color:#f4f4f6}a{color:#3b82f6;text-decoration:none}a:hover{color:#f472b6}button{font-family:Manrope,system-ui,sans-serif;cursor:pointer}::-webkit-scrollbar{width:0}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.header-nav{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.hero-title{font-size:clamp(34px,6vw,56px)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cta-card{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:40px}}@media(max-width:720px){.features-grid{grid-template-columns:1fr}}@media(max-width:560px){.header-nav{gap:14px}}
