:root {
  --ink: #143941;
  --muted: #65787b;
  --soft: #f7f4ec;
  --surface: #ffffff;
  --line: #e6decf;
  --primary: #143941;
  --primary-strong: #0f2d34;
  --primary-soft: #e8efe9;
  --accent: #d8be7a;
  --accent-strong: #b89446;
  --champagne: #f3e3b8;
  --danger: #c2413a;
  --success: #16835d;
  --shadow: 0 18px 48px rgba(20, 57, 65, .16);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* UX Loop Demo v2
   Research-backed rebuild: grid clarity, readable typography, strong scan path,
   obvious states, mobile touch targets, and calm premium rental styling. */
:root {
  --ux-ink: #122f36;
  --ux-ink-2: #24484f;
  --ux-muted: #66797d;
  --ux-soft: #f5f7f4;
  --ux-panel: #ffffff;
  --ux-line: #e4ebe6;
  --ux-gold: #c8a85b;
  --ux-gold-soft: #fbf5e5;
  --ux-green: #0f6f62;
  --ux-blue: #183f79;
  --ux-shadow: 0 18px 48px rgba(18, 47, 54, .09);
  --ux-shadow-soft: 0 8px 22px rgba(18, 47, 54, .065);
  --ux-radius: 12px;
  --ux-font: Inter, Roboto, "Segoe UI", Arial, sans-serif;
}

body {
  color: var(--ux-ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(200,168,91,.08), transparent 32rem),
    linear-gradient(180deg, #fbfcfa 0, var(--ux-soft) 56%, #fff 100%);
  font-family: var(--ux-font);
  font-size: 15px;
  font-weight: 400;
}

.seo-breadcrumb {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--ux-muted);
  font-size: 13px;
  font-weight: 600;
}

.seo-breadcrumb a {
  color: var(--ux-ink-2);
  text-decoration: none;
}

.seo-breadcrumb a:hover {
  text-decoration: underline;
}

.topline {
  min-height: 30px;
  background: #0f3037;
  font-size: 12px;
  font-weight: 500;
}

.topline strong {
  color: #f2dd9b;
  font-weight: 600;
}

.header {
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(228,235,230,.95);
  box-shadow: 0 8px 24px rgba(18,47,54,.055);
}

.nav {
  min-height: 66px;
}

.brand {
  font-weight: 750;
  letter-spacing: -.01em;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  border-color: rgba(200,168,91,.38);
  box-shadow: 0 10px 22px rgba(18,47,54,.18);
}

.brand small {
  color: #7b8b8d;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .06em;
}

.links {
  gap: 2px;
  font-size: 14px;
  font-weight: 550;
}

.links a {
  color: #53676b;
  border-radius: 999px;
}

.links a:hover {
  background: #eef4ef;
  color: var(--ux-ink);
}

.phone-link {
  border: 1px solid #e9d9ad;
  background: #fff8e8;
  color: var(--ux-ink);
  font-weight: 700;
}

.btn {
  min-height: 42px;
  border-radius: 10px;
  font-weight: 650;
  letter-spacing: 0;
  box-shadow: none;
}

.btn.primary {
  background: linear-gradient(180deg, #174c54, #10343b);
  box-shadow: 0 10px 22px rgba(18,47,54,.18);
}

.btn.light {
  border-color: var(--ux-line);
  background: #fff;
  color: var(--ux-ink);
}

.hero {
  min-height: 690px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(15,48,55,.92), rgba(15,48,55,.72) 44%, rgba(15,48,55,.18) 100%),
    url("https://images.unsplash.com/photo-1600566753376-12c8ab7fb75b?auto=format&fit=crop&w=2200&q=86") center/cover;
}

.hero-inner {
  width: min(1160px, calc(100% - 40px));
  padding: 48px 0;
}

.eyebrow {
  color: #f0d58a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.hero h1 {
  max-width: 760px;
  margin-top: 12px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -.035em;
}

.hero-copy {
  max-width: 620px;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.7;
}

.hero-actions {
  gap: 10px;
}

.hero-actions .btn {
  min-height: 46px;
  border-radius: 999px;
}

.btn.ghost,
.hero-actions .btn.ghost {
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.11);
  color: #fff;
  backdrop-filter: blur(8px);
}

.hero-metrics {
  max-width: 760px;
  gap: 10px;
}

.metric {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.105);
  backdrop-filter: blur(10px);
}

.metric strong {
  color: #fff;
  font-size: 22px;
  font-weight: 750;
}

.metric span {
  color: rgba(255,255,255,.78);
  font-weight: 450;
}

.quick-search {
  max-width: 1040px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 54px rgba(7,28,32,.22);
}

.quick-row {
  grid-template-columns: 1.25fr .8fr .8fr .75fr auto;
  gap: 10px;
}

.control {
  border: 1px solid var(--ux-line);
  border-radius: 12px;
  background: #fff;
}

.control label {
  color: #728184;
  font-size: 12px;
  font-weight: 600;
}

.control input,
.control select {
  color: var(--ux-ink);
  font-weight: 520;
}

.suggestions button,
.chip {
  min-height: 38px;
  border: 1px solid var(--ux-line);
  border-radius: 999px;
  background: #fff;
  color: #4e6266;
  font-size: 13px;
  font-weight: 520;
}

.hero-proof {
  color: #5c6b6f;
  font-size: 12px;
}

.section {
  padding-block: 76px;
}

