:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#1e293b;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#003b71;text-decoration:none}a:hover{color:#f58220}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:2em;line-height:1.2;color:#003b71}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#003b71;color:#fff;cursor:pointer;transition:all .25s ease}button:hover{background-color:#f58220;transform:translateY(-1px)}button:focus,button:focus-visible{outline:2px solid #F58220;outline-offset:2px}.lead-form-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.container{max-width:1200px;margin:0 auto;padding:1rem}.user-selection{display:flex;justify-content:center;align-items:center;min-height:100vh}.selection-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000001a;max-width:500px;width:100%}.app-header{text-align:center;margin-bottom:2rem}.app-header h1{color:#003b71;font-size:2rem;margin-bottom:.5rem}.selection-btn{width:100%;padding:1.5rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;display:flex;align-items:center;gap:1rem;margin-bottom:1rem;transition:all .2s ease}.selection-btn:hover{border-color:#f28c00;transform:translateY(-2px)}.btn-icon{font-size:2rem}.btn-content{flex:1;text-align:left}.btn-content h3{color:#1f2937;margin-bottom:.5rem}.btn-features{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:#6b7280}.social-login-section{margin-top:2rem}.social-header{text-align:center;margin-bottom:1rem}.social-buttons{display:flex;flex-direction:column;gap:.5rem}.social-btn{padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease}.social-btn:hover:not(:disabled){background:#f9fafb}.social-btn:disabled{opacity:.5;cursor:not-allowed}.lead-form-container{max-width:600px;margin:2rem auto;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a}.form-header{text-align:center;margin-bottom:2rem}.form-header h2{color:#003b71;font-size:1.5rem;margin-bottom:.5rem}.form-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.form-section:last-of-type{border-bottom:none}.form-section h3{color:#1f2937;font-size:1.1rem;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.form-input,.form-select{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;background:#fff;transition:all .2s ease}.form-input:focus,.form-select:focus{outline:none;border-color:#f28c00;box-shadow:0 0 0 3px #f28c001a}.form-actions{text-align:center;margin-top:2rem}.btn{padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#f28c00,#e6741d);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #f28c004d}@media (max-width: 480px){.lead-form-container{margin:1rem;padding:1.5rem}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.5;-webkit-font-smoothing:antialiased}:root{--primary: #003B71;--secondary: #F58220;--success: #10b981;--danger: #ef4444;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-500: #64748b;--gray-700: #334155;--gray-800: #1e293b;--shadow: 0 1px 3px 0 rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--radius: 8px;--radius-lg: 12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:none;border-radius:var(--radius);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:44px;font-family:inherit}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:#002a5c;transform:translateY(-1px)}.btn-secondary{background:var(--secondary);color:#fff}.btn-secondary:hover:not(:disabled){background:#e6741d;transform:translateY(-1px)}.card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.form-input{width:100%;padding:.75rem;border:1px solid var(--gray-300);border-radius:var(--radius);font-size:1rem;min-height:44px;font-family:inherit}.form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #003b711a}.form-input.error{border-color:var(--danger);background-color:#ef44440d}.error-text{color:var(--danger);font-size:.875rem;margin-top:.25rem;display:block}.loading-spinner{display:inline-block;width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
