:root {
  --ink: #17343a;
  --muted: #63777b;
  --line: #e3e9e6;
  --soft: #f7faf7;
  --coral: #ff6b5f;
  --coral-dark: #ed514d;
  --blue: #0c8da2;
  --blue-soft: #eaf9fa;
  --navy: #0a2e3a;
  --green: #119978;
  --gold: #f6bd4a;
  --cream: #fffaf1;
  --shadow: 0 16px 50px rgba(0, 0, 0, .09);
  --font: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--font); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a, label { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgba(37, 99, 235, .28); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.topbar { position: relative; z-index: 30; display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 76px; padding: 0 max(28px, calc((100vw - 1420px) / 2)); border-bottom: 2px solid rgba(246,189,74,.7); background: rgba(255,253,247,.96); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 11px; justify-self: start; min-height: 48px; padding: 0; border: 0; color: var(--ink); background: transparent; cursor: pointer; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 14px 14px 18px 14px; color: #fff; background: linear-gradient(145deg, #16b9aa, var(--blue)); box-shadow: 0 8px 20px rgba(12,141,162,.22); }
.brand-mark svg { width: 28px; }.brand-mark .petals { fill: #fff; opacity: .96; }.brand-mark .flower-center { fill: var(--gold); }
.brand-copy { display: grid; text-align: left; }
.brand-copy strong { font-size: 18px; letter-spacing: -.02em; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 5px rgba(34,197,94,.12); animation: pulse 2s infinite; }
.topbar nav { display: flex; align-items: center; gap: 20px; justify-self: end; }
.topbar nav a, .header-help { border: 0; color: #343434; background: transparent; font-size: 14px; font-weight: 650; text-decoration: none; cursor: pointer; }
.header-help { display: none; }

.progress-shell { position: sticky; top: 0; z-index: 20; background: #fff; }
.progress-track { height: 3px; background: #eee; }
.progress-track span { display: block; width: 20%; height: 100%; background: linear-gradient(90deg, var(--coral), #ff7a59); transition: width .35s ease; }
.progress-meta { display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 max(28px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid #eee; color: #5f6c6f; font-size: 14px; font-weight: 650; }
.progress-meta button { display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 0; border: 0; color: #555; background: transparent; cursor: pointer; }
.progress-meta svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.screen { min-height: calc(100svh - 76px); }
.landing-screen { position: relative; min-height: calc(100svh - 76px); padding: 40px max(28px, calc((100vw - 1240px) / 2)) 36px; background-image: linear-gradient(180deg, rgba(4,42,52,.37), rgba(4,38,48,.7)), url('/assets/shore-house-hero.png'); background-position: center; background-size: cover; }
.landing-screen::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 14% 22%, rgba(34,211,190,.2), transparent 32%), radial-gradient(circle at 84% 18%, rgba(255,187,90,.22), transparent 29%), linear-gradient(120deg, rgba(12,141,162,.08), transparent 44%, rgba(255,107,95,.08)); }
.landing-screen > * { position: relative; z-index: 1; }
.landing-copy { max-width: 970px; margin: 0 auto 22px; text-align: center; }
.product-kicker, .step-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 14px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .09em; }
.landing-screen .product-kicker { color: #fff0bd; text-shadow: 0 2px 16px rgba(0,0,0,.25); }
.spark { display: inline-flex; align-items: end; gap: 2px; height: 12px; }
.spark i { display: block; width: 3px; border-radius: 3px; background: var(--gold); animation: equalizer 1.2s ease-in-out infinite; }
.spark i:nth-child(1) { height: 6px; }.spark i:nth-child(2) { height: 11px; animation-delay: -.25s; }.spark i:nth-child(3) { height: 8px; animation-delay: -.5s; }
.landing-copy h1, .question-main h1, .lead-form h1, .success-panel h1 { margin: 0; color: var(--ink); font-size: clamp(44px, 5vw, 70px); font-weight: 750; letter-spacing: -.055em; line-height: 1; }
.landing-copy h1 { color: #fff; text-shadow: 0 2px 30px rgba(0,0,0,.25); }
.landing-copy h1 .stay-line { white-space: nowrap; }
.landing-copy h1 .destination-line { display: block; color: #ffe08a; font-family: inherit; font-style: normal; font-weight: 800; letter-spacing: -.045em; text-shadow: 0 2px 24px rgba(0,0,0,.32); }

.search-workspace { display: grid; grid-template-columns: 1fr; width: min(620px, 100%); margin: 0 auto; overflow: visible; border: 1px solid rgba(255,255,255,.62); border-radius: 26px; background: rgba(255,253,248,.985); box-shadow: 0 24px 80px rgba(3,32,42,.3); backdrop-filter: blur(18px); }
.date-card { position: relative; padding: 24px 28px 25px; }
.date-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.label { color: var(--coral-dark); font-size: 12px; font-weight: 800; letter-spacing: .09em; }
.date-card h2 { margin: 0; font-size: 28px; letter-spacing: -.035em; }
.clear-button { min-height: 44px; padding: 0 4px; border: 0; color: #5f6c6f; background: transparent; font-size: 14px; font-weight: 650; cursor: pointer; }
.date-fields { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; margin: 17px 0 8px; }
.date-fields > svg { width: 16px; fill: none; stroke: #aaa; stroke-width: 1.6; }
.date-field { display: grid; gap: 4px; min-width: 0; min-height: 61px; padding: 9px 12px; border: 1px solid #dedede; border-radius: 12px; color: var(--ink); background: #fff; text-align: left; cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease; }
.date-field:hover, .date-field.is-active { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(37,99,235,.1); }
.date-field span { color: #637174; font-size: 12px; font-weight: 650; }
.date-field strong { overflow: hidden; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
.trip-date-field { display: grid; grid-template-columns: 28px 1fr 24px; align-items: center; gap: 12px; width: 100%; min-height: 72px; margin: 18px 0 8px; padding: 10px 15px; border: 2px solid #bdcbc8; border-radius: 12px; color: var(--ink); background: #fff; text-align: left; cursor: text; transition: border-color .18s ease, box-shadow .18s ease; }
.trip-date-field:hover, .trip-date-field.is-active { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(12,141,162,.1); }
.trip-date-icon { display: grid; width: 28px; height: 28px; place-items: center; color: #08727b; background: transparent; }
.trip-date-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.trip-date-copy { display: grid; gap: 4px; min-width: 0; }
.trip-date-copy small { color: #52676b; font-size: 14px; font-weight: 750; }
.trip-date-copy strong { overflow: hidden; color: #78888a; font-size: 17px; font-weight: 550; text-overflow: ellipsis; white-space: nowrap; }
.trip-date-field.is-active .trip-date-copy strong, .trip-date-field.has-value .trip-date-copy strong { color: var(--ink); font-weight: 700; }
.trip-date-action { display: grid; width: 24px; height: 24px; place-items: center; color: #536b70; }
.trip-date-action svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.date-popover { position: absolute; top: 103px; right: 22px; left: 22px; z-index: 20; padding: 20px; border: 1px solid #e5e7eb; border-radius: 20px; background: rgba(255,255,255,.99); box-shadow: 0 24px 65px rgba(15,23,42,.22); animation: pickerIn .18s ease-out; }
.picker-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 0 2px 10px; }
.picker-top > div { display: grid; gap: 5px; }.picker-top span { color: var(--blue); font-size: 14px; font-weight: 850; letter-spacing: .06em; }.picker-top strong { font-size: 20px; }.picker-top small { color: #5a6d70; font-size: 14px; line-height: 1.4; }
.date-popover.is-choosing-checkout .picker-top { margin: -8px -8px 10px; padding: 12px 10px; border: 2px solid #6bcfc4; border-radius: 14px; background: #eaf9f6; }
.date-popover.is-choosing-checkout .picker-top strong { color: #08727b; font-size: 22px; }
.date-error { margin: 0 0 9px; padding: 11px 13px; border: 1px solid #f2b1a9; border-radius: 10px; color: #8e2f2a; background: #fff1ef; font-size: 16px; font-weight: 700; line-height: 1.4; }
.picker-top button { display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; color: #444; background: var(--soft); font-size: 24px; line-height: 1; cursor: pointer; }
.calendar-head { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; margin-bottom: 3px; }
.calendar-head strong { text-align: center; font-size: 20px; }
.calendar-head button { display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; color: #333; background: transparent; cursor: pointer; }
.calendar-head button:hover { background: var(--soft); }.calendar-head svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; }
.weekdays span { padding: 9px 0; color: #566366; font-size: 15px; font-weight: 800; }
.calendar-grid button, .calendar-grid > span { position: relative; display: grid; width: 100%; height: 50px; place-items: center; border: 0; background: transparent; font-size: 18px; }
.calendar-grid button { color: #3c3c3c; cursor: pointer; }.calendar-grid button:disabled { color: #d1d1d1; cursor: default; }
.calendar-grid button:hover:not(:disabled)::after { content: ""; position: absolute; top: 50%; left: 50%; width: min(44px, calc(100% - 4px)); height: min(44px, calc(100% - 4px)); z-index: 0; border-radius: 50%; background: #f0f0f0; transform: translate(-50%, -50%); }
.calendar-grid i { position: relative; z-index: 1; font-style: normal; }.calendar-grid .is-range { background: #fff0f3; }
.calendar-grid button.is-preview-range { background: linear-gradient(to bottom, transparent 45%, #87d9cf 45%, #87d9cf 55%, transparent 55%); }
.calendar-grid button.is-preview-end::before { content: ""; position: absolute; top: 50%; left: 50%; width: min(44px, calc(100% - 4px)); height: min(44px, calc(100% - 4px)); z-index: 0; border: 3px solid #0c8da2; border-radius: 50%; background: #effbf9; transform: translate(-50%, -50%); }
.calendar-grid button.is-preview-end:hover::after { display: none; }
.calendar-grid .is-start, .calendar-grid .is-end { color: #fff; }.calendar-grid .is-start::before, .calendar-grid .is-end::before { content: ""; position: absolute; top: 50%; left: 50%; width: min(44px, calc(100% - 4px)); height: min(44px, calc(100% - 4px)); z-index: 0; border-radius: 50%; background: var(--coral); transform: translate(-50%, -50%); }
.picker-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 10px; padding: 15px 2px 0; border-top: 1px solid #ececec; color: #526265; font-size: 16px; }
.picker-footer button { min-width: 84px; min-height: 48px; border: 0; border-radius: 10px; color: #fff; background: var(--ink); font-size: 16px; font-weight: 750; cursor: pointer; }
.main-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 56px; padding: 0 24px; border: 0; border-radius: 12px; color: #fff; background: linear-gradient(110deg, var(--coral), #ff5a5f); font-size: 16px; font-weight: 700; box-shadow: 0 9px 24px rgba(255,56,92,.2); cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.main-button:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(255,56,92,.27); }
.main-button:disabled { color: #aaa; background: #ececec; box-shadow: none; cursor: not-allowed; }
.main-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.date-card > .main-button { width: 100%; margin-top: 9px; }
.homepage-activity { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 14px 0 0; color: #526467; font-size: 14px; line-height: 1.4; text-align: center; }
.homepage-activity strong { color: var(--ink); font-size: 16px; }
.homepage-activity .live-dot { flex: 0 0 auto; width: 7px; height: 7px; }
.date-tech-strip { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 14px; color: #526467; font-size: 12px; }
.date-tech-strip > span { display: flex; align-items: center; gap: 7px; }
.date-tech-strip .live-dot { display: inline-block; width: 6px; height: 6px; box-shadow: 0 0 0 4px rgba(34,197,94,.1); }
.date-tech-strip b { color: #333; }

.search-monitor { position: relative; display: grid; align-content: start; gap: 18px; padding: 25px; color: #fff; background: var(--navy); }
.search-monitor::before, .insight-panel:not(.light-panel)::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, #000, transparent 75%); }
.monitor-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; color: #c4cedb; font-size: 12px; font-weight: 700; letter-spacing: .07em; }
.monitor-head > div { display: flex; align-items: center; gap: 9px; }
.monitor-head > span { color: #758096; letter-spacing: 0; }
.monitor-photo { position: relative; z-index: 1; min-height: 180px; overflow: hidden; border-radius: 15px; background-image: url('/assets/paia-ocean-cottage.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover; }
.photo-tag { position: absolute; top: 12px; left: 12px; padding: 7px 9px; border-radius: 999px; color: #222; background: rgba(255,255,255,.94); font-size: 12px; font-weight: 700; }
.photo-caption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; padding: 30px 14px 12px; background: linear-gradient(transparent, rgba(0,0,0,.68)); }
.photo-caption strong { font-size: 15px; }.photo-caption small { margin-top: 3px; color: #f0f3f5; font-size: 12px; }
.scan-result { position: relative; z-index: 1; display: grid; grid-template-columns: 72px 1fr; align-items: center; gap: 14px; }
.count-orbit { position: relative; display: grid; width: 72px; height: 72px; place-items: center; }
.count-orbit span { font-size: 21px; font-weight: 800; }
.count-orbit svg { position: absolute; inset: 0; width: 100%; fill: none; stroke: #334155; stroke-width: 2; }
.count-orbit svg path { stroke: #60a5fa; stroke-linecap: round; animation: orbit 2.4s linear infinite; transform-origin: center; }
.scan-result > div:last-child { display: grid; gap: 4px; }
.scan-result strong { font-size: 17px; }.scan-result p { margin: 0; color: #bac4d1; font-size: 13px; line-height: 1.5; }
.monitor-lines { position: relative; z-index: 1; display: grid; gap: 11px; }
.monitor-lines > div { display: grid; grid-template-columns: 145px 1fr; align-items: center; gap: 9px; color: #bac4d1; font-size: 12px; }
.monitor-lines i { height: 4px; overflow: hidden; border-radius: 999px; background: #2a3342; }.monitor-lines b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), #60a5fa); }
.landing-trust { display: flex; justify-content: center; gap: 34px; margin-top: 26px; }
.landing-trust span { display: flex; align-items: center; gap: 7px; color: #555; font-size: 13px; font-weight: 650; }
.landing-trust svg { width: 17px; fill: none; stroke: var(--green); stroke-width: 2.3; }

.property-image, .mini-photo, .teaser-photo, .contact-photo { background-position: center; background-repeat: no-repeat; background-size: cover; }
.property-image-0 { background-image: url('/assets/rental-600-1200-1.jpg'); }.property-image-1 { background-image: url('/assets/rental-600-1200-2.jpg'); }.property-image-2 { background-image: url('/assets/rental-600-1200-3.jpg'); }.property-image-3 { background-image: url('/assets/rental-600-1200-1.jpg'); }

.question-screen { background: radial-gradient(circle at 8% 15%, rgba(246,189,74,.11), transparent 24%), radial-gradient(circle at 92% 85%, rgba(22,185,170,.1), transparent 28%), var(--cream); }
.question-layout { display: grid; grid-template-columns: minmax(500px, 1fr) minmax(390px, .82fr); gap: clamp(55px, 8vw, 120px); align-items: center; width: min(1160px, calc(100% - 64px)); min-height: calc(100svh - 132px); margin: 0 auto; padding: 55px 0; }
.question-main { max-width: 660px; }
.question-main h1, .lead-form h1, .success-panel h1 { font-size: clamp(44px, 4.7vw, 65px); }
.question-intro { max-width: 640px; margin: 19px 0 0; color: #52676b; font-size: 17px; line-height: 1.65; }
.single-stepper { display: grid; grid-template-columns: 70px 150px 70px; align-items: center; width: fit-content; margin: 48px 0; padding: 12px; border: 1px solid #dfe8e3; border-radius: 22px; background: #fffefb; box-shadow: 0 10px 36px rgba(7,73,83,.08); }
.single-stepper button { display: grid; width: 60px; height: 60px; place-items: center; border: 1px solid #ddd; border-radius: 50%; color: #343434; background: #fff; font-size: 27px; cursor: pointer; }
.single-stepper button:hover { border-color: var(--coral); color: var(--coral); }
.single-stepper div { display: grid; text-align: center; }.single-stepper strong { font-size: 36px; letter-spacing: -.05em; }.single-stepper span { color: #5f6c6f; font-size: 14px; }
.slide-next { min-width: 170px; }

.insight-panel { position: relative; min-height: 500px; overflow: hidden; padding: 31px; border-radius: 24px; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.insight-panel > * { position: relative; z-index: 1; }
.insight-status { display: flex; align-items: center; gap: 9px; color: #c3ccd8; font-size: 12px; font-weight: 650; }
.insight-status small { margin-left: auto; padding: 5px 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #8af1df; font-size: 12px; }
.radar-dot { width: 8px; height: 8px; border-radius: 50%; background: #42d6c4; box-shadow: 0 0 0 6px rgba(66,214,196,.12), 0 0 20px rgba(66,214,196,.65); animation: pulse 1.8s infinite; }
.radar-dot.blue { background: var(--blue); }
.big-result { display: flex; align-items: end; gap: 14px; margin-top: 10px; }
.big-result > span { color: #fff; font-size: 78px; font-weight: 800; letter-spacing: -.08em; line-height: .8; }
.big-result > div { display: grid; gap: 4px; }.big-result strong { font-size: 19px; }.big-result small { color: #d1d9e2; font-size: 16px; font-weight: 650; }
.insight-copy { margin: 24px 0 0; color: #bdc7d3; font-size: 14px; line-height: 1.6; }
.mini-listings { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin-top: 27px; }
.mini-listings > div { display: grid; grid-template-columns: 1fr; align-items: end; gap: 9px; min-width: 0; padding: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.06); }
.mini-photo { grid-column: 1 / -1; width: 100%; height: 92px; border-radius: 10px; }
.mini-listings p { display: grid; gap: 4px; min-width: 0; margin: 0; }.mini-listings strong { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }

.light-panel { color: var(--ink); background: #f3fbf8; border: 1px solid #dcebe5; box-shadow: none; }
.light-panel .insight-status { color: #6f7784; }.light-panel .insight-status small { border-color: #dfe4ec; color: var(--blue); }
.dark-text > span { color: var(--ink); }.dark-text small { color: #78808c !important; }.dark-copy { color: #6d7580; }
.floorplan-scan { position: relative; display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: 1fr 1fr; gap: 5px; height: 210px; margin-top: 31px; padding: 13px; border: 1px solid #dce2ed; border-radius: 17px; background: #fff; }
.room { display: grid; place-items: center; border: 1px solid #cbd5e1; color: #75879d; background: #f8fafc; font-size: 12px; text-transform: uppercase; }.room-a { grid-row: 1 / 3; }.room-d { position: absolute; right: 13px; bottom: 13px; width: 34%; height: 32px; }
.floorplan-scan > i { position: absolute; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(transparent, var(--blue), transparent); box-shadow: 0 0 15px var(--blue); animation: scan 2.7s ease-in-out infinite; }

.choice-grid { display: grid; margin: 42px 0; padding: 0; border: 0; }
.bedroom-grid { grid-template-columns: repeat(5, 1fr); gap: 9px; }
.choice-grid input, .amenity-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label { cursor: pointer; }
.choice-grid label > span { display: grid; align-content: center; min-height: 103px; padding: 14px; border: 1px solid #dedede; border-radius: 15px; color: #2f2f2f; background: #fff; font-size: 22px; font-weight: 700; text-align: center; }
.choice-grid small { display: block; margin-top: 6px; color: #667477; font-size: 12px; font-weight: 550; }
.choice-grid input:checked + span { border: 2px solid var(--ink); background: #f8f8f8; box-shadow: 0 0 0 3px rgba(34,34,34,.07); }
.choice-grid input:focus-visible + span, .amenity-grid input:focus-visible + span { outline: 3px solid rgba(37,99,235,.3); outline-offset: 3px; }
.budget-grid { grid-template-columns: 1fr 1fr; gap: 11px; max-width: 600px; margin-top: 30px; }
.budget-grid label > span { align-content: center; min-height: 96px; font-size: 18px; text-align: left; }
.budget-grid input:checked + span { border-color: var(--coral); color: var(--coral-dark); background: #fff7f8; }
.budget-context { margin: 13px 0 0; color: #52676b; font-size: 17px; font-weight: 650; }
.price-chart { display: flex; align-items: end; gap: 9px; height: 150px; margin-top: 38px; padding: 15px 14px 0; border-bottom: 1px solid #3c4656; }
.price-chart span { flex: 1; max-width: 45px; border-radius: 5px 5px 0 0; background: #374151; }.price-chart .is-fit { background: linear-gradient(#60a5fa, var(--blue)); box-shadow: 0 0 18px rgba(37,99,235,.25); }
.chart-key { display: flex; justify-content: space-between; margin-top: 13px; color: #bdc7d3; font-size: 12px; }.chart-key > span { display: flex; align-items: center; gap: 5px; }.chart-key i { width: 8px; height: 8px; border-radius: 2px; background: var(--blue); }

.wide-layout { grid-template-columns: minmax(470px, .9fr) minmax(520px, 1.1fr); }
.amenity-grid { display: flex; flex-wrap: wrap; gap: 10px; margin: 37px 0 43px; padding: 0; border: 0; }
.amenity-grid label { cursor: pointer; }.amenity-grid label > span { display: grid; min-height: 50px; padding: 0 18px; place-items: center; border: 1px solid #ddd; border-radius: 999px; color: #3e4d50; background: #fff; font-size: 14px; font-weight: 650; }
.amenity-grid input:checked + span { border-color: var(--ink); color: #fff; background: var(--ink); }
.teaser-panel { padding: 25px; color: var(--ink); background: #fffaf0; border: 1px solid #eee3cf; box-shadow: none; }
.narrowed { display: flex; align-items: center; gap: 14px; padding: 6px 3px 20px; }
.check-badge { display: grid; flex: 0 0 auto; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); }.check-badge svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.narrowed div { display: grid; }.narrowed small { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .07em; }.narrowed strong { margin-top: 5px; font-size: 21px; }.narrowed b { color: var(--coral); font-size: 28px; }.narrowed p { margin: 4px 0 0; color: #5f6c6f; font-size: 12px; }
.teaser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.teaser-grid article { overflow: hidden; padding-bottom: 12px; border: 1px solid #e3e3e3; border-radius: 13px; background: #fff; }
.teaser-photo { position: relative; height: 155px; margin-bottom: 11px; }
.teaser-grid article > strong { display: block; margin: 0 11px; font-size: 13px; }
.sample-note { margin: 14px 3px 0; color: #687679; font-size: 12px; line-height: 1.55; }

.contact-screen { background: linear-gradient(135deg, #effbf8, #fff8ec); }
.contact-layout { display: grid; grid-template-columns: minmax(420px, .9fr) minmax(490px, 1.1fr); width: min(1060px, calc(100% - 48px)); min-height: calc(100svh - 132px); margin: 0 auto; padding: 50px 0; align-items: stretch; }
.ready-panel { position: relative; overflow: hidden; padding: 47px; border-radius: 24px 0 0 24px; color: #fff; background: var(--navy); }
.ready-panel::before { content: ""; position: absolute; width: 430px; height: 430px; right: -220px; bottom: -220px; border: 1px solid rgba(96,165,250,.24); border-radius: 50%; box-shadow: 0 0 0 55px rgba(96,165,250,.04), 0 0 0 110px rgba(96,165,250,.03); }
.ready-top { position: relative; display: flex; align-items: center; gap: 10px; color: #c2ccd8; font-size: 12px; font-weight: 800; letter-spacing: .09em; }
.ready-check { display: grid; width: 33px; height: 33px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); }.ready-check svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.ready-panel h2 { position: relative; margin: 49px 0 15px; font-size: 36px; letter-spacing: -.05em; }.ready-panel h2 span { color: #60a5fa; font-size: 73px; display: block; line-height: .8; }
.ready-panel > p { position: relative; max-width: 400px; margin: 0; color: #c0cad6; font-size: 14px; line-height: 1.65; }
.contact-preview-row { position: relative; display: flex; margin: 33px 0; }.contact-photo, .more-matches { width: 67px; height: 67px; margin-right: -12px; border: 3px solid var(--navy); border-radius: 14px; }.more-matches { display: grid; place-items: center; color: #fff; background: #334155; font-size: 14px; font-weight: 700; }
.ready-panel ul { position: relative; display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; color: #e5eaf0; font-size: 13px; }.ready-panel li { display: flex; align-items: center; gap: 8px; }.ready-panel li svg { width: 17px; fill: none; stroke: #9bf5c3; stroke-width: 2.3; }
.lead-form, .success-panel { display: grid; align-content: center; padding: 50px 62px; border: 1px solid #e2e2e2; border-left: 0; border-radius: 0 24px 24px 0; background: #fff; }
.lead-form h1, .success-panel h1 { font-size: clamp(39px, 4.2vw, 57px); }
.activity-pill { display: flex; align-items: center; gap: 12px; margin: 26px 0 24px; padding: 12px 14px; border-radius: 12px; color: #3f5054; background: #f1f8f8; font-size: 12px; }
.avatar-stack { display: flex; padding-left: 6px; }.avatar-stack i { display: grid; width: 30px; height: 30px; margin-left: -6px; place-items: center; border: 2px solid #f3f6fb; border-radius: 50%; color: #fff; background: #64748b; font-size: 12px; font-style: normal; }.avatar-stack i:nth-child(2) { background: var(--coral); }.avatar-stack i:nth-child(3) { background: var(--blue); }
.lead-form > label { display: grid; gap: 8px; margin-top: 15px; color: #33474b; font-size: 13px; font-weight: 700; }
.lead-form input { width: 100%; height: 54px; padding: 0 14px; border: 1px solid #ccd7d4; border-radius: 11px; color: var(--ink); background: #fff; font-size: 16px; }
.lead-form input:focus { border-color: var(--blue); outline: 3px solid rgba(37,99,235,.1); }
.phone-field { display: grid; grid-template-columns: 72px minmax(0, 1fr); }.phone-field .phone-country-code { padding: 0 9px; border-right: 0; border-radius: 11px 0 0 11px; color: #536467; background: #fafafa; text-align: center; }.phone-field input[name="phone"] { border-radius: 0 11px 11px 0; }
.form-submit { width: 100%; margin-top: 22px; }
.consent-copy { margin: 12px 0 0; color: #687679; font-size: 12px; line-height: 1.55; text-align: center; }
.honeypot { position: absolute !important; width: 1px; height: 1px; margin: -1px !important; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.form-error { margin: 12px 0 0; padding: 10px 12px; border: 1px solid #f2b1a9; border-radius: 10px; color: #8e2f2a; background: #fff1ef; font-size: 14px; font-weight: 700; line-height: 1.4; }
.success-panel { justify-items: start; }.success-icon { display: grid; width: 58px; height: 58px; margin-bottom: 24px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); box-shadow: 0 0 0 10px rgba(22,135,91,.1); }.success-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 2; }.success-panel > p:not(.step-kicker) { margin: 16px 0 28px; color: #717171; line-height: 1.65; }

@keyframes pulse { 50% { opacity: .55; transform: scale(.88); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes scan { 0%,100% { left: 7%; opacity: .25; } 50% { left: 92%; opacity: 1; } }
@keyframes equalizer { 0%,100% { transform: scaleY(.45); } 50% { transform: scaleY(1); } }

@media (max-width: 980px) {
  .topbar { grid-template-columns: 1fr auto; padding-inline: 20px; }
  .search-workspace { grid-template-columns: 1fr; max-width: 620px; }
  .search-monitor { grid-template-columns: 1.15fr .85fr; }.monitor-head { grid-column: 1 / -1; }.monitor-lines { align-self: center; }
  .question-layout, .wide-layout { grid-template-columns: 1fr; gap: 38px; width: min(720px, calc(100% - 40px)); padding-block: 46px; }
  .question-main { max-width: none; }.insight-panel { min-height: 420px; }
  .contact-layout { grid-template-columns: 1fr; max-width: 720px; }.ready-panel { border-radius: 24px 24px 0 0; }.lead-form, .success-panel { border: 1px solid #e2e2e2; border-top: 0; border-radius: 0 0 24px 24px; }
}

@media (max-width: 640px) {
  body.is-date-picker-open { overflow: hidden; overscroll-behavior: none; }
  .topbar { min-height: 68px; padding-inline: 14px; }
  .brand { min-height: 48px; }.brand-mark { width: 39px; height: 39px; }.brand-copy strong { font-size: 16px; }
  .topbar nav > a { display: none; }.header-help { display: block; min-height: 44px; font-size: 13px; }body:not(.is-wizard) .header-help { display: none !important; }
  .progress-meta { min-height: 49px; padding-inline: 15px; }.progress-meta button { min-width: 44px; min-height: 44px; }
  .screen { min-height: calc(100svh - 68px); }
  .landing-screen { padding: 31px 12px 26px; background-position: 56% center; }
  .landing-copy { margin-bottom: 22px; }.landing-copy h1 { font-size: clamp(34px, 9.9vw, 45px); }
  .search-workspace { border-radius: 19px; }.date-card { padding: 20px 16px; }.date-card h2 { font-size: 25px; }.clear-button { min-width: 44px; min-height: 44px; }
  .trip-date-field { grid-template-columns: 26px 1fr 22px; min-height: 68px; margin-top: 14px; padding: 9px 12px; border-radius: 11px; }.trip-date-icon { width: 26px; height: 26px; }.trip-date-icon svg { width: 22px; }.trip-date-copy small { font-size: 13px; }.trip-date-copy strong { font-size: 16px; }.trip-date-action { width: 22px; height: 22px; }
  .homepage-activity { margin-top: 12px; font-size: 13px; }.homepage-activity strong { font-size: 15px; }
  .date-popover {
    position: fixed;
    top: max(8px, env(safe-area-inset-top));
    right: 8px;
    bottom: auto;
    left: 8px;
    z-index: 1000;
    width: auto;
    max-width: 560px;
    max-height: calc(100dvh - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    margin: auto;
    padding: 12px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 18px;
    box-shadow: 0 24px 80px rgba(3,32,42,.4);
    -webkit-overflow-scrolling: touch;
  }
  .picker-top { position: sticky; top: 0; z-index: 4; margin: 0 0 8px; padding: 2px 2px 8px; background: rgba(255,255,255,.985); }
  .date-popover.is-choosing-checkout .picker-top { margin: 0 0 8px; padding: 10px; }
  .picker-top > div { min-width: 0; }
  .picker-top strong { display: block; overflow-wrap: anywhere; font-size: 17px; line-height: 1.25; }
  .date-popover.is-choosing-checkout .picker-top strong { font-size: 19px; }
  .picker-top small { font-size: 13px; }
  .calendar-head { grid-template-columns: 42px 1fr 42px; }
  .calendar-head button { width: 42px; height: 42px; }
  .calendar-head strong { font-size: 19px; }
  .weekdays span { padding: 7px 0; font-size: 14px; }
  .calendar-grid button, .calendar-grid > span { height: 42px; font-size: 17px; }
  .picker-footer { position: sticky; bottom: 0; z-index: 4; margin: 8px 0 0; padding: 10px 4px 2px; background: rgba(255,255,255,.985); }
  .picker-footer button { min-height: 46px; }
  .search-monitor { grid-template-columns: 1fr; padding: 20px; }.monitor-head { grid-column: auto; }.monitor-photo { min-height: 195px; }.monitor-lines { display: none; }
  .landing-trust { align-items: center; flex-direction: column; gap: 10px; margin: 22px 0 0; }
  .question-layout, .wide-layout { display: flex; flex-direction: column; gap: 14px; width: calc(100% - 24px); min-height: calc(100svh - 117px); padding: 18px 0 max(12px, env(safe-area-inset-bottom)); }.question-main { width: 100%; }.question-main h1, .lead-form h1, .success-panel h1 { font-size: 32px; line-height: 1.04; }.question-intro { margin-top: 9px; font-size: 15px; line-height: 1.42; }
  .step-kicker { margin-bottom: 7px; }.single-stepper { grid-template-columns: 58px 110px 58px; width: 100%; justify-content: center; margin: 16px 0; padding: 8px; border-radius: 17px; }.single-stepper button { width: 52px; height: 52px; }.single-stepper strong { font-size: 31px; }.slide-next { width: 100%; min-height: 50px; }
  .insight-panel { position: relative; bottom: auto; width: 100%; min-height: 0; max-height: none; margin-top: 0; padding: 14px; border-radius: 18px; }.big-result { margin-top: 0; }.big-result > span { font-size: 48px; }.big-result strong { font-size: 17px; }.big-result small { font-size: 14px; }.mini-listings { grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 11px; }.mini-listings > div { grid-template-columns: 48px minmax(0, 1fr); align-items: center; padding: 7px; }.mini-photo { grid-column: auto; width: 48px; height: 48px; }.mini-listings strong { font-size: 13px; }
  .bedroom-grid { grid-template-columns: repeat(3, 1fr); margin: 32px 0; }.choice-grid label > span { min-height: 88px; }.bedroom-grid label:nth-of-type(n+4) > span { min-height: 76px; }
  .budget-grid { gap: 8px; margin: 14px 0; }.budget-grid label > span { min-height: 67px; padding: 9px 11px; font-size: 16px; }.choice-grid small { margin-top: 3px; font-size: 11px; }
  .budget-context { margin-top: 6px; font-size: 13px; }
  .amenity-grid { gap: 8px; margin: 30px 0; }.amenity-grid label > span { min-height: 48px; padding-inline: 15px; }
  .teaser-panel { max-height: none; padding: 12px; }.narrowed { gap: 9px; padding: 0 0 9px; }.check-badge { width: 34px; height: 34px; }.narrowed strong { margin-top: 1px; font-size: 17px; }.narrowed b { font-size: 22px; }.narrowed p, .sample-note { display: none; }.teaser-grid { grid-template-columns: repeat(3, 1fr); gap: 6px; overflow: visible; padding: 0; }.teaser-grid article { padding-bottom: 7px; border-radius: 9px; }.teaser-photo { height: 60px; margin-bottom: 6px; }.teaser-grid article > strong { margin-inline: 6px; font-size: 11px; }
  .contact-layout { display: flex; flex-direction: column; gap: 10px; width: calc(100% - 20px); min-height: calc(100svh - 117px); padding: 12px 0 max(10px, env(safe-area-inset-bottom)); }.ready-panel { order: 2; min-height: 104px; padding: 13px 16px; border-radius: 18px; }.ready-top, .ready-panel > p, .ready-panel ul { display: none; }.ready-panel h2 { display: flex; align-items: center; gap: 9px; margin: 0; font-size: 21px; }.ready-panel h2 span { display: inline; font-size: 38px; line-height: 1; }.contact-preview-row { margin: 8px 0 0; }.contact-photo, .more-matches { width: 44px; height: 44px; border-radius: 10px; }
  .lead-form, .success-panel { order: 1; padding: 17px 18px; border: 1px solid #e2e2e2; border-radius: 18px; }.lead-form .question-intro { display: none; }.activity-pill { align-items: center; margin: 11px 0 7px; padding: 8px 10px; }.avatar-stack i { width: 26px; height: 26px; }.activity-pill strong { font-size: 11px; line-height: 1.3; }.lead-form > label { gap: 5px; margin-top: 8px; font-size: 12px; }.lead-form input { height: 47px; font-size: 16px; }.form-submit { min-height: 50px; margin-top: 12px; }.consent-copy { margin-top: 7px; font-size: 10px; line-height: 1.35; }
}

@media (max-width: 640px) and (max-height: 620px) {
  .date-popover { padding: 9px; }
  .picker-top { padding: 1px 1px 6px; }
  .date-popover.is-choosing-checkout .picker-top { padding: 7px 9px; }
  .picker-top span { font-size: 12px; }
  .picker-top strong { font-size: 15px; }
  .date-popover.is-choosing-checkout .picker-top strong { font-size: 17px; }
  .picker-top small { font-size: 12px; }
  .picker-top button { width: 40px; height: 40px; }
  .calendar-head { margin-bottom: 0; }
  .calendar-head button { width: 38px; height: 38px; }
  .weekdays span { padding: 4px 0; }
  .calendar-grid button, .calendar-grid > span { height: 36px; font-size: 16px; }
  .picker-footer { padding-top: 8px; font-size: 14px; }
  .picker-footer button { min-height: 42px; }
}

@media (max-width: 640px) and (min-height: 720px) {
  body.is-wizard { min-height: 100svh; overflow-x: hidden; }
  body.is-wizard .question-screen { height: auto; min-height: calc(100svh - 117px); overflow: visible; }
  body.is-wizard .question-layout, body.is-wizard .contact-layout { height: auto; min-height: calc(100svh - 117px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

@keyframes pickerIn { from { opacity: 0; transform: translateY(-7px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