.section h2 {
  color: var(--ux-ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -.026em;
}

.sub {
  color: var(--ux-muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.finder {
  grid-template-columns: 286px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.filters {
  align-self: start;
  top: 96px;
  border: 1px solid var(--ux-line);
  border-radius: 16px;
  background: rgba(255,255,255,.97);
  box-shadow: var(--ux-shadow-soft);
}

.filters-head {
  padding: 14px;
  border-bottom: 1px solid var(--ux-line);
}

.filters-head > div {
  display: grid;
  gap: 3px;
}

.filters-head strong {
  font-size: 16px;
  font-weight: 750;
}

.filter-result-status {
  color: #66797d;
  font-size: 12px;
  font-weight: 560;
}

.filters-head .btn {
  min-height: 34px;
  border-radius: 999px;
  font-size: 12px;
}

.filter-body {
  gap: 12px;
  padding: 14px;
}

.field {
  gap: 7px;
}

.field label,
.price-input label {
  color: #66777b;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.field input,
.field select,
.field textarea,
.searchable-select-input,
.facility-toggle,
.price-input div {
  min-height: 42px;
  border: 1px solid var(--ux-line);
  border-radius: 11px;
  background: #fff;
  color: var(--ux-ink);
  font-size: 14px;
  font-weight: 470;
  box-shadow: none;
}

.searchable-select-input::placeholder,
.field input::placeholder {
  color: #a0abad;
}

.keyword-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.keyword-search input {
  min-width: 0;
}

.keyword-search-btn {
  min-height: 42px;
  border: 0;
  border-radius: 11px;
  padding: 0 14px;
  background: var(--ux-green);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.field-hint {
  color: #7b8b8f;
  font-size: 12px;
  font-weight: 520;
  line-height: 1.35;
  display: block;
}

.price-presets {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.price-presets button {
  min-height: 34px;
  border: 1px solid var(--ux-line);
  border-radius: 999px;
  background: #fff;
  color: #52656a;
  font-size: 12px;
  font-weight: 520;
}

.price-presets button.active {
  border-color: #c9d7ce;
  background: #eff6ef;
  color: var(--ux-green);
  font-weight: 700;
}

.price-range-head strong {
  color: var(--ux-ink);
  font-weight: 700;
}

.results-toolbar {
  align-items: center;
  margin-bottom: 14px;
  padding: 0 2px;
}

.result-title strong {
  color: var(--ux-ink);
  font-size: 22px;
  font-weight: 760;
  letter-spacing: -.015em;
}

.result-title span {
  color: var(--ux-muted);
  font-size: 14px;
  font-weight: 400;
}

.view-toggle {
  border: 1px solid var(--ux-line);
  border-radius: 999px;
  background: #fff;
  padding: 4px;
}

.view-toggle button {
  min-height: 36px;
  border-radius: 999px;
  color: #53676b;
  font-weight: 600;
}

.view-toggle button.active {
  background: var(--ux-ink);
  color: #fff;
}

.status-legend,
.summary {
  gap: 8px;
}

.status-legend span,
.summary span {
  border: 1px solid var(--ux-line);
  border-radius: 999px;
  background: #fff;
  color: #52656a;
  font-size: 12px;
  font-weight: 520;
}

.grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.property {
  overflow: hidden;
  border: 1px solid var(--ux-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(18,47,54,.07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.property:hover {
  transform: translateY(-2px);
  border-color: #d1ded6;
  box-shadow: var(--ux-shadow);
}

.property-image {
  min-height: 244px;
  border-radius: 0;
  background: #dfe9e4;
}

.property-image-link {
  display: block;
  height: 100%;
}

.property-photo {
  transition: transform .28s ease;
}

.property:hover .property-photo {
  transform: scale(1.018);
}

.property-photo {
  object-position: center 58%;
}

.property-image.image-failed {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(18,47,54,.10), rgba(200,168,91,.20)),
    #143941;
}

.property-image.image-failed::before {
  content: "3T Apartment";
  position: relative;
  z-index: 1;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: var(--ux-ink);
  font-size: 14px;
  font-weight: 700;
}

.badges {
  top: 12px;
  left: 12px;
}

.badge,
.image-count {
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 7px 18px rgba(7,28,32,.14);
}

.image-count {
  left: 12px;
  bottom: 12px;
  background: rgba(15,48,55,.82);
}

.fav {
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border-color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.96);
  color: #9a6f22;
  box-shadow: 0 8px 20px rgba(7,28,32,.15);
}

.property-body {
  gap: 9px;
  padding: 14px;
}

.listing-card-top {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #68787c;
  font-size: 13px;
  line-height: 1.35;
}

.listing-card-top span:last-child::before {
  content: "•";
  margin-right: 7px;
  color: #9aa8aa;
}

.status-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #15946d;
}

.status-dot.status-hot { background: #d93838; }
.status-dot.status-soon { background: #e59e20; }
.status-dot.status-unavailable { background: #9aa8aa; }

.property-title {
  min-height: 46px;
  color: #173b83;
  font-size: 17px;
  font-weight: 740;
  line-height: 1.34;
  letter-spacing: -.01em;
}

.property-title:hover {
  color: var(--ux-green);
}

.listing-public-code {
  width: fit-content;
  max-width: 100%;
  padding: 4px 8px;
  border: 1px solid #e3ebe7;
  border-radius: 999px;
  background: #f7faf8;
  color: #52666a;
  font-size: 12px;
  font-weight: 720;
  line-height: 1.2;
}

.price-row {
  align-items: end;
  gap: 10px;
}

.price {
  color: #111827;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.012em;
}

.usd {
  color: #8b989b;
  font-size: 12px;
  font-weight: 400;
}

.area-pill,
.tag {
  border: 1px solid #edf1ee;
  border-radius: 999px;
  background: #f7faf8;
  color: #56696d;
  font-size: 12px;
  font-weight: 520;
}

.area-pill {
  max-width: 45%;
  overflow: hidden;
  padding: 6px 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.location-line {
  color: #647579;
  font-size: 13px;
  line-height: 1.42;
}

.facts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.fact {
  min-height: auto;
  padding: 6px 9px;
  border: 0;
  border-radius: 999px;
  background: #f3f7f4;
  color: #465d62;
  font-size: 12px;
  font-weight: 600;
}

.tags {
  gap: 6px;
}

.card-actions {
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 2px;
}

.card-actions .btn {
  min-height: 42px;
  border-radius: 11px;
  font-size: 14px;
}

.pagination {
  border: 1px solid var(--ux-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--ux-shadow-soft);
}

.pagination button {
  min-height: 40px;
  border-radius: 10px;
}

.district,
.trust,
.ai-card,
.lead-form,
.chat-panel,
.detail-section,
.detail-side-card {
  border-color: var(--ux-line);
  border-radius: var(--ux-radius);
  box-shadow: var(--ux-shadow-soft);
}

@media (max-width: 1100px) {
  .quick-row {
    grid-template-columns: 1fr 1fr;
  }

  .quick-row .btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .finder {
    grid-template-columns: 1fr;
  }

  .filters {
    position: static;
  }
}

@media (max-width: 740px) {
  .topline {
    display: none;
  }

  .nav {
    min-height: 58px;
    padding: 0 14px;
  }

  .brand {
    font-size: 14px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .links,
  .phone-link,
  .nav-actions .btn.light {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 34px 0 28px;
    background:
      linear-gradient(180deg, rgba(15,48,55,.94), rgba(15,48,55,.74) 58%, rgba(15,48,55,.18)),
      url("https://images.unsplash.com/photo-1600566753376-12c8ab7fb75b?auto=format&fit=crop&w=1100&q=82") center/cover;
  }

  .hero-inner {
    width: calc(100% - 24px);
    padding: 12px 0 0;
  }

  .hero h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.02;
  }

  .hero-copy {
    font-size: 15px;
    line-height: 1.62;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-actions .btn:last-child {
    grid-column: 1 / -1;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-search {
    border-radius: 16px;
  }

  .quick-row {
    grid-template-columns: 1fr;
  }

  .suggestions button,
  .chip {
    min-height: 44px;
  }

  .section {
    padding-block: 48px;
  }

  .section h2 {
    font-size: 29px;
  }

  .campaign-lead-panel.show {
    display: grid;
    gap: 14px;
    padding: 15px;
  }

  .campaign-lead-panel strong {
    font-size: 19px;
  }

  .campaign-lead-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .campaign-lead-actions .btn {
    width: 100%;
  }

  .filters {
    display: none;
    border-radius: 16px;
  }

  .filters.open {
    display: block;
  }

  .field input,
  .field select,
  .searchable-select-input,
  .facility-toggle,
  .price-input div {
    min-height: 46px;
    font-size: 15px;
  }

  .results-toolbar {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .result-title {
    grid-column: 1 / -1;
  }

  .mobile-filter-toggle {
    display: inline-flex;
    min-height: 44px;
  }

  .toolbar-lead {
    display: none;
  }

  .grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .property {
    border-radius: 15px;
  }

  .property-image {
    min-height: 218px;
  }

  .property-title {
    min-height: auto;
    font-size: 16.5px;
  }

  .card-actions .btn,
  .pagination button,
  .fav {
    min-height: 44px;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }

.topline {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 9px 16px;
  background: var(--primary);
  color: #fff;
  font-size: 13px;
}
.topline strong { color: var(--champagne); }
.topline a { color: #fff; font-weight: 800; }

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(230,222,207,.9);
}
.nav {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 68px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  font-weight: 800;
  letter-spacing: .01em;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  border: 1px solid rgba(216, 190, 122, .72);
  background: var(--primary);
  box-shadow: 0 8px 18px rgba(20, 57, 65, .26);
  overflow: hidden;
  flex: 0 0 auto;
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}
.links a {
  padding: 9px 11px;
  border-radius: var(--radius);
}
.links a:hover { background: var(--soft); color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.phone-link {
  display: inline-flex;
  color: var(--primary);
  font-weight: 900;
  padding: 9px 10px;
  border-radius: var(--radius);
  background: #f4ead0;
  white-space: nowrap;
}
.phone-link:hover { background: var(--champagne); }
.menu-button { display: none; }
.mobile-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 20px;
  width: min(320px, calc(100vw - 28px));
  display: none;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  z-index: 80;
}
.mobile-menu.open { display: grid; gap: 4px; }
.mobile-menu a,
.mobile-menu button {
  width: 100%;
  justify-content: flex-start;
}
.mobile-menu a {
  padding: 12px;
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 900;
}
.mobile-menu a:hover {
  background: var(--soft);
}

.btn {
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 11px 15px;
  font-weight: 800;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn.primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 10px 22px rgba(20, 57, 65, .26);
}
.btn.primary:hover { background: var(--primary-strong); }
.btn.light {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}
.btn.gold {
  background: var(--accent);
  color: #1f1a0f;
}
.btn.ghost {
  background: rgba(255,255,255,.14);
  color: #fff;
  border-color: rgba(255,255,255,.28);
}

.hero {
  min-height: 690px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(20,57,65,.9), rgba(20,57,65,.66) 48%, rgba(20,57,65,.34)),
    url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=2200&q=86") center/cover;
  display: grid;
  align-items: end;
}
.hero-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0 34px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #f7fdfb;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}
.hero h1 {
  max-width: 780px;
  margin: 22px 0 14px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.018em;
}
.hero-copy {
  max-width: 670px;
  margin: 0 0 26px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 780px;
  margin-bottom: 24px;
}
.metric {
  padding: 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
}
.metric strong {
  display: block;
  font-size: 24px;
  line-height: 1;
}
.metric span {
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 700;
}

.quick-search {
  max-width: 1040px;
  padding: 14px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.96);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.quick-row {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(130px, .55fr)) auto;
  gap: 10px;
}
.control {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 8px 10px;
  background: #fff;
}
.control label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.control input,
.control select {
  border: 0;
  outline: 0;
  min-width: 0;
  width: 100%;
  background: transparent;
  color: var(--ink);
  font-weight: 750;
}
.suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.suggestions button,
.chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  padding: 8px 11px;
  font-size: 13px;
  font-weight: 800;
}
.suggestions button:hover,
.chip:hover,
.chip.active {
  color: var(--primary);
  border-color: rgba(216,190,122,.58);
  background: var(--primary-soft);
}
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}
.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: #f8f5ec;
  padding: 7px 10px;
}
.hero-proof span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent-strong);
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0;
}
.section.full {
  width: 100%;
  padding: 70px 0;
  background: #fff;
  border-block: 1px solid var(--line);
}
.section.full > .inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.section h2 {
  margin: 0;
  font-size: clamp(27px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.sub {
  max-width: 680px;
  margin: 9px 0 0;
  color: var(--muted);
}

.campaign-lead-panel {
  margin: -4px 0 18px;
  padding: 17px 18px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(216, 190, 122, .62);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(248, 245, 236, .96), rgba(255, 255, 255, .94)),
    #fff;
  box-shadow: 0 14px 34px rgba(20,57,65,.08);
}
.campaign-lead-panel.show {
  display: flex;
}
.campaign-lead-panel[hidden] {
  display: none;
}
.campaign-lead-panel span {
  display: inline-flex;
  margin-bottom: 5px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.campaign-lead-panel strong {
  display: block;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.15;
}
.campaign-lead-panel p {
  max-width: 680px;
  margin: 7px 0 0;
  color: var(--muted);
}
.campaign-lead-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.campaign-lead-actions .btn {
  min-height: 44px;
  white-space: nowrap;
}
.campaign-lead-conversion {
  display: grid;
  gap: 8px;
  width: min(520px, 100%);
  flex: 0 0 auto;
}
.campaign-lead-zalo {
  width: 100%;
  min-height: 46px;
}
.campaign-assist-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 12px 0;
  padding: 14px 16px;
  border: 1px solid rgba(200,168,91,.34);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(20,57,65,.96), rgba(15,48,55,.88)),
    #143941;
  color: #fff;
  box-shadow: 0 12px 30px rgba(18,47,54,.12);
}
.campaign-assist-panel span {
  display: block;
  margin-bottom: 4px;
  color: #f1d98f;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .02em;
}
.campaign-assist-panel strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}
.campaign-assist-panel p {
  margin: 5px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.5;
}
.campaign-assist-panel .btn {
  flex: 0 0 auto;
  min-width: 156px;
  background: linear-gradient(180deg, #d8be7a, #b89446);
  color: #102f36;
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
}
.campaign-assist-conversion {
  display: grid;
  gap: 8px;
  width: min(520px, 100%);
  flex: 0 0 auto;
}
.campaign-assist-zalo {
  width: 100%;
  min-height: 46px;
  font-size: 15px;
}
.campaign-quick-lead {
  display: grid;
  gap: 8px;
  width: min(520px, 100%);
  flex: 0 0 auto;
}
.campaign-quick-fields {
  display: grid;
  grid-template-columns: minmax(120px, .9fr) minmax(150px, 1fr) auto;
  gap: 8px;
}
.campaign-assist-fields {
  grid-template-columns: minmax(160px, 1fr) minmax(104px, auto);
}
.campaign-assist-form .btn.light {
  min-width: 104px;
  background: rgba(255,255,255,.94);
  color: #123942;
  box-shadow: none;
}
.campaign-lead-fields {
  grid-template-columns: minmax(170px, 1fr) minmax(104px, auto);
}
.campaign-lead-form .btn.light {
  min-width: 104px;
  background: #fff;
  color: var(--primary);
  box-shadow: none;
}
.campaign-featured-panel {
  display: grid;
  gap: 12px;
  margin: 0 0 16px;
  padding: 15px;
  border: 1px solid rgba(216, 190, 122, .44);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,245,236,.94));
  box-shadow: 0 14px 32px rgba(20,57,65,.08);
}
.campaign-featured-head span {
  display: inline-flex;
  color: var(--primary);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.campaign-featured-head strong {
  display: block;
  margin-top: 5px;
  font-size: 21px;
  line-height: 1.2;
}
.campaign-featured-head p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.45;
}
.campaign-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.campaign-featured-card {
  overflow: hidden;
  border: 1px solid rgba(20,57,65,.1);
  border-radius: 12px;
  background: #fff;
}
.campaign-featured-image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e9efec;
}
.campaign-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campaign-featured-image span {
  position: absolute;
  left: 9px;
  top: 9px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(20,57,65,.88);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.campaign-featured-body {
  display: grid;
  gap: 7px;
  padding: 10px;
}
.campaign-featured-title {
  color: var(--primary);
  font-weight: 900;
  line-height: 1.25;
}
.campaign-featured-meta {
  display: grid;
  gap: 2px;
  color: var(--muted);
  font-size: 13px;
}
.campaign-featured-meta strong {
  color: var(--ink);
  font-size: 17px;
}
.campaign-featured-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.campaign-featured-tags span {
  padding: 5px 7px;
  border-radius: 999px;
  background: #f3f7f4;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}
.campaign-featured-actions {
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 7px;
}
.campaign-featured-actions .btn {
  min-height: 40px;
  padding-inline: 10px;
}
.campaign-quick-fields input {
  min-height: 44px;
  min-width: 0;
  border: 1px solid #e4ebe6;
  border-radius: 11px;
  background: #fff;
  padding: 0 12px;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  outline: 0;
}
.campaign-quick-fields input:focus {
  border-color: rgba(216, 190, 122, .85);
  box-shadow: 0 0 0 3px rgba(216, 190, 122, .18);
}
.campaign-quick-lead .form-error {
  min-height: 0;
  font-size: 12px;
}
.hero-campaign-lead {
  display: none;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(216, 190, 122, .48);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 42px rgba(7, 28, 32, .2);
}
.hero-campaign-lead.show {
  display: grid;
}
.hero-campaign-lead strong {
  color: #122f36;
  font-size: 15px;
  line-height: 1.25;
}
.hero-campaign-lead .campaign-quick-fields input {
  border-color: rgba(18, 47, 54, .14);
}
.hero-general-lead {
  width: min(500px, 100%);
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(216, 190, 122, .5);
  border-radius: 14px;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 18px 42px rgba(7, 28, 32, .18);
}
.hero-general-lead[hidden] {
  display: none;
}
.hero-general-lead strong {
  color: #122f36;
  font-size: 15px;
  line-height: 1.25;
}
.hero-general-fields {
  grid-template-columns: minmax(170px, 1fr) auto;
}
.hero-general-lead .contact-cache-note {
  color: #4f6267;
}

.finder {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 18px;
  align-items: start;
}
.filters {
  position: sticky;
  top: clamp(76px, calc((100dvh - 577px) / 2), 162px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 22px rgba(20,57,65,.06);
}
.filters-head {
  padding: 7px 9px;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.filters-head strong { font-size: 15px; }
.filters-head .btn {
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
}
.filter-body { padding: 9px 10px 10px; display: grid; gap: 6px; }
.field { display: grid; gap: 4px; }
.field label {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.14;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 32px;
  padding: 7px 9px;
  outline: 0;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--accent-strong);
  box-shadow: 0 0 0 3px rgba(216,190,122,.24);
}
.searchable-native {
  display: none !important;
}
.searchable-select {
  position: relative;
}
.searchable-select-input {
  width: 100%;
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 7px 28px 7px 9px;
  outline: 0;
  color: var(--ink);
  background:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%) calc(100% - 15px) 50% / 6px 6px no-repeat,
    linear-gradient(135deg, var(--muted) 50%, transparent 50%) calc(100% - 10px) 50% / 6px 6px no-repeat,
    #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}
.searchable-select-input:focus {
  border-color: var(--accent-strong);
  box-shadow: 0 0 0 3px rgba(216,190,122,.24);
}
.searchable-select-input::placeholder {
  color: var(--muted);
  opacity: .62;
}
.searchable-select-menu {
  position: absolute;
  z-index: 35;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 230px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 38px rgba(20,57,65,.16);
  padding: 5px;
}
.searchable-select-menu button {
  width: 100%;
  min-height: 34px;
  display: block;
  border: 0;
  border-radius: 7px;
  padding: 7px 9px;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  text-align: left;
  justify-content: flex-start;
  cursor: pointer;
}
.searchable-select-menu button:hover,
.searchable-select-menu button.active {
  background: var(--soft);
}
.searchable-select-menu p {
  margin: 0;
  padding: 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.facility-dropdown {
  position: relative;
}
.facility-toggle {
  width: 100%;
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: 7px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
  font-family: inherit;
  font-size: 13px;
  font-weight: 750;
}
.facility-toggle span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchable-select-input.is-placeholder,
.facility-toggle:not(.has-selection) span {
  color: var(--muted);
  font-weight: 600;
}
.facility-toggle i {
  font-style: normal;
  color: var(--muted);
  font-size: 18px;
  line-height: 1;
}
.facility-toggle:hover,
.facility-toggle[aria-expanded="true"] {
  border-color: var(--accent-strong);
  box-shadow: 0 0 0 3px rgba(216,190,122,.18);
}
.facility-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 210px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 38px rgba(20,57,65,.18);
  padding: 4px;
}
.field .facility-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 7px;
  cursor: pointer;
  color: var(--ink);
  font-family: inherit;
  font-size: 13px;
  font-weight: 750;
  text-transform: none;
  letter-spacing: 0;
}
.field .facility-option:hover {
  background: var(--soft);
}
.field .facility-option input {
  width: 16px;
  height: 16px;
  min-width: 16px;
  padding: 0;
  border-radius: 4px;
  accent-color: var(--primary);
  flex: 0 0 auto;
}
.price-filter { gap: 6px; }
.price-presets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}
.price-presets button {
  min-height: 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  padding: 4px 5px;
}
.price-presets button:hover,
.price-presets button.active {
  border-color: var(--accent-strong);
  background: var(--champagne);
}
.price-range-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 850;
}
.price-range-head strong {
  color: var(--accent-strong);
  white-space: nowrap;
}
.price-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.price-input {
  display: grid;
  gap: 2px;
}
.price-input label {
  color: var(--muted);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: none;
}
.price-input div {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 4px 6px;
}
.price-input input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0;
  font-weight: 900;
  color: var(--ink);
}
.price-input span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
}

.results-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.results-toolbar .btn.active,
.mobilebar button.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.mobile-filter-toggle { display: none; }
.result-title strong { display: block; font-size: 20px; }
.result-title span { color: var(--muted); font-size: 14px; }
.status-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -4px 0 14px;
}
.status-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
}
.status-legend strong {
  color: var(--ink);
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 999px;
  background: var(--primary-soft);
}
.dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  display: inline-block;
}
.dot.available { background: var(--success); }
.dot.hot { background: var(--danger); }
.dot.soon { background: var(--accent-strong); }
.dot.unavailable { background: #7f8c8d; }
.view-toggle {
  display: inline-flex;
  padding: 4px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.view-toggle button {
  min-height: 36px;
  border: 0;
  background: transparent;
  border-radius: 6px;
  padding: 7px 11px;
  color: var(--muted);
  font-weight: 850;
}
.view-toggle button.active { color: #fff; background: var(--primary); }
.summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.summary strong {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
}
.summary span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.grid.map-mode { grid-template-columns: 1fr 1fr; }
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 22px rgba(20,57,65,.05);
}
.pagination-info {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}
.pagination-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.pagination button,
.page-ellipsis {
  min-width: 38px;
  min-height: 38px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-weight: 900;
  padding: 7px 10px;
}
.pagination button.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.pagination button:disabled {
  opacity: .45;
  cursor: not-allowed;
}
.page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
}
.map-panel {
  display: none;
  min-height: 660px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.72), rgba(255,255,255,.72)),
    url("https://images.unsplash.com/photo-1583417319070-4a69db38a482?auto=format&fit=crop&w=1100&q=80") center/cover;
  position: sticky;
  top: 88px;
}
.map-panel.active { display: block; }
.map-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  background: var(--primary);
  color: #fff;
  border: 3px solid #fff;
  border-radius: 999px;
  padding: 7px 10px;
  box-shadow: 0 8px 18px rgba(20,57,65,.18);
  font-size: 12px;
  font-weight: 900;
}

