.be-advisor-page{background:linear-gradient(#f8f9ff 0%,#fff 100%);min-height:100vh;padding-bottom:4rem}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.spinner{border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}.spinner-small{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;margin-right:8px;animation:1s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.page-header{text-align:center;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);margin-bottom:2rem;padding:4rem 2rem 3rem}.page-header h1{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.75rem;font-weight:800}.page-header p{opacity:.9;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.advisor-form{max-width:900px;margin:0 auto;padding:0 2rem}.error-message{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:1rem 1.5rem;font-weight:500;display:flex}.error-icon{font-size:1.25rem}.form-section{background:#fff;border:1px solid #f0f0f5;border-radius:16px;margin-bottom:1.5rem;padding:2rem;box-shadow:0 4px 20px #0000000f}.form-section h2{color:#1f2937;border-bottom:2px solid #f3f4f6;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.35rem;font-weight:700}.business-type-cards{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.type-card{cursor:pointer;text-align:center;background:#fafafa;border:2px solid #e5e7eb;border-radius:16px;flex-direction:column;align-items:center;padding:1.75rem 1rem;transition:all .25s;display:flex;position:relative}.type-card input{opacity:0;position:absolute}.type-card:hover{background:#f5f7ff;border-color:#a5b4fc;transform:translateY(-2px)}.type-card.selected{background:linear-gradient(145deg,#f5f7ff 0%,#eef0ff 100%);border-color:#667eea;box-shadow:0 4px 20px #667eea26}.type-icon{margin-bottom:.75rem;font-size:2.5rem}.type-name{color:#1f2937;margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.type-desc{color:#6b7280;font-size:.85rem}.form-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:#374151;font-size:.95rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:#fafafa;border:2px solid #e5e7eb;border-radius:10px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#667eea;outline:none;box-shadow:0 0 0 4px #667eea1a}.form-group input::-moz-placeholder{color:#9ca3af}.form-group textarea::-moz-placeholder{color:#9ca3af}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-group select:disabled{cursor:not-allowed;opacity:.6}.form-group textarea{resize:vertical;min-height:100px}.input-with-prefix{align-items:stretch;display:flex}.input-with-prefix .prefix{color:#6b7280;background:#f3f4f6;border:2px solid #e5e7eb;border-right:none;border-radius:10px 0 0 10px;align-items:center;padding:0 1rem;font-weight:600;display:flex}.input-with-prefix input{border-radius:0 10px 10px 0;flex:1}.field-hint{color:#6b7280;margin-top:.25rem;font-size:.85rem}.documents-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.document-upload{position:relative}.document-upload input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.upload-label{cursor:pointer;text-align:center;background:#fafafa;border:2px dashed #d1d5db;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:2rem;transition:all .2s;display:flex}.upload-label:hover{background:#f5f7ff;border-color:#667eea}.upload-icon{margin-bottom:1rem;font-size:2.5rem}.upload-text{flex-direction:column;gap:.25rem;display:flex}.upload-text strong{color:#1f2937;font-size:1.1rem}.upload-text span{color:#6b7280;font-size:.9rem}.file-types{margin-top:.5rem;color:#9ca3af!important;font-size:.8rem!important}.uploaded-file,.uploaded-files{width:100%;margin-top:1rem}.uploaded-files{flex-direction:column;gap:.5rem;display:flex}.uploaded-file{background:#dcfce7;border-radius:8px;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.9rem;display:flex}.file-name{color:#166534;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-weight:500;overflow:hidden}.remove-file{color:#dc2626;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem;font-size:1rem;line-height:1;transition:background .2s}.remove-file:hover{background:#dc26261a}.terms-section{background:#f9fafb}.checkbox-label{cursor:pointer;color:#4b5563;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;accent-color:#667eea;width:20px;height:20px;margin-top:2px}.checkbox-label a{color:#667eea;font-weight:600;text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.form-actions{justify-content:center;padding:2rem 0;display:flex}.btn-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;justify-content:center;align-items:center;min-width:250px;padding:1.25rem 3rem;font-size:1.15rem;font-weight:700;transition:all .3s;display:flex}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.success-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.success-icon{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:2rem;font-size:3rem;display:flex;box-shadow:0 8px 25px #22c55e4d}.success-container h1{color:#1f2937;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.success-container p{color:#6b7280;margin-bottom:.5rem;font-size:1.15rem;line-height:1.6}.success-container .btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;margin-top:2rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s}.success-container .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}@media (max-width:768px){.page-header{padding:3rem 1.5rem 2rem}.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.advisor-form{padding:0 1rem}.form-section{padding:1.5rem}.business-type-cards{grid-template-columns:1fr;gap:.75rem}.type-card{text-align:left;flex-direction:row;gap:1rem;padding:1rem 1.25rem}.type-icon{margin-bottom:0;font-size:2rem}.form-grid{grid-template-columns:1fr;gap:1rem}.documents-grid{grid-template-columns:1fr}.upload-label{min-height:150px;padding:1.5rem}.btn-submit{width:100%;padding:1rem 2rem;font-size:1rem}.success-container h1{font-size:1.75rem}.success-container p{font-size:1rem}}
