.steps-container{margin:0 auto;padding:1rem;width:100%}.steps-desktop{align-items:flex-end;display:flex;gap:1rem;justify-content:center}.step-card{align-items:center;background:#fff;border:2px solid #eee;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.05);cursor:pointer;display:flex;flex-direction:column;opacity:.7;padding:1rem;transform:scale(.8) translateY(20px);transition:transform .4s ease,border-color .4s ease;width:220px}.step-card-img{border-radius:8px;margin-bottom:.5rem;max-width:100%}.step-card-text{color:#333;font-size:.9rem;margin:0;text-align:center}.step-card.active{border-color:#57c1c9;opacity:1;transform:scale(1.1) translateY(0);z-index:2}.steps-mobile{display:none;margin-top:2rem;text-align:center}.mobile-step-wrapper{align-items:center;display:flex;gap:.8rem;justify-content:center;padding:0 1rem}#mobile-step-img{border-radius:8px;box-shadow:0 6px 20px rgba(0,0,0,.05);height:auto;max-width:220px;object-fit:contain;opacity:1;transition:opacity .4s ease;width:100%}#mobile-step-img.fade-out{opacity:0}#mobile-step-text{color:#333;font-size:1rem;margin:1rem 0;transition:opacity .4s ease}#mobile-step-text.fade-out{opacity:0}.mobile-steps-nav{display:flex;gap:.6rem;justify-content:center}.mobile-steps-nav span{align-items:center;background:#57c1c9;border-radius:50%;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;height:36px;justify-content:center;transition:background .2s ease;width:36px}.mobile-steps-nav span:hover{background:#45aeb5}.active-number{background:#003b55!important}.nav-arrow{align-items:center;background:#57c1c9;border:none;border-radius:50%;cursor:pointer;display:flex;height:44px;justify-content:center;transition:background .2s ease;width:44px}.nav-arrow:hover{background:#45aeb5}.nav-arrow svg{stroke:#fff;height:20px;width:20px}@media (max-width:768px){.steps-desktop{display:none}.steps-mobile{display:block}}