.reveal{opacity:0;transform:translate3d(0,18px,0);transition:opacity .7s ease,transform .7s ease;will-change:opacity,transform}
.reveal-left{transform:translate3d(-28px,0,0)}
.reveal-right{transform:translate3d(28px,0,0)}
.reveal-up{transform:translate3d(0,20px,0)}
.is-visible{opacity:1;transform:none}
.stagger .reveal:nth-child(2){transition-delay:.06s}
.stagger .reveal:nth-child(3){transition-delay:.12s}
.stagger .reveal:nth-child(4){transition-delay:.18s}
.stagger .reveal:nth-child(5){transition-delay:.24s}
.stagger .reveal:nth-child(6){transition-delay:.3s}
.hero-mockup{animation:floatMockup 8s ease-in-out infinite}
.srv-card,.port-card,.prob-card,.proc-card,.test-card,.zona-item{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
@keyframes floatMockup{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal,.srv-card,.port-card,.prob-card,.proc-card,.test-card,.zona-item,.hero-mockup{transition:none !important;animation:none !important;transform:none !important;opacity:1 !important}
}
