.step-item{opacity:0;animation:.6s forwards fadeUp;transform:translateY(30px)}.step-item:first-child{animation-delay:.1s}.step-item:nth-child(2){animation-delay:.3s}.step-item:nth-child(3){animation-delay:.5s}.step-item:nth-child(4){animation-delay:.7s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.icon-box{background:#eff6ff;border-radius:9999px;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:15px;transition:all .3s;display:flex}@media (width>=768px){.icon-box{width:130px;height:130px}}.icon-img{width:50px;transition:transform .3s}@media (width>=768px){.icon-img{width:60px}}.icon-box:hover .icon-img{transform:scale(1.1)}@media (width<=640px){.px-16{padding-left:1rem;padding-right:1rem}button{min-height:44px}}.step-item:hover .icon-box{background:#dbeafe;transform:translateY(-8px)scale(1.05);box-shadow:0 10px 25px #0000001a}.step-item:hover .icon-img{transform:scale(1.2)rotate(5deg)}.step-item:hover h3{color:#2563eb}
