@keyframes fadeUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.hero__content,.hero__image-wrapper,.service-card,.case-card,.system-card{animation:fadeUp .65s ease both}.hero__image-wrapper{animation-delay:.08s}.service-card:nth-child(2){animation-delay:.05s}.service-card:nth-child(3){animation-delay:.1s}.service-card:nth-child(4){animation-delay:.15s}.service-card:nth-child(5){animation-delay:.2s}@media(prefers-reduced-motion:reduce){.hero__content,.hero__image-wrapper,.service-card,.case-card,.system-card{animation:none}}
