body{box-sizing:border-box;margin:0;padding:0;width:100%;height:100%}*{box-sizing:border-box}.form-wrapper{width:100%;min-height:100%;background:linear-gradient(135deg,#000 0,#000 100%);padding:2rem 1rem;display:flex;align-items:center;justify-content:center}.form-container{background:white;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);padding:2.5rem;max-width:600px;width:100%}.form-header{text-align:center;margin-bottom:2rem}.form-title{font-size:1.875rem;font-weight:800;color:#1f2937;margin:0 0 .75rem 0;letter-spacing:-.5px}.form-subtitle{font-size:1rem;color:#6b7280;margin:0;line-height:1.5}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.95rem}.form-input,.form-select,.form-textarea{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;color:#1f2937;transition:all .2s;font-family:inherit}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:0;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.form-textarea{resize:vertical;min-height:100px}.radio-group{display:flex;flex-wrap:wrap;gap:1rem}.radio-option{display:flex;align-items:center;cursor:pointer}.radio-option input[type=radio]{width:18px;height:18px;margin-right:.5rem;cursor:pointer;accent-color:#667eea}.radio-option label{cursor:pointer;color:#374151;font-size:.95rem}.checkbox-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}.checkbox-option{display:flex;align-items:center;cursor:pointer}.checkbox-option input[type=checkbox]{width:18px;height:18px;margin-right:.5rem;cursor:pointer;accent-color:#667eea}.checkbox-option label{cursor:pointer;color:#374151;font-size:.95rem}.submit-button{width:100%;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:white;padding:1rem 2rem;border:0;border-radius:8px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s;margin-top:1rem}.submit-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(102,126,234,.4)}.submit-button:active{transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.success-message{background:#d1fae5;color:#065f46;padding:1rem;border-radius:8px;margin-top:1rem;text-align:center;font-weight:600;display:none}.success-message.show{display:block}@media (max-width:640px){.form-container{padding:1.5rem}.form-title{font-size:1.5rem}.form-subtitle{font-size:.9rem}.checkbox-group{grid-template-columns:1fr}}#header-text .bg-wrap{background:#000}