@keyframes zoomSlideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes zoomPulse{0%,100%{opacity:1}50%{opacity:.3}}@keyframes zoomGlitch{0%,100%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(2px,-2px)}60%{transform:translate(-1px,-1px)}80%{transform:translate(1px,1px)}}@keyframes zoomMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes zoomFadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.zoom-hero-line span{display:inline-block;transform:translateY(100%);animation:zoomSlideUp .8s cubic-bezier(.25,.46,.45,.94) forwards}.zoom-hero-line:nth-child(2) span{animation-delay:.15s}.zoom-hero-line:nth-child(3) span{animation-delay:.3s}.zoom-pulse{animation:zoomPulse 2s infinite}.zoom-pulse-dot::before{content:'';width:6px;height:6px;background:var(--zoom-accent);border-radius:50%;animation:zoomPulse 2s infinite}.zoom-glitch:hover{animation:zoomGlitch .3s ease infinite}.zoom-marquee-track{display:flex;animation:zoomMarquee 25s linear infinite;width:max-content}.zoom-animate-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.zoom-animate-in.zoom-visible{opacity:1;transform:translateY(0)}.zoom-stagger>:first-child{transition-delay:0s}.zoom-stagger>:nth-child(2){transition-delay:0.1s}.zoom-stagger>:nth-child(3){transition-delay:0.2s}.zoom-stagger>:nth-child(4){transition-delay:0.3s}.zoom-stagger>:nth-child(5){transition-delay:0.4s}.zoom-stagger>:nth-child(6){transition-delay:0.5s}.zoom-counter{font-variant-numeric:tabular-nums}.zoom-text-stroke{-webkit-text-stroke:2px var(--zoom-white);color:transparent}