.hero{position:relative;width:100%;min-height:86vh;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);padding:138px 0 90px;overflow:hidden}.hero:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:820px;height:820px;max-width:130%;background:radial-gradient(circle,var(--hero-glow),transparent 62%);pointer-events:none}.hero-inner{display:flex;justify-content:center;width:100%;position:relative;z-index:1}.hero-text{max-width:1120px;margin:0 auto;text-align:center}.hero-title{font-size:clamp(2.8rem,7vw,6rem);line-height:1.02;letter-spacing:-.02em;margin-bottom:28px}@media (min-width:769px){.hero-title-line-inner{white-space:nowrap}}.hero-title-line{display:block;overflow:hidden;padding-bottom:.08em;margin-bottom:-.08em}.hero-title-line-inner{display:block;will-change:transform}.hero-accent{color:var(--color-green)}.hero-subtitle{font-size:clamp(1.05rem,2vw,1.3rem);max-width:620px;margin:0 auto 44px;color:var(--text-secondary);text-transform:none;line-height:1.7}.hero-cta{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.hero-trust{margin-top:30px;font-size:.92rem;color:var(--text-muted)}.hero-trust strong{color:var(--color-green);font-weight:600}@media (max-width:768px){.hero{min-height:auto;padding:130px 0 70px}}