.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-in-up.visible{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transform:translateX(-30px);transition:opacity .6s ease,transform .6s ease}.fade-in-left.visible{opacity:1;transform:translateX(0)}.fade-in-right{opacity:0;transform:translateX(30px);transition:opacity .6s ease,transform .6s ease}.fade-in-right.visible{opacity:1;transform:translateX(0)}.fade-in-up:nth-child(1){transition-delay:.1s}.fade-in-up:nth-child(2){transition-delay:.2s}.fade-in-up:nth-child(3){transition-delay:.3s}.fade-in-up:nth-child(4){transition-delay:.4s}.fade-in-up:nth-child(5){transition-delay:.5s}.scale-in{opacity:0;transform:scale(.9);transition:opacity .5s ease,transform .5s ease}.scale-in.visible{opacity:1;transform:scale(1)}.circuit-line path{transition:stroke-dashoffset .5s ease-out}.circuit-node{transition:opacity .3s ease}.circuit-node.active{opacity:1}.process-step{opacity:0;transform:translateX(-50px);transition:opacity .6s ease,transform .6s ease}.process-step:nth-child(even){transform:translateX(50px)}.process-step.visible{opacity:1;transform:translateX(0)}.process-step:nth-child(1){transition-delay:.1s}.process-step:nth-child(2){transition-delay:.2s}.process-step:nth-child(3){transition-delay:.3s}.process-step:nth-child(4){transition-delay:.4s}.process-step:nth-child(5){transition-delay:.5s}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(39,174,96,.7)}70%{box-shadow:0 0 0 15px rgba(39,174,96,0)}100%{box-shadow:0 0 0 0 rgba(39,174,96,0)}}.step-icon.pulse{animation:pulse 2s infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.loading{animation:spin 1s linear infinite}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.smooth-transition{transition:all .3s ease}.page-transition{animation:fadeIn .5s ease-in}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.parallax{transition:transform .1s ease-out}