.taxiom-survey-container{max-width:900px;margin:0 auto;padding:20px 20px 40px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}
.survey-header{text-align:center;margin-bottom:20px}
.survey-header h1{color:#1a1a1a;font-size:1.8rem;margin-bottom:10px}
.survey-header p{color:#666;max-width:700px;margin:0 auto;font-size:15px}
.survey-progress{margin-bottom:30px}
.progress-bar{height:6px;background:#e0e0e0;border-radius:3px;margin-bottom:20px;overflow:hidden}
.progress-fill{height:100%;background:linear-gradient(90deg,#4a7c8a,#5a9caa);border-radius:3px;transition:width .3s;width:14.28%}
.progress-steps{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}
.progress-step{display:flex;flex-direction:column;align-items:center;flex:1;min-width:60px}
.step-number{width:32px;height:32px;border-radius:50%;background:#e0e0e0;color:#666;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;margin-bottom:5px}
.progress-step.active .step-number,.progress-step.completed .step-number{background:#4a7c8a;color:#fff}
.step-label{font-size:12px;color:#666;text-align:center}
.progress-step.active .step-label{color:#4a7c8a;font-weight:600}
.survey-form{background:#fff;border-radius:12px;box-shadow:0 2px 20px rgba(0,0,0,.08);padding:40px}
.survey-step{display:none}
.survey-step.active{display:block;animation:fadeIn .3s}
@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.survey-step h2{color:#1a1a1a;font-size:1.5rem;margin-bottom:10px;padding-bottom:15px;border-bottom:2px solid #4a7c8a}
.step-description{color:#666;margin-bottom:30px}
.form-group{margin-bottom:24px}
.form-group label{display:block;font-weight:600;color:#333;margin-bottom:8px;font-size:14px}
.required{color:#dc3545}
.field-help{font-size:13px;color:#666;margin-bottom:8px}
.field-help a{color:#4a7c8a}
.sensitive-warning{color:#856404;background:#fff3cd;padding:8px 12px;border-radius:4px;border-left:3px solid #ffc107}
input[type="text"],input[type="email"],input[type="tel"],input[type="url"],input[type="number"],input[type="password"],input[type="date"],select,textarea{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:15px;transition:border-color .2s,box-shadow .2s;background:#fff;box-sizing:border-box}
input:focus,select:focus,textarea:focus{outline:none;border-color:#4a7c8a;box-shadow:0 0 0 3px rgba(74,124,138,.15)}
textarea{resize:vertical;min-height:120px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:end}
.form-row-4{grid-template-columns:repeat(4,1fr)}
@media(max-width:900px){.form-row-4{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.form-row,.form-row-4{grid-template-columns:1fr}}
.form-fieldset{border:1px solid #e0e0e0;border-radius:8px;padding:20px;margin-bottom:24px}
.form-fieldset legend{font-weight:600;color:#333;padding:0 10px}
.radio-group,.checkbox-list{display:flex;flex-direction:column;gap:10px}
.radio-group{flex-direction:row;flex-wrap:wrap;gap:20px}
.radio-item,.checkbox-item{display:flex;align-items:flex-start;cursor:pointer;font-size:15px;color:#333}
.radio-item input,.checkbox-item input{width:auto;margin-right:10px;margin-top:3px;cursor:pointer}
.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px;max-height:400px;overflow-y:auto;padding:15px;border:1px solid #e0e0e0;border-radius:8px;background:#fafafa}
.checkbox-grid .checkbox-item{padding:8px 10px;background:#fff;border-radius:4px;border:1px solid #e8e8e8}
.checkbox-grid .checkbox-item:hover{border-color:#4a7c8a;background:#f0f7f9}
.provinces-grid{max-height:200px}
.conditional-field{display:none}
.conditional-field.visible{display:block}
.certification-box{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:20px;margin-bottom:24px}
.certification-box .checkbox-item span{font-size:14px;line-height:1.6}
.security-notice{display:flex;align-items:center;gap:10px;background:#e8f4f7;padding:15px 20px;border-radius:8px;color:#2d6a7a;font-size:14px}
.date-display{padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:15px;background:#f8f9fa;color:#333}
.survey-navigation{display:flex;justify-content:space-between;margin-top:40px;padding-top:30px;border-top:1px solid #e0e0e0}
.survey-btn{padding:14px 32px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}
.survey-btn-primary{background:#4a7c8a;color:#fff}
.survey-btn-primary:hover{background:#3d6875}
.survey-btn-secondary{background:#e0e0e0;color:#333}
.survey-btn-secondary:hover{background:#d0d0d0}
.survey-btn-success{background:#28a745;color:#fff}
.survey-btn-success:hover{background:#218838}
.survey-btn:disabled{opacity:.6;cursor:not-allowed}
.survey-btn.loading{position:relative;color:transparent}
.survey-btn.loading::after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin:-10px;border:2px solid #fff;border-radius:50%;border-top-color:transparent;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.survey-error-message{background:#f8d7da;color:#721c24;padding:15px 20px;border-radius:8px;margin-top:20px;border:1px solid #f5c6cb}
.survey-success{max-width:600px;margin:60px auto;text-align:center;padding:40px;background:#fff;border-radius:12px;box-shadow:0 2px 20px rgba(0,0,0,.08)}
.survey-success-icon{width:80px;height:80px;background:#28a745;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;margin:0 auto 20px}
.survey-success h2{color:#28a745;margin-bottom:15px}
.survey-success p{color:#666;margin-bottom:10px}
.survey-success a{color:#4a7c8a}
@media(max-width:768px){.taxiom-survey-container{padding:15px 15px 30px}.survey-form{padding:25px 20px}.survey-header h1{font-size:1.5rem}.survey-navigation{flex-direction:column;gap:15px}.survey-btn{width:100%}}
