.hero{position:relative;min-height:calc(100vh - 83px);min-height:calc(100dvh - 83px);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.hero-vignette{inset:0;--parallax-x:0px;--parallax-y:0px;background:radial-gradient(ellipse 70% 60% at 50% 45%,transparent 0,transparent 50%,rgba(0,0,0,.4) 100%);transform:translate(var(--parallax-x),var(--parallax-y))}.hero-aurora,.hero-vignette{position:absolute;opacity:0;will-change:transform}.hero-aurora{inset:-50%;background:radial-gradient(ellipse 60% 40% at 30% 20%,rgba(16,185,129,.08),transparent 50%),radial-gradient(ellipse 50% 35% at 70% 30%,rgba(16,185,129,.06),transparent 50%),radial-gradient(ellipse 40% 30% at 50% 60%,rgba(16,185,129,.04),transparent 50%);transform:scale(1) rotate(0deg)}.hero-animation-complete .hero-aurora{animation:auroraFlow 35s ease-in-out infinite}@keyframes auroraFlow{0%,to{transform:scale(1) rotate(0deg) translate(0)}25%{transform:scale(1.04) rotate(.8deg) translate(1.5%,-.8%)}50%{transform:scale(1.02) rotate(-.4deg) translate(-.8%,1.5%)}75%{transform:scale(1.06) rotate(.4deg) translate(.8%,.8%)}}.hero-spotlight{position:absolute;inset:0;z-index:2;background:radial-gradient(ellipse 90% 70% at 50% 48%,rgba(16,185,129,.14),transparent 60%);opacity:.6;transform:scale(1)}.hero-animation-complete .hero-spotlight{animation:spotlightBreathe 14s ease-in-out infinite}@keyframes spotlightBreathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.88;transform:scale(1.04)}}.hero-particles{z-index:1;--parallax-x:0px;--parallax-y:0px;opacity:.7;transform:translate(var(--parallax-x),var(--parallax-y));will-change:transform}.hero-grain{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:128px 128px;opacity:0;mix-blend-mode:overlay}.hero-container{position:relative;z-index:1;width:100%;max-width:var(--container-max);margin:0 auto;padding-left:var(--container-padding);padding-right:var(--container-padding)}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:900px;margin:0 auto}.hero-overline{font-size:var(--font-size-overline);font-weight:var(--font-weight-semibold);letter-spacing:.1em;text-transform:uppercase;color:var(--accent-primary);margin-bottom:var(--space-3)}.hero-headline{font-size:var(--font-size-display);font-weight:var(--font-weight-bold);line-height:1.1;letter-spacing:-.02em;color:var(--text-primary);margin:0 0 var(--space-3) 0;text-shadow:1px 1px 0 rgba(0,0,0,1),2px 2px 0 rgba(0,0,0,1)}.hero-word{display:inline-block;opacity:0;will-change:transform,opacity,filter}.hero-word-space{display:inline}.hero-subheadline{font-size:var(--font-size-body);font-weight:var(--font-weight-regular);line-height:1.6;color:var(--text-secondary);max-width:var(--text-max-width);margin:0 0 var(--space-6) 0}.hero-ctas{display:flex;flex-direction:column;gap:var(--space-2);width:100%}.hero-ctas>*,.hero-ctas>*>.btn{width:100%;justify-content:center}@media (min-width:640px){.hero-ctas{flex-direction:row;justify-content:center;gap:var(--space-2)}.hero-ctas>*,.hero-ctas>*>.btn{width:auto}}@media (min-width:768px){.hero-headline,.hero-overline{margin-bottom:var(--space-4)}.hero-subheadline{margin-bottom:var(--space-8)}.hero-ctas{gap:var(--space-3)}}@media (min-width:1024px){.hero-content{max-width:1000px}.hero-spotlight{background:radial-gradient(ellipse 80% 60% at 50% 48%,rgba(16,185,129,.12),transparent 55%)}}@media (min-width:1280px){.hero-content{max-width:1100px}}@media (min-width:1536px){.hero-content{max-width:1200px}.hero-ctas{gap:var(--space-4)}}@media (min-width:1920px){.hero-content{max-width:1400px}}@media (min-width:2560px){.hero-content{max-width:1600px}}.hero-overline,.hero-subheadline{opacity:0;will-change:transform,opacity,filter}.hero-ctas .btn{opacity:0}.hero-animation-complete .hero-ctas .btn,.hero-animation-complete .hero-overline,.hero-animation-complete .hero-subheadline,.hero-animation-complete .hero-word{opacity:1;will-change:auto}.hero--offscreen .hero-aurora,.hero--offscreen .hero-spotlight{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.hero-ctas .btn,.hero-overline,.hero-subheadline,.hero-word{opacity:1!important;transform:none!important;filter:none!important;will-change:auto}.hero-vignette{opacity:1!important}.hero-aurora{opacity:.6!important}.hero-aurora,.hero-spotlight{animation:none!important;transform:none!important}.hero-spotlight{opacity:1!important}.hero-grain{opacity:.045!important}}