.page.svelte-19y1n4{background-color:var(--background-color);min-height:100vh;color:var(--text-color);flex-direction:column;display:flex}.nav.svelte-19y1n4{background-color:var(--surface-color);border-bottom:1px solid var(--border-color);z-index:50;position:sticky;top:0}.nav-inner.svelte-19y1n4{justify-content:space-between;align-items:center;max-width:1100px;height:56px;margin:0 auto;padding:0 1.5rem;display:flex}.nav-logo.svelte-19y1n4{color:var(--text-color);align-items:center;gap:.5rem;font-size:1rem;font-weight:700;text-decoration:none;display:flex}.nav-icon.svelte-19y1n4{border-radius:5px;width:24px;height:24px}.nav-actions.svelte-19y1n4{align-items:center;gap:.75rem;display:flex}.theme-btn.svelte-19y1n4{border:1px solid var(--border-color);cursor:pointer;color:var(--text-muted);background:0 0;border-radius:6px;padding:.3rem .5rem;font-size:.9rem;transition:border-color .15s}.theme-btn.svelte-19y1n4:hover{border-color:var(--primary-color)}.nav-login.svelte-19y1n4{color:var(--primary-color);border:1px solid var(--primary-color);border-radius:6px;padding:.35rem .85rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:background-color .15s}.nav-login.svelte-19y1n4:hover{background-color:var(--primary-light)}.hero.svelte-19y1n4{background:linear-gradient(135deg, var(--primary-color), var(--accent-color));text-align:center;padding:3.5rem 1.5rem}.hero-inner.svelte-19y1n4{max-width:600px;margin:0 auto}.hero-tag.svelte-19y1n4{color:#fff;letter-spacing:.06em;text-transform:uppercase;background:#fff3;border-radius:99px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.hero.svelte-19y1n4 h1:where(.svelte-19y1n4){color:#fff;margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.hero-sub.svelte-19y1n4{color:#ffffffd9;margin:0;font-size:1rem;line-height:1.6}.main.svelte-19y1n4{flex:1;padding:3rem 1.5rem}.layout.svelte-19y1n4{grid-template-columns:1fr 380px;align-items:start;gap:2rem;max-width:1100px;margin:0 auto;display:grid}@media (width<=860px){.layout.svelte-19y1n4{grid-template-columns:1fr}}.form-card.svelte-19y1n4{background-color:var(--surface-color);border:1px solid var(--border-color);box-shadow:var(--shadow-md);border-radius:14px;padding:2rem}.form-title.svelte-19y1n4{color:var(--text-color);margin:0 0 1.5rem;font-size:1.25rem;font-weight:700}.alert.svelte-19y1n4{border-radius:8px;align-items:flex-start;gap:.6rem;margin-bottom:1.25rem;padding:.85rem 1rem;font-size:.875rem;line-height:1.5;display:flex}.alert-error.svelte-19y1n4{background-color:var(--error-light);border:1px solid var(--error-color);color:var(--error-color)}.alert-icon.svelte-19y1n4{flex-shrink:0}.field-row.svelte-19y1n4{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}@media (width<=540px){.field-row.svelte-19y1n4{grid-template-columns:1fr}}.field.svelte-19y1n4{flex-direction:column;margin-bottom:1rem;display:flex}.field-row.svelte-19y1n4 .field:where(.svelte-19y1n4){margin-bottom:0}.field-label.svelte-19y1n4{color:var(--text-color);margin-bottom:.4rem;font-size:.825rem;font-weight:500}.req.svelte-19y1n4{color:var(--error-color);margin-left:1px}.optional.svelte-19y1n4{color:var(--text-muted);font-weight:400}.field-input.svelte-19y1n4{border:1px solid var(--border-color);background-color:var(--surface-color);color:var(--text-color);box-sizing:border-box;border-radius:8px;width:100%;padding:.65rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.field-input.svelte-19y1n4:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-light);outline:none}.field-input.svelte-19y1n4:disabled{opacity:.6;cursor:not-allowed}.field-select.svelte-19y1n4{appearance:none;cursor:pointer}.field-textarea.svelte-19y1n4{resize:vertical;min-height:120px;line-height:1.6}.field-error.svelte-19y1n4 .field-input:where(.svelte-19y1n4){border-color:var(--error-color)}.field-error.svelte-19y1n4 .field-input:where(.svelte-19y1n4):focus{box-shadow:0 0 0 3px var(--error-light)}.field-hint.svelte-19y1n4{color:var(--text-muted);margin-top:.3rem;font-size:.78rem;line-height:1.4}.field-hint.error.svelte-19y1n4{color:var(--error-color)}.message-footer.svelte-19y1n4{justify-content:space-between;align-items:flex-start;min-height:1.2rem;margin-top:.3rem;display:flex}.char-counter.svelte-19y1n4{color:var(--text-muted);flex-shrink:0;margin-left:auto;font-size:.75rem}.char-counter.counter-warn.svelte-19y1n4{color:var(--warning-color)}.btn.svelte-19y1n4{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.65rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .15s,opacity .15s;display:inline-flex}.btn-primary.svelte-19y1n4{background-color:var(--primary-color);color:#fff}.btn-primary.svelte-19y1n4:hover:not(:disabled){background-color:var(--primary-hover)}.btn-primary.svelte-19y1n4:disabled{opacity:.6;cursor:not-allowed}.btn-submit.svelte-19y1n4{width:100%;margin-top:.5rem;padding:.8rem;font-size:.95rem}.form-note.svelte-19y1n4{color:var(--text-muted);text-align:center;margin-top:1rem;font-size:.8rem;line-height:1.5}.form-note.svelte-19y1n4 a:where(.svelte-19y1n4){color:var(--primary-color);text-decoration:none}.form-note.svelte-19y1n4 a:where(.svelte-19y1n4):hover{text-decoration:underline}.success-state.svelte-19y1n4{text-align:center;padding:2rem 1rem}.success-icon.svelte-19y1n4{margin-bottom:1rem;font-size:3rem}.success-state.svelte-19y1n4 h2:where(.svelte-19y1n4){color:var(--text-color);margin:0 0 .75rem;font-size:1.4rem;font-weight:700}.success-state.svelte-19y1n4 p:where(.svelte-19y1n4){color:var(--text-muted);margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.success-state.svelte-19y1n4 strong:where(.svelte-19y1n4){color:var(--text-color)}.info-panel.svelte-19y1n4{flex-direction:column;gap:1rem;display:flex}.info-card.svelte-19y1n4{background-color:var(--surface-color);border:1px solid var(--border-color);box-shadow:var(--shadow);border-radius:12px;padding:1.4rem}.info-card-subtle.svelte-19y1n4{background-color:var(--surface-hover-color);box-shadow:none}.info-title.svelte-19y1n4{color:var(--text-color);margin:0 0 1rem;font-size:.95rem;font-weight:700}.steps.svelte-19y1n4{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.step.svelte-19y1n4{align-items:flex-start;gap:.85rem;display:flex}.step-num.svelte-19y1n4{background-color:var(--primary-light);width:26px;height:26px;color:var(--primary-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex}.step.svelte-19y1n4 strong:where(.svelte-19y1n4){color:var(--text-color);margin-bottom:.2rem;font-size:.875rem;display:block}.step.svelte-19y1n4 p:where(.svelte-19y1n4){color:var(--text-muted);margin:0;font-size:.8rem;line-height:1.5}.plan-row.svelte-19y1n4{margin-bottom:.75rem}.plan-badge.svelte-19y1n4{letter-spacing:.03em;border-radius:99px;margin-bottom:.5rem;padding:.2rem .65rem;font-size:.73rem;font-weight:700;display:inline-block}.plan-business.svelte-19y1n4{background-color:var(--primary-light);color:var(--primary-color)}.plan-enterprise.svelte-19y1n4{background-color:var(--success-light);color:var(--success-color)}.plan-feats.svelte-19y1n4{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.plan-feats.svelte-19y1n4 li:where(.svelte-19y1n4){color:var(--text-muted);font-size:.82rem}.plan-divider.svelte-19y1n4{border:none;border-top:1px solid var(--border-color);margin:.85rem 0}.compare-link.svelte-19y1n4{color:var(--primary-color);margin-top:.75rem;font-size:.8rem;font-weight:500;text-decoration:none;display:inline-block}.compare-link.svelte-19y1n4:hover{text-decoration:underline}.trust-line.svelte-19y1n4{color:var(--text-color);margin:0 0 .3rem;font-size:.9rem}.trust-sub.svelte-19y1n4{color:var(--text-muted);margin:0;font-size:.8rem;line-height:1.5}.footer.svelte-19y1n4{background-color:var(--surface-color);border-top:1px solid var(--border-color);padding:1.25rem 1.5rem}.footer-inner.svelte-19y1n4{max-width:1100px;color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin:0 auto;font-size:.8rem;display:flex}.footer-links.svelte-19y1n4{gap:1.25rem;display:flex}.footer-links.svelte-19y1n4 a:where(.svelte-19y1n4){color:var(--text-muted);text-decoration:none}.footer-links.svelte-19y1n4 a:where(.svelte-19y1n4):hover{color:var(--primary-color)}
