.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:120px 2rem 80px}.hero--gradient{background:linear-gradient(135deg,#0d0d0d,#1a1f2e 25%,#0f1419 50%,#1a1f2e 75%,#0d0d0d)}.hero--gradient:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at top left,rgba(13,148,136,.12) 0,transparent 50%),radial-gradient(ellipse at bottom right,rgba(45,212,191,.08) 0,transparent 50%);pointer-events:none}.hero--solid{background:var(--elystrum-dark-bg,#0a0e27)}.hero--video{background:#000}.hero__background-video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero__video{width:100%;height:100%;object-fit:cover}.hero__video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(10,14,39,.7)}.hero__container{position:relative;z-index:1;max-width:1400px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.hero__content{display:flex;flex-direction:column;gap:2rem}.hero__headline{font-size:clamp(48px,6vw,80px);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin:0;color:#fff;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;max-width:100%}.hero__subheadline{font-size:clamp(18px,2vw,24px);font-weight:400;line-height:1.6;color:hsla(0,0%,100%,.85);margin:0;max-width:600px}.hero__cta-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.hero__trust-signal{margin-top:1rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.hero__trust-signal p{font-size:14px;font-weight:500;color:hsla(0,0%,100%,.6);margin:0;display:flex;align-items:center;gap:.5rem}.hero__trust-signal p:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:rgba(13,148,136,.25);border-radius:50%;color:var(--ec-industrial-accent-glow,#2dd4bf);font-size:12px;font-weight:700;flex-shrink:0}.hero__visual{position:relative;display:flex;align-items:center;justify-content:center}.hero__image{max-width:100%;height:auto;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:heroImageFadeIn .8s ease-out}@keyframes heroImageFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:2}.hero__scroll-arrow{width:30px;height:50px;border:2px solid hsla(0,0%,100%,.3);border-radius:25px;position:relative}.hero__scroll-arrow:before{content:"";position:absolute;top:8px;left:50%;transform:translateX(-50%);width:6px;height:6px;background:hsla(0,0%,100%,.5);border-radius:50%;animation:scrollBounce 2s infinite}@keyframes scrollBounce{0%,to{transform:translateX(-50%) translateY(0);opacity:1}50%{transform:translateX(-50%) translateY(20px);opacity:0}}@media (max-width:768px){.hero{min-height:85vh;padding:100px 1.5rem 60px}.hero__container{grid-template-columns:1fr;gap:3rem}.hero__content{gap:1.5rem;text-align:center}.hero__headline{font-size:clamp(36px,8vw,48px)}.hero__subheadline{max-width:100%;margin:0 auto}.hero__cta-group{flex-direction:column;align-items:stretch;gap:.75rem}.hero__cta-group button{width:100%}.hero__trust-signal p{justify-content:center}.hero__visual{order:-1}.hero__scroll-indicator{display:none}}@media (max-width:480px){.hero{padding:80px 1rem 40px}.hero__headline{font-size:36px}.hero__subheadline{font-size:16px}.hero__trust-signal{padding-top:1rem}}@media (max-width:375px){.hero{min-height:80vh;padding:90px .75rem 50px}.hero__container{gap:2.5rem;min-width:0}.hero__content{gap:1.25rem;min-width:0}.hero__headline{font-size:clamp(32px,7vw,40px)}.hero__subheadline{font-size:17px}.hero__cta-group{gap:.625rem;min-width:0}.hero__cta-group button{width:100%;min-width:0}.hero__trust-signal{padding-top:1.25rem}.hero__trust-signal p{font-size:13px}}@media (max-width:320px){.hero__headline{font-size:32px}.hero__cta-group{gap:.5rem}}@media (prefers-reduced-motion:reduce){.hero__image,.hero__scroll-arrow:before{animation:none}.hero__image{opacity:1;transform:none}}@media (prefers-contrast:high){.hero__headline{-webkit-text-fill-color:#fff;background:none}.hero__trust-signal{border-top-color:hsla(0,0%,100%,.3)}}