.profile-stepper{display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.profile-stepper__step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.profile-stepper__circle{width:40px;height:40px;border-radius:50%;background:#e9ecef;color:#6c757d;display:flex;align-items:center;justify-content:center;font-weight:500;transition:all .3s ease}.profile-stepper__circle.active{background:#7571f9;color:#fff;box-shadow:0 0 0 4px #7571f933}.profile-stepper__circle.completed{background:#6fd96f;color:#fff}.profile-stepper__label{font-size:.75rem;color:#6c757d;text-align:center}.profile-stepper__line{flex:1;height:2px;background:#e9ecef;min-width:40px;max-width:80px}@media (max-width: 576px){.profile-stepper__label{display:none}.profile-stepper__circle{width:32px;height:32px;font-size:.875rem}.profile-stepper__line{min-width:20px;max-width:40px}}