.property {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(20,57,65,.07);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.property-image {
  aspect-ratio: 16 / 10;
  min-height: 205px;
  position: relative;
  overflow: hidden;
  background: var(--primary-soft);
}
.property-image-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.property-image-link:focus-visible {
  outline: 3px solid rgba(228, 202, 137, .6);
  outline-offset: -3px;
}
.property-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .22s ease;
}
.property:hover .property-photo {
  transform: scale(1.025);
}
.property.unavailable {
  opacity: .78;
}
.property.unavailable .property-image::after {
  content: "Hết phòng - có thể hỏi căn tương tự";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-radius: var(--radius);
  background: rgba(20,57,65,.88);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-align: center;
  pointer-events: none;
  z-index: 2;
}
.property.skeleton {
  min-height: 430px;
  border-color: rgba(20,57,65,.08);
  background:
    linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.65), rgba(255,255,255,0)) 0 0 / 220px 100% no-repeat,
    linear-gradient(var(--primary-soft), var(--primary-soft)) 0 0 / 100% 45% no-repeat,
    linear-gradient(#eef3f0, #eef3f0) 16px 52% / 55% 20px no-repeat,
    linear-gradient(#eef3f0, #eef3f0) 16px 60% / 72% 18px no-repeat,
    linear-gradient(#eef3f0, #eef3f0) 16px 70% / 34% 24px no-repeat,
    #fff;
  animation: skeleton-shimmer 1.15s linear infinite;
}
@keyframes skeleton-shimmer {
  to { background-position: 120% 0, 0 0, 16px 52%, 16px 60%, 16px 70%, 0 0; }
}
.image-count {
  position: absolute;
  right: 12px;
  top: 12px;
  border-radius: 999px;
  background: rgba(20,57,65,.86);
  color: #fff;
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 950;
  z-index: 2;
}
.badges {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(255,255,255,.94);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 6px 14px rgba(20,57,65,.12);
}
.badge.status-available { color: #fff; background: var(--success); }
.badge.status-unavailable { color: #fff; background: #7f8c8d; }
.badge.status-soon { color: #1f1a0f; background: var(--champagne); }
.badge.status-hot { color: #fff; background: var(--danger); }
.fav {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255,255,255,.94);
  font-size: 18px;
  box-shadow: 0 8px 18px rgba(20,57,65,.16);
  z-index: 3;
}
.fav.saved { color: #fff; background: var(--danger); }
.property-body { padding: 15px; display: grid; gap: 12px; }
.meta-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.property-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: -.012em;
  font-weight: 950;
  font-family: inherit;
  text-decoration: none;
}
.property-title:hover {
  color: var(--accent-strong);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.property-title:focus-visible {
  outline: 3px solid rgba(228, 202, 137, .55);
  outline-offset: 3px;
  border-radius: 4px;
}
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
}
.price { color: var(--accent-strong); font-size: 21px; font-weight: 950; }
.usd { color: var(--muted); font-size: 13px; font-weight: 800; }
.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.fact {
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  background: #fbfdfc;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.tag {
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary);
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 850;
}
.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.inline-lead-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(221, 200, 148, .48);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(18, 62, 72, .96), rgba(12, 76, 79, .92)),
    var(--primary);
  color: #fff;
  box-shadow: 0 18px 44px rgba(18, 52, 59, .18);
  padding: 18px;
}

.inline-lead-card .eyebrow {
  color: var(--champagne);
}

.inline-lead-card h3 {
  margin: 4px 0 6px;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 950;
}

.inline-lead-card p {
  margin: 0;
  max-width: 760px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 650;
}

.inline-lead-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.inline-lead-tags span {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.9);
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 850;
}

.inline-lead-card .btn {
  min-height: 46px;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(0,0,0,.16);
}

.inline-lead-form {
  min-width: min(360px, 100%);
}

.inline-lead-fields {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.inline-lead-form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 12px;
  background: rgba(255,255,255,.96);
  color: var(--ink);
  padding: 0 13px;
  font: inherit;
  font-weight: 750;
  outline: 0;
}

.inline-lead-form input:focus {
  border-color: var(--champagne);
  box-shadow: 0 0 0 4px rgba(221, 200, 148, .22);
}

.inline-lead-form .form-error {
  min-height: 18px;
  margin: 7px 0 0;
  color: #ffe7e7;
  font-size: 12.5px;
  font-weight: 800;
}

.district-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.district,
.trust {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(20,57,65,.06);
}
button.district {
  padding: 0;
  text-align: left;
}
.district-image {
  min-height: 150px;
  background-size: cover;
  background-position: center;
}
.district-body,
.trust { padding: 16px; }
.district strong,
.trust strong {
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
}
.district span,
.trust span { color: var(--muted); font-size: 14px; }

.seo-popular {
  padding-top: 54px;
}

.seo-popular-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.seo-popular-card {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(20,57,65,.06);
}

.seo-popular-card h3 {
  margin: 0 0 4px;
  color: var(--primary);
  font-size: 16px;
}

.seo-popular-card a {
  color: #263f45;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none;
}

.seo-popular-card a:hover {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-faq {
  padding-top: 34px;
}

.home-faq-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.home-faq-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 16px;
  box-shadow: 0 10px 26px rgba(20, 57, 65, .06);
}

.home-faq-card h3 {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 15px;
  line-height: 1.25;
}

.home-faq-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.assistant-block {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 20px;
  align-items: stretch;
}
.assistant-copy {
  color: #fff;
  border-radius: var(--radius);
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(20,57,65,.96), rgba(20,57,65,.78)),
    url("https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=1200&q=80") center/cover;
}
.assistant-copy .sub { color: rgba(255,255,255,.8); }
.chat-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 16px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
}
.chat-log {
  min-height: 160px;
  max-height: 280px;
  overflow: auto;
  display: grid;
  align-content: start;
  gap: 9px;
}
.bubble {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--ink);
  font-size: 14px;
}
.bubble.user {
  justify-self: end;
  background: var(--primary);
  color: #fff;
}
.chat-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.chat-row input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  outline: 0;
}
.ai-results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.ai-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  display: grid;
  gap: 10px;
  background: #fbfdfc;
  font-size: 13px;
  text-align: left;
}

