.hero-section{align-items:center;min-height:100vh;display:flex;position:relative}.hero-overlay{z-index:1;background:linear-gradient(90deg,#0a0a0af2 0%,#0a0a0ab3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl);position:relative}.hero-text{max-width:800px}.hero-logo{max-width:150px;margin-bottom:var(--spacing-md)}.hero-title{letter-spacing:-1px;margin-bottom:var(--spacing-md);font-size:clamp(2.5rem,5vw,4.5rem)}.hero-subtitle{color:var(--color-text-muted);margin-bottom:var(--spacing-lg);max-width:600px;font-size:1.25rem;font-weight:300}.hero-cta-group{gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.hero-trust-badges{border-top:1px solid #ffffff1a;flex-wrap:wrap;gap:1.5rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.trust-badge{color:var(--color-text-muted);align-items:center;gap:.5rem;font-size:.9rem;font-weight:300;display:flex}.trust-badge svg{color:var(--color-primary)}@media (max-width:768px){.hero-trust-badges{flex-direction:column;gap:1rem;margin-top:2rem}}
