*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.container{background:#fff;border-radius:12px;max-width:800px;margin:0 auto;overflow:hidden;box-shadow:0 20px 60px #0000004d}.header{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:40px 30px}.header h1{margin-bottom:10px;font-size:2rem;font-weight:700}.header p{opacity:.95;font-size:1.1rem;line-height:1.6}.form-content{padding:40px 30px}.section{margin-bottom:50px}.section-title{color:#667eea;border-bottom:2px solid #f0f0f0;margin-bottom:20px;padding-bottom:10px;font-size:1.5rem}.form-group{margin-bottom:25px}.form-group label{color:#333;margin-bottom:8px;font-size:1rem;font-weight:600;display:block}.required{color:#e74c3c;margin-left:4px}.helper-text{color:#666;margin-top:5px;font-size:.85rem}input[type=text],input[type=email],input[type=tel],input[type=url],textarea{border:2px solid #e0e0e0;border-radius:6px;width:100%;padding:12px 15px;font-family:inherit;font-size:1rem;transition:border-color .3s}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=url]:focus,textarea:focus{border-color:#667eea;outline:none}textarea{resize:vertical;min-height:100px}.file-input-wrapper{width:100%;display:inline-block;position:relative}input[type=file]{cursor:pointer;border:2px dashed #e0e0e0;border-radius:6px;width:100%;padding:12px 15px;transition:border-color .3s}input[type=file]:hover{border-color:#667eea}.checkbox-group{flex-direction:column;gap:10px;display:flex}.checkbox-item{border-radius:6px;align-items:center;padding:10px;transition:background-color .2s;display:flex}.checkbox-item:hover{background-color:#f8f8f8}.checkbox-item input[type=checkbox]{cursor:pointer;width:20px;height:20px;margin-right:10px}.checkbox-item label{cursor:pointer;margin:0;font-weight:400}.radio-group{flex-direction:column;gap:10px;display:flex}.radio-item{border-radius:6px;align-items:center;padding:10px;transition:background-color .2s;display:flex}.radio-item:hover{background-color:#f8f8f8}.radio-item input[type=radio]{cursor:pointer;width:20px;height:20px;margin-right:10px}.radio-item label{cursor:pointer;margin:0;font-weight:400}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;width:100%;padding:16px;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.success-message{color:#155724;text-align:center;background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;margin-top:20px;padding:20px}.error-message{color:#721c24;text-align:center;background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;margin-top:20px;padding:20px}.progress-bar{z-index:100;background:#fff;border-bottom:1px solid #e0e0e0;padding:10px 30px;position:sticky;top:0}.progress-fill{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:3px;height:6px;transition:width .3s}@media (max-width:768px){body{padding:10px}.header{padding:30px 20px}.header h1{font-size:1.5rem}.form-content{padding:30px 20px}}
