.step.completed .step-number{background:#ffd700;color:#000}.step.completed .step-title{color:#ffd700}.photo-preview-item{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:1}.photo-preview-item img{width:100%;height:100%;object-fit:cover}.photo-preview-item .remove-photo{position:absolute;top:5px;right:5px;background:rgba(0,0,0,.7);color:white;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.photo-preview-item .remove-photo:hover{background:rgba(255,0,0,.8)}.submit-btn.loading{position:relative}.submit-btn.loading::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:3px solid rgba(0,0,0,.2);border-top-color:#000;border-radius:50%;animation:spin .8s linear infinite;z-index:1}.submit-btn.loading span{position:relative;z-index:0}.success-message-container.active{display:block}.error-message{color:#f00;font-size:.875rem;margin-top:5px;display:block}.field-error{border-color:#f00!important;box-shadow:0 0 0 4px rgba(255,0,0,.2)!important}