.ev-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 80px;display:flex;position:relative}.ev-hero:before{content:"";background:radial-gradient(circle, var(--navy-glow) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:600px;max-width:100%;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%)}.ev-hero__title{letter-spacing:-.03em;max-width:800px;margin-bottom:24px;font-size:clamp(42px,6vw,72px);font-weight:900;line-height:1.05}.ev-hero__accent{color:var(--navy)}.ev-hero__sub{color:var(--muted);max-width:560px;margin-bottom:48px;font-size:clamp(16px,2vw,20px);font-weight:500;line-height:1.6}.ev-hero__ctas{align-items:center;gap:16px;display:flex}@media (width<=900px){.ev-hero__ctas{flex-direction:column;width:100%;max-width:320px}.ev-hero__ctas .ev-btn{text-align:center;width:100%}}