@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{color-scheme:light;--font-display: "Inter", "Helvetica Neue", sans-serif;--font-sans: "Inter", "Helvetica Neue", sans-serif;--ink: #0f1720;--text: #f8fafc;--text-muted: rgba(248, 250, 252, .72);--accent: #c9f27c;--accent-strong: #3ddc97;--surface: rgba(255, 255, 255, .1);--surface-strong: rgba(255, 255, 255, .18);--page-gradient: radial-gradient(1200px at 78% 85%, rgba(120, 210, 120, .42), transparent 60%), radial-gradient(900px at 25% 20%, rgba(60, 110, 150, .52), transparent 60%), linear-gradient(140deg, #1b2733 0%, #2a4354 55%, #469a59 100%);--shadow-soft: 0 24px 50px rgba(6, 15, 22, .35);--shadow-strong: 0 40px 80px rgba(6, 15, 22, .45);font-family:var(--font-sans);color:var(--text);background-color:#1b2733;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}.l-stack{display:flex;flex-direction:column;gap:var(--stack-space, 1rem)}.l-cluster{display:flex;flex-wrap:wrap;align-items:center;gap:var(--cluster-space, 1rem)}.l-center{box-sizing:content-box;margin-inline:auto;width:100%;max-width:var(--measure, 60rem)}.u-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}body{margin:0;min-height:100vh;background:var(--page-gradient)}a{color:inherit;text-decoration:none}button{font-family:inherit}.wizard{position:relative;min-height:100vh;padding:40px 56px 64px;display:flex;flex-direction:column;gap:32px;color:#f8fafc;overflow:hidden}.wizard-main{align-items:center;--stack-space: 18px;flex:1;justify-content:center}.wizard-background{position:absolute;inset:0;pointer-events:none;z-index:0}.glow{position:absolute;width:520px;height:520px;border-radius:50%;filter:blur(120px);opacity:.55}.glow-top{top:-180px;right:-120px;background:#c9f27c59}.glow-bottom{bottom:-220px;left:-140px;background:#3ddc974d}.glow-center{top:50%;left:50%;transform:translate(-50%,-50%);width:720px;height:720px;background:#22c55e2e}.wizard-progress-inline{display:flex;justify-content:center;margin-bottom:0}.progress-dots{display:flex;gap:8px;justify-content:center}.progress-dot{width:10px;height:10px;border-radius:999px;background:#fff3;transition:transform .2s ease,background .2s ease}.progress-dot.is-active{background:#ffffffe6;box-shadow:0 6px 16px #ffffff4d;transform:scale(1.2)}.progress-dot.is-complete{background:#fff9}.wizard-shell{position:relative;z-index:1;align-items:center;--stack-space: 14px}.wizard-stage{width:60vw;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;align-items:center;background:transparent;border:1px solid rgba(255,255,255,.18);border-radius:24px;overflow:hidden;min-height:320px;box-shadow:0 26px 60px #060f1652;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.wizard-stage.is-single{display:flex;justify-content:center;align-items:center;padding:32px}.wizard-stage.is-final{border:none;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.stage-left{padding:48px;background:#ffffff1a;--stack-space: 16px;height:100%;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.stage-right{padding:48px;--stack-space: 16px;height:100%;background:transparent}.intro-title{margin:0;font-family:var(--font-display);font-size:clamp(32px,3.2vw,46px);line-height:1.18}.typewriter{display:inline;min-height:3.2em}.typewriter-cursor{width:6px;height:1.1em;background:#ffffffd9;display:inline-block;vertical-align:text-bottom;margin-left:2px;opacity:0;transition:opacity .2s ease}.typewriter-cursor.is-visible{opacity:1}.nora-avatar{position:relative;width:60px;height:60px;flex-shrink:0}.nora-image{width:100%;height:100%;border-radius:50%;overflow:hidden;animation:float 4s ease-in-out infinite}.nora-image img{width:100%;height:100%;object-fit:cover}.nora-status{position:absolute;right:0;bottom:0;width:12px;height:12px;border-radius:50%;background:#22c55e;border:2px solid rgba(255,255,255,.9);box-shadow:0 0 0 3px #22c55e33;animation:pulse 1.8s ease-in-out infinite}.panel-content h3{font-family:var(--font-display);margin:0 0 8px;font-size:26px}.panel-content p{margin:0 0 20px;color:#f8fafcb3}.form-grid{display:grid;grid-template-columns:1fr;gap:14px;width:100%}.field{display:flex;flex-direction:column;gap:0;font-size:0;color:transparent;width:100%}.input-row{position:relative;display:flex;align-items:center;width:100%}.input-icon{position:absolute;left:12px;display:inline-flex;align-items:center;justify-content:center;color:#f8fafc8c}.input-icon svg{width:16px;height:16px;stroke:#f8fafc8c;stroke-width:1.4;fill:none}.field input{padding:16px 18px 16px 46px;border-radius:14px;border:1px solid rgba(255,255,255,.35);background:#ffffff38;font-size:17px;color:#f8fafc;box-shadow:inset 0 0 0 1px #ffffff1f;width:100%}.field input::placeholder{color:#f8fafc99}.field input:focus{outline:none;border-color:#ffffff73;box-shadow:0 0 0 3px #ffffff1f}.field.full{grid-column:1 / -1}.upload-zone{position:relative;display:flex;align-items:center;justify-content:center;padding:32px;border-radius:22px;border:3px dashed rgba(255,255,255,.3);background:#ffffff0f;min-height:280px;overflow:hidden;transition:border-color .2s ease,background .2s ease}.upload-zone:hover{border-color:#ffffff80;background:#ffffff14}.upload-zone input{position:absolute;inset:0;opacity:0;cursor:pointer}.upload-empty{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;color:#f8fafcb3}.upload-empty p{margin:0;font-size:14px}.upload-icon{width:48px;height:48px;display:grid;place-items:center;color:#f8fafc73}.upload-icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.5;fill:none}.upload-action{padding:8px 14px;border-radius:10px;background:#fff3;color:#f8fafc;font-weight:600;font-size:13px;border:1px solid rgba(255,255,255,.25)}.upload-preview-card{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.upload-preview-card img{max-height:160px;border-radius:14px;object-fit:contain;background:#ffffffeb;padding:12px;box-shadow:0 12px 24px #060f1647}.upload-remove{position:absolute;top:-10px;right:-10px;width:28px;height:28px;border-radius:999px;border:none;display:grid;place-items:center;background:#ef4444;color:#fff;cursor:pointer;box-shadow:0 6px 14px #ef444466}.upload-remove svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none}.service-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.service-grid.is-scroll{max-height:350px;overflow-y:auto;padding-right:6px}.service-grid.is-scroll::-webkit-scrollbar{width:8px}.service-grid.is-scroll::-webkit-scrollbar-track{background:#ffffff14;border-radius:999px}.service-grid.is-scroll::-webkit-scrollbar-thumb{background:#ffffff59;border-radius:999px}.service-grid.is-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff73}.service-pill{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;border:2px solid rgba(255,255,255,.18);background:#ffffff14;color:#f8fafccc;text-align:left;cursor:pointer;width:100%;transition:border-color .2s ease,background .2s ease,color .2s ease}.service-pill:hover{border-color:#fff6;background:#ffffff1f;color:#f8fafc}.service-check{width:20px;height:20px;border-radius:999px;border:2px solid rgba(255,255,255,.4);display:grid;place-items:center;flex-shrink:0;background:transparent}.service-label{font-size:13px;font-weight:500}.service-pill.is-selected{border-color:#ffffff80;background:#fff3;color:#f8fafc}.service-pill.is-selected .service-check{border-color:#fff;background:#fff}.service-pill.is-selected .service-check:after{content:"";width:9px;height:6px;border-left:2px solid #1e293b;border-bottom:2px solid #1e293b;transform:rotate(-45deg)}.panel-actions{justify-content:flex-end;margin-top:auto;width:100%;--cluster-space: 16px}.panel-actions.is-single{justify-content:flex-end}.panel-actions.is-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--cluster-space, 16px);align-items:stretch}.panel-actions.is-split .primary,.panel-actions.is-split .secondary,.panel-actions.is-split .tooltip-wrapper{width:100%}.panel-actions.is-split .tooltip-wrapper,.panel-actions.is-split .tooltip-wrapper .primary{height:100%}.panel-actions.is-single .primary{width:100%}.primary,.secondary{border-radius:14px;padding:14px 20px;font-weight:600;line-height:1.1;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;font-size:16px;transition:background .2s ease,border-color .2s ease,color .2s ease}.panel-actions .primary,.panel-actions .secondary{min-height:52px}.primary{background:#ffffff38;color:#f8fafcb3;border:1px solid rgba(255,255,255,.4);box-shadow:inset 0 0 0 1px #ffffff14}.primary:hover{background:#ffffff47;color:#f8fafcd9}.secondary{background:#ffffff0f;color:#f8fafc;border:2px solid rgba(255,255,255,.2)}.secondary:hover{background:#ffffff24;color:#f8fafcbf}.btn-icon svg{width:16px;height:16px;stroke:#f8fafccc;stroke-width:2;fill:none;display:block}.btn-icon{display:inline-flex;align-items:center;justify-content:center}.btn-spinner{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:spin .8s linear infinite;display:inline-block;vertical-align:middle}.primary:disabled,.secondary:disabled{opacity:.6;cursor:not-allowed}.validation{color:#fca5a5;font-size:13px}.validation-slot{min-height:18px}.validation-slot .validation{margin:6px 0 0}.status{font-size:13px;color:#f8fafcb8}.panel-success{align-items:center;text-align:center;max-width:420px;--stack-space: 16px}.final-card{width:min(460px,88vw);border-radius:22px;padding:28px 32px 30px;align-items:center;text-align:center;background:#1a464d99;border:1px solid rgba(255,255,255,.2);box-shadow:0 26px 60px #060f1659;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);--stack-space: 18px}.final-check{width:64px;height:64px;border-radius:999px;background:linear-gradient(145deg,#22c55e,#a3e635);display:grid;place-items:center;box-shadow:0 18px 32px #22c55e59}.final-check svg{width:30px;height:30px;stroke:#fff;stroke-width:2.5;fill:none}.final-title{font-family:var(--font-display);margin:0;font-size:clamp(28px,3vw,36px)}.final-tip{width:100%;padding:16px 18px;border-radius:16px;background:#ffffff29;border:1px solid rgba(255,255,255,.22);text-align:left;color:#f8fafcc7;font-size:14px;line-height:1.5}.final-tip-header{display:flex;align-items:center;gap:8px;font-weight:600;color:#f8fafc;margin-bottom:6px}.final-tip-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.final-tip-icon svg{width:100%;height:100%;stroke:#f8fafccc;stroke-width:1.6;fill:none}.final-tip p{margin:0}.final-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:200px;padding:12px 22px;border-radius:999px;background:linear-gradient(135deg,#22c55e,#84cc16);color:#0f1720;font-weight:700;text-decoration:none;box-shadow:0 16px 30px #22c55e59}.final-button .btn-icon svg{stroke:#0f1720}.panel-success h2{font-family:var(--font-display);margin:0;font-size:32px}.success-badge{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#a3e635);display:grid;place-items:center;box-shadow:0 24px 50px #22c55e59}.success-check{width:28px;height:14px;border-left:4px solid #ffffff;border-bottom:4px solid #ffffff;transform:rotate(-45deg);margin-top:-6px}.site-link{display:inline-flex;align-items:center;gap:8px;color:#0f1720;font-weight:600;background:#ffffffe6;padding:10px 16px;border-radius:999px}.wizard-footer{position:relative;z-index:1;text-align:center;color:#f8fafc99;font-size:13px;margin-top:18px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #22c55e80}70%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 #22c55e00}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1024px){.wizard{padding:28px}}@media(max-width:1599px)and (min-width:1024px){.wizard-stage{width:80vw}}@media(max-width:1023px)and (min-width:961px){.wizard-stage{width:90vw}}@media(max-width:960px){.wizard-stage{width:90vw;grid-template-columns:1fr}}@media(max-width:640px){.wizard{padding:22px}.wizard-panel{padding:24px}.form-grid{grid-template-columns:1fr}.panel-actions{flex-direction:column}.service-grid.is-scroll{max-height:320px}}.intro-subtitle{margin:0;color:#f8fafcb3;font-size:15px;line-height:1.5}.address-autofill{width:100%;display:block}.address-autofill>*{width:100%}.tooltip-wrapper{position:relative;display:flex;width:100%}.tooltip-wrapper[data-tooltip]:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%) translateY(6px);background:#0f172aeb;color:#f8fafcf2;padding:8px 12px;border-radius:10px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;border:1px solid rgba(148,163,184,.35);box-shadow:0 18px 30px #0f172a73;z-index:30}.tooltip-wrapper[data-tooltip]:before{content:"";position:absolute;left:50%;bottom:calc(100% + 2px);transform:translate(-50%) translateY(6px);border-width:6px 6px 0 6px;border-style:solid;border-color:rgba(15,23,42,.92) transparent transparent transparent;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:29}.tooltip-wrapper:hover:after,.tooltip-wrapper:hover:before,.tooltip-wrapper:focus-within:after,.tooltip-wrapper:focus-within:before{opacity:1;transform:translate(-50%) translateY(0)}.mapboxgl-ctrl-geocoder,.mbx-listbox,[data-mapbox-listbox]{background:#1e293bf2!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:.75rem!important;box-shadow:0 25px 50px -12px #00000080!important;z-index:20}.mbx-suggestion,[data-mapbox-suggestion]{color:#ffffffe6!important;padding:.75rem 1rem!important;transition:background-color .15s ease!important}.mbx-suggestion:hover,[data-mapbox-suggestion]:hover,.mbx-suggestion[aria-selected=true],[data-mapbox-suggestion][aria-selected=true]{background:#ffffff1a!important}.mbx-suggestion-text,.mbx-suggestion-address{color:#ffffffb3!important}.mbx-suggestion-name{color:#fffffff2!important;font-weight:500!important}
