*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #10b981;--primary-hover: #059669;--text-primary: #2d2d2d;--text-secondary: #6b7280;--text-light: #9ca3af;--bg-primary: #ffffff;--bg-secondary: #f9fafb;--border-color: rgba(0, 0, 0, .06);--border-focus: #10b981;--success-color: #10b981;--error-color: #ef4444;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--radius: 12px;--transition: all .3s cubic-bezier(.4, 0, .2, 1);--toolbar-height: 80px;--header-height: 70px}html,body{height:100%;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--bg-secondary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{height:100vh;display:flex;flex-direction:column}.header{background:#ffffffb8;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000000a,inset 0 -1px #ffffffe6;height:var(--header-height)}.header-content{display:flex;justify-content:space-between;align-items:center;height:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.logo{font-size:1.5rem;font-weight:500;color:#2d2d2d;text-decoration:none;letter-spacing:-.01em;font-family:Lora,Georgia,serif;display:inline-flex;align-items:baseline;transition:opacity .2s ease;font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.logo:hover{opacity:.7}.dot{width:5px;height:5px;background:var(--primary-color);border-radius:50%;display:inline-block;margin-left:.12em;position:relative;top:.15em;flex-shrink:0}.header-actions{display:flex;gap:.5rem;align-items:center}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;user-select:none;-webkit-user-select:none;color:var(--text-primary);background:transparent}.btn-secondary:hover{background:#0000000d}.btn-secondary:active{background:#00000014}.btn-secondary svg{opacity:.7}.btn-start-over{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1;border:1.5px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .2s ease;user-select:none;-webkit-user-select:none;color:var(--text-secondary);background:transparent}.btn-start-over:hover{background:#f3f4f6;border-color:#d1d5db;color:var(--text-primary)}.btn-start-over:active{background:#e5e7eb;transform:scale(.98)}.btn-start-over svg{flex-shrink:0}.main{flex:1;overflow-y:auto;background:#f3f4f6;position:relative}.content{max-width:1200px;margin:0 auto;padding:55px 1.5rem 3rem;min-height:100%;position:relative;z-index:1}.two-column-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.left-column{position:sticky;top:55px;padding:2rem 2rem 2rem 0;align-self:start}.left-column:before{content:"";position:fixed;top:var(--header-height);bottom:var(--toolbar-height);right:50%;left:0;background:#ffffffb8;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-right:1px solid rgba(0,0,0,.08);box-shadow:0 0 8px #0000000a,inset -1px 0 #ffffffe6;z-index:0}.left-column .form-header,.right-column{position:relative;z-index:1}.form-header{text-align:left}.step-badge{display:inline-block;padding:.375rem .875rem;background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#047857;border:1px solid #6ee7b7;border-radius:8px;font-size:.8125rem;font-weight:600;margin-bottom:1.5rem;user-select:none;-webkit-user-select:none}.form-header h1{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.02em}.form-header p{font-size:1.25rem;color:var(--text-secondary)}.form{display:flex;flex-direction:column;gap:1.5rem}.form-card-header{margin-bottom:1.5rem}.form-card-header h2{font-size:1.5rem;font-weight:600;color:var(--text-primary);letter-spacing:-.01em}.form-row{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:start}.form-group{position:relative}.address-input-wrapper{flex:1}.unit-input-wrapper{width:150px}.form-label{display:block;font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;white-space:nowrap}.optional{font-weight:400;color:var(--text-light)}.form-input{width:100%;padding:1.125rem 1.25rem;font-size:1.125rem;border:1px solid rgba(0,0,0,.15);border-radius:12px;background:var(--bg-primary);color:var(--text-primary);transition:var(--transition);outline:none}.form-input:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px #10b9811a}.form-input::placeholder{color:var(--text-light)}.input-with-suffix{position:relative;display:flex;align-items:center}.input-with-suffix .form-input{padding-right:3.5rem}.input-suffix{position:absolute;right:1.25rem;color:var(--text-secondary);font-size:1.125rem;pointer-events:none;-webkit-user-select:none;user-select:none}.toggle-button-group{display:flex;gap:.75rem;margin-top:.5rem}.toggle-button-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.5rem}#basement-details{display:flex;flex-direction:column;gap:1.5rem}#basement-details.hidden{display:none}.toggle-btn{flex:1;padding:1rem 1.5rem;font-size:1rem;font-weight:600;text-align:center;border:1.5px solid rgba(0,0,0,.15);border-radius:12px;background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;transition:all .2s ease;user-select:none;-webkit-user-select:none}.toggle-btn:hover{border-color:var(--primary-color);background:#10b9810d;color:var(--text-primary)}.toggle-btn:active{transform:scale(.98)}.toggle-btn.active{border-color:var(--primary-color);background:#10b9811f;color:var(--primary-color);box-shadow:0 2px 8px #10b98126}.toggle-btn.active:hover{background:#10b9812e;border-color:var(--primary-color);color:var(--primary-color)}.option-content{display:flex;flex-direction:column;gap:.375rem;text-align:left}.option-title{font-size:1rem;font-weight:600;color:inherit}.option-description{font-size:.8125rem;font-weight:400;opacity:.7;line-height:1.4}.toggle-btn:hover .option-description,.toggle-btn.active .option-description{opacity:.85}.image-options-group{display:flex;flex-direction:column;gap:1rem}.image-option{display:flex;gap:1rem;padding:0;border:2px solid rgba(0,0,0,.1);border-radius:12px;background:var(--bg-primary);cursor:pointer;transition:all .2s ease;overflow:hidden;text-align:left;user-select:none;-webkit-user-select:none}.image-option:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #10b98126}.image-option.active{border-color:var(--primary-color);background:#10b9810d;box-shadow:0 2px 12px #10b98133}.image-option-image{flex-shrink:0;width:160px;height:120px;overflow:hidden;background:#f3f4f6}.image-option-image img{width:100%;height:100%;object-fit:cover;display:block}.image-option-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:1rem 1rem 1rem 0;gap:.375rem}.image-option-title{font-size:1rem;font-weight:600;color:var(--text-primary)}.image-option-description{font-size:.875rem;font-weight:400;color:var(--text-secondary);line-height:1.4}.image-option.active .image-option-title{color:var(--primary-color)}.image-option.active .image-option-description{color:var(--text-primary)}.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-option{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border:1.5px solid rgba(0,0,0,.15);border-radius:12px;background:var(--bg-primary);cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;user-select:none;-webkit-user-select:none;position:relative}.checkbox-option:hover{border-color:#10b98180}.checkbox-option input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.checkbox-option:has(input[type=checkbox]:checked){border-color:var(--primary-color);background:#10b9811f;box-shadow:0 2px 8px #10b98126}.checkbox-option:has(input[type=checkbox]:checked):hover{background:#10b9812e;border-color:var(--primary-color)}.checkbox-option:after{content:"";flex-shrink:0;width:22px;height:22px;border:1.5px solid rgba(0,0,0,.2);border-radius:6px;background:var(--bg-primary);order:-1}.checkbox-option:has(input[type=checkbox]:checked):after{background:var(--primary-color);border-color:var(--primary-color);background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpolyline points="20 6 9 17 4 12"%3E%3C/polyline%3E%3C/svg%3E');background-size:14px 14px;background-position:center;background-repeat:no-repeat}.checkbox-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.checkbox-label{font-size:1rem;font-weight:500;color:var(--text-primary);line-height:1.4}.checkbox-option:has(input[type=checkbox]:checked) .checkbox-label{color:var(--primary-color);font-weight:600}.checkbox-description{font-size:.875rem;font-weight:400;color:var(--text-secondary);line-height:1.4}.criteria-solar{background:#fbbf2414}.criteria-foundation{background:#ef444414}.criteria-fire{background:#f9731614}.criteria-water{background:#3b82f614}.criteria-septic{background:#8b5cf614}.criteria-mobile{background:#ec489914}.criteria-ownership{background:#6366f114}.criteria-tanks{background:#64748b14}.criteria-cesspool{background:#78716c14}.criteria-none{background:#10b98114}.input-with-prefix{display:flex;align-items:center;border:1px solid rgba(0,0,0,.15);border-radius:12px;background:var(--bg-primary);transition:var(--transition);overflow:hidden}.input-with-prefix:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #10b9811a}.input-prefix{padding:1.125rem 0 1.125rem 1.25rem;font-size:1.125rem;font-weight:600;color:var(--text-secondary)}.input-with-prefix input{flex:1;padding:1.125rem 1.25rem 1.125rem .5rem;font-size:1.125rem;border:none;background:transparent;color:var(--text-primary);outline:none}.input-with-prefix input::placeholder{color:#0000004d}.optional-badge{font-size:.875rem;font-weight:400;color:var(--text-secondary);opacity:.7}.step-container{animation:stepTransition .2s ease-out}.step-container.hidden{display:none}@keyframes stepTransition{0%{opacity:0}to{opacity:1}}.form-field-card{background:var(--bg-primary);padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #00000014,0 0 0 1px #0000000a}#step-23 .form-field+.form-field{margin-top:1.5rem}#step-24 .form-field+.form-field{margin-top:1.5rem}#step-25 .form-field+.form-field{margin-top:1.5rem}.thank-you-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:3rem 2rem;text-align:center}.thank-you-icon{margin-bottom:2rem;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.thank-you-content h1{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem}.thank-you-message{font-size:1.25rem;color:var(--text-secondary);max-width:600px;line-height:1.6;margin-bottom:2rem}.thank-you-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.thank-you-footer p{font-size:1rem;color:var(--text-secondary)}.thank-you-footer a{color:var(--primary-color);text-decoration:none;font-weight:500}.thank-you-footer a:hover{text-decoration:underline}.form-select{width:100%;padding:1.125rem 3rem 1.125rem 1.25rem;font-size:1.125rem;font-family:inherit;border:1px solid rgba(0,0,0,.15);border-radius:12px;background:var(--bg-primary);color:var(--text-primary);transition:var(--transition);outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.25rem center}.form-select:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px #10b9811a}.form-select option{padding:.5rem}.select-input{width:100%;padding:1.125rem 3rem 1.125rem 1.25rem;font-size:1.125rem;font-family:inherit;border:1px solid rgba(0,0,0,.15);border-radius:12px;background:var(--bg-primary);color:var(--text-primary);transition:var(--transition);outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.25rem center}.select-input:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px #10b9811a}.select-input option{padding:.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:.9375rem;font-weight:600;color:var(--text-primary)}.input-field{width:100%;padding:1.125rem 1.25rem;font-size:1.125rem;border:1px solid rgba(0,0,0,.15);border-radius:12px;background:var(--bg-primary);color:var(--text-primary);transition:var(--transition);outline:none}.input-field:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px #10b9811a}.input-field::placeholder{color:var(--text-light)}.privacy-notice{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin-top:.5rem}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:var(--bg-primary);border:1px solid rgba(0,0,0,.1);border-radius:12px;box-shadow:0 4px 12px #0000001a;max-height:300px;overflow-y:auto;z-index:1000}.suggestions-dropdown.hidden{display:none}.suggestion-item{padding:1rem 1.25rem;cursor:pointer;transition:all .15s ease;font-size:1rem;color:var(--text-primary);border-bottom:1px solid rgba(0,0,0,.05)}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:#10b98114;color:var(--primary-color)}.suggestion-item:active{background:#10b9811f}.number-stepper{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.stepper-btn{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.15);border-radius:12px;background:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:all .2s ease;flex-shrink:0}.stepper-btn:hover{border-color:var(--primary-color);background:#10b9810d;color:var(--primary-color)}.stepper-btn:active{transform:scale(.95)}.stepper-btn:disabled{opacity:.4;cursor:not-allowed;border-color:#0000001a}.stepper-btn:disabled:hover{border-color:#0000001a;background:var(--bg-primary);color:var(--text-primary)}.stepper-input{flex:1;text-align:center;font-size:1.5rem;font-weight:600;padding:1rem;border:1px solid rgba(0,0,0,.15);border-radius:12px;background:var(--bg-primary);color:var(--text-primary);outline:none;cursor:default}.stepper-input:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px #10b9811a}.stepper-input::-webkit-inner-spin-button,.stepper-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.stepper-input[type=number]{-moz-appearance:textfield}.bedrooms-visualization{margin-top:1.5rem;padding:1.5rem;background:#f9fafb;border-radius:12px;border:1px solid rgba(0,0,0,.06)}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,100px);gap:.75rem;max-width:100%}.room{width:100px;height:100px;background:#fff;border:3px solid #2d3748;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;cursor:pointer}.room:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 10px,rgba(16,185,129,.15) 10px,rgba(16,185,129,.15) 11px),repeating-linear-gradient(90deg,transparent,transparent 10px,rgba(16,185,129,.15) 10px,rgba(16,185,129,.15) 11px);pointer-events:none}.room:before{content:"";position:absolute;bottom:-3px;left:50%;transform:translate(-50%);width:28%;height:4px;background:#f3f4f6;border-left:2px solid #2d3748;border-right:2px solid #2d3748;z-index:1}.room-door-arc{position:absolute;bottom:-3px;left:36%;width:20%;height:20%;border:2px solid #2d3748;border-bottom:none;border-right:none;border-radius:100% 0 0;z-index:1;pointer-events:none}.room-icon{position:absolute;top:calc(50% - 22px);left:50%;transform:translate(-50%,-50%);width:55%;height:55%;background-image:url("data:image/svg+xml,%3Csvg width='40' height='48' viewBox='0 0 40 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Bed frame --%3E%3Crect x='2' y='6' width='36' height='36' rx='2' fill='%2310b981' fill-opacity='0.15' stroke='%2310b981' stroke-width='1.5'/%3E%3C!-- Mattress --%3E%3Crect x='4' y='8' width='32' height='32' rx='1.5' fill='%2310b981' fill-opacity='0.25' stroke='%2310b981' stroke-width='1.2'/%3E%3C!-- Blanket/Duvet (bottom 70%25 of mattress) --%3E%3Crect x='5' y='18' width='30' height='21' rx='1' fill='%2310b981' fill-opacity='0.2' stroke='%2310b981' stroke-width='1'/%3E%3C!-- Left pillow --%3E%3Crect x='6' y='9' width='12' height='7' rx='1' fill='%2310b981' fill-opacity='0.35' stroke='%2310b981' stroke-width='1'/%3E%3C!-- Right pillow --%3E%3Crect x='22' y='9' width='12' height='7' rx='1' fill='%2310b981' fill-opacity='0.35' stroke='%2310b981' stroke-width='1'/%3E%3C!-- Headboard --%3E%3Crect x='3' y='4' width='34' height='3' rx='1' fill='%2310b981' fill-opacity='0.4' stroke='%2310b981' stroke-width='1.2'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:3}.room-nightstand-left{position:absolute;top:calc(50% - 37px);left:15%;transform:translateY(-50%);width:12%;height:18%;background-image:url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Nightstand body --%3E%3Crect x='1' y='2' width='14' height='16' rx='1' fill='%2310b981' fill-opacity='0.2' stroke='%2310b981' stroke-width='1.2'/%3E%3C!-- Drawer --%3E%3Crect x='2' y='8' width='12' height='6' rx='0.5' fill='%2310b981' fill-opacity='0.15' stroke='%2310b981' stroke-width='1'/%3E%3C!-- Drawer handle --%3E%3Crect x='6' y='10' width='4' height='1.5' rx='0.5' fill='%2310b981'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:3}.room-nightstand-right{position:absolute;top:calc(50% - 37px);right:15%;transform:translateY(-50%);width:12%;height:18%;background-image:url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Nightstand body --%3E%3Crect x='1' y='2' width='14' height='16' rx='1' fill='%2310b981' fill-opacity='0.2' stroke='%2310b981' stroke-width='1.2'/%3E%3C!-- Drawer --%3E%3Crect x='2' y='8' width='12' height='6' rx='0.5' fill='%2310b981' fill-opacity='0.15' stroke='%2310b981' stroke-width='1'/%3E%3C!-- Drawer handle --%3E%3Crect x='6' y='10' width='4' height='1.5' rx='0.5' fill='%2310b981'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:3}.room-dresser{position:absolute;bottom:calc(8% - 7px);right:2px;width:22%;height:26%;background-image:url("data:image/svg+xml,%3Csvg width='20' height='24' viewBox='0 0 20 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Seat --%3E%3Crect x='4' y='6' width='12' height='12' rx='1.5' fill='%2310b981' fill-opacity='0.25' stroke='%2310b981' stroke-width='1.2'/%3E%3C!-- Backrest --%3E%3Crect x='4' y='2' width='12' height='4' rx='1' fill='%2310b981' fill-opacity='0.3' stroke='%2310b981' stroke-width='1.2'/%3E%3C!-- Left armrest --%3E%3Crect x='1' y='6' width='3' height='12' rx='1' fill='%2310b981' fill-opacity='0.2' stroke='%2310b981' stroke-width='1'/%3E%3C!-- Right armrest --%3E%3Crect x='16' y='6' width='3' height='12' rx='1' fill='%2310b981' fill-opacity='0.2' stroke='%2310b981' stroke-width='1'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:3;transform:rotate(135deg)}.room-window{position:absolute;top:15%;right:-3px;width:4px;height:25%;background:linear-gradient(90deg,#93c5fd,#e0f2fe,#93c5fd);border-top:3px solid #2d3748;border-bottom:3px solid #2d3748;z-index:2}.room-window:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:2px;background:#2d3748}.room-window-top{position:absolute;top:-3px;left:25%;width:25%;height:4px;background:linear-gradient(0deg,#93c5fd,#e0f2fe,#93c5fd);border-left:3px solid #2d3748;border-right:3px solid #2d3748;z-index:2}.room-window-top:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2px;height:100%;background:#2d3748}.room:hover{border-color:var(--primary-color);background:#f0fdf4;box-shadow:0 4px 12px #10b98133}.room.bathroom{width:70px;height:70px}.room.bathroom.partial-bathroom{width:55px;height:55px}#full-bathrooms-grid{grid-template-columns:repeat(auto-fill,70px);gap:.75rem}#partial-bathrooms-grid{grid-template-columns:repeat(auto-fill,55px);gap:.75rem}.bathroom-toilet{position:absolute;bottom:25%;left:5%;width:36%;height:45%;background-image:url("data:image/svg+xml,%3Csvg width='20' height='24' viewBox='0 0 20 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='6' width='10' height='12' rx='3' fill='%2310b981' fill-opacity='0.3' stroke='%2310b981' stroke-width='1.5'/%3E%3Crect x='6' y='16' width='8' height='6' rx='1' fill='%2310b981' fill-opacity='0.2' stroke='%2310b981' stroke-width='1.5'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:3;transform:rotate(90deg)}.bathroom-bathtub{position:absolute;top:calc(8% - 7px);right:8%;width:85%;height:38%;background-image:url("data:image/svg+xml,%3Csvg width='32' height='24' viewBox='0 0 32 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Main tub body --%3E%3Cpath d='M4 8 C4 6 5 5 7 5 L25 5 C27 5 28 6 28 8 L28 14 C28 16 27 17 25 17 L7 17 C5 17 4 16 4 14 Z' fill='%2310b981' fill-opacity='0.25' stroke='%2310b981' stroke-width='1.5'/%3E%3C!-- Water level --%3E%3Cpath d='M5 11 Q8 10 11 11 T17 11 Q20 10 23 11 T27 11 L27 14 C27 15.5 26 16.5 25 16.5 L7 16.5 C6 16.5 5 15.5 5 14 Z' fill='%2310b981' fill-opacity='0.15'/%3E%3C!-- Faucet --%3E%3Crect x='24' y='3' width='2' height='3' rx='0.5' fill='%2310b981'/%3E%3Cellipse cx='25' cy='6' rx='1.5' ry='1' fill='%2310b981'/%3E%3C!-- Tub feet --%3E%3Cellipse cx='7' cy='18' rx='2' ry='1.5' fill='%2310b981' fill-opacity='0.3'/%3E%3Cellipse cx='25' cy='18' rx='2' ry='1.5' fill='%2310b981' fill-opacity='0.3'/%3E%3C!-- Drain --%3E%3Ccircle cx='16' cy='14' r='1' fill='%2310b981' fill-opacity='0.4'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:3}.bathroom-sink{position:absolute;top:10%;right:12%;width:51%;height:32%;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Cabinet body --%3E%3Crect x='2' y='4' width='20' height='18' rx='1' fill='%2310b981' fill-opacity='0.2' stroke='%2310b981' stroke-width='1.2'/%3E%3C!-- Sink basin on top --%3E%3Cellipse cx='12' cy='10' rx='8' ry='4' fill='%2310b981' fill-opacity='0.25' stroke='%2310b981' stroke-width='1.2'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:3}.bathroom-sink-right{position:absolute;bottom:25%;right:calc(5% - 6px);width:36%;height:45%;background-image:url("data:image/svg+xml,%3Csvg width='32' height='24' viewBox='0 0 32 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Cabinet/Counter --%3E%3Crect x='2' y='2' width='28' height='20' rx='1' fill='%2310b981' fill-opacity='0.15' stroke='%2310b981' stroke-width='1.5'/%3E%3C!-- Sink basin (oval) --%3E%3Cellipse cx='16' cy='12' rx='10' ry='6' fill='%2310b981' fill-opacity='0.2' stroke='%2310b981' stroke-width='1.5'/%3E%3C!-- Faucet --%3E%3Crect x='15' y='6' width='2' height='3' fill='%2310b981'/%3E%3Cellipse cx='16' cy='6' rx='2' ry='1.5' fill='%2310b981'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:3;transform:rotate(90deg)}.partial-bathroom .bathroom-toilet,.partial-bathroom .bathroom-sink-right{width:46%;height:57%}#parking-spaces-visualization{margin-top:1.5rem;padding:1.5rem;background:#f9fafb;border-radius:12px;border:1px solid rgba(0,0,0,.06)}#parking-spaces-grid{display:grid;grid-template-columns:repeat(auto-fill,60px);gap:.75rem}.parking-space{position:relative;width:60px;height:80px;background:#fff;border-top:3px solid #10b981;border-left:3px solid #10b981;border-right:3px solid #10b981;border-radius:4px 4px 0 0;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.parking-space:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 10px,rgba(16,185,129,.15) 10px,rgba(16,185,129,.15) 11px),repeating-linear-gradient(90deg,transparent,transparent 10px,rgba(16,185,129,.15) 10px,rgba(16,185,129,.15) 11px);pointer-events:none;border-radius:3px 3px 0 0}.parking-space:hover{background:#f0fdf4;box-shadow:0 4px 12px #10b98133;border-color:#059669}.parking-car{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:130%;height:130%;background-image:url(/apply-form/assets/car-top-view.Dg__8sMa.png);background-size:contain;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:3}.helper-text{margin-top:.5rem;font-size:.875rem;color:var(--text-secondary);line-height:1.4}.error-text{margin-top:.5rem;font-size:.875rem;color:#dc2626;line-height:1.4}.error-text.hidden{display:none}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;box-shadow:var(--shadow-lg);max-height:300px;overflow-y:auto;z-index:100;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.autocomplete-dropdown.hidden{display:none}.autocomplete-item{padding:.875rem 1rem;cursor:pointer;transition:var(--transition);border-bottom:1px solid var(--bg-secondary)}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover{background:var(--bg-secondary)}.autocomplete-item.manual-entry{color:var(--primary-color);font-weight:500;display:flex;align-items:center;gap:.5rem}.manual-entry-fields{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;animation:slideDown .3s ease-out}.manual-entry-fields.hidden{display:none}.map-container{margin-top:1rem;animation:slideDown .3s ease-out}.map-container.hidden{display:none}.map{width:100%;height:400px;border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px #00000014;pointer-events:none;cursor:default}.toolbar{position:relative;background:#ffffffb8;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border-top:.5px solid rgba(255,255,255,.8);box-shadow:0 -1px #00000008,0 -2px 8px #0000000a,inset 0 1px #ffffffe6;height:var(--toolbar-height)}.progress-bar{position:absolute;top:0;left:0;width:100%;height:3px;background:#0000000a;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--primary-hover));transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 0 20px #10b98180,0 0 40px #10b9814d}.toolbar-content{display:flex;justify-content:space-between;align-items:center;height:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn-back,.btn-next{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;line-height:1;border-radius:10px;border:none;cursor:pointer;transition:all .2s ease;user-select:none;-webkit-user-select:none}.btn-back{color:var(--text-primary);background:transparent}.btn-back:hover:not(:disabled){background:#0000000d}.btn-back:active:not(:disabled){background:#00000014}.btn-back:disabled{opacity:.3;cursor:not-allowed}.btn-next{color:#fff;background:var(--primary-color)}.btn-next:hover:not(:disabled){background:var(--primary-hover)}.btn-next:active:not(:disabled){background:#047857}.btn-next:disabled{background:#00000014;color:#0000004d;cursor:not-allowed}.btn-back svg,.btn-next svg{transition:opacity .2s ease}.btn-back:hover:not(:disabled) svg,.btn-next:hover:not(:disabled) svg{opacity:.85}.btn-wrapper{position:relative}.tooltip{position:absolute;bottom:calc(100% + 12px);right:0;background:#000000eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#fff;padding:.625rem 1rem;border-radius:8px;font-size:.8125rem;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transform:translateY(4px);transition:all .2s cubic-bezier(.4,0,.2,1);pointer-events:none;box-shadow:0 4px 12px #00000026,0 0 0 .5px #ffffff1a;z-index:1000}.tooltip:after{content:"";position:absolute;top:100%;right:20px;width:0;height:0;border-style:solid;border-width:6px 6px 0 6px;border-color:rgba(0,0,0,.92) transparent transparent transparent}.tooltip.show{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width: 1024px){.two-column-layout{grid-template-columns:1fr;gap:2rem}.left-column{position:static;padding:0;min-height:auto}.left-column:before{display:none}.right-column{padding-left:0}.form-header{margin-bottom:2rem}}@media (max-width: 768px){.header-content{padding:0 1rem}.logo{font-size:1.25rem}.btn-start-over{padding:.5rem .75rem;font-size:.8125rem}.content{padding:2rem 1rem}.form-header h1{font-size:1.5rem}.form-header p{font-size:1rem}.form-row{grid-template-columns:1fr}.unit-input-wrapper{width:100%}.map-container{height:300px}.toolbar-content{padding:0 1rem}.btn-back,.btn-next{padding:.75rem 1rem;font-size:.875rem}.btn-back span,.btn-next span{display:none}.tooltip{right:50%;transform:translate(50%) translateY(4px);font-size:.75rem}.tooltip.show{transform:translate(50%) translateY(0)}.tooltip:after{right:50%;transform:translate(50%)}}
