.welcome-hero.svelte-1m5shf{padding:3rem 2rem 2rem;background:var(--bg)}.welcome-container.svelte-1m5shf{max-width:40rem;margin:0 auto;text-align:center}.welcome-title.svelte-1m5shf{font-size:var(--font-size-4xl);font-weight:500;line-height:1.1;letter-spacing:-.03em;color:var(--text);margin-bottom:1rem}.welcome-accent.svelte-1m5shf{color:var(--accent)}.welcome-subtitle.svelte-1m5shf{font-size:var(--font-size-lg);line-height:1.65;color:var(--text-muted);max-width:36rem;margin:0 auto}@media(max-width:768px){.welcome-hero.svelte-1m5shf{padding:2rem 1.5rem 1.5rem}.welcome-title.svelte-1m5shf{font-size:var(--font-size-2xl)}}.form-section.svelte-1m5shf{padding:1rem 2rem 4rem;background:var(--bg)}.form-container.svelte-1m5shf{max-width:38rem;margin:0 auto}@media(max-width:768px){.form-section.svelte-1m5shf{padding:.5rem 1.5rem 3rem}}.form-card.svelte-1m5shf{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-card);padding:2rem;margin-bottom:1.25rem;box-shadow:var(--shadow-card)}.form-card--disabled.svelte-1m5shf{background:var(--bg-section)}@media(max-width:768px){.form-card.svelte-1m5shf{padding:1.5rem}}.form-card-title.svelte-1m5shf{font-size:var(--font-size-xl);font-weight:500;color:var(--text);margin-bottom:.5rem;letter-spacing:-.01em}.form-card-description.svelte-1m5shf{color:var(--text-muted);font-size:var(--font-size-sm);line-height:1.65;margin-bottom:1.25rem}.form-note.svelte-1m5shf{background:var(--bg-section);border:1px solid var(--border-light);border-radius:var(--radius);padding:.875rem 1rem;margin-bottom:1.25rem;font-size:var(--font-size-sm);color:var(--text-muted);line-height:1.6}.form-note--muted.svelte-1m5shf{background:#0f172a0a}.inline-link.svelte-1m5shf{color:var(--accent);text-decoration:none;font-weight:500}.inline-link.svelte-1m5shf:hover{color:var(--accent-hover);text-decoration:underline}.radio-group.svelte-1m5shf{display:flex;flex-direction:column;gap:.625rem}.radio-option.svelte-1m5shf{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.125rem;border:1px solid var(--border-light);border-radius:var(--radius);cursor:pointer;transition:border-color var(--transition-fast),background var(--transition-fast)}.radio-option.svelte-1m5shf:hover{border-color:var(--border);background:var(--bg-section)}.radio-option--selected.svelte-1m5shf{border-color:var(--text);background:var(--bg-section)}.radio-option--disabled.svelte-1m5shf{opacity:.55;cursor:not-allowed;background:var(--bg-white)}.radio-option--disabled.svelte-1m5shf:hover{border-color:var(--border-light);background:var(--bg-white)}.radio-option.svelte-1m5shf input[type=radio]:where(.svelte-1m5shf){margin-top:.2rem;accent-color:var(--text);flex-shrink:0}.radio-label.svelte-1m5shf{display:flex;flex-direction:column;gap:.125rem}.radio-label-title.svelte-1m5shf{font-size:var(--font-size-sm);font-weight:500;color:var(--text)}.radio-label-desc.svelte-1m5shf{font-size:var(--font-size-xs);color:var(--text-muted);line-height:1.5}.conditional-field.svelte-1m5shf{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-light)}.field-label.svelte-1m5shf{display:block;font-size:var(--font-size-sm);font-weight:500;color:var(--text);margin-bottom:.5rem}.field-textarea.svelte-1m5shf{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:var(--font-size-sm);color:var(--text);background:var(--bg-white);resize:vertical;transition:border-color var(--transition-fast),box-shadow var(--transition-fast);box-sizing:border-box}.field-textarea.svelte-1m5shf:focus{outline:none;border-color:var(--text);box-shadow:0 0 0 1px var(--text)}.field-textarea.svelte-1m5shf::placeholder{color:var(--text-faint)}.field-input.svelte-1m5shf{width:100%;padding:.625rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:var(--font-size-sm);color:var(--text);background:var(--bg-white);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);box-sizing:border-box}.field-input.svelte-1m5shf:focus{outline:none;border-color:var(--text);box-shadow:0 0 0 1px var(--text)}.field-input.svelte-1m5shf::placeholder{color:var(--text-faint)}.subdomain-input-group.svelte-1m5shf{display:flex;align-items:center;gap:0}.subdomain-input.svelte-1m5shf{border-top-right-radius:0;border-bottom-right-radius:0;border-right:none;width:auto;min-width:0;flex:1}.subdomain-suffix.svelte-1m5shf{padding:.625rem 1rem;background:var(--bg-section);border:1px solid var(--border);border-left:none;border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius);font-size:var(--font-size-sm);color:var(--text-muted);white-space:nowrap}.submit-button.svelte-1m5shf{display:block;width:100%;padding:.875rem 2rem;background:var(--text);color:#fff;border:none;border-radius:var(--radius-pill);font-family:inherit;font-size:var(--font-size-base);font-weight:500;cursor:pointer;transition:background var(--transition-fast),transform var(--transition-fast);margin-top:.5rem}.submit-button.svelte-1m5shf:hover:not(:disabled){background:var(--surface-dark-hover);transform:translateY(-1px)}.submit-button.svelte-1m5shf:disabled{opacity:.6;cursor:not-allowed}.enterprise-banner.svelte-1m5shf{background:var(--bg-section);border:1px solid var(--accent);border-radius:var(--radius-card);padding:1rem 1.25rem;margin-bottom:1.25rem;font-size:var(--font-size-sm);color:var(--text);line-height:1.6}.form-error.svelte-1m5shf{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:var(--radius);font-size:var(--font-size-sm);margin-bottom:1rem}.form-error-message.svelte-1m5shf{margin:0}.form-error-contact.svelte-1m5shf{margin:.5rem 0 0;color:#b91c1c;line-height:1.5}.form-error-link.svelte-1m5shf{color:#b91c1c;font-weight:500;text-decoration:underline}.success-card.svelte-1m5shf{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-card);padding:3rem 2rem;text-align:center;box-shadow:var(--shadow-card)}.success-icon.svelte-1m5shf{width:3rem;height:3rem;background:var(--text);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 1.5rem}.success-title.svelte-1m5shf{font-size:var(--font-size-2xl);font-weight:500;color:var(--text);margin-bottom:.75rem;letter-spacing:-.02em}.success-message.svelte-1m5shf{color:var(--text-muted);font-size:var(--font-size-base);line-height:1.65;max-width:28rem;margin:0 auto}.success-note.svelte-1m5shf{color:var(--text-muted);font-size:var(--font-size-sm);line-height:1.6;max-width:28rem;margin:.75rem auto 0;background:var(--bg-section);border:1px solid var(--border-light);border-radius:var(--radius);padding:.625rem 1rem}.faq-link.svelte-1m5shf{display:inline-block;margin-top:1.5rem;font-size:var(--font-size-sm);font-weight:500;color:var(--accent);text-decoration:none;transition:color var(--transition-fast)}.faq-link.svelte-1m5shf:hover{color:var(--accent-hover)}
