.stepper-container{max-width:900px;margin:auto}.stepper-header{display:flex;justify-content:space-between;margin-bottom:40px;position:relative}.stepper-header:before{content:"";position:absolute;top:18px;left:0;width:100%;height:2px;background:#e6e6e6}.step{position:relative;z-index:2;text-align:center;flex:1}.step-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #00000014}.step-circle{width:36px;height:36px;border-radius:50%;background:#e6e6e6;margin:auto;display:flex;align-items:center;justify-content:center;font-weight:600;transition:.3s}.step.active .step-circle,.step.completed .step-circle{background:#009247;color:#fff}.step-label{font-size:.8rem;margin-top:6px;color:#777}.stepper-buttons{display:flex;justify-content:space-between;margin-top:25px}
