.hero{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);padding:170px 0 100px;overflow:hidden}.hero:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:760px;height:760px;max-width:120%;background:radial-gradient(circle,rgba(20,184,127,.12),transparent 65%);pointer-events:none}.hero-inner{display:flex;justify-content:center;width:100%;position:relative;z-index:1}.hero-text{max-width:880px;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}.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}}