.hero{background:var(--gunmetal);overflow:hidden;padding:120px 32px 100px;position:relative}.hero:after{background:radial-gradient(ellipse 70% 60% at 80% 50%,rgba(255,118,56,.08) 0,transparent 70%);content:"";inset:0;pointer-events:none;position:absolute}.hero-inner{position:relative;z-index:1}.hero-eyebrow{align-items:center;color:var(--orange);display:inline-flex;font-size:11px;font-weight:700;gap:10px;letter-spacing:.12em;margin-bottom:24px;text-transform:uppercase}.hero-eyebrow:before{background:currentColor;content:"";flex-shrink:0;height:1.5px;width:24px}.hero-title{color:#fff;font-family:var(--font-display);font-size:clamp(52px,7vw,96px);font-weight:900;letter-spacing:-.035em;line-height:1;margin-bottom:28px;max-width:16ch;text-wrap:balance}.hero-title em{color:var(--orange);font-style:normal}.hero-lead{color:hsla(0,0%,100%,.6);font-size:clamp(16px,1.4vw,20px);line-height:1.6;margin-bottom:44px;max-width:50ch}.hero-lead p{margin:0}.hero-ctas{align-items:center;display:flex;flex-wrap:wrap;gap:16px}@media (max-width:640px){.hero{padding:96px 20px 72px}.hero-ctas{align-items:flex-start;flex-direction:column;gap:12px}.hero-ctas .btn-primary{justify-content:center;width:100%}}