.step-item{display:flex;flex-direction:column;align-items:center;position:relative}.step-number{width:40px;height:40px;border-radius:50%;background-color:#e8ecf2;color:#4b5563;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:8px;transition:all .3s}.step-item.active .step-number{background-color:#3f7de0;color:#fff}.step-item.completed .step-number{background-color:#4ca658;color:#fff}.step-label{font-size:.875rem;color:#4b5563}.step-item.active .step-label{color:#3f7de0;font-weight:600}.step-connector{width:60px;height:2px;background-color:#e8ecf2;margin:-20px 8px 0}.step-connector.completed{background-color:#4ca658}.step-content{display:none}.step-content.active{display:block}
