:root{--navy: #26314B;--salmon: #E84A5C;--salmon-hover: #D6374A;--emerald: #16DA98;--hairline: rgba(30, 35, 55, .08);--hairline-strong: rgba(30, 35, 55, .18);--muted: rgba(33, 39, 61, .55);--muted-strong: rgba(33, 39, 61, .72);--faint: rgba(33, 39, 61, .38);--chip: #f2f3f6;--paper: #F7F8F7;--font: "DM Sans", sans-serif}.form-column.svelte-1cjnvmr{min-height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;background:#fff}.form-content.svelte-1cjnvmr{width:100%;max-width:480px}.context-column.svelte-1cjnvmr{min-height:90vh;background:linear-gradient(180deg,#f7f8f7,#fbfcfb 55%,#fff);border-left:1px solid var(--hairline);padding:40px;align-items:center;justify-content:center;position:sticky;top:0}.context-content.svelte-1cjnvmr{width:100%;max-width:400px}.step-container.svelte-1cjnvmr{animation:svelte-1cjnvmr-stepIn .26s cubic-bezier(.22,1,.36,1)}@keyframes svelte-1cjnvmr-stepIn{0%{opacity:0;transform:translate3d(12px,0,0)}to{opacity:1;transform:translateZ(0)}}.ai-header.svelte-1cjnvmr{display:flex;align-items:center;gap:10px;margin-bottom:28px}.ai-indicator.svelte-1cjnvmr{position:relative;width:8px;height:8px}.ai-dot.svelte-1cjnvmr{width:8px;height:8px;border-radius:50%;background:var(--emerald)}.ai-dot-pulse.svelte-1cjnvmr{position:absolute;inset:0;border-radius:50%;background:var(--emerald);animation:svelte-1cjnvmr-pulseSoft 2.4s ease-in-out infinite}@keyframes svelte-1cjnvmr-pulseSoft{0%,to{transform:scale(1);opacity:.45}50%{transform:scale(2);opacity:0}}.ai-label.svelte-1cjnvmr{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-family:var(--font)}.ai-status.svelte-1cjnvmr{margin-left:auto;font-size:12.5px;color:var(--faint);transition:color .2s ease-out;display:flex;align-items:center;gap:4px}.ai-status.analyzing.svelte-1cjnvmr{color:var(--muted-strong)}.ai-status.ready.svelte-1cjnvmr{color:var(--emerald)}.step-header.svelte-1cjnvmr{margin-bottom:28px}.step-title.svelte-1cjnvmr{font-size:30px;font-weight:700;color:var(--navy);margin-bottom:8px;letter-spacing:-.02em;line-height:1.12;font-family:var(--font)}.step-subtitle.svelte-1cjnvmr{font-size:15px;color:var(--muted);line-height:1.5}.form-fields.svelte-1cjnvmr{margin-bottom:32px}.field-group.svelte-1cjnvmr{margin-bottom:18px}.field-group.svelte-1cjnvmr:last-child{margin-bottom:0}.field-label.svelte-1cjnvmr{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--muted-strong);margin-bottom:8px;font-family:var(--font)}.field-label.svelte-1cjnvmr svg{color:var(--faint)}.optional.svelte-1cjnvmr{font-weight:400;color:var(--faint)}.premium-textarea.svelte-1cjnvmr{width:100%;padding:16px;border:1px solid var(--hairline);border-radius:18px;background:#fff;color:var(--navy);font-family:var(--font);font-size:15px;line-height:1.55;resize:vertical;box-shadow:0 1px 2px #1e23370a;transition:border-color .18s ease-out,box-shadow .18s ease-out}.premium-textarea.svelte-1cjnvmr:focus{outline:none;border-color:var(--hairline-strong);box-shadow:0 1px 2px #1e23370a,0 0 0 4px #1e23370a}.premium-textarea.svelte-1cjnvmr::placeholder{color:var(--faint)}.char-count.svelte-1cjnvmr{text-align:right;font-size:11.5px;color:var(--faint);margin-top:8px}.premium-input.svelte-1cjnvmr{width:100%;padding:13px 15px;border:1px solid var(--hairline);border-radius:14px;background:#fff;color:var(--navy);font-family:var(--font);font-size:15px;box-shadow:0 1px 2px #1e23370a;transition:border-color .18s ease-out,box-shadow .18s ease-out}.premium-input.svelte-1cjnvmr:focus{outline:none;border-color:var(--hairline-strong);box-shadow:0 1px 2px #1e23370a,0 0 0 4px #1e23370a}.premium-input.svelte-1cjnvmr::placeholder{color:var(--faint)}.card-grid-simple.svelte-1cjnvmr{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.selection-card-simple.svelte-1cjnvmr{position:relative;padding:26px 18px;border:1px solid var(--hairline);border-radius:18px;background:#fff;text-align:center;transition:border-color .18s ease-out,background-color .18s ease-out,box-shadow .18s ease-out;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:14px}.selection-card-simple.svelte-1cjnvmr:hover{border-color:#1e233738}.selection-card-simple.selected.svelte-1cjnvmr{border-color:var(--navy);box-shadow:inset 0 0 0 1px var(--navy);background:var(--paper)}.card-icon.svelte-1cjnvmr{width:52px;height:52px;border-radius:16px;background:var(--chip);color:var(--muted-strong);display:flex;align-items:center;justify-content:center}.card-icon.exclusive.svelte-1cjnvmr{background:var(--chip);color:var(--muted-strong)}.selection-card-simple.selected.svelte-1cjnvmr .card-icon:where(.svelte-1cjnvmr){background:var(--navy);color:#fff}.card-title.svelte-1cjnvmr{font-size:15.5px;font-weight:600;color:var(--navy);line-height:1.3;font-family:var(--font)}.card-check.svelte-1cjnvmr{position:absolute;top:12px;right:12px;width:24px;height:24px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center}.card-check.svelte-1cjnvmr svg{width:14px;height:14px}.button-grid.svelte-1cjnvmr{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.icon-button.svelte-1cjnvmr{padding:12px 14px;border:1px solid var(--hairline);border-radius:13px;background:#fff;display:flex;align-items:center;gap:9px;font-size:14px;font-weight:500;color:var(--muted-strong);transition:border-color .18s ease-out,background-color .18s ease-out,color .18s ease-out,box-shadow .18s ease-out;cursor:pointer}.icon-button.svelte-1cjnvmr:hover{border-color:#1e233738}.icon-button.selected.svelte-1cjnvmr{border-color:var(--navy);box-shadow:inset 0 0 0 1px var(--navy);background:var(--paper);color:var(--navy)}.upload-zone.svelte-1cjnvmr{display:block;border:1.5px dashed rgba(30,35,55,.16);border-radius:18px;padding:44px 24px;text-align:center;cursor:pointer;background:var(--paper);transition:border-color .18s ease-out,background-color .18s ease-out}.upload-zone.svelte-1cjnvmr:hover{border-color:#1e233752;background:#f8f9f8}.upload-content.svelte-1cjnvmr{display:flex;flex-direction:column;align-items:center}.upload-icon.svelte-1cjnvmr{width:52px;height:52px;border-radius:16px;background:var(--chip);color:var(--muted);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.upload-title.svelte-1cjnvmr{font-size:15px;font-weight:600;color:var(--navy);margin-bottom:3px}.upload-subtitle.svelte-1cjnvmr{font-size:13.5px;color:var(--muted);margin-bottom:8px}.upload-hint.svelte-1cjnvmr{font-size:12px;color:var(--faint)}.photo-grid.svelte-1cjnvmr{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.photo-item.svelte-1cjnvmr{position:relative;aspect-ratio:1;border-radius:14px;overflow:hidden;border:1px solid var(--hairline)}.photo-preview.svelte-1cjnvmr{width:100%;height:100%;object-fit:cover}.photo-remove.svelte-1cjnvmr{position:absolute;top:8px;right:8px;width:30px;height:30px;border-radius:50%;background:#21273dd9;color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s ease-out;cursor:pointer}.photo-item.svelte-1cjnvmr:hover .photo-remove:where(.svelte-1cjnvmr){opacity:1}.photo-add.svelte-1cjnvmr{aspect-ratio:1;border:1.5px dashed rgba(30,35,55,.16);border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:13.5px;color:var(--muted);cursor:pointer;background:var(--paper);transition:border-color .18s ease-out,color .18s ease-out}.photo-add.svelte-1cjnvmr:hover{border-color:#1e233752;color:var(--navy)}.step-footer.svelte-1cjnvmr{display:flex;align-items:center;justify-content:space-between;padding-top:22px;border-top:1px solid var(--hairline)}.footer-status.svelte-1cjnvmr{display:flex;align-items:center;gap:8px}.status-text.svelte-1cjnvmr{font-size:13px;color:var(--faint);font-family:var(--font)}.status-text.ready.svelte-1cjnvmr{color:var(--emerald);font-weight:500}.footer-actions.svelte-1cjnvmr{display:flex;align-items:center;gap:14px}.btn-back.svelte-1cjnvmr{display:flex;align-items:center;gap:7px;padding:10px 16px;border-radius:999px;background:transparent;color:var(--muted);font-size:14px;font-weight:500;font-family:var(--font);transition:background-color .18s ease-out,color .18s ease-out;cursor:pointer;border:none}.btn-back.svelte-1cjnvmr:hover{background:var(--chip);color:var(--navy)}.btn-continue.svelte-1cjnvmr,.btn-submit.svelte-1cjnvmr{display:flex;align-items:center;gap:8px;height:44px;padding:0 24px;border-radius:999px;background:var(--salmon);color:#fff;font-size:14.5px;font-weight:600;font-family:var(--font);transition:background-color .18s ease-out;cursor:pointer;border:none}.btn-continue.svelte-1cjnvmr:hover,.btn-submit.svelte-1cjnvmr:hover{background:var(--salmon-hover)}.btn-continue.svelte-1cjnvmr:disabled,.btn-submit.svelte-1cjnvmr:disabled{opacity:.35;cursor:not-allowed}.btn-skip.svelte-1cjnvmr{font-size:13.5px;color:var(--muted);background:none;border:none;cursor:pointer;transition:color .15s ease-out}.btn-skip.svelte-1cjnvmr:hover{color:var(--navy)}.context-section.svelte-1cjnvmr{animation:svelte-1cjnvmr-ctxIn .3s ease-out}@keyframes svelte-1cjnvmr-ctxIn{0%{opacity:0}to{opacity:1}}.context-illustration.svelte-1cjnvmr{margin-bottom:28px;display:flex;align-items:center;justify-content:center;min-height:150px}.illustration-chat.svelte-1cjnvmr{position:relative}.chat-bubble.svelte-1cjnvmr{width:108px;height:68px;background:#fff;border:1px solid var(--hairline);border-radius:18px 18px 18px 6px;box-shadow:0 1px 2px #1e23370d;display:flex;align-items:center;justify-content:center}.typing-dots.svelte-1cjnvmr{display:flex;gap:5px}.typing-dots.svelte-1cjnvmr span:where(.svelte-1cjnvmr){width:6px;height:6px;border-radius:50%;background:#21273d59;animation:svelte-1cjnvmr-typing 1.4s ease-in-out infinite}.typing-dots.svelte-1cjnvmr span:where(.svelte-1cjnvmr):nth-child(2){animation-delay:.2s}.typing-dots.svelte-1cjnvmr span:where(.svelte-1cjnvmr):nth-child(3){animation-delay:.4s}@keyframes svelte-1cjnvmr-typing{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}.comparison-visual.svelte-1cjnvmr{display:flex;align-items:center;gap:14px}.compare-card.svelte-1cjnvmr{flex:1;padding:20px 16px;background:#fff;border:1px solid var(--hairline);border-radius:16px;box-shadow:0 1px 2px #1e23370a;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--muted-strong)}.compare-card.exclusive.svelte-1cjnvmr{color:var(--muted-strong)}.compare-card.svelte-1cjnvmr span:where(.svelte-1cjnvmr){font-size:13px;font-weight:600;color:var(--navy)}.compare-vs.svelte-1cjnvmr{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--faint)}.map-visual.svelte-1cjnvmr{position:relative;display:flex;align-items:center;justify-content:center}.map-visual.svelte-1cjnvmr .map-pin{color:var(--navy)}.ripple.svelte-1cjnvmr{position:absolute;width:90px;height:90px;border:1px solid rgba(30,35,55,.18);border-radius:50%;opacity:0;animation:svelte-1cjnvmr-ripple 2.4s ease-out infinite}.ripple.delay-1.svelte-1cjnvmr{animation-delay:.8s}.ripple.delay-2.svelte-1cjnvmr{animation-delay:1.6s}@keyframes svelte-1cjnvmr-ripple{0%{transform:scale(.55);opacity:1}to{transform:scale(1.9);opacity:0}}.camera-visual.svelte-1cjnvmr{position:relative;color:var(--muted)}.photo-float.svelte-1cjnvmr{position:absolute;width:36px;height:36px;background:#fff;border:1px solid var(--hairline);border-radius:10px;box-shadow:0 1px 2px #1e23370d;animation:svelte-1cjnvmr-photoFloat 3.6s ease-in-out infinite}.photo-float.delay-1.svelte-1cjnvmr{animation-delay:1.2s;left:-48px}.photo-float.delay-2.svelte-1cjnvmr{animation-delay:2.4s;right:-48px}@keyframes svelte-1cjnvmr-photoFloat{0%,to{transform:translateY(0) rotate(0);opacity:0}50%{transform:translateY(-14px) rotate(4deg);opacity:1}}.success-visual.svelte-1cjnvmr{position:relative}.success-circle.svelte-1cjnvmr{width:68px;height:68px;border-radius:50%;background:#fff;border:1px solid var(--hairline);color:var(--emerald);display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #1e23370d,0 6px 18px #10b9811a}.success-circle.svelte-1cjnvmr svg{width:30px;height:30px}.context-title.svelte-1cjnvmr{font-size:20px;font-weight:600;color:var(--navy);margin-bottom:12px;letter-spacing:-.01em;font-family:var(--font)}.context-description.svelte-1cjnvmr{font-size:14.5px;color:var(--muted);line-height:1.6;margin-bottom:20px}.context-tips.svelte-1cjnvmr{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.tip-item.svelte-1cjnvmr{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--muted-strong)}.tip-item.svelte-1cjnvmr svg{width:16px;height:16px;color:var(--emerald);flex-shrink:0}.context-stats.svelte-1cjnvmr{display:flex;flex-direction:column;gap:8px}.stat-item.svelte-1cjnvmr{display:flex;align-items:center;gap:11px;padding:13px 15px;background:#fff;border:1px solid var(--hairline);border-radius:14px;font-size:14px;color:var(--navy);font-weight:500}.stat-item.svelte-1cjnvmr svg{width:17px;height:17px;color:var(--muted);flex-shrink:0}.comparison-table.svelte-1cjnvmr{background:#fff;border:1px solid var(--hairline);border-radius:16px;overflow:hidden;margin-bottom:20px}.comparison-row.svelte-1cjnvmr{display:grid;grid-template-columns:1fr 1fr}.comparison-row.header.svelte-1cjnvmr .comparison-cell:where(.svelte-1cjnvmr){background:var(--paper);font-size:11.5px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.comparison-cell.svelte-1cjnvmr{padding:13px 15px;font-size:13.5px;color:var(--muted-strong);border-right:1px solid var(--hairline);border-bottom:1px solid var(--hairline)}.comparison-cell.svelte-1cjnvmr:last-child{border-right:none}.comparison-row.svelte-1cjnvmr:last-child .comparison-cell:where(.svelte-1cjnvmr){border-bottom:none}.context-trust.svelte-1cjnvmr{padding:16px 18px;background:#fff;border:1px solid var(--hairline);border-radius:16px}.trust-rating.svelte-1cjnvmr{display:flex;align-items:center;gap:8px;margin-bottom:10px}.trust-rating.svelte-1cjnvmr svg{width:16px;height:16px;color:#f59e0b}.rating-text.svelte-1cjnvmr{font-size:13.5px;font-weight:600;color:var(--navy)}.trust-quote.svelte-1cjnvmr{font-size:13.5px;color:var(--muted);font-style:italic;line-height:1.5}.trust-item.svelte-1cjnvmr{display:flex;align-items:center;gap:10px;padding:10px 0;font-size:14px;color:var(--muted-strong);border-bottom:1px solid var(--hairline)}.trust-item.svelte-1cjnvmr:last-child{border-bottom:none;padding-bottom:0}.trust-item.svelte-1cjnvmr:first-child{padding-top:0}.trust-item.svelte-1cjnvmr svg{width:16px;height:16px;color:var(--emerald);flex-shrink:0}.progress-bar-container.svelte-1cjnvmr{position:fixed;bottom:0;left:0;right:0;z-index:50}.progress-bar.svelte-1cjnvmr{height:3px;background:#1e23370f;position:relative}.progress-fill.svelte-1cjnvmr{height:100%;background:var(--salmon);transition:width .4s cubic-bezier(.22,1,.36,1)}.progress-label.svelte-1cjnvmr{position:absolute;bottom:16px;left:50%;transform:translate(-50%);padding:6px 16px;background:#fff;border:1px solid var(--hairline);border-radius:999px;font-size:12.5px;font-weight:500;color:var(--muted);box-shadow:0 2px 8px #1e23370f;font-family:var(--font)}.honeypot.svelte-1cjnvmr{position:absolute;left:-9999px;top:-9999px;opacity:0;height:0;width:0;overflow:hidden;pointer-events:none}.consent-group.svelte-1cjnvmr{margin-top:22px;padding-top:22px;border-top:1px solid var(--hairline)}.consent-label.svelte-1cjnvmr{display:flex;align-items:flex-start;gap:11px;cursor:pointer}.consent-checkbox.svelte-1cjnvmr{width:18px;height:18px;cursor:pointer;flex-shrink:0;margin-top:2px;accent-color:var(--salmon)}.consent-text.svelte-1cjnvmr{font-size:13px;color:var(--muted);line-height:1.55}.consent-link.svelte-1cjnvmr{color:var(--navy);text-decoration:underline;text-underline-offset:2px}.consent-link.svelte-1cjnvmr:hover{color:var(--salmon)}.hidden.svelte-1cjnvmr{display:none}@media(max-width:1024px){.form-column.svelte-1cjnvmr{width:100%!important;padding:40px 24px 100px}.context-column.svelte-1cjnvmr{display:none!important}.step-footer.svelte-1cjnvmr{flex-wrap:wrap;gap:12px}.footer-actions.svelte-1cjnvmr{width:100%;justify-content:space-between}}@media(min-width:1025px){.form-column.svelte-1cjnvmr{padding:60px 80px}}.sending-overlay.svelte-1cjnvmr{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f7f8f7,#fbfcfb 45%,#fff);animation:svelte-1cjnvmr-sendingFade .25s ease-out}@keyframes svelte-1cjnvmr-sendingFade{0%{opacity:0}to{opacity:1}}.sending-content.svelte-1cjnvmr{display:flex;flex-direction:column;align-items:center;padding:24px;text-align:center;opacity:0;transform:translate3d(0,8px,0);animation:svelte-1cjnvmr-sendingRise .35s cubic-bezier(.22,1,.36,1) .05s forwards}@keyframes svelte-1cjnvmr-sendingRise{to{opacity:1;transform:translateZ(0)}}.sending-spinner.svelte-1cjnvmr{width:44px;height:44px;margin-bottom:22px;animation:svelte-1cjnvmr-spin .9s linear infinite}@keyframes svelte-1cjnvmr-spin{to{transform:rotate(360deg)}}.sending-track.svelte-1cjnvmr{stroke:#1e233714;stroke-width:3}.sending-arc.svelte-1cjnvmr{stroke:#e84a5c;stroke-width:3;stroke-linecap:round;stroke-dasharray:107;stroke-dashoffset:80}.sending-title.svelte-1cjnvmr{font-size:18px;font-weight:600;color:#26314b;letter-spacing:-.01em;margin-bottom:6px}.sending-subtitle.svelte-1cjnvmr{font-size:14px;color:#21273d8c;max-width:300px;line-height:1.5}.sending-status.svelte-1cjnvmr{min-height:24px;animation:svelte-1cjnvmr-statusIn .32s cubic-bezier(.22,1,.36,1)}@keyframes svelte-1cjnvmr-statusIn{0%{opacity:0;transform:translate3d(0,6px,0)}to{opacity:1;transform:translateZ(0)}}.sending-dots.svelte-1cjnvmr{display:flex;gap:6px;margin-top:20px}.sending-dot.svelte-1cjnvmr{width:5px;height:5px;border-radius:50%;background:#1e23371f;transition:background-color .3s ease-out}.sending-dot.on.svelte-1cjnvmr{background:#16da98}.address-autocomplete.svelte-1cjnvmr,.address-input-wrapper.svelte-1cjnvmr{position:relative}.address-loading.svelte-1cjnvmr{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--muted)}.address-loading.svelte-1cjnvmr svg:where(.svelte-1cjnvmr){animation:svelte-1cjnvmr-spin .6s linear infinite}.address-dropdown.svelte-1cjnvmr{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--hairline);border-radius:16px;box-shadow:0 12px 32px #1e23371f;max-height:320px;overflow:hidden;z-index:9999;animation:svelte-1cjnvmr-dropdownIn .18s ease-out}@keyframes svelte-1cjnvmr-dropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown-header.svelte-1cjnvmr{padding:11px 15px 7px;border-bottom:1px solid var(--hairline)}.dropdown-title.svelte-1cjnvmr{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--faint)}.address-dropdown.svelte-1cjnvmr ul:where(.svelte-1cjnvmr){list-style:none;margin:0;padding:6px 0;max-height:260px;overflow-y:auto}.address-dropdown.svelte-1cjnvmr li:where(.svelte-1cjnvmr){margin:0;padding:0}.address-dropdown-item.svelte-1cjnvmr{width:100%;padding:10px 15px;text-align:left;display:flex;align-items:flex-start;gap:11px;background:#fff;border:none;cursor:pointer;font-family:inherit;transition:background-color .13s ease-out}.address-dropdown-item.svelte-1cjnvmr:hover,.address-dropdown-item.selected.svelte-1cjnvmr{background:var(--paper)}.address-icon.svelte-1cjnvmr{width:30px;height:30px;border-radius:9px;background:var(--chip);color:var(--muted);display:flex;align-items:center;justify-content:center;flex-shrink:0}.address-text.svelte-1cjnvmr{min-width:0;flex:1;padding-top:2px}.address-main.svelte-1cjnvmr{font-size:14.5px;font-weight:500;color:var(--navy);margin:0;line-height:1.4}.address-number.svelte-1cjnvmr{color:var(--navy);font-weight:700}.address-secondary.svelte-1cjnvmr{font-size:12.5px;color:var(--muted);margin:3px 0 0;line-height:1.3}