.ai-card.is-unavailable {
  opacity: .78;
}

.ai-card-main {
  position: relative;
  width: 100%;
  min-height: 132px;
  border: 0;
  border-radius: 14px;
  padding: 42px 12px 12px;
  display: grid;
  align-content: end;
  gap: 5px;
  background:
    linear-gradient(135deg, rgba(18,47,54,.92), rgba(23,76,84,.66)),
    url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=900&q=82") center/cover;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.ai-card-main .public-auto-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 18px;
  height: 18px;
}

.ai-score,
.ai-rank {
  position: absolute;
  top: 10px;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 0 9px;
  font-size: 12px;
  font-weight: 850;
}

.ai-score {
  right: 10px;
  background: #c8a85b;
  color: #12323a;
}

.ai-rank {
  left: 38px;
  background: rgba(255,255,255,.18);
  color: rgba(255,255,255,.95);
}

.ai-card-main strong {
  font-size: 15px;
  line-height: 1.28;
}

.ai-card-main small {
  color: rgba(255,255,255,.84);
  line-height: 1.35;
}

.ai-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ai-reasons span {
  border: 1px solid #e4ebe6;
  border-radius: 999px;
  padding: 5px 8px;
  background: #fff;
  color: #52656a;
  font-size: 12px;
  font-weight: 650;
}

.ai-warning {
  margin: 0;
  color: #9f3a2f;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.ai-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ai-card-actions .btn {
  min-height: 40px;
  border-radius: 11px;
  font-size: 13px;
}

.ai-insight,
.ai-empty {
  grid-column: 1 / -1;
  border: 1px solid #dbe8e1;
  border-radius: 14px;
  padding: 12px;
  display: grid;
  gap: 8px;
  background: #f7fbfa;
}

.ai-insight strong {
  color: #122f36;
}

.ai-insight span,
.ai-empty p {
  margin: 0;
  color: #66797d;
  font-size: 13px;
  line-height: 1.5;
}

.ai-shortlist-lead {
  grid-column: 1 / -1;
  width: 100%;
  border: 1px solid rgba(216, 190, 122, .48);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(20,57,65,.96), rgba(20,57,65,.82));
  color: #fff;
  padding: 12px;
}

.ai-shortlist-lead strong,
.ai-shortlist-lead span {
  display: block;
}

.ai-shortlist-lead strong {
  font-size: 15px;
  line-height: 1.25;
}

.ai-shortlist-lead span {
  margin-top: 3px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.45;
}

.ai-shortlist-fields {
  grid-template-columns: minmax(170px, 1fr) auto;
}

.ai-shortlist-lead .form-error {
  color: #ffe8e2;
}

.journey {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}
.process {
  display: grid;
  gap: 10px;
}
.step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.step-num {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 950;
}
.lead-form {
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
}
.lead-form h2 { margin: 0; }
.lead-form.plain {
  box-shadow: none;
  padding: 0;
  border: 0;
}

.lead-context-summary {
  margin-top: 9px;
  border: 1px solid rgba(224, 211, 177, .74);
  border-radius: 12px;
  background: #fffaf0;
  color: var(--primary);
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.contact-cache-note {
  margin: -2px 0 0;
  color: #6c7d80;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}

.contact-cache-note.is-cached {
  color: var(--success);
}

.lead-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.lead-fast-field {
  padding: 14px;
  border: 1px solid rgba(18, 52, 59, .12);
  border-radius: 14px;
  background: #f8faf9;
}

.lead-fast-field label {
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
}

.lead-fast-field input {
  min-height: 52px;
  font-size: 17px;
  font-weight: 850;
}

.lead-extra {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.lead-extra summary {
  cursor: pointer;
  list-style: none;
  padding: 12px 14px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
}

.lead-extra summary::-webkit-details-marker {
  display: none;
}

.lead-extra summary::after {
  content: "+";
  float: right;
  font-size: 18px;
  line-height: 1;
}

.lead-extra[open] summary {
  border-bottom: 1px solid var(--line);
  background: #fffaf0;
}

.lead-extra[open] summary::after {
  content: "−";
}

.lead-extra .lead-grid,
.lead-extra > .field {
  padding: 12px;
}

.lead-extra .lead-grid {
  padding-bottom: 0;
}

.lead-submit-main {
  min-height: 48px;
  width: 100%;
}

.footer {
  background: var(--ink);
  color: #fff;
  padding: 42px 0 90px;
}
.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .8fr .8fr .9fr;
  gap: 22px;
}
.footer p,
.footer a { color: rgba(255,255,255,.72); }
.footer .phone-link {
  margin: 4px 0 14px;
  color: var(--primary);
  background: var(--champagne);
}
.footer h3,
.footer h4 { margin-top: 0; }

.geo-page {
  min-height: 100vh;
}

.geo-hero {
  width: min(940px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 30px;
}

.geo-hero h1 {
  max-width: 850px;
  margin: 12px 0 14px;
  color: var(--ux-ink);
  font-size: clamp(34px, 6vw, 62px);
  line-height: .98;
  letter-spacing: 0;
}

.geo-hero p {
  max-width: 760px;
  color: var(--ux-muted);
  font-size: 18px;
  line-height: 1.7;
}

.geo-tagline {
  display: block;
  max-width: 760px;
  margin-top: 12px;
  color: var(--ux-ink);
  font-size: 18px;
  line-height: 1.5;
}

.geo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.geo-content,
.geo-related {
  width: min(940px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
}

.geo-section-list,
.geo-faq-list {
  display: grid;
  gap: 14px;
}

.geo-section-card,
.geo-faq,
.geo-faq-group {
  background: #fff;
  border: 1px solid var(--ux-line);
  border-radius: 12px;
  box-shadow: var(--ux-shadow-soft);
  padding: 22px;
}

.geo-section-card h2,
.geo-faq-group h2,
.geo-related h2 {
  margin: 0 0 10px;
  color: var(--ux-ink);
  font-size: 22px;
}

.geo-faq-group {
  display: grid;
  gap: 10px;
}

.geo-faq-group .geo-faq {
  box-shadow: none;
  padding: 16px;
}

.geo-actions.inline {
  margin-top: 12px;
}

.geo-section-card p,
.geo-faq p {
  margin: 0 0 12px;
  color: var(--ux-muted);
  line-height: 1.72;
}

.geo-section-card p:last-child,
.geo-faq p:last-child {
  margin-bottom: 0;
}

.geo-bullets {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
  color: var(--ux-muted);
  line-height: 1.6;
}

.geo-bullets li::marker {
  color: var(--ux-gold);
}

.geo-numbered {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding-left: 22px;
  color: var(--ux-muted);
  line-height: 1.64;
}

.geo-numbered li::marker {
  color: var(--ux-gold);
  font-weight: 800;
}

.geo-quote {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--ux-gold);
  border-radius: 10px;
  background: #fff8e8;
  color: var(--ux-ink);
  line-height: 1.7;
  font-weight: 650;
}

.geo-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-top: 14px;
  border: 1px solid var(--ux-line);
  border-radius: 12px;
  background: #fff;
}

.geo-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.geo-table th,
.geo-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--ux-line);
  color: var(--ux-muted);
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}

.geo-table tr:last-child td {
  border-bottom: 0;
}

.geo-table th {
  background: #f6f8f5;
  color: var(--ux-ink);
  font-weight: 800;
}

.geo-subsections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.geo-subsections article {
  border: 1px solid var(--ux-line);
  border-radius: 10px;
  background: #fbfcfa;
  padding: 14px;
}

.geo-subsections h3 {
  margin: 0 0 8px;
  color: var(--ux-ink);
  font-size: 16px;
}

.geo-bullets.compact {
  margin-top: 8px;
  gap: 6px;
}

.geo-closing {
  margin-top: 14px;
}

.geo-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.geo-link-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid rgba(185, 143, 72, .38);
  border-radius: 999px;
  background: #fffaf0;
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
}

.geo-link-list a:hover {
  border-color: var(--ux-gold);
  background: #fff3d8;
}

.geo-faq summary {
  cursor: pointer;
  color: var(--ux-ink);
  font-weight: 750;
  font-size: 17px;
}

.geo-faq summary + p {
  margin-top: 12px;
}

.geo-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.geo-link-grid a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid var(--ux-line);
  border-radius: 10px;
  background: #fff;
  color: var(--ux-ink);
  font-weight: 700;
  text-decoration: none;
}

.geo-link-grid a:hover {
  border-color: rgba(200,168,91,.55);
  background: #fffaf0;
}

