*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.form-card{background:#fff;border-radius:20px;width:100%;max-width:500px;padding:40px;box-shadow:0 20px 60px #00000026}.result-card{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:500px;padding:40px;box-shadow:0 20px 60px #00000026}.header{text-align:center;margin-bottom:30px}.header h1{color:#1a1a2e;margin-bottom:8px;font-size:28px}.header p{color:#666;font-size:15px}.progress-bar{background:#e0e0e0;border-radius:10px;height:6px;margin-bottom:10px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;transition:width .3s}.step-indicator{color:#999;margin-bottom:25px;font-size:13px}.question{margin-bottom:30px}.question-label{color:#1a1a2e;margin-bottom:15px;font-size:18px;font-weight:600;display:block}input[type=text],input[type=email],input[type=tel],textarea{border:2px solid #e0e0e0;border-radius:12px;width:100%;padding:14px;font-family:inherit;font-size:16px;transition:border .2s}input:focus,textarea:focus{border-color:#667eea;outline:none}textarea{resize:vertical}.options{flex-direction:column;gap:10px;display:flex}.option-btn{cursor:pointer;text-align:left;background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:14px;font-family:inherit;font-size:15px;transition:all .2s}.option-btn:hover{background:#f8f9ff;border-color:#667eea}.option-btn.selected{background:#eef0ff;border-color:#667eea;font-weight:600}.nav-buttons{justify-content:space-between;gap:10px;display:flex}.btn-primary,.btn-secondary,.btn-submit{cursor:pointer;border:none;border-radius:12px;padding:14px 28px;font-family:inherit;font-size:16px;transition:all .2s}.btn-primary{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);margin-left:auto}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-secondary{color:#333;background:#f0f0f0}.btn-submit{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);width:100%}.btn-submit:disabled{opacity:.4;cursor:not-allowed}.result-text{color:#444;margin:20px 0;font-size:16px;line-height:1.6}.score-box{text-align:left;background:#f8f9ff;border-radius:12px;margin:20px 0;padding:20px}.score-box p{margin-bottom:10px}.score-box ul{padding:0;list-style:none}.score-box li{color:#555;padding:4px 0;font-size:14px}.cta-text{margin:20px 0;font-size:16px}.contact-form{flex-direction:column;gap:12px;margin-top:20px;display:flex}.contact-form input{border:2px solid #e0e0e0;border-radius:12px;padding:14px;font-family:inherit;font-size:16px}.contact-form input:focus{border-color:#667eea;outline:none}.success-msg{margin-top:30px}.success-msg h2{color:#333;font-size:24px}.success-msg p{color:#666;margin-top:10px}
