#signUpForm{max-width:600px;background-color:#fff;margin:100px auto;padding:50px;box-shadow:0 4px 12px #0000001a;border-radius:6px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#signUpForm .form-header{gap:5px;text-align:center;font-size:1em;margin-bottom:30px}#signUpForm .form-header .stepIndicator{position:relative;flex:1;padding-bottom:25px;font-weight:500;color:#9b9b9b}#signUpForm .form-header .stepIndicator.active,#signUpForm .form-header .stepIndicator.finish{font-weight:600;color:#333}#signUpForm .form-header .stepIndicator:before{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);z-index:9;width:20px;height:20px;background-color:#d5d5d5;border-radius:50%;border:3px solid #e0e0e0}#signUpForm .form-header .stepIndicator.active:before{background-color:#b0b0b0;border:3px solid #d0d0d0}#signUpForm .form-header .stepIndicator.finish:before{background-color:#333;border:3px solid #bbb}#signUpForm .form-header .stepIndicator:after{content:"";position:absolute;left:50%;bottom:8px;width:100%;height:3px;background-color:#f1f1f1}#signUpForm .form-header .stepIndicator.active:after{background-color:#b0b0b0}#signUpForm .form-header .stepIndicator.finish:after{background-color:#333}#signUpForm .form-header .stepIndicator:last-child:after{display:none}#signUpForm input{padding:14px 20px;width:100%;font-size:1em;border:1px solid #e3e3e3;border-radius:5px;transition:border-color .3s ease}#signUpForm input:focus{border:1px solid #333333;outline:none}#signUpForm input.invalid{border:1px solid #ffaba5;background-color:#ffe5e5}#signUpForm .step{display:none}#signUpForm .form-footer{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:20px}#signUpForm .form-footer button{background-color:#333;border:none;color:#fff;padding:14px 30px;font-size:1em;cursor:pointer;border-radius:6px;transition:opacity .3s ease,background-color .3s ease;flex:1}#signUpForm .form-footer button:hover{opacity:.8;background-color:#555}#signUpForm .form-footer #prevBtn{background-color:#fff;color:#333;border:1px solid #333333;flex:.45}#signUpForm .form-footer #prevBtn:hover{opacity:.7;background-color:#f0f0f0}.radio-group{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;width:100%;text-align:center}.radio-group label{display:flex;align-items:center;cursor:pointer;font-size:1em;color:#666;padding:10px 15px;border-radius:6px;transition:background-color .3s ease,color .3s ease;justify-content:center}.radio-group input[type=radio]{display:none}.radio-group input[type=radio]+.radio-custom{position:relative;width:18px;height:18px;border-radius:50%;border:2px solid #666666;background-color:#fff;margin-right:12px;transition:background-color .3s ease,border-color .3s ease}.radio-group input[type=radio]:checked+.radio-custom{background-color:#333;border-color:#333;box-shadow:0 0 0 4px #3333}.radio-group input[type=radio]:focus+.radio-custom{box-shadow:0 0 0 2px #3333334d}.radio-group label:hover{background-color:#f9f9f9;color:#333}.radio-group input[type=radio]:checked+.radio-custom+span{font-weight:600;color:#333}.radio-container input[type=radio]{display:none}.radio-custom{width:18px;height:18px;border-radius:50%;border:2px solid #666666;background-color:#fff;display:inline-block;margin-right:10px;transition:background-color .3s ease,border-color .3s ease}.radio-container input[type=radio]:checked+.radio-custom{background-color:#333;border-color:#333;box-shadow:0 0 0 4px #3333}.radio-container:hover .radio-custom{background-color:#f9f9f9;cursor:pointer}.radio-container input[type=radio]:checked+.radio-custom+span{font-weight:600;color:#333}.radio-container{display:flex;align-items:center;cursor:pointer;justify-content:center}