.mobilebar {
  display: none;
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 70;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 8px;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  backdrop-filter: blur(16px);
}
.mobilebar button {
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  min-height: 44px;
  font-size: 12px;
  font-weight: 900;
}
.mobilebar button.primary {
  background: var(--primary);
  color: #fff;
}

.modal-wrap {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(9, 18, 16, .72);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.modal-wrap.open { display: flex; }
.modal {
  width: min(1180px, 100%);
  max-height: calc(100dvh - 36px);
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
}
.modal.narrow { width: min(620px, 100%); }
.modal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, .72fr);
  height: min(760px, calc(100dvh - 36px));
}
.modal-media {
  display: grid;
  grid-template-rows: 1fr auto;
  background: #071719;
  min-width: 0;
  min-height: 0;
}
.modal-viewer {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  touch-action: pan-y;
  background:
    radial-gradient(circle at 50% 18%, rgba(228, 202, 137, .08), transparent 34%),
    #071719;
  overflow: hidden;
}
.modal-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  background: #071719;
}
.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 46px;
  height: 62px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(7,23,25,.62);
  color: #fff;
  font-size: 40px;
  line-height: 1;
  display: grid;
  place-items: center;
  backdrop-filter: blur(8px);
}
.modal-nav.prev { left: 14px; }
.modal-nav.next { right: 14px; }
.modal-nav:hover,
.modal-fullscreen:hover,
.modal-viewer-close:hover {
  background: rgba(228, 202, 137, .22);
  border-color: rgba(228, 202, 137, .72);
}
.modal-counter,
.modal-fullscreen,
.modal-viewer-close {
  position: absolute;
  z-index: 2;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(7,23,25,.66);
  backdrop-filter: blur(8px);
}
.modal-counter {
  left: 14px;
  top: 14px;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 900;
  font-size: 13px;
}
.modal-fullscreen {
  right: 14px;
  top: 14px;
  border-radius: 999px;
  padding: 9px 13px;
  font-weight: 900;
  font-size: 13px;
}
.modal-viewer-close {
  display: none;
  right: 14px;
  top: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  font-size: 26px;
  line-height: 1;
  place-items: center;
}
.modal-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px;
  background: rgba(15,45,52,.96);
}
.modal-thumb {
  width: 88px;
  height: 66px;
  border: 2px solid transparent;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  flex: 0 0 auto;
  opacity: .74;
}
.modal-thumb.active {
  border-color: var(--champagne);
  opacity: 1;
}
.modal-content {
  padding: 22px;
  display: grid;
  gap: 14px;
  align-content: start;
  overflow: auto;
}
.modal-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}
.modal-head h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.12;
}
.close {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 24px;
  line-height: 1;
}
.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.detail-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px;
  background: #fbfdfc;
}
.detail-item strong {
  display: block;
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.detail-item span { font-weight: 850; }
.cost-box {
  border-radius: var(--radius);
  padding: 13px;
  background: #fff7e7;
  border: 1px solid #f0d9a6;
}
.advisor-box {
  display: grid;
  gap: 4px;
  border-radius: var(--radius);
  padding: 13px;
  background: var(--primary-soft);
  border: 1px solid #d2dfd6;
}
.advisor-box span {
  color: var(--muted);
  font-size: 14px;
}
.empty {
  display: none;
  padding: 0;
  border: 0;
  border-radius: calc(var(--radius) + 4px);
  background: transparent;
  color: var(--muted);
  font-weight: 750;
}

.no-result-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(20,57,65,.12);
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at top right, rgba(232,217,173,.25), transparent 32%),
    radial-gradient(circle at bottom left, rgba(20,57,65,.06), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbfa 62%, #fff9eb 100%);
  box-shadow: 0 18px 42px rgba(20,57,65,.09);
}

.no-result-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-top: 4px solid var(--primary);
}

.no-result-visual {
  position: relative;
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background: #eef7f4;
  border: 1px solid rgba(20,57,65,.1);
  color: var(--primary);
  box-shadow: 0 10px 22px rgba(20,57,65,.08);
}

.no-result-visual::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translate(-2px, -2px);
}

.no-result-visual::after {
  content: "";
  width: 11px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(10px, 9px) rotate(45deg);
  position: absolute;
}

.no-result-visual svg {
  width: 25px;
  height: 25px;
  stroke-width: 2.1;
  display: none;
}

.no-result-copy {
  max-width: 720px;
  display: grid;
  gap: 10px;
}

.no-result-copy > span {
  width: max-content;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid rgba(20,57,65,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  color: var(--primary);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.empty h3,
.no-result-copy h3 {
  margin: 0 0 7px;
  color: var(--primary);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
  font-weight: 950;
}

.empty p,
.no-result-copy p {
  max-width: 620px;
  margin: 0;
  color: #647579;
  font-size: 15px;
  line-height: 1.55;
}

.no-result-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.no-result-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef5f3;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
}

.no-result-lead-form {
  max-width: 760px;
  padding: 16px;
  border: 1px solid rgba(20,57,65,.1);
  border-radius: calc(var(--radius) + 4px);
  background: rgba(255,255,255,.88);
  box-shadow: 0 10px 24px rgba(20,57,65,.06);
}

.no-result-fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.no-result-fields label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.no-result-fields input {
  min-height: 46px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: 0 12px;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  outline: none;
}

.no-result-fields input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(232,217,173,.32);
}

.no-result-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.no-result-actions .btn {
  min-height: 46px;
}

.no-result-lead-form small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.empty-actions { margin-top: 12px; }

@media (max-width: 740px) {
  .no-result-card {
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
  }

  .no-result-visual {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .no-result-visual svg {
    width: 23px;
    height: 23px;
  }

  .no-result-copy h3 {
    font-size: 22px;
  }

  .no-result-copy p {
    font-size: 14px;
  }

  .no-result-fields {
    grid-template-columns: 1fr;
  }

  .no-result-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .no-result-actions .btn {
    width: 100%;
  }
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 92px;
  z-index: 120;
  max-width: min(520px, calc(100vw - 28px));
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  border-radius: var(--radius);
  background: var(--primary);
  color: #fff;
  box-shadow: var(--shadow);
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 850;
  transition: opacity .18s ease, transform .18s ease;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.lead-sticky-nudge {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 112;
  width: min(390px, calc(100vw - 28px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  border: 1px solid rgba(224, 211, 177, .72);
  border-radius: 16px;
  background: rgba(255, 252, 244, .97);
  color: var(--primary);
  box-shadow: 0 16px 42px rgba(18, 52, 59, .16);
  padding: 12px 13px;
  transform: translateY(16px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.lead-sticky-nudge[hidden] {
  display: none;
}

.lead-sticky-nudge.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lead-sticky-nudge strong {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 900;
}

.lead-sticky-nudge span {
  display: block;
  color: #607174;
  font-size: 12.5px;
  font-weight: 580;
  line-height: 1.35;
}

.lead-sticky-nudge .btn {
  min-height: 42px;
  padding-inline: 14px;
  white-space: nowrap;
}

.lead-sticky-form {
  min-width: 0;
}

.lead-sticky-fields {
  display: grid;
  grid-template-columns: minmax(142px, 1fr) auto;
  gap: 7px;
  align-items: center;
}

.lead-sticky-form input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(18, 52, 59, .14);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  padding: 0 12px;
  font: inherit;
  font-size: 13.5px;
  font-weight: 760;
  outline: 0;
}

.lead-sticky-form input:focus {
  border-color: rgba(14, 75, 84, .42);
  box-shadow: 0 0 0 4px rgba(14, 75, 84, .1);
}

.lead-sticky-form .form-error {
  min-height: 16px;
  margin: 5px 0 0;
  color: #b23030;
  font-size: 12px;
  font-weight: 800;
}

.lead-sticky-close {
  position: absolute;
  top: -9px;
  right: -8px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(224, 211, 177, .72);
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(18, 52, 59, .13);
}

.lead-success-panel {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 118;
  width: min(680px, calc(100vw - 28px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(48, 139, 91, .28);
  border-radius: 16px;
  background: rgba(247, 255, 250, .98);
  color: var(--primary);
  box-shadow: 0 18px 48px rgba(18, 52, 59, .18);
  padding: 13px 14px 13px 16px;
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

@media (max-width: 740px) {
  .lead-sticky-nudge {
    right: 10px;
    bottom: 86px;
    width: calc(100vw - 20px);
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .lead-sticky-fields {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

.lead-success-panel.show {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.lead-success-panel strong {
  display: block;
  margin-bottom: 2px;
  color: var(--success);
  font-size: 15px;
  font-weight: 900;
}

.lead-success-panel span {
  display: block;
  color: #51696d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.lead-success-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.lead-success-actions .btn {
  min-height: 42px;
  white-space: nowrap;
}

.lead-success-close {
  position: absolute;
  top: -10px;
  right: -8px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(48, 139, 91, .24);
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(18, 52, 59, .14);
}

@media (max-width: 1020px) {
  .links { display: none; }
  .menu-button { display: inline-flex; }
  .quick-row { grid-template-columns: 1fr 1fr; }
  .quick-row .btn { grid-column: 1 / -1; }
  .finder { grid-template-columns: 1fr; }
  .filters { position: static; }
  .district-grid,
  .trust-grid,
  .seo-popular-grid,
  .home-faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .assistant-block,
  .journey { grid-template-columns: 1fr; }
}

@media (max-width: 740px) {
  .topline { display: none; }
  .nav { min-height: 62px; padding: 0 14px; }
  .brand small { display: none; }
  .nav-actions .btn.light,
  .phone-link { display: none; }
  .hero { min-height: 760px; }
  .hero-inner { width: calc(100% - 28px); padding-top: 52px; }
  .hero h1 { font-size: 42px; }
  .hero-copy { font-size: 16px; }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); }
  .quick-row,
  .grid,
  .grid.map-mode,
  .ai-results,
  .geo-link-grid,
  .home-faq-grid,
  .footer-inner,
  .lead-grid,
  .modal-grid,
  .detail-grid { grid-template-columns: 1fr; }
  .modal {
    max-height: calc(100dvh - 20px);
    overflow: auto;
  }
  .modal-grid {
    height: auto;
  }
  .modal-viewer {
    height: 56dvh;
    min-height: 340px;
  }
  .modal-image {
    height: 100%;
  }
  .modal-nav {
    width: 40px;
    height: 52px;
    font-size: 34px;
  }
  .modal-fullscreen {
    display: none;
  }
  .modal-viewer-close {
    display: grid;
  }
  .modal-content .close {
    display: none;
  }
  .section,
  .geo-hero,
  .geo-content,
  .geo-related,
  .section.full > .inner,
  .footer-inner { width: calc(100% - 28px); }
  .geo-hero { padding: 46px 0 18px; }
  .geo-hero h1 { font-size: 38px; }
  .geo-hero p { font-size: 16px; }
  .geo-subsections { grid-template-columns: 1fr; }
  .geo-section-card,
  .geo-faq { padding: 16px; }
  .section { padding: 48px 0; }
  .section.full { padding: 48px 0; }
  .section-head { align-items: start; flex-direction: column; }
  #rentals .section-head {
    margin-bottom: 14px;
  }
  .filters {
    display: none;
    position: static;
    max-height: none;
    overflow: visible;
    box-shadow: 0 12px 24px rgba(20,57,65,.08);
  }
  .filters.open {
    display: block;
    margin-bottom: 14px;
  }
  .filter-body {
    gap: 9px;
    padding: 12px;
  }
  .field {
    gap: 5px;
  }
  .field label {
    font-size: 12px;
    line-height: 1.2;
  }
  .field input,
  .field select,
  .field textarea,
  .searchable-select-input,
  .facility-toggle {
    min-height: 40px;
    padding: 9px 10px;
    font-size: 14px;
  }
  .price-presets {
    gap: 6px;
  }
  .price-presets button {
    min-height: 36px;
    font-size: 12px;
    padding: 7px 6px;
  }
  .price-range-head {
    font-size: 13px;
  }
  .price-input label {
    font-size: 11.5px;
  }
  .price-input div {
    padding: 7px 8px;
  }
  .price-input span {
    font-size: 12px;
  }
  .field .facility-option {
    padding: 10px 8px;
    font-size: 14px;
  }
  .results-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 12px;
  }
  .results-toolbar .result-title {
    display: grid;
    gap: 3px;
  }
  .mobile-filter-toggle {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    min-height: 46px;
  }
  .toolbar-lead {
    display: none;
  }
  .map-panel.active { display: none; }
  .pagination {
    align-items: stretch;
    flex-direction: column;
  }
  .pagination-buttons { justify-content: center; }
  .district-grid,
  .trust-grid,
  .seo-popular-grid { grid-template-columns: 1fr; }
  .facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mobilebar { display: grid; }
  .footer { padding-bottom: 104px; }
}

/* UX Loop Demo v2 final cascade
   Kept at the end deliberately so the approved demo direction wins over older rules. */
body {
  color: #122f36;
  background:
    radial-gradient(circle at 8% 0%, rgba(200,168,91,.08), transparent 32rem),
    linear-gradient(180deg, #fbfcfa 0, #f5f7f4 56%, #fff 100%);
  font-family: Inter, Roboto, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.header {
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid #e4ebe6;
  box-shadow: 0 8px 24px rgba(18,47,54,.055);
}

.btn { border-radius: 10px; font-weight: 650; }
.btn.primary { background: linear-gradient(180deg, #174c54, #10343b); }
.btn.light { border-color: #e4ebe6; background: #fff; color: #122f36; }

.has-public-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.public-auto-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn .public-auto-icon,
.card-actions .public-auto-icon,
.pagination .public-auto-icon {
  width: 16px;
  height: 16px;
}

.zalo-button-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: #fff;
  color: #0b5963;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.03em;
  box-shadow: 0 2px 8px rgba(4, 38, 44, .22);
}

.is-icon-only {
  gap: 0;
}

.fav.is-icon-only {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fav .public-auto-icon {
  width: 20px;
  height: 20px;
  stroke-width: 2.25;
}

.fav.saved .public-auto-icon {
  fill: currentColor;
}

.modal-nav.has-public-icon,
.modal-viewer-close.has-public-icon,
.close.has-public-icon {
  gap: 0;
}

.hero {
  min-height: 690px;
  background:
    linear-gradient(90deg, rgba(15,48,55,.92), rgba(15,48,55,.72) 44%, rgba(15,48,55,.18) 100%),
    url("https://images.unsplash.com/photo-1600566753376-12c8ab7fb75b?auto=format&fit=crop&w=2200&q=86") center/cover;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -.035em;
}

.hero-copy { max-width: 620px; color: rgba(255,255,255,.86); font-size: 17px; line-height: 1.7; }
.quick-search { max-width: 1040px; border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 24px 54px rgba(7,28,32,.22); }
.quick-row { grid-template-columns: 1.25fr .8fr .8fr .75fr auto; gap: 10px; }
.quick-row .control:first-child {
  border-color: #cbdad1;
  box-shadow: inset 0 0 0 1px rgba(18,47,54,.035);
}
.quick-row .control:first-child input {
  font-size: 16px;
  font-weight: 680;
}
.keyword-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}
.keyword-search input { min-width: 0; }
.keyword-search-btn {
  min-height: 42px;
  border: 0;
  border-radius: 11px;
  padding: 0 14px;
  background: #174c54;
  color: #fff;
  font-size: 13px;
  font-weight: 760;
  cursor: pointer;
}
.field-hint {
  display: block;
  color: #7b8b8f;
  font-size: 12px;
  font-weight: 520;
  line-height: 1.35;
}
.zalo-lead-room {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(18, 65, 72, .14);
  border-radius: 10px;
  background: #f7fbfa;
  color: var(--ink);
  font-weight: 750;
}
.form-error {
  min-height: 18px;
  margin: 0;
  color: #b42318;
  font-size: 13px;
  line-height: 1.4;
}
.control, .field input, .field select, .field textarea, .searchable-select-input, .facility-toggle, .price-input div {
  border-color: #e4ebe6;
  border-radius: 11px;
  background: #fff;
  box-shadow: none;
}

.section { padding-block: 76px; }
.section h2 { color: #122f36; font-size: clamp(28px, 3vw, 42px); line-height: 1.08; letter-spacing: -.026em; }
.sub { color: #66797d; font-size: 15px; font-weight: 400; line-height: 1.65; }

.finder { grid-template-columns: 286px minmax(0, 1fr); gap: 24px; align-items: start; }
.filters { align-self: start; top: 96px; border: 1px solid #e4ebe6; border-radius: 16px; background: rgba(255,255,255,.97); box-shadow: 0 8px 22px rgba(18,47,54,.065); }
.filters-head > div { display: grid; gap: 3px; }
.filter-result-status { color: #66797d; font-size: 12px; font-weight: 560; }
.filter-body { gap: 12px; padding: 14px; }
.field label, .price-input label { color: #66777b; font-size: 12px; font-weight: 650; letter-spacing: 0; text-transform: none; }
.optional-label {
  color: #8a9a9d;
  font-size: .92em;
  font-weight: 600;
}
.price-presets { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.price-presets button { min-height: 34px; border-radius: 999px; font-size: 12px; font-weight: 520; }

.result-title strong { color: #122f36; font-size: 22px; font-weight: 760; letter-spacing: -.015em; }
.result-title span { color: #66797d; font-size: 14px; font-weight: 400; }
.view-toggle { border: 1px solid #e4ebe6; border-radius: 999px; background: #fff; padding: 4px; }
.view-toggle button { min-height: 36px; border-radius: 999px; color: #53676b; font-weight: 600; }
.view-toggle button.active { background: #122f36; color: #fff; }

.status-legend span, .summary span { border: 1px solid #e4ebe6; border-radius: 999px; background: #fff; color: #52656a; font-size: 12px; font-weight: 520; }
.summary strong { color: #143941; font-size: 13px; font-weight: 850; }
.smart-search-wrap {
  position: relative;
}

.smart-search-suggestions {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: grid;
  max-height: 290px;
  overflow: auto;
  padding: 7px;
  border: 1px solid #dbe7e2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(12, 38, 43, .16);
}

.smart-search-suggestions[hidden] {
  display: none;
}

.smart-search-suggestions button {
  display: grid;
  justify-items: start;
  gap: 2px;
  width: 100%;
  padding: 10px 11px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #143941;
  text-align: left;
  justify-content: stretch;
  cursor: pointer;
}

.smart-search-suggestions .public-auto-icon,
.suggestions .public-auto-icon,
.searchable-select-menu .public-auto-icon {
  display: none !important;
}

.smart-search-suggestions button:hover,
.smart-search-suggestions button:focus-visible {
  outline: none;
  background: #f2f7f4;
}

.smart-search-suggestions strong {
  font-size: 14px;
  font-weight: 780;
}

.smart-search-suggestions span {
  color: #6a7b7f;
  font-size: 12px;
  font-weight: 560;
}
.filter-lead-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .76fr);
  gap: 12px;
  align-items: center;
  margin: -4px 0 14px;
  border: 1px solid rgba(216, 190, 122, .45);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(20,57,65,.96), rgba(20,57,65,.82));
  color: #fff;
  box-shadow: 0 14px 34px rgba(7, 28, 32, .14);
  padding: 13px;
}
.filter-lead-panel span,
.filter-lead-panel p {
  display: block;
  margin: 0;
}
.filter-lead-panel span {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.filter-lead-panel strong {
  display: block;
  margin-top: 3px;
  font-size: 18px;
  line-height: 1.2;
}
.filter-lead-panel p {
  margin-top: 5px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.45;
}
.filter-lead-form {
  width: 100%;
}
.filter-lead-fields {
  grid-template-columns: minmax(150px, 1fr) auto;
}
.filter-lead-panel .form-error {
  color: #ffe8e2;
}
.grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.property { overflow: hidden; border: 1px solid #e4ebe6; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(18,47,54,.07); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.property:hover { transform: translateY(-2px); border-color: #d1ded6; box-shadow: 0 18px 48px rgba(18,47,54,.09); }
.property-image { min-height: 244px; border-radius: 0; background: #dfe9e4; }
.property-image.image-failed { display: grid; place-items: center; background: linear-gradient(135deg, rgba(18,47,54,.10), rgba(200,168,91,.20)), #143941; }
.property-image.image-failed::before { content: "3T Apartment"; position: relative; z-index: 1; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.88); color: #122f36; font-size: 14px; font-weight: 700; }
.badges { top: 12px; left: 12px; }
.badge, .image-count { border-radius: 999px; font-size: 12px; font-weight: 700; box-shadow: 0 7px 18px rgba(7,28,32,.14); }
.image-count { left: 12px; bottom: 12px; background: rgba(15,48,55,.82); }
.fav { top: 12px; right: 12px; width: 44px; height: 44px; border-color: rgba(255,255,255,.86); background: rgba(255,255,255,.96); color: #9a6f22; }
.property-body { gap: 9px; padding: 14px; }
.listing-card-top { display: flex; align-items: center; gap: 7px; color: #68787c; font-size: 13px; line-height: 1.35; }
.listing-card-top span:last-child::before { content: "•"; margin-right: 7px; color: #9aa8aa; }
.status-dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 999px; background: #15946d; }
.status-dot.status-hot { background: #d93838; }
.status-dot.status-soon { background: #e59e20; }
.status-dot.status-unavailable { background: #9aa8aa; }
.property-title { min-height: 46px; color: #173b83; font-size: 17px; font-weight: 740; line-height: 1.34; letter-spacing: -.01em; }
.price { color: #111827; font-size: 20px; font-weight: 800; letter-spacing: -.012em; }
.usd { color: #8b989b; font-size: 12px; font-weight: 400; }
.area-pill, .tag { border: 1px solid #edf1ee; border-radius: 999px; background: #f7faf8; color: #56696d; font-size: 12px; font-weight: 520; }
.area-pill { max-width: 45%; overflow: hidden; padding: 6px 9px; text-overflow: ellipsis; white-space: nowrap; }
.location-line { color: #647579; font-size: 13px; line-height: 1.42; }
.facts { display: flex; flex-wrap: wrap; gap: 7px; }
.fact { min-height: auto; padding: 6px 9px; border: 0; border-radius: 999px; background: #f3f7f4; color: #465d62; font-size: 12px; font-weight: 600; }
.card-actions { grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 2px; }
.card-actions .btn { min-height: 42px; border-radius: 11px; font-size: 14px; }
.pagination { border: 1px solid #e4ebe6; border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(18,47,54,.065); }
.pagination button { min-height: 40px; border-radius: 10px; }

.modal :focus-visible,
.modal-thumb:focus-visible,
.modal-nav:focus-visible,
.modal-fullscreen:focus-visible,
.close:focus-visible,
.fav:focus-visible,
.card-actions .btn:focus-visible,
.ai-card:focus-visible {
  outline: 3px solid rgba(23, 76, 84, .42);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(23, 76, 84, .12);
}

@media (max-width: 1100px) {
  .quick-row { grid-template-columns: 1fr 1fr; }
  .quick-row .btn { grid-column: 1 / -1; }
}

@media (max-width: 980px) {
  .finder { grid-template-columns: 1fr; }
  .filters { position: static; }
}

@media (max-width: 740px) {
  .topline { display: none; }
  .hero { min-height: auto; padding: 34px 0 28px; background: linear-gradient(180deg, rgba(15,48,55,.94), rgba(15,48,55,.74) 58%, rgba(15,48,55,.18)), url("https://images.unsplash.com/photo-1600566753376-12c8ab7fb75b?auto=format&fit=crop&w=1100&q=82") center/cover; }
  .hero-inner { width: calc(100% - 24px); padding: 12px 0 0; }
  .hero h1 { font-size: clamp(34px, 10vw, 44px); line-height: 1.02; }
  .hero-copy { font-size: 15px; line-height: 1.62; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .btn:last-child { grid-column: 1 / -1; }
  .hero-campaign-lead {
    margin-top: 12px;
    padding: 11px;
  }
  .hero-campaign-lead strong { font-size: 14px; }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); }
  .quick-search { border-radius: 16px; }
  .quick-row { grid-template-columns: 1fr; }
  .suggestions button, .chip { min-height: 44px; }
  .section { padding-block: 48px; }
  .section h2 { font-size: 29px; }
  .campaign-lead-panel.show { display: grid; gap: 14px; padding: 15px; }
  .campaign-lead-panel strong { font-size: 19px; }
  .campaign-lead-conversion { width: 100%; }
  .campaign-featured-panel { padding: 13px; }
  .campaign-featured-head strong { font-size: 18px; }
  .campaign-featured-head p { font-size: 12.5px; }
  .campaign-featured-grid {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    scroll-snap-type: x mandatory;
    padding-bottom: 3px;
  }
  .campaign-featured-card {
    min-width: 78%;
    scroll-snap-align: start;
  }
  .campaign-assist-panel {
    display: grid;
    gap: 12px;
    margin: 10px 0;
    padding: 13px;
    border-radius: 12px;
  }
  .campaign-assist-panel strong { font-size: 15px; }
  .campaign-assist-panel p { font-size: 12.5px; }
  .campaign-assist-panel .btn {
    width: 100%;
    min-height: 44px;
  }
  .campaign-assist-conversion { width: 100%; }
  .campaign-quick-lead { width: 100%; }
  .campaign-quick-fields { grid-template-columns: 1fr; }
  .campaign-quick-fields input { min-height: 46px; font-size: 15px; }
  .filter-lead-panel {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 14px;
  }
  .filter-lead-fields {
    grid-template-columns: 1fr;
  }
  .campaign-lead-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .campaign-lead-actions .btn { width: 100%; }
  .filters { display: none; border-radius: 16px; }
  .filters.open { display: block; }
  .field input, .field select, .searchable-select-input, .facility-toggle, .price-input div { min-height: 46px; font-size: 15px; }
  .results-toolbar { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
  .result-title { grid-column: 1 / -1; }
  .mobile-filter-toggle { display: inline-flex; min-height: 44px; }
  .toolbar-lead { display: none; }
  .grid { grid-template-columns: 1fr; gap: 14px; }
  .property { border-radius: 15px; }
  .property-image { min-height: 218px; }
  .property-title { min-height: auto; font-size: 16.5px; }
  .card-actions .btn, .pagination button, .fav { min-height: 44px; }
  .view-toggle button { min-height: 44px; }
}

@media (max-width: 740px) {
  .header .nav-actions .btn.primary {
    display: none;
  }
}

.property-photo { object-position: center 58%; }

/* Production hotfix: keep the photo counter as a small pill, not a full image overlay. */
.property-image .image-count {
  top: auto !important;
  right: auto !important;
  left: 12px !important;
  bottom: 12px !important;
  width: auto !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: rgba(15, 48, 55, .82) !important;
  color: #fff !important;
  line-height: 1.2;
  white-space: nowrap;
}

/* Responsive viewport fit pass: keep customer site balanced from small phones to large desktops. */
:root {
  --page-max: 1480px;
  --page-gutter: clamp(14px, 3vw, 48px);
}

.nav,
.section,
.section.full > .inner,
.hero-inner {
  width: min(var(--page-max), calc(100% - (var(--page-gutter) * 2)));
}

.nav {
  max-width: none;
}

.hero {
  min-height: clamp(560px, 72vh, 780px);
}

.quick-search {
  max-width: min(1280px, 100%);
}

.finder {
  grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
  gap: clamp(16px, 2vw, 28px);
}

.grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr));
  gap: clamp(14px, 1.4vw, 22px);
}

.property-image {
  min-height: clamp(190px, 17vw, 268px);
}

.property-body {
  padding: clamp(12px, 1vw, 16px);
}

.filter-body {
  max-height: calc(100dvh - 150px);
  overflow: auto;
  scrollbar-width: thin;
}

@media (min-width: 1560px) {
  :root {
    --page-max: 1640px;
  }

  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1880px) {
  :root {
    --page-max: 1760px;
  }

  .finder {
    grid-template-columns: 310px minmax(0, 1fr);
  }
}

@media (max-width: 1180px) {
  .quick-row {
    grid-template-columns: 1fr 1fr;
  }

  .quick-row .btn {
    grid-column: 1 / -1;
  }

  .finder {
    grid-template-columns: minmax(238px, 280px) minmax(0, 1fr);
  }

  .filter-body {
    gap: 9px;
    padding: 11px;
  }
}

@media (max-width: 980px) {
  .finder {
    grid-template-columns: 1fr;
  }

  .filters {
    position: static;
  }

  .filter-body {
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 740px) {
  :root {
    --page-gutter: 12px;
  }

  body {
    font-size: 14px;
  }

  .nav,
  .section,
  .section.full > .inner,
  .hero-inner {
    width: calc(100% - 24px);
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(30px, 8.8vw, 40px);
  }

  .quick-search,
  .property,
  .filters {
    border-radius: 14px;
  }

  .field input,
  .field select,
  .field textarea,
  .searchable-select-input,
  .facility-toggle,
  .price-input div {
    min-height: 42px;
    font-size: 14px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .property-image {
    min-height: clamp(178px, 52vw, 224px);
  }

  .property-title {
    font-size: 16px;
  }

  .lead-sticky-nudge {
    left: 14px;
    right: 14px;
    bottom: calc(84px + env(safe-area-inset-bottom, 0px));
    width: auto;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .lead-sticky-nudge .btn {
    width: 100%;
  }

  .lead-sticky-form,
  .lead-sticky-fields {
    width: 100%;
  }

  .lead-sticky-fields {
    grid-template-columns: 1fr;
  }

  .lead-success-panel {
    bottom: calc(84px + env(safe-area-inset-bottom, 0px));
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 13px;
  }

  .lead-success-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .lead-success-panel .btn {
    width: 100%;
  }
}

/* Mobile modal fit hotfix: keep detail dialogs closable on short phone screens. */
@media (max-width: 740px) {
  .modal-wrap {
    align-items: stretch;
    justify-content: stretch;
    padding: max(8px, env(safe-area-inset-top, 0px)) 8px max(8px, env(safe-area-inset-bottom, 0px));
    overflow: hidden;
  }

  .modal {
    width: 100%;
    max-width: none;
    max-height: none;
    height: calc(100dvh - max(16px, env(safe-area-inset-top, 0px)) - max(16px, env(safe-area-inset-bottom, 0px)));
    display: grid;
    overflow: hidden;
    border-radius: 14px;
  }

  .modal-grid {
    min-height: 0;
    height: 100%;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
  }

  .modal-media {
    min-height: 0;
    grid-template-rows: auto auto;
  }

  .modal-viewer {
    height: min(42dvh, 330px);
    min-height: 210px;
  }

  .modal-thumbs {
    min-height: 74px;
    max-height: 82px;
  }

  .modal-content {
    min-height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px;
    padding-bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  }

  .modal-head {
    position: sticky;
    top: 0;
    z-index: 5;
    margin: -16px -16px 0;
    padding: 14px 54px 10px 16px;
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
  }

  .modal-head h2 {
    font-size: 20px;
    line-height: 1.18;
  }

  .modal-content .close,
  .modal-viewer-close {
    display: grid;
    position: fixed;
    top: calc(12px + env(safe-area-inset-top, 0px));
    right: 14px;
    z-index: 130;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    color: var(--primary);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .22);
  }

  .modal-fullscreen {
    display: none;
  }
}

@media (max-width: 740px) {
  .inline-lead-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 15px;
  }

  .inline-lead-card h3 {
    font-size: 20px;
  }

  .inline-lead-card p {
    font-size: 13.5px;
  }

  .inline-lead-card .btn {
    width: 100%;
  }

  .inline-lead-form,
  .inline-lead-fields {
    width: 100%;
  }

  .inline-lead-fields {
    grid-template-columns: 1fr;
  }
}

/* Customer hero/banner redesign: bright image banner with search card below title only. */
body {
  background:
    radial-gradient(circle at 8% 0%, rgba(216, 190, 122, .07), transparent 24rem),
    linear-gradient(180deg, #fbfcfa 0, #f7f9f6 44%, #fff 100%);
}

.topline {
  min-height: 28px;
  font-size: 12px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(18, 47, 54, .055);
}

.nav {
  min-height: 62px;
}

.brand-mark {
  width: 40px;
  height: 40px;
}

.nav-actions .btn,
.phone-link {
  min-height: 38px;
  padding: 9px 12px;
}

.hero {
  min-height: 340px;
  align-items: end;
  overflow: visible;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 34%, rgba(255, 255, 255, .36) 62%, rgba(255, 255, 255, .03) 100%),
    url("assets/hero-3t-customer-bright.png") center/cover;
  border-bottom: 1px solid rgba(228, 235, 230, .86);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "eyebrow"
    "title"
    "copy"
    "search"
    "proof";
  gap: 8px;
  width: min(var(--page-max, 1360px), calc(100% - 40px));
  padding: 38px 0 0;
}

.hero .eyebrow {
  grid-area: eyebrow;
  width: fit-content;
  padding: 6px 10px;
  border: 1px solid rgba(20, 57, 65, .10);
  background: rgba(255, 255, 255, .72);
  color: #9b7b2f;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .045em;
  backdrop-filter: blur(10px);
}

.hero h1 {
  grid-area: title;
  max-width: 650px;
  margin: 4px 0 0;
  color: #123e45;
  font-size: clamp(34px, 3.1vw, 50px);
  line-height: 1.08;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.hero-copy {
  grid-area: copy;
  max-width: 600px;
  margin: 2px 0 0;
  color: #52696d;
  font-size: 16px;
  line-height: 1.55;
}

.hero-actions,
.hero-metrics {
  display: none;
}

.quick-search {
  grid-area: search;
  width: min(1180px, 100%);
  max-width: none;
  margin-top: 20px;
  margin-bottom: -34px;
  padding: 14px;
  border: 1px solid rgba(228, 235, 230, .95);
  border-radius: 16px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 18px 46px rgba(18, 47, 54, .14);
  backdrop-filter: blur(14px);
}

.quick-row {
  grid-template-columns: minmax(260px, 1.25fr) minmax(145px, .72fr) minmax(145px, .72fr) minmax(145px, .72fr) minmax(170px, auto);
  gap: 10px;
}

.quick-row .btn {
  grid-column: auto;
  min-height: 48px;
  border-radius: 11px;
}

.control {
  min-height: 48px;
  padding: 8px 11px;
  border-color: #e1e9e4;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.control label {
  display: none;
}

.control input,
.control select {
  min-height: 30px;
  color: #173d44;
  font-size: 14px;
  font-weight: 560;
}

.control input::placeholder {
  color: #7a8b8e;
  opacity: .95;
}

.suggestions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 16px;
}

.suggestions button {
  min-height: 34px;
  padding: 7px 12px;
  border-color: #e4ebe6;
  background: rgba(255, 255, 255, .92);
  color: #345a61;
  font-size: 13px;
  font-weight: 620;
}

.hero-proof {
  grid-area: proof;
  margin-top: 0;
  padding-bottom: 0;
}

.hero-proof span {
  background: rgba(255, 255, 255, .80);
  color: #365a60;
  font-weight: 620;
}

#rentals.section {
  padding-top: 76px;
}

@media (max-width: 1180px) {
  .hero {
    min-height: 390px;
  }

  .hero-inner {
    padding-top: 30px;
  }

  .quick-row {
    grid-template-columns: 1fr 1fr;
  }

  .quick-row .btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 740px) {
  .topline {
    display: none;
  }

  .nav {
    min-height: 58px;
    gap: 8px;
  }

  .brand small,
  .links,
  .nav-actions .btn.light {
    display: none;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .phone-link {
    display: none;
  }

  .nav-actions .btn.primary {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .90) 36%, rgba(255, 255, 255, .30) 100%),
      url("assets/hero-3t-customer-bright.png") center top / cover;
  }

  .hero-inner {
    width: calc(100% - 24px);
    padding: 18px 0 0;
    gap: 7px;
  }

  .hero .eyebrow {
    padding: 5px 8px;
    font-size: 10.5px;
  }

  .hero h1 {
    max-width: 310px;
    font-size: clamp(24px, 7.6vw, 32px);
    line-height: 1.12;
  }

  .hero-copy {
    max-width: 320px;
    font-size: 13.5px;
    line-height: 1.45;
  }

  .quick-search {
    margin-top: 12px;
    margin-bottom: -30px;
    padding: 10px;
    border-radius: 14px;
  }

  .quick-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .quick-row .btn {
    min-height: 42px;
  }

  .control {
    min-height: 44px;
    padding: 7px 9px;
  }

  .suggestions {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 7px;
    margin-top: 10px;
    padding-bottom: 2px;
  }

  .suggestions button {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 7px 9px;
    font-size: 12px;
  }

  .hero-proof {
    display: none;
  }

  #rentals.section {
    padding-top: 58px;
  }
}

/* Compact lower homepage sections */
.compact-discovery {
  padding-top: 18px;
  padding-bottom: 34px;
}

.compact-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px;
  border: 1px solid rgba(15, 65, 70, .10);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff 0%, #fbf8f1 100%);
  box-shadow: 0 18px 50px rgba(15, 65, 70, .08);
}

.compact-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.compact-head h2 {
  margin: 6px 0 0;
  color: #0f4146;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.16;
  letter-spacing: 0;
}

.compact-head .eyebrow {
  color: #9a6718;
  background: #fff7e6;
  border-color: rgba(194, 143, 54, .20);
}

.compact-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.compact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.08fr;
  gap: 14px;
}

.compact-panel {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(15, 65, 70, .10);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 28px rgba(15, 65, 70, .06);
}

.compact-panel h3,
.compact-process h3 {
  margin: 0;
  color: #0f4146;
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: 0;
}

.compact-panel p {
  margin: 7px 0 14px;
  color: rgba(15, 65, 70, .68);
  font-size: 14px;
  line-height: 1.55;
}

.compact-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.compact-chip-list a,
.compact-chip-list button {
  appearance: none;
  border: 1px solid rgba(15, 65, 70, .14);
  border-radius: 999px;
  background: #fff;
  color: #0f4146;
  padding: 9px 12px;
  font: inherit;
  font-size: 13.5px;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(15, 65, 70, .05);
  transition: border-color .18s ease, color .18s ease, background .18s ease, transform .18s ease;
}

.compact-chip-list a:hover,
.compact-chip-list button:hover {
  border-color: rgba(194, 143, 54, .48);
  background: #fff9ec;
  color: #9a6718;
  transform: translateY(-1px);
}

.compact-faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.compact-faq details {
  border: 1px solid rgba(15, 65, 70, .10);
  border-radius: 14px;
  background: #fff;
  padding: 11px 13px;
}

.compact-faq summary {
  color: #0f4146;
  font-weight: 700;
  cursor: pointer;
  list-style-position: outside;
}

.compact-faq details p {
  margin: 9px 0 0;
  font-size: 13.5px;
}

.compact-process {
  display: grid;
  grid-template-columns: minmax(210px, .7fr) 1fr;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(15, 65, 70, .10);
  border-radius: 18px;
  background: #0f4146;
  color: #fff;
  box-shadow: 0 14px 34px rgba(15, 65, 70, .12);
}

.compact-process .eyebrow {
  color: #f3d08a;
  background: rgba(255, 255, 255, .10);
  border-color: rgba(255, 255, 255, .14);
}

.compact-process h3 {
  margin-top: 7px;
  color: #fff;
}

.compact-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compact-process li {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.compact-process li span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #f3d08a;
  color: #0f4146;
  font-size: 13px;
}

@media (max-width: 980px) {
  .compact-shell {
    width: min(100% - 28px, 720px);
    padding: 16px;
    border-radius: 18px;
  }

  .compact-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .compact-actions {
    width: 100%;
  }

  .compact-actions .btn {
    flex: 1 1 180px;
  }

  .compact-grid,
  .compact-process {
    grid-template-columns: 1fr;
  }

  .compact-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .compact-discovery {
    padding-top: 10px;
    padding-bottom: 22px;
  }

  .compact-shell {
    width: calc(100% - 24px);
    padding: 12px;
  }

  .compact-head h2 {
    font-size: 22px;
  }

  .compact-panel,
  .compact-process {
    padding: 14px;
    border-radius: 16px;
  }

  .compact-chip-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .compact-chip-list a,
  .compact-chip-list button {
    flex: 0 0 auto;
    font-size: 13px;
    padding: 9px 11px;
  }

  .compact-process ol {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

.compact-process li {
    padding: 10px;
    font-size: 13px;
  }
}

/* Conversion CTA polish */
.property .card-actions {
  align-items: stretch;
}

.property .card-actions .btn {
  font-weight: 800;
  letter-spacing: 0;
}

.property .card-actions .btn.light {
  border-color: rgba(194, 143, 54, .42);
  color: #8a611d;
  background: #fffaf0;
}

.property .card-actions .btn.primary {
  box-shadow: 0 12px 24px rgba(15, 65, 70, .16);
}

.modal-actions {
  position: sticky;
  bottom: -22px;
  z-index: 4;
  grid-template-columns: 1fr 1fr auto;
  gap: 9px;
  margin: 0 -2px -22px;
  padding: 12px 2px 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.72), #fff 32%);
  border-top: 1px solid rgba(15, 65, 70, .08);
}

.modal-actions .save-inline {
  min-width: 92px;
  border: 1px solid rgba(15, 65, 70, .12);
  background: #f8fbf9;
  color: #425a5f;
}

.modal-actions .btn.light {
  border-color: rgba(194, 143, 54, .48);
  color: #8a611d;
  background: #fff7e6;
}

.modal-actions .btn.primary {
  box-shadow: 0 14px 26px rgba(15, 65, 70, .18);
}

/* Listing card alignment and CTA refinement */
.grid .property {
  height: 100%;
}

.grid .property-body {
  display: grid;
  grid-template-rows: auto auto auto auto auto minmax(34px, auto) 1fr auto;
  align-content: start;
  height: 100%;
}

.grid .property-title {
  min-height: 46px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.grid .listing-public-code {
  width: fit-content;
  border: 1px solid rgba(15, 65, 70, .08);
  background: #f7fbf8;
  color: #31565d;
  font-size: 12px;
  font-weight: 850;
}

.grid .tags {
  min-height: 34px;
  align-content: start;
}

.grid .card-actions {
  margin-top: 4px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.grid .card-actions .btn {
  min-width: 0;
  min-height: 40px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 820;
  gap: 6px;
}

.grid .card-actions .btn.light {
  border-color: rgba(194, 143, 54, .36);
  background: #fffaf1;
  color: #8a611d;
}

.grid .card-actions .btn.light .public-auto-icon {
  width: 15px;
  height: 15px;
  stroke-width: 2.05;
}

.grid .card-actions .btn.primary {
  background: linear-gradient(180deg, #124951, #0f3940);
  box-shadow: 0 8px 18px rgba(15, 65, 70, .13);
}

.grid .zalo-button-mark {
  width: 25px;
  height: 25px;
  flex-basis: 25px;
  font-size: 7px;
  box-shadow: 0 2px 7px rgba(4, 38, 44, .18);
}

.modal-head .badge {
  background: #fff7e6;
  color: #8a611d;
  border-color: rgba(194, 143, 54, .25);
}

.cost-box strong {
  color: #0f4146;
}

@media (max-width: 740px) {
  .modal-content {
    padding-bottom: 96px;
  }

  .modal-actions {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(15, 65, 70, .12);
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 38px rgba(15, 65, 70, .18);
    backdrop-filter: blur(12px);
  }

  .modal-actions .save-inline {
    grid-column: 1 / -1;
    min-height: 38px;
    font-size: 13px;
  }
}
