.hero-animation__stage{position:relative;width:100%;max-width:1080px;aspect-ratio:900/400;margin:0 auto;overflow:visible}.hero-animation__coord-box{position:absolute;top:0;left:50%;width:900px;height:400px;transform:translateX(-50%) scale(var(--hero-anim-scale,1));transform-origin:top center}.hero-animation__svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1}.hero-animation__curve{fill:none;stroke-width:1.9;stroke-linecap:round;stroke-dasharray:none}.hero-animation__curve--lane-left-0{opacity:.95}.hero-animation__curve--lane-left-1{opacity:.92}.hero-animation__curve--lane-left-2,.hero-animation__curve--lane-right-0{opacity:.95}.hero-animation__curve--lane-right-1{opacity:.92}.hero-animation__curve--lane-right-2{opacity:.95}.hero-animation__beam-node{position:absolute;top:0;left:0;width:8px;height:8px;border-radius:50%;background:rgba(26,26,42,.95);border:1px solid rgba(61,95,160,.35);box-shadow:0 0 14px rgba(61,95,160,.25);z-index:2;offset-anchor:center center;offset-rotate:0deg;opacity:0;animation:hero-beam-node-walk 3s linear infinite}.hero-animation__beam-node--right{animation-duration:3.2s;box-shadow:0 0 16px rgba(230,238,255,.24)}@keyframes hero-beam-node-walk{0%{offset-distance:0;opacity:0}10%{opacity:1}78%{opacity:1}to{offset-distance:100%;opacity:0}}.hero-animation__motion-layer{position:absolute;inset:0;z-index:2}.hero-animation__center{position:absolute;left:50%;top:50%;z-index:5;width:110px;height:110px;border-radius:50%;background:#0c1830;border:2px solid #3d5fa0;box-shadow:0 0 30px rgba(61,95,160,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-50%,-50%);animation:hero-center-pulse 2s ease-in-out infinite}.hero-animation__browser-dots{display:flex;gap:4px;margin-bottom:8px}.hero-animation__dot{width:8px;height:8px;border-radius:50%}.hero-animation__dot--red{background:#ff5f57}.hero-animation__dot--yellow{background:#ffbd2e}.hero-animation__dot--green{background:#28c840}.hero-animation__line{height:4px;background:#1e3260;border-radius:2px;margin-bottom:4px}.hero-animation__line--1{width:80%}.hero-animation__line--2{width:60%}.hero-animation__line--3{width:70%;margin-bottom:0}.hero-animation__avatar{width:40px;height:40px;border-radius:50%;justify-content:center;animation:hero-avatar-entra 2.8s linear infinite}.hero-animation__avatar,.hero-animation__cajita{position:absolute;top:0;left:0;background:#0c1830;border:1px solid #1e3260;display:flex;align-items:center;z-index:4;offset-anchor:center center;offset-rotate:0deg;offset-distance:0;opacity:0}.hero-animation__cajita{gap:8px;padding:8px 16px;border-radius:100px;white-space:nowrap;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:500;color:#f2f2f2;animation:hero-cajita-sale var(--item-duration,3.2s) linear infinite;animation-delay:var(--item-delay,0s);isolation:isolate}.hero-animation__cajita--glow-green{box-shadow:0 0 12px #4caf7d44}.hero-animation__cajita--glow-blue{box-shadow:0 0 12px #3d5fa044}.hero-animation__cajita:before{content:"";position:absolute;top:50%;left:1px;width:138px;height:10px;transform:translate(-100%,-50%);border-radius:100px;pointer-events:none;z-index:-1;opacity:0;filter:blur(4px);background:linear-gradient(90deg,rgba(86,150,255,0),rgba(142,189,255,.11) 54%,rgba(225,240,255,.2));animation:hero-cajita-trail-fade var(--item-duration,3.2s) linear infinite;animation-delay:var(--item-delay,0s)}@keyframes hero-avatar-entra{0%{offset-distance:0;opacity:0}10%{opacity:1}35%{offset-distance:18%;opacity:1}70%{offset-distance:52%;opacity:1}85%{offset-distance:78%;opacity:1}to{offset-distance:100%;opacity:0}}@keyframes hero-cajita-sale{0%{offset-distance:0;opacity:0}8%{opacity:1}70%{opacity:1}to{offset-distance:100%;opacity:0}}@keyframes hero-cajita-trail-fade{0%{opacity:0}14%{opacity:.44}70%{opacity:.2}to{opacity:0}}@keyframes hero-center-pulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.04)}}