.real-estate-demo-page {
  --demo-ink: #16312c;
  --demo-muted: #667772;
  --demo-forest: #174f43;
  --demo-forest-2: #0e3c34;
  --demo-mint: #dff2e9;
  --demo-sand: #f5f2e9;
  --demo-gold: #d5a84e;
  --demo-line: #dce5df;
  --demo-white: #ffffff;
  color-scheme: light;
  background: var(--demo-sand);
}

.real-estate-demo-page::before {
  display: none;
}

.real-estate-demo-page main {
  min-height: 100svh;
}

.real-estate-demo-page [hidden] {
  display: none !important;
}

.demo-intro {
  padding-block: 72px 34px;
}

.demo-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.demo-back-link:hover { color: var(--cyan); }

.demo-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: 44px;
  align-items: end;
}

.demo-intro h1 {
  max-width: 900px;
  margin-bottom: 20px;
}

.demo-intro .lead { max-width: 830px; margin-bottom: 0; }

.demo-scope-card {
  padding: 24px;
  border: 1px solid rgba(77, 227, 255, 0.24);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(17, 35, 62, 0.92), rgba(8, 20, 36, 0.86));
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.22);
}

.demo-scope-card > span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(27, 199, 161, 0.1);
  color: var(--green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.demo-scope-card strong {
  display: block;
  margin-top: 18px;
  color: var(--text);
  font-size: 19px;
}

.demo-scope-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.demo-disclaimer {
  margin-top: 28px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(229, 197, 129, 0.2);
  border-radius: 14px;
  background: rgba(229, 197, 129, 0.055);
}

.demo-disclaimer strong {
  color: #e5c581;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.demo-disclaimer p { margin: 0; color: var(--muted); font-size: 13px; }

.property-demo-shell {
  width: 100%;
  min-height: 100svh;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #e7ece8;
  box-shadow: none;
}

.property-demo-browser {
  min-height: 48px;
  padding: 10px 18px;
  display: grid;
  grid-template-columns: repeat(3, 9px) minmax(0, 1fr) auto;
  gap: 7px;
  align-items: center;
  border-bottom: 1px solid rgba(168, 182, 204, 0.18);
  background: #101824;
  color: #9dabbc;
}

.property-demo-browser > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff7066;
}

.property-demo-browser > span:nth-child(2) { background: #efc454; }
.property-demo-browser > span:nth-child(3) { background: #53c786; }

.property-demo-browser p {
  width: min(460px, 90%);
  margin: 0 auto;
  padding: 5px 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  font-size: 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.property-demo-browser b {
  padding: 4px 7px;
  border: 1px solid rgba(77, 227, 255, 0.18);
  border-radius: 6px;
  color: #74e9ff;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.property-demo-app {
  overflow: hidden;
  background: var(--demo-sand);
  color: var(--demo-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.property-demo-app h2,
.property-demo-app h3 {
  color: var(--demo-ink);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.property-demo-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 82px;
  padding: 14px clamp(20px, 3.2vw, 46px);
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(22, 49, 44, 0.09);
  background: rgba(255, 255, 255, 0.96);
}

.demo-agency-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
}

.demo-agency-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(213, 168, 78, 0.55);
  border-radius: 14px;
  background: linear-gradient(145deg, #fff8e5, #ead195);
  color: #4c3a17;
  box-shadow: 0 8px 24px rgba(133, 94, 20, 0.15);
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 900;
}

.demo-agency-brand strong { display: block; color: var(--demo-ink); font-size: 19px; line-height: 1; }
.demo-agency-brand small { display: block; margin-top: 4px; color: #92723b; font-size: 9px; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }

.demo-agency-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.demo-agency-nav a {
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--demo-muted);
  font-size: 12px;
  font-weight: 750;
}

.demo-agency-nav a:hover { background: #eff5f1; color: var(--demo-forest); }

.demo-manager-button {
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(23, 79, 67, 0.22);
  border-radius: 9px;
  background: #f5faf7;
  color: var(--demo-forest);
  cursor: pointer;
  font-size: 11px;
  font-weight: 850;
}

.demo-manager-button:hover { border-color: var(--demo-forest); }
.demo-manager-login-cta { min-height: 42px; margin-top: 18px; padding: 9px 13px; display: inline-flex; align-items: center; gap: 8px; border-radius: 10px; background: var(--demo-forest); color: white; font-size: 9px; font-weight: 900; }

.demo-property-hero {
  min-height: 510px;
  padding: clamp(36px, 5vw, 72px) clamp(20px, 4vw, 62px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.82fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  background:
    radial-gradient(circle at 88% 20%, rgba(213, 168, 78, 0.17), transparent 25rem),
    linear-gradient(135deg, #f8f7f1, #e9f0ea);
}

.demo-property-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--demo-forest);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.demo-property-kicker > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #20a476;
  box-shadow: 0 0 0 5px rgba(32, 164, 118, 0.12);
}

.demo-property-hero h2 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.01;
  letter-spacing: -0.055em;
}

.demo-property-hero-copy > p:not(.demo-property-kicker) {
  max-width: 610px;
  color: var(--demo-muted);
  font-size: 16px;
}

.demo-main-search {
  margin-top: 28px;
  padding: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 7px;
  border: 1px solid rgba(23, 79, 67, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(31, 64, 55, 0.11);
}

.demo-main-search label {
  min-width: 0;
  padding: 7px 12px;
  display: grid;
  border-right: 1px solid var(--demo-line);
}

.demo-main-search label > span,
.demo-filter-bar label > span {
  color: #82908c;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.demo-main-search select,
.demo-filter-bar select {
  width: 100%;
  min-width: 0;
  padding: 2px 24px 2px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--demo-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 760;
}

.demo-main-search button {
  min-height: 54px;
  padding: 10px 17px;
  border: 0;
  border-radius: 10px;
  background: var(--demo-forest);
  color: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.demo-main-search button:hover { background: var(--demo-forest-2); }

.demo-quick-filters {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.demo-quick-filters button,
.demo-filter-bar > button {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(23, 79, 67, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--demo-muted);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
}

.demo-quick-filters button.active,
.demo-filter-bar > button.active,
.demo-filter-bar > button[aria-pressed="true"] {
  border-color: var(--demo-forest);
  background: var(--demo-forest);
  color: #fff;
}

.demo-property-feature {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border: 7px solid white;
  border-radius: 26px;
  box-shadow: 0 32px 80px rgba(26, 61, 52, 0.2);
  transform: rotate(1.2deg);
}

.demo-property-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(9, 28, 23, 0.86));
  pointer-events: none;
}

.demo-property-feature img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; }

.demo-feature-overlay {
  position: absolute;
  inset: auto 20px 20px;
  z-index: 1;
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
  color: white;
}

.demo-feature-overlay span { display: block; color: #e6c77e; font-size: 9px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.demo-feature-overlay strong { display: block; margin-top: 5px; font-size: 23px; line-height: 1.1; }
.demo-feature-overlay small { display: block; margin-top: 4px; color: rgba(255, 255, 255, 0.72); font-size: 10px; }
.demo-feature-overlay button { min-width: 96px; min-height: 40px; padding: 8px 10px; border: 1px solid rgba(255, 255, 255, 0.26); border-radius: 9px; background: rgba(255, 255, 255, 0.14); color: white; cursor: pointer; font-size: 10px; font-weight: 850; backdrop-filter: blur(10px); }

.demo-inventory {
  padding: clamp(46px, 6vw, 78px) clamp(18px, 3.4vw, 48px);
  background: #f8faf8;
}

.demo-inventory-heading {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: end;
}

.demo-inventory-heading p,
.demo-how-it-works > div > p {
  margin: 0 0 4px;
  color: var(--demo-forest);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.demo-inventory-heading h2 { margin: 0; font-size: clamp(28px, 3vw, 40px); letter-spacing: -0.04em; }
.demo-inventory-heading > div > span { display: block; margin-top: 5px; color: var(--demo-muted); font-size: 11px; }

.demo-view-switch {
  padding: 4px;
  display: flex;
  gap: 4px;
  border: 1px solid var(--demo-line);
  border-radius: 10px;
  background: white;
}

.demo-view-switch button {
  min-height: 36px;
  padding: 7px 12px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--demo-muted);
  cursor: pointer;
  font-size: 10px;
  font-weight: 850;
}

.demo-view-switch button.active { background: var(--demo-forest); color: white; }

.demo-filter-bar {
  margin-top: 26px;
  padding: 9px;
  display: flex;
  gap: 8px;
  align-items: center;
  overflow-x: auto;
  border: 1px solid var(--demo-line);
  border-radius: 13px;
  background: white;
  scrollbar-width: thin;
}

.demo-filter-bar label {
  min-width: 132px;
  padding: 3px 10px;
  display: grid;
  border-right: 1px solid var(--demo-line);
}

.demo-filter-bar > button { flex: 0 0 auto; }
.demo-filter-bar .demo-clear-filters { margin-left: auto; border-color: transparent; background: transparent; color: #9a6e43; }

.demo-results-layout {
  margin-top: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.82fr);
  gap: 18px;
  align-items: start;
}

.demo-property-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.demo-listing-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--demo-line);
  border-radius: 16px;
  background: white;
  box-shadow: 0 12px 36px rgba(32, 64, 55, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.demo-listing-card:hover {
  transform: translateY(-3px);
  border-color: rgba(23, 79, 67, 0.32);
  box-shadow: 0 18px 45px rgba(32, 64, 55, 0.12);
}

.demo-listing-media {
  position: relative;
  aspect-ratio: 1.48 / 1;
  overflow: hidden;
  background: #dfe7e1;
}

.demo-listing-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform 260ms ease; }
.demo-listing-card:hover .demo-listing-media > img { transform: scale(1.025); }

.demo-listing-status,
.demo-listing-type {
  position: absolute;
  top: 10px;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.demo-listing-status { left: 10px; background: rgba(255, 255, 255, 0.92); color: var(--demo-forest); }
.demo-listing-type { right: 42px; background: rgba(16, 48, 40, 0.82); color: white; backdrop-filter: blur(8px); }

.demo-favorite-button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--demo-forest);
  cursor: pointer;
  font-size: 15px;
}

.demo-favorite-button.active { background: #fff0ea; color: #d75749; }

.demo-media-count {
  position: absolute;
  right: 9px;
  bottom: 9px;
  padding: 4px 7px;
  border-radius: 7px;
  background: rgba(13, 35, 29, 0.78);
  color: white;
  font-size: 8px;
  font-weight: 800;
  backdrop-filter: blur(7px);
}

.demo-listing-content { padding: 15px; }
.demo-listing-ref { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #8b9994; font-size: 8px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.demo-listing-content h3 { margin: 8px 0 3px; overflow: hidden; font-size: 16px; line-height: 1.22; text-overflow: ellipsis; white-space: nowrap; }
.demo-listing-location { margin: 0; color: var(--demo-muted); font-size: 10px; }
.demo-listing-specs { margin: 12px 0; display: flex; flex-wrap: wrap; gap: 6px; }
.demo-listing-specs span { padding: 4px 7px; border-radius: 6px; background: #f1f5f2; color: #4c625c; font-size: 8px; font-weight: 750; }
.demo-listing-price { padding-top: 11px; display: flex; align-items: end; justify-content: space-between; gap: 10px; border-top: 1px solid #edf1ee; }
.demo-listing-price strong { display: block; color: var(--demo-forest); font-size: 17px; line-height: 1.1; }
.demo-listing-price small { display: block; margin-top: 3px; color: #91a09b; font-size: 8px; }
.demo-listing-actions { display: flex; gap: 5px; }
.demo-listing-actions button { min-height: 32px; padding: 6px 8px; border: 1px solid rgba(23, 79, 67, 0.18); border-radius: 7px; background: transparent; color: var(--demo-forest); cursor: pointer; font-size: 8px; font-weight: 850; }
.demo-listing-actions button:first-child { background: var(--demo-forest); color: white; }
.demo-listing-actions button.active { border-color: #d5a84e; background: #fff8e9; color: #77591f; }

.demo-map-panel {
  position: sticky;
  top: 100px;
  overflow: hidden;
  border: 1px solid var(--demo-line);
  border-radius: 17px;
  background: white;
  box-shadow: 0 16px 50px rgba(32, 64, 55, 0.08);
}

.demo-map-toolbar,
.demo-map-legend {
  min-height: 55px;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.demo-map-toolbar { border-bottom: 1px solid var(--demo-line); }
.demo-map-toolbar strong { display: block; color: var(--demo-ink); font-size: 12px; }
.demo-map-toolbar span { display: block; color: #8a9994; font-size: 8px; }
.demo-map-toolbar button { width: 29px; height: 29px; border: 1px solid var(--demo-line); border-radius: 50%; background: white; color: var(--demo-forest); cursor: pointer; font-size: 11px; font-weight: 900; }

.demo-map-canvas {
  position: relative;
  z-index: 0;
  min-height: 530px;
  overflow: hidden;
  isolation: isolate;
  background: #dfe7df;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.demo-map-loading,
.demo-map-unavailable {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 30px;
  background: linear-gradient(145deg, #e7eee7, #dce7df);
  color: var(--demo-muted);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.demo-map-canvas.leaflet-container {
  cursor: grab;
  background: #dfe7df;
}

.demo-map-canvas.leaflet-grab,
.demo-map-canvas.leaflet-grabbing {
  cursor: grabbing;
}

.demo-map-canvas .leaflet-tile-pane {
  filter: saturate(0.82) contrast(0.96) brightness(1.035);
}

.demo-map-canvas .leaflet-control-zoom {
  overflow: hidden;
  border: 1px solid rgba(23, 79, 67, 0.18);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(15, 55, 46, 0.15);
}

.demo-map-canvas .leaflet-control-zoom a {
  color: var(--demo-forest);
  font-family: inherit;
  font-weight: 800;
}

.demo-map-canvas .leaflet-control-attribution,
.demo-map-canvas .leaflet-control-scale-line {
  border-color: rgba(23, 79, 67, 0.25);
  background: rgba(255, 255, 255, 0.86);
  color: #5f706a;
  font-size: 8px;
}

.demo-map-canvas .leaflet-control-attribution a { color: var(--demo-forest); }

.demo-map-price-icon {
  border: 0 !important;
  background: transparent !important;
}

.demo-map-price-icon > span {
  width: 100%;
  height: 100%;
  min-height: 30px;
  padding: 5px 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  border-radius: 9px;
  background: var(--demo-forest);
  box-shadow: 0 7px 18px rgba(15, 55, 46, 0.3);
  color: white;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.demo-map-price-icon > span[data-currency="USD"] { background: #8a6328; }

.demo-map-price-icon:hover > span,
.demo-map-price-icon:focus > span {
  transform: scale(1.08);
  background: var(--demo-gold);
  color: #34280f;
}

.demo-map-price-icon:focus-visible { outline: none; }
.demo-map-price-icon:focus-visible > span { outline: 3px solid #fff; outline-offset: 2px; }

.demo-map-legend { min-height: 45px; border-top: 1px solid var(--demo-line); color: var(--demo-muted); font-size: 8px; }
.demo-map-legend span { display: flex; align-items: center; gap: 6px; font-weight: 750; }
.demo-map-legend i { width: 14px; height: 14px; border: 1px solid rgba(23, 79, 67, 0.42); border-radius: 50%; background: rgba(64, 152, 125, 0.14); }
.demo-map-legend small { color: #93a09c; font-size: 8px; }

.demo-results-layout.map-only { grid-template-columns: 1fr; }
.demo-results-layout.map-only .demo-property-list { display: none; }
.demo-results-layout.map-only .demo-map-panel { position: relative; top: auto; }
.demo-results-layout.map-only .demo-map-canvas { min-height: 620px; }

.demo-empty-state {
  margin-top: 20px;
  padding: 52px 20px;
  border: 1px dashed #cfdad3;
  border-radius: 16px;
  background: white;
  text-align: center;
}

.demo-empty-state > span { color: var(--demo-forest); font-size: 30px; }
.demo-empty-state h3 { margin: 10px 0 4px; }
.demo-empty-state p { margin: 0; color: var(--demo-muted); font-size: 11px; }
.demo-empty-state button { margin-top: 14px; min-height: 36px; padding: 7px 12px; border: 0; border-radius: 8px; background: var(--demo-forest); color: white; cursor: pointer; font-size: 10px; font-weight: 850; }

.demo-how-it-works {
  padding: clamp(46px, 5vw, 68px) clamp(20px, 4vw, 60px);
  display: grid;
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  background: var(--demo-forest-2);
  color: white;
}

.demo-how-it-works h2 { margin: 0; color: white; font-size: clamp(28px, 3vw, 42px); letter-spacing: -0.045em; }
.demo-how-it-works > div > p { color: #d8b969; }
.demo-how-it-works ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; list-style: none; }
.demo-how-it-works li { padding: 18px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; background: rgba(255, 255, 255, 0.04); }
.demo-how-it-works li > span { color: #ddbd6d; font-size: 9px; font-weight: 900; }
.demo-how-it-works li strong { display: block; margin-top: 20px; color: white; font-size: 13px; }
.demo-how-it-works li p { margin: 6px 0 0; color: rgba(255, 255, 255, 0.62); font-size: 9px; }

.demo-app-footer {
  min-height: 62px;
  padding: 16px clamp(18px, 4vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #092f29;
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
}

.demo-app-footer strong { color: white; }
.demo-app-footer a { color: #e2c370; font-weight: 850; }
.demo-app-footer a:hover { color: white; }

.demo-commercial-cta {
  margin-block: 82px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(17, 35, 62, 0.92), rgba(9, 21, 39, 0.92));
  box-shadow: var(--shadow), var(--glow);
}

.demo-commercial-cta h2 { margin-bottom: 8px; }
.demo-commercial-cta p:last-child { max-width: 780px; margin: 0; color: var(--muted); }

.demo-compare-dock {
  position: fixed;
  z-index: 160;
  left: 50%;
  bottom: 18px;
  width: min(570px, calc(100% - 28px));
  padding: 10px 10px 10px 15px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(213, 168, 78, 0.4);
  border-radius: 14px;
  background: rgba(13, 47, 40, 0.96);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
  color: white;
  transform: translateX(-50%);
  backdrop-filter: blur(16px);
}

.demo-compare-dock strong { display: block; font-size: 11px; }
.demo-compare-dock span { display: block; color: rgba(255, 255, 255, 0.62); font-size: 8px; }
.demo-compare-dock button { min-height: 36px; padding: 7px 11px; border: 0; border-radius: 8px; background: #dfbd6c; color: #30240e; cursor: pointer; font-size: 9px; font-weight: 900; }
.demo-compare-dock .demo-compare-clear { width: 34px; padding: 0; background: rgba(255, 255, 255, 0.08); color: white; font-size: 18px; }

.demo-dialog {
  width: min(980px, calc(100% - 28px));
  max-height: 92svh;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 22px;
  background: #f7faf8;
  color: var(--demo-ink);
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.46);
}

.demo-dialog::backdrop { background: rgba(2, 9, 14, 0.76); backdrop-filter: blur(8px); }
.demo-dialog[open] { animation: demo-dialog-in 180ms ease-out; }
@keyframes demo-dialog-in { from { opacity: 0; transform: translateY(12px) scale(0.985); } }
.demo-dialog-shell { min-width: 0; }
.demo-dialog-header { min-height: 78px; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--demo-line); background: white; }
.demo-dialog-header span { color: var(--demo-forest); font-size: 8px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.demo-dialog-header h2 { margin: 3px 0 0; color: var(--demo-ink); font-size: 24px; }
.demo-dialog-header > button { width: 38px; height: 38px; border: 1px solid var(--demo-line); border-radius: 50%; background: white; color: var(--demo-ink); cursor: pointer; font-size: 22px; }

.demo-property-dialog { width: min(1060px, calc(100% - 28px)); }
.demo-detail-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr); }
.demo-detail-media { min-width: 0; padding: 14px; background: #132f29; }
.demo-detail-main-media { position: relative; min-height: 480px; overflow: hidden; border-radius: 14px; background: #0d2420; }
.demo-detail-main-media img,
.demo-detail-main-media video { width: 100%; height: 100%; min-height: 480px; max-height: 650px; object-fit: contain; background: #0d2420; }
.demo-detail-main-media img { object-fit: cover; }
.demo-detail-gallery { margin-top: 8px; display: flex; gap: 7px; overflow-x: auto; scrollbar-width: thin; }
.demo-detail-gallery button { width: 70px; height: 54px; flex: 0 0 70px; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 8px; background: #29473f; cursor: pointer; }
.demo-detail-gallery button.active { border-color: #dfbd6c; }
.demo-detail-gallery img { width: 100%; height: 100%; object-fit: cover; }
.demo-detail-copy { min-width: 0; padding: 22px; background: white; }
.demo-detail-copy > header { display: flex; gap: 18px; justify-content: space-between; align-items: start; }
.demo-detail-copy .demo-detail-status { display: inline-flex; padding: 5px 8px; border-radius: 999px; background: var(--demo-mint); color: var(--demo-forest); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.demo-detail-copy h2 { margin: 9px 0 4px; font-size: clamp(25px, 3vw, 36px); line-height: 1.08; letter-spacing: -0.04em; }
.demo-detail-copy .demo-detail-location { margin: 0; color: var(--demo-muted); font-size: 11px; }
.demo-detail-close { width: 38px; height: 38px; flex: 0 0 38px; border: 1px solid var(--demo-line); border-radius: 50%; background: white; color: var(--demo-ink); cursor: pointer; font-size: 21px; }
.demo-detail-price { margin-top: 22px; padding: 16px; border-radius: 12px; background: #f2f6f3; }
.demo-detail-price > span { color: #82918c; font-size: 8px; font-weight: 850; text-transform: uppercase; }
.demo-detail-price strong { display: block; margin-top: 3px; color: var(--demo-forest); font-size: 26px; }
.demo-detail-price small { display: block; margin-top: 3px; color: var(--demo-muted); font-size: 9px; }
.demo-detail-grid { margin-top: 14px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.demo-detail-grid div { padding: 10px; border: 1px solid var(--demo-line); border-radius: 9px; }
.demo-detail-grid span { display: block; color: #899792; font-size: 7px; font-weight: 850; text-transform: uppercase; }
.demo-detail-grid strong { display: block; margin-top: 3px; color: var(--demo-ink); font-size: 11px; }
.demo-entry-breakdown { margin-top: 16px; padding: 14px; border: 1px solid #eadfc6; border-radius: 11px; background: #fffaf0; }
.demo-entry-breakdown > strong { display: block; margin-bottom: 8px; color: #6a5223; font-size: 11px; }
.demo-entry-breakdown dl { margin: 0; display: grid; gap: 5px; }
.demo-entry-breakdown dl > div { display: flex; justify-content: space-between; gap: 15px; color: #776b54; font-size: 9px; }
.demo-entry-breakdown dd { margin: 0; color: #4c3b19; font-weight: 850; }
.demo-entry-breakdown .total { margin-top: 4px; padding-top: 7px; border-top: 1px solid #eadfc6; color: #4c3b19; }
.demo-detail-tags { margin-top: 13px; display: flex; flex-wrap: wrap; gap: 5px; }
.demo-detail-tags span { padding: 5px 7px; border-radius: 6px; background: #f0f4f1; color: #536a63; font-size: 8px; font-weight: 750; }
.demo-detail-zone { margin-top: 15px; padding: 11px; display: flex; gap: 10px; align-items: center; border: 1px solid var(--demo-line); border-radius: 10px; }
.demo-detail-zone i { width: 32px; height: 32px; flex: 0 0 32px; border: 1px solid rgba(23, 79, 67, 0.4); border-radius: 50%; background: rgba(64, 152, 125, 0.13); }
.demo-detail-zone strong { display: block; font-size: 10px; }
.demo-detail-zone span { display: block; color: var(--demo-muted); font-size: 8px; }
.demo-contact-simulation { margin-top: 16px; display: grid; grid-template-columns: 1fr auto; gap: 7px; }
.demo-contact-simulation button { min-height: 42px; padding: 8px 12px; border: 0; border-radius: 9px; background: #1e9d69; color: white; cursor: pointer; font-size: 10px; font-weight: 900; }
.demo-contact-simulation button:last-child { width: 42px; padding: 0; border: 1px solid var(--demo-line); background: white; color: var(--demo-forest); font-size: 16px; }
.demo-detail-concept-note { margin: 11px 0 0; color: #8b9995; font-size: 8px; text-align: center; }

.demo-compare-table-wrap { padding: 20px; overflow-x: auto; }
.demo-compare-table { width: 100%; min-width: 680px; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--demo-line); border-radius: 12px; background: white; }
.demo-compare-table th,
.demo-compare-table td { padding: 11px; border-right: 1px solid var(--demo-line); border-bottom: 1px solid var(--demo-line); color: var(--demo-muted); font-size: 9px; text-align: left; vertical-align: top; }
.demo-compare-table th { width: 120px; color: var(--demo-ink); font-weight: 850; }
.demo-compare-table tr:last-child th,
.demo-compare-table tr:last-child td { border-bottom: 0; }
.demo-compare-table th:last-child,
.demo-compare-table td:last-child { border-right: 0; }
.demo-compare-property img { width: 100%; aspect-ratio: 1.6 / 1; margin-bottom: 8px; border-radius: 8px; object-fit: cover; }
.demo-compare-property strong { display: block; color: var(--demo-ink); font-size: 11px; }

.demo-manager-access { margin: 14px; padding: 14px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; border: 1px solid #eadfc6; border-radius: 12px; background: #fffaf0; }
.demo-manager-access span { display: block; color: #8e7441; font-size: 8px; font-weight: 850; text-transform: uppercase; }
.demo-manager-access strong { display: block; margin-top: 2px; color: #553f16; font-size: 12px; }
.demo-manager-access p { margin: 0; color: #796d57; font-size: 9px; }
.demo-manager-layout { margin: 0 14px 14px; display: grid; grid-template-columns: 175px 1fr; overflow: hidden; border: 1px solid var(--demo-line); border-radius: 14px; background: white; }
.demo-manager-sidebar { padding: 16px 10px; display: flex; flex-direction: column; gap: 5px; background: var(--demo-forest-2); color: white; }
.demo-manager-sidebar > strong { margin: 4px 7px 16px; font-size: 12px; }
.demo-manager-sidebar button { min-height: 36px; padding: 8px 10px; border: 0; border-radius: 7px; background: transparent; color: rgba(255, 255, 255, 0.64); cursor: pointer; font-size: 9px; font-weight: 750; text-align: left; }
.demo-manager-sidebar button.active { background: rgba(255, 255, 255, 0.1); color: white; }
.demo-manager-content { min-width: 0; padding: 18px; }
.demo-manager-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.demo-manager-heading span { color: var(--demo-forest); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.demo-manager-heading h3 { margin: 2px 0 0; font-size: 21px; }
.demo-manager-heading button { min-height: 36px; padding: 7px 10px; border: 0; border-radius: 8px; background: var(--demo-forest); color: white; cursor: pointer; font-size: 9px; font-weight: 850; }
.demo-manager-stats { margin-top: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.demo-manager-stats div { padding: 11px; border: 1px solid var(--demo-line); border-radius: 9px; background: #fafcfb; }
.demo-manager-stats span { display: block; color: #87958f; font-size: 7px; text-transform: uppercase; }
.demo-manager-stats strong { display: block; margin-top: 3px; color: var(--demo-ink); font-size: 18px; }
.demo-manager-list { margin-top: 14px; display: grid; gap: 6px; }
.demo-manager-row { padding: 8px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto auto; gap: 9px; align-items: center; border: 1px solid var(--demo-line); border-radius: 9px; }
.demo-manager-row img { width: 42px; height: 36px; border-radius: 6px; object-fit: cover; }
.demo-manager-row strong { display: block; overflow: hidden; color: var(--demo-ink); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.demo-manager-row span { display: block; color: #8b9994; font-size: 7px; }
.demo-manager-row b { padding: 4px 6px; border-radius: 999px; background: var(--demo-mint); color: var(--demo-forest); font-size: 7px; text-transform: uppercase; }
.demo-manager-row button { width: 30px; height: 30px; border: 1px solid var(--demo-line); border-radius: 7px; background: white; color: var(--demo-forest); cursor: pointer; }
.demo-manager-form-preview { margin-top: 14px; padding: 12px; display: grid; grid-template-columns: 1fr minmax(210px, 0.5fr); gap: 18px; align-items: center; border: 1px dashed #bdcbc3; border-radius: 10px; background: #f8faf8; }
.demo-manager-form-preview span { display: block; color: #84938d; font-size: 7px; text-transform: uppercase; }
.demo-manager-form-preview strong { display: block; margin-top: 3px; color: var(--demo-ink); font-size: 9px; }
.demo-manager-form-preview label { display: grid; grid-template-columns: 1fr auto; gap: 4px 8px; color: var(--demo-muted); font-size: 8px; }
.demo-manager-form-preview input { grid-column: 1 / -1; width: 100%; accent-color: var(--demo-forest); }
.demo-manager-form-preview output { color: var(--demo-forest); font-weight: 900; }
.demo-manager-note { margin: 0; padding: 0 18px 16px; color: #87958f; font-size: 8px; text-align: right; }

.demo-toast {
  position: fixed;
  z-index: 220;
  left: 50%;
  bottom: 24px;
  width: min(480px, calc(100% - 28px));
  padding: 13px 16px;
  border: 1px solid rgba(77, 227, 255, 0.3);
  border-radius: 11px;
  background: rgba(6, 19, 31, 0.96);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
  color: white;
  font-size: 11px;
  font-weight: 750;
  text-align: center;
  transform: translateX(-50%);
}

@media (max-width: 1120px) {
  .demo-property-hero { grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr); gap: 34px; }
  .demo-agency-nav { display: none; }
  .demo-manager-button { margin-left: auto; }
  .demo-results-layout { grid-template-columns: 1fr; }
  .demo-property-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .demo-map-panel { position: relative; top: auto; }
  .demo-map-canvas { min-height: 470px; }
}

@media (max-width: 900px) {
  .demo-intro-grid { grid-template-columns: 1fr; gap: 24px; }
  .demo-scope-card { max-width: 620px; }
  .property-demo-shell { width: 100%; border-radius: 0; border-inline: 0; }
  .demo-property-hero { grid-template-columns: 1fr; }
  .demo-property-feature { min-height: 350px; transform: none; }
  .demo-property-feature img { min-height: 350px; }
  .demo-property-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .demo-how-it-works { grid-template-columns: 1fr; gap: 25px; }
  .demo-commercial-cta { grid-template-columns: 1fr; }
  .demo-detail-layout { grid-template-columns: 1fr; }
  .demo-detail-main-media,
  .demo-detail-main-media img,
  .demo-detail-main-media video { min-height: 420px; }
}

@media (max-width: 680px) {
  .demo-intro { padding-block: 48px 26px; }
  .demo-intro h1 { font-size: 42px; }
  .demo-disclaimer { grid-template-columns: 1fr; gap: 5px; }
  .property-demo-browser { grid-template-columns: repeat(3, 8px) minmax(0, 1fr); }
  .property-demo-browser b { display: none; }
  .property-demo-header { min-height: 67px; padding: 10px 14px; }
  .demo-agency-mark { width: 40px; height: 40px; font-size: 23px; }
  .demo-agency-brand strong { font-size: 16px; }
  .demo-agency-brand small { font-size: 7px; }
  .demo-manager-button { width: 70px; height: 42px; padding: 0 9px; justify-content: center; overflow: visible; color: var(--demo-forest); font-size: 9px; white-space: nowrap; }
  .demo-manager-button span { color: var(--demo-forest); font-size: 12px; }
  .demo-property-hero { padding: 36px 14px 42px; gap: 28px; }
  .demo-property-hero h2 { font-size: clamp(38px, 12vw, 52px); }
  .demo-property-hero-copy > p:not(.demo-property-kicker) { font-size: 14px; }
  .demo-main-search { grid-template-columns: 1fr; padding: 7px; }
  .demo-main-search label { min-height: 51px; border-right: 0; border-bottom: 1px solid var(--demo-line); }
  .demo-main-search button { width: 100%; }
  .demo-quick-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .demo-quick-filters::-webkit-scrollbar { display: none; }
  .demo-quick-filters button { flex: 0 0 auto; min-height: 38px; }
  .demo-property-feature { min-height: 330px; border-width: 5px; border-radius: 20px; }
  .demo-property-feature img { min-height: 330px; }
  .demo-feature-overlay { inset: auto 13px 13px; }
  .demo-feature-overlay strong { font-size: 18px; }
  .demo-feature-overlay button { min-width: 88px; }
  .demo-inventory { padding: 46px 14px; }
  .demo-inventory-heading { align-items: center; }
  .demo-view-switch button { min-width: 42px; padding-inline: 9px; color: transparent; font-size: 0; }
  .demo-view-switch button span { color: var(--demo-muted); font-size: 15px; }
  .demo-view-switch button.active span { color: white; }
  .demo-filter-bar { margin-inline: -14px; padding-inline: 14px; border-inline: 0; border-radius: 0; }
  .demo-filter-bar label { min-width: 140px; }
  .demo-filter-bar .demo-clear-filters { margin-left: 0; }
  .demo-property-list { grid-template-columns: 1fr; }
  .demo-listing-card { display: grid; grid-template-columns: minmax(120px, 0.72fr) minmax(0, 1fr); }
  .demo-listing-media { height: 100%; min-height: 205px; aspect-ratio: auto; }
  .demo-listing-content { padding: 12px; }
  .demo-listing-specs span:nth-child(n+4) { display: none; }
  .demo-listing-price { align-items: start; flex-direction: column; }
  .demo-listing-actions { width: 100%; }
  .demo-listing-actions button { min-height: 36px; flex: 1; }
  .demo-map-canvas { min-height: 510px; }
  .demo-results-layout.map-only .demo-map-canvas { min-height: 560px; }
  .demo-how-it-works { padding: 44px 18px; }
  .demo-how-it-works ol { grid-template-columns: 1fr; }
  .demo-how-it-works li { display: grid; grid-template-columns: 30px 1fr; gap: 2px 9px; }
  .demo-how-it-works li > span { grid-row: span 2; padding-top: 2px; }
  .demo-how-it-works li strong { margin: 0; }
  .demo-how-it-works li p { grid-column: 2; }
  .demo-app-footer { align-items: flex-start; flex-direction: column; gap: 5px; }
  .demo-commercial-cta { margin-block: 62px; padding: 30px 24px; }
  .demo-commercial-cta .primary-btn { width: 100%; }
  .demo-compare-dock { grid-template-columns: 1fr auto auto; bottom: 10px; }
  .demo-compare-dock span { display: none; }
  .demo-dialog { width: calc(100% - 12px); max-height: 95svh; border-radius: 17px; }
  .demo-dialog-header { min-height: 68px; padding: 12px 14px; }
  .demo-dialog-header h2 { font-size: 20px; }
  .demo-detail-media { padding: 8px; }
  .demo-detail-main-media,
  .demo-detail-main-media img,
  .demo-detail-main-media video { min-height: 340px; max-height: 480px; }
  .demo-detail-copy { padding: 18px 15px; }
  .demo-detail-grid { grid-template-columns: repeat(2, 1fr); }
  .demo-manager-access { grid-template-columns: 1fr; gap: 6px; }
  .demo-manager-layout { grid-template-columns: 1fr; }
  .demo-manager-sidebar { padding: 8px; flex-direction: row; overflow-x: auto; }
  .demo-manager-sidebar > strong { display: none; }
  .demo-manager-sidebar button { flex: 0 0 auto; text-align: center; }
  .demo-manager-content { padding: 13px; }
  .demo-manager-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .demo-manager-row { grid-template-columns: 38px minmax(0, 1fr) auto; }
  .demo-manager-row b { display: none; }
  .demo-manager-form-preview { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .demo-listing-card { grid-template-columns: 112px minmax(0, 1fr); }
  .demo-listing-media { min-height: 218px; }
  .demo-listing-type { display: none; }
  .demo-listing-content h3 { font-size: 14px; }
  .demo-listing-specs { margin-block: 8px; }
  .demo-listing-price strong { font-size: 15px; }
  .demo-detail-main-media,
  .demo-detail-main-media img,
  .demo-detail-main-media video { min-height: 300px; }
  .demo-contact-simulation { grid-template-columns: 1fr 42px; }
}

@media (prefers-reduced-motion: reduce) {
  .demo-property-feature { transform: none; }
  .demo-listing-card:hover { transform: none; }
}

/* Premium real-estate experience */
.property-demo-header {
  min-height: 76px;
  padding-block: 11px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 34px rgba(28, 61, 53, 0.06);
  backdrop-filter: blur(18px) saturate(1.15);
}

.demo-agency-mark {
  position: relative;
  overflow: hidden;
  border-radius: 50% 50% 44% 56%;
  background: linear-gradient(145deg, #f5e0a8, #c9993f);
  box-shadow: 0 9px 26px rgba(133, 94, 20, 0.2);
}

.demo-agency-mark::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: inherit;
}

.demo-agency-nav button,
.demo-agency-nav a {
  min-height: 38px;
  padding: 9px 11px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--demo-muted);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 780;
}

.demo-agency-nav button:hover,
.demo-agency-nav button.active,
.demo-agency-nav a:hover { background: #eff5f1; color: var(--demo-forest); }

.demo-header-actions { display: flex; align-items: center; gap: 8px; }

.demo-owner-link {
  min-height: 42px;
  padding: 10px 13px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  background: var(--demo-forest);
  color: white;
  font-size: 10px;
  font-weight: 850;
}

.demo-owner-link:hover { background: var(--demo-forest-2); color: white; }

.demo-property-hero {
  min-height: 650px;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.92fr);
  background:
    radial-gradient(circle at 82% 10%, rgba(213, 168, 78, 0.24), transparent 25rem),
    radial-gradient(circle at 8% 88%, rgba(64, 152, 125, 0.12), transparent 25rem),
    linear-gradient(135deg, #faf8f1 0%, #e9f0ea 62%, #e2ebe3 100%);
}

.demo-property-hero-copy { position: relative; z-index: 2; }
.demo-property-hero h2 { max-width: 760px; font-size: clamp(48px, 5.7vw, 76px); line-height: 0.98; }
.demo-property-hero-copy > p:not(.demo-property-kicker) { max-width: 670px; font-size: 16px; line-height: 1.65; }
.demo-main-search { border-radius: 18px; box-shadow: 0 22px 60px rgba(31, 64, 55, 0.14); }
.demo-main-search button { border-radius: 12px; box-shadow: 0 8px 20px rgba(23, 79, 67, 0.18); }

.demo-hero-proof {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  color: #71827c;
  font-size: 9px;
  font-weight: 720;
}

.demo-hero-proof span { display: inline-flex; align-items: baseline; gap: 5px; }
.demo-hero-proof strong { color: var(--demo-forest); font-size: 13px; }
.demo-hero-proof a { margin-left: auto; color: var(--demo-forest); font-size: 10px; font-weight: 880; }

.demo-property-feature {
  min-height: 520px;
  border-width: 6px;
  border-radius: 30px;
  transform: rotate(0.7deg);
}

.demo-feature-mosaic {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.46fr) minmax(120px, 0.74fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 4px;
  background: #dce7df;
}

.demo-property-feature .demo-feature-mosaic img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.demo-property-feature .demo-feature-mosaic .demo-feature-main { grid-row: 1 / -1; }

.demo-feature-privacy {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 7px 10px;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: rgba(12, 45, 37, 0.72);
  color: white;
  font-size: 8px;
  font-weight: 830;
  backdrop-filter: blur(12px);
}

.demo-feature-privacy i { width: 7px; height: 7px; border-radius: 50%; background: #e2c370; box-shadow: 0 0 0 4px rgba(226, 195, 112, 0.18); }
.demo-feature-overlay { z-index: 3; }

.demo-filter-bar {
  position: relative;
  overflow: visible;
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(32, 64, 55, 0.055);
}

.demo-filter-bar .demo-more-filters {
  margin-left: auto;
  border-radius: 10px;
  background: #edf5f0;
  color: var(--demo-forest);
}

.demo-more-filters span {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--demo-forest);
  color: white;
  font-size: 8px;
}

.demo-property-list { gap: 18px; }

.demo-listing-card {
  border-radius: 21px;
  box-shadow: 0 14px 38px rgba(32, 64, 55, 0.075);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 260ms ease, transform 220ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.demo-listing-card.is-visible { opacity: 1; transform: translateY(0); }
.demo-listing-card:hover,
.demo-listing-card.is-map-active { transform: translateY(-4px); border-color: rgba(23, 79, 67, 0.48); box-shadow: 0 22px 55px rgba(32, 64, 55, 0.15); }
.demo-listing-card.is-map-active { box-shadow: 0 0 0 3px rgba(213, 168, 78, 0.2), 0 22px 55px rgba(32, 64, 55, 0.15); }
.demo-listing-media { aspect-ratio: 1.42 / 1; }

.demo-listing-open-media {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  overflow: hidden;
  border: 0;
  background: #dfe7e1;
  cursor: pointer;
}

.demo-listing-open-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform 360ms cubic-bezier(.2,.8,.2,1), filter 220ms ease; }
.demo-listing-card:hover .demo-listing-open-media > img { transform: scale(1.035); filter: saturate(1.04); }

.demo-media-privacy {
  position: absolute;
  z-index: 2;
  left: calc(var(--mask-left) - 1%);
  top: calc(var(--mask-top) - 1%);
  width: calc(var(--mask-width) + 2%);
  height: calc(var(--mask-height) + 2%);
  min-width: 54px;
  min-height: 38px;
  padding: 7px;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 13px;
  background:
    radial-gradient(circle at 20% 20%, rgba(226, 195, 112, 0.25), transparent 45%),
    linear-gradient(145deg, rgba(18, 65, 54, 0.96), rgba(8, 40, 33, 0.96));
  box-shadow: 0 10px 28px rgba(7, 31, 25, 0.28);
  color: white;
  pointer-events: none;
  backdrop-filter: blur(12px);
}

.demo-media-privacy::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
}

.demo-media-privacy i {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d8b45e;
  color: #17382f;
  font-family: Georgia, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.demo-media-privacy b { position: relative; z-index: 1; max-width: 86px; font-size: 7px; line-height: 1.15; text-align: left; }
.demo-media-privacy-card { border-radius: 10px; }
.demo-media-privacy-card i { width: 20px; height: 20px; flex-basis: 20px; font-size: 10px; }
.demo-media-privacy-card b { font-size: 6px; }

.demo-card-play {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%;
  background: rgba(14, 60, 52, 0.82);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  color: white;
  font-size: 15px;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
}

.demo-card-media-nav,
.demo-detail-media-nav {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 34px;
  height: 34px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  box-shadow: 0 7px 22px rgba(0,0,0,.18);
  color: var(--demo-forest);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 160ms ease, transform 160ms ease;
}

.demo-card-media-nav.previous,
.demo-detail-media-nav.previous { left: 10px; }
.demo-card-media-nav.next,
.demo-detail-media-nav.next { right: 10px; }
.demo-listing-card:hover .demo-card-media-nav,
.demo-detail-main-media:hover .demo-detail-media-nav { opacity: 1; }
.demo-card-media-nav:hover,
.demo-detail-media-nav:hover { transform: translateY(-50%) scale(1.08); }

.demo-listing-content { padding: 17px; }
.demo-listing-content h3 { margin-top: 10px; font-size: 17px; }
.demo-listing-distance { margin: 7px 0 0; color: #8a6328; font-size: 9px; font-weight: 780; }
.demo-listing-freshness { margin-top: 8px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.demo-listing-freshness span { color: #137553; font-size: 8px; font-weight: 820; }
.demo-listing-freshness small { color: var(--demo-muted); font-size: 7px; }
.demo-detail-freshness { margin: 9px 0 0; color: #137553; font-size: 9px; font-weight: 780; }
.demo-listing-specs { margin-top: 14px; }
.demo-listing-specs span { padding: 5px 8px; border-radius: 999px; }
.demo-listing-actions button:last-child { width: 32px; padding: 0; border-radius: 50%; }

.demo-map-price-icon.is-active > span {
  z-index: 10;
  background: var(--demo-gold);
  box-shadow: 0 0 0 6px rgba(213, 168, 78, 0.2), 0 12px 30px rgba(15, 55, 46, 0.35);
  color: #34280f;
  transform: scale(1.14);
}

.demo-map-canvas .leaflet-popup-content-wrapper { overflow: hidden; padding: 0; border-radius: 15px; box-shadow: 0 18px 55px rgba(9, 37, 31, 0.25); }
.demo-map-canvas .leaflet-popup-content { width: 230px !important; margin: 0; }
.demo-map-canvas .leaflet-popup-tip { box-shadow: 4px 4px 12px rgba(9,37,31,.12); }
.demo-map-preview { display: grid; grid-template-columns: 86px 1fr; background: white; font-family: inherit; }
.demo-map-preview > figure { position: relative; width: 86px; min-height: 136px; margin: 0; overflow: hidden; }
.demo-map-preview > figure > img { width: 86px; height: 100%; min-height: 136px; object-fit: cover; }
.demo-media-privacy-popup { min-width: 20px; min-height: 18px; padding: 2px; border-radius: 5px; }
.demo-media-privacy-popup i { width: 15px; height: 15px; flex-basis: 15px; font-size: 8px; }
.demo-media-privacy-popup b { display: none; }
.demo-map-preview > div { padding: 11px; display: flex; flex-direction: column; align-items: flex-start; }
.demo-map-preview span { color: #8a6328; font-size: 6px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.demo-map-preview strong { margin-top: 4px; color: var(--demo-ink); font-size: 10px; line-height: 1.25; }
.demo-map-preview small { margin-top: 4px; color: var(--demo-muted); font-size: 7px; }
.demo-map-preview b { margin-top: auto; color: var(--demo-forest); font-size: 11px; }
.demo-map-preview b em { color: #8c9b96; font-size: 6px; font-style: normal; }
.demo-map-preview button { margin-top: 7px; min-height: 28px; padding: 5px 8px; border: 0; border-radius: 7px; background: var(--demo-forest); color: white; cursor: pointer; font-size: 7px; font-weight: 850; }

.demo-owner-section {
  padding: clamp(58px, 7vw, 92px) clamp(22px, 5vw, 74px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
  background:
    radial-gradient(circle at 12% 0%, rgba(213,168,78,.18), transparent 22rem),
    linear-gradient(135deg, #0e3c34, #082b26);
  color: white;
}

.demo-owner-copy > p { margin: 0 0 9px; color: #dfbd6c; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.demo-owner-copy h2 { max-width: 650px; margin: 0; color: white; font-size: clamp(34px, 4vw, 54px); line-height: 1.04; letter-spacing: -.045em; }
.demo-owner-copy > span { max-width: 620px; margin-top: 18px; display: block; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.7; }
.demo-owner-actions { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.demo-owner-actions button,
.demo-owner-actions a { min-height: 44px; padding: 10px 14px; display: inline-flex; align-items: center; gap: 8px; border-radius: 10px; font-size: 9px; font-weight: 850; }
.demo-owner-actions button { border: 0; background: #dfbd6c; color: #30240e; cursor: pointer; }
.demo-owner-actions a { border: 1px solid rgba(255,255,255,.2); color: white; }
.demo-owner-actions a:first-child { border-color: #dfbd6c; background: #dfbd6c; color: #30240e; }
.demo-owner-benefits { display: grid; gap: 10px; }
.demo-owner-benefits article { padding: 19px; display: grid; grid-template-columns: 42px 1fr; gap: 15px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.demo-owner-benefits article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: rgba(223,189,108,.14); color: #dfbd6c; font-size: 10px; font-weight: 900; }
.demo-owner-benefits strong { display: block; color: white; font-size: 13px; }
.demo-owner-benefits p { margin: 5px 0 0; color: rgba(255,255,255,.6); font-size: 9px; line-height: 1.5; }

.demo-property-dialog { width: min(1240px, calc(100% - 24px)); max-height: 96svh; overflow: hidden; }
.demo-detail-layout { max-height: 96svh; grid-template-columns: minmax(0, 1.16fr) minmax(390px, .84fr); }
.demo-detail-media { position: relative; padding: 12px; overflow-y: auto; }
.demo-detail-main-media { height: min(69svh, 690px); min-height: 530px; border-radius: 18px; }
.demo-detail-main-media img,
.demo-detail-main-media video { min-height: 530px; max-height: none; }
.demo-detail-main-media img { object-fit: cover; }
.demo-detail-close-floating { position: absolute; z-index: 12; top: 23px; right: 23px; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.92); box-shadow: 0 8px 24px rgba(0,0,0,.16); }
.demo-detail-media-kind { position: absolute; z-index: 4; left: 14px; bottom: 14px; padding: 6px 9px; border-radius: 999px; background: rgba(9,38,32,.78); color: white; font-size: 7px; font-weight: 850; backdrop-filter: blur(9px); }
.demo-detail-media-nav { opacity: .88; }
.demo-detail-gallery-bar { padding: 10px 2px 0; display: flex; justify-content: space-between; gap: 12px; color: rgba(255,255,255,.62); font-size: 8px; }
.demo-detail-gallery-bar strong { color: #dfbd6c; font-size: 10px; }
.demo-detail-gallery button { position: relative; width: 78px; height: 59px; flex-basis: 78px; border-radius: 10px; }
.demo-detail-gallery button i { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(8,40,33,.34); color: white; font-size: 11px; font-style: normal; }
.demo-detail-copy { padding: 25px; overflow-y: auto; }
.demo-detail-copy h2 { font-size: clamp(28px, 3vw, 39px); }
.demo-detail-favorite { width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid var(--demo-line); border-radius: 50%; background: white; color: var(--demo-forest); cursor: pointer; font-size: 18px; }
.demo-detail-favorite.active { border-color: #f3c2ba; background: #fff0ed; color: #d75749; }
.demo-detail-price { display: flex; gap: 18px; align-items: end; justify-content: space-between; }
.demo-detail-price > div > span { color: #82918c; font-size: 8px; font-weight: 850; text-transform: uppercase; }
.demo-detail-price > b { max-width: 150px; color: #8a6328; font-size: 9px; text-align: right; }
.demo-detail-trust { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 5px; }
.demo-detail-trust span { padding: 5px 7px; border-radius: 999px; background: #edf6f0; color: var(--demo-forest); font-size: 7px; font-weight: 790; }
.demo-detail-zone { padding: 13px; }
.demo-detail-zone i { position: relative; width: 42px; height: 42px; flex-basis: 42px; display: grid; place-items: center; }
.demo-detail-zone i::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--demo-forest); box-shadow: 0 0 0 6px rgba(23,79,67,.12); }
.demo-detail-zone i b { position: absolute; width: 32px; height: 32px; border: 1px dashed rgba(23,79,67,.36); border-radius: 50%; animation: demo-zone-pulse 2.4s ease-in-out infinite; }
.demo-detail-zone > div { min-width: 0; flex: 1; }
.demo-detail-zone > button { min-height: 32px; padding: 6px 9px; border: 0; border-radius: 8px; background: #edf5f0; color: var(--demo-forest); cursor: pointer; font-size: 8px; font-weight: 850; white-space: nowrap; }
@keyframes demo-zone-pulse { 50% { transform: scale(1.15); opacity: .48; } }
.demo-contact-simulation { position: sticky; z-index: 8; bottom: -25px; margin: 18px -25px -25px; padding: 14px 25px 18px; grid-template-columns: minmax(160px, 1.15fr) minmax(105px, .75fr) 44px; background: linear-gradient(180deg, rgba(255,255,255,0), white 25%); }
.demo-contact-simulation button { min-height: 46px; }
.demo-contact-simulation button:nth-child(2) { border: 1px solid rgba(23,79,67,.18); background: white; color: var(--demo-forest); }
.demo-contact-simulation button:last-child { width: 44px; }

.demo-manager-access { grid-template-columns: auto 1fr auto; }
.demo-manager-access .demo-manager-access-badge { padding: 6px 8px; border-radius: 999px; background: #f3e7c9; color: #6f521d; }
.demo-manager-stats small { display: block; margin-top: 2px; color: #9aa6a2; font-size: 6px; }
.demo-manager-quality { margin-top: 12px; padding: 11px 13px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-radius: 10px; background: linear-gradient(90deg, #eaf5ee 82%, #f2f4f2 82%); }
.demo-manager-quality span { display: block; color: var(--demo-forest); font-size: 7px; font-weight: 850; text-transform: uppercase; }
.demo-manager-quality strong { display: block; margin-top: 3px; color: var(--demo-muted); font-size: 8px; }
.demo-manager-quality b { color: var(--demo-forest); font-size: 16px; }
.demo-manager-row small { display: block; margin-top: 2px; color: #9a6e43; font-size: 6px; }

.demo-filter-dialog { width: min(660px, calc(100% - 24px)); }
.demo-advanced-filters { padding: 22px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; background: #f7faf8; }
.demo-advanced-filters label { min-width: 0; padding: 13px; display: grid; gap: 5px; border: 1px solid var(--demo-line); border-radius: 12px; background: white; }
.demo-advanced-filters label > span { color: #82908c; font-size: 8px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.demo-advanced-filters select { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--demo-ink); font-size: 11px; font-weight: 760; }
.demo-advanced-toggles { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px; }
.demo-advanced-toggles button { min-height: 38px; padding: 8px 11px; border: 1px solid rgba(23,79,67,.16); border-radius: 999px; background: white; color: var(--demo-muted); cursor: pointer; font-size: 9px; font-weight: 820; }
.demo-advanced-toggles button.active { border-color: var(--demo-forest); background: var(--demo-forest); color: white; }
.demo-filter-dialog-actions { padding: 12px 22px 18px; display: flex; justify-content: flex-end; gap: 8px; background: white; }
.demo-filter-dialog-actions button { min-height: 40px; padding: 8px 13px; border: 1px solid var(--demo-line); border-radius: 9px; background: white; color: var(--demo-forest); cursor: pointer; font-size: 9px; font-weight: 850; }
.demo-filter-dialog-actions button:last-child { border-color: var(--demo-forest); background: var(--demo-forest); color: white; }

.demo-listing-card.is-favorite {
  border-color: rgba(30, 157, 105, .38);
  box-shadow: 0 16px 44px rgba(30, 157, 105, .12);
}

.demo-listing-type { right: 60px; }
.demo-favorite-button {
  width: 44px;
  height: 44px;
  font-size: 19px;
  box-shadow: 0 7px 20px rgba(9, 47, 41, .14);
}

.demo-detail-favorite { width: 44px; height: 44px; flex-basis: 44px; }

.demo-whatsapp-fab {
  position: fixed;
  z-index: 165;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  min-height: 60px;
  padding: 8px 17px 8px 9px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 999px;
  background: linear-gradient(135deg, #25b978, #159b62);
  box-shadow: 0 18px 46px rgba(10, 87, 55, .34);
  color: white;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, bottom 180ms ease;
}

.demo-whatsapp-fab:hover { transform: translateY(-2px); box-shadow: 0 22px 54px rgba(10, 87, 55, .42); }
.demo-whatsapp-fab:focus-visible { outline: 3px solid #dfbd6c; outline-offset: 3px; }
.demo-whatsapp-fab svg { width: 42px; height: 42px; flex: 0 0 42px; padding: 8px; border-radius: 50%; background: white; fill: none; stroke: #159b62; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.demo-whatsapp-fab svg path:last-child { fill: #159b62; stroke: none; transform: scale(.72); transform-origin: center; }
.demo-whatsapp-fab > span { min-width: 0; text-align: left; }
.demo-whatsapp-fab small { display: block; color: rgba(255,255,255,.72); font-size: 7px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.demo-whatsapp-fab strong { display: block; margin-top: 2px; color: white; font-size: 11px; white-space: nowrap; }
.demo-whatsapp-fab > b { position: absolute; top: -4px; right: -3px; min-width: 23px; height: 23px; padding: 0 6px; display: grid; place-items: center; border: 2px solid white; border-radius: 999px; background: #d5a84e; color: #33270e; font-size: 9px; font-weight: 950; }
.demo-whatsapp-fab.has-selection { animation: demo-whatsapp-ready 420ms ease-out; }
.has-compare-selection .demo-whatsapp-fab { bottom: 92px; }

@keyframes demo-whatsapp-ready {
  45% { transform: scale(1.07); }
}

.demo-whatsapp-dialog { width: min(680px, calc(100% - 24px)); }
.demo-whatsapp-selection-summary { margin: 0; padding: 18px 20px 8px; color: var(--demo-muted); font-size: 11px; }
.demo-whatsapp-selection-list { max-height: 54svh; padding: 8px 20px 18px; display: grid; gap: 9px; overflow-y: auto; }
.demo-whatsapp-choice { padding: 9px; display: grid; grid-template-columns: 92px minmax(0, 1fr) auto; gap: 12px; align-items: center; border: 1px solid var(--demo-line); border-radius: 14px; background: white; }
.demo-whatsapp-choice img { width: 92px; height: 72px; border-radius: 10px; object-fit: cover; }
.demo-whatsapp-choice div { min-width: 0; }
.demo-whatsapp-choice span { color: #8a6328; font-size: 7px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.demo-whatsapp-choice strong { display: block; margin-top: 3px; overflow: hidden; color: var(--demo-ink); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.demo-whatsapp-choice small { display: block; margin-top: 4px; color: var(--demo-muted); font-size: 8px; }
.demo-whatsapp-choice button { min-height: 40px; padding: 8px 11px; border: 0; border-radius: 9px; background: #1e9d69; color: white; cursor: pointer; font-size: 8px; font-weight: 900; }
.demo-whatsapp-selection-actions { padding: 12px 20px 18px; display: flex; justify-content: flex-end; gap: 8px; border-top: 1px solid var(--demo-line); background: white; }
.demo-whatsapp-selection-actions button { min-height: 42px; padding: 8px 13px; border: 1px solid var(--demo-line); border-radius: 9px; background: white; color: var(--demo-forest); cursor: pointer; font-size: 9px; font-weight: 850; }
.demo-whatsapp-selection-actions button:last-child { border-color: #1e9d69; background: #1e9d69; color: white; }

.demo-agency-nav a[aria-current="page"] { background: #e8f2ec; color: var(--demo-forest); }
.demo-owner-link[aria-current="page"] { background: var(--demo-forest-2); }
.demo-mobile-nav a[aria-current="page"] { background: rgba(255,255,255,.1); color: white; }
.demo-mobile-nav a[aria-current="page"] span { color: white; }
.demo-manager-button { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; }
.demo-view-switch a,
.demo-view-switch button { min-height: 36px; padding: 7px 12px; display: inline-flex; align-items: center; gap: 5px; justify-content: center; border: 0; border-radius: 7px; background: transparent; color: var(--demo-muted); cursor: pointer; font-size: 10px; font-weight: 850; }
.demo-view-switch a:hover { background: #eff5f1; color: var(--demo-forest); }
.demo-whatsapp-link { text-decoration: none; }

.demo-subpage-hero {
  padding: clamp(54px, 7vw, 92px) clamp(20px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: end;
  background: radial-gradient(circle at 92% 12%, rgba(213,168,78,.2), transparent 23rem), linear-gradient(135deg, #0f453b, #0a312b);
  color: white;
}
.demo-subpage-hero > div > p,
.demo-announce-copy > p,
.demo-publish-heading > p,
.demo-publish-benefits > div > p,
.demo-announce-final p { margin: 0 0 9px; color: #dfbd6c; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.demo-subpage-hero h1 { max-width: 820px; margin: 0; color: white; font-size: clamp(42px, 5.4vw, 72px); line-height: 1.02; letter-spacing: -.052em; }
.demo-subpage-hero > div > span { max-width: 720px; margin-top: 17px; display: block; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.7; }
.demo-subpage-hero .demo-main-search { margin-top: 0; align-self: end; }
.demo-subpage-primary,
.demo-inline-link { min-height: 44px; padding: 10px 14px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 10px; font-size: 10px; font-weight: 850; }
.demo-subpage-primary { justify-self: end; background: #dfbd6c; color: #30240e; }
.demo-inline-link { border: 1px solid var(--demo-line); background: white; color: var(--demo-forest); }
.demo-subpage-inventory { min-height: 58svh; padding-top: clamp(42px, 5vw, 66px); }
.demo-map-page-canvas { min-height: 68svh !important; }
.demo-favorites-hero { grid-template-columns: minmax(0, 1fr) auto; }
.demo-favorites-layout { grid-template-columns: 1fr; }
.demo-favorites-layout .demo-property-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.demo-favorites-empty a { margin-top: 14px; min-height: 40px; padding: 8px 13px; display: inline-flex; align-items: center; border-radius: 9px; background: var(--demo-forest); color: white; font-size: 10px; font-weight: 850; }

.demo-announce-hero {
  min-height: 670px;
  padding: clamp(54px, 7vw, 94px) clamp(20px, 5vw, 74px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .68fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
  background: radial-gradient(circle at 86% 4%, rgba(213,168,78,.24), transparent 24rem), linear-gradient(140deg, #0e3c34, #072923);
  color: white;
}
.demo-announce-copy h1 { max-width: 850px; margin: 0; color: white; font-size: clamp(46px, 6vw, 80px); line-height: .99; letter-spacing: -.058em; }
.demo-announce-copy > span { max-width: 760px; margin-top: 22px; display: block; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.75; }
.demo-announce-proof { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 7px; }
.demo-announce-proof span { min-height: 30px; padding: 6px 9px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.76); font-size: 8px; font-weight: 750; }
.demo-announce-proof b { color: #dfbd6c; font-size: 7px; }
.demo-announce-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.demo-announce-actions a { min-height: 48px; padding: 11px 16px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; color: white; font-size: 10px; font-weight: 880; }
.demo-announce-actions a:first-child { border-color: #dfbd6c; background: #dfbd6c; color: #30240e; }
.demo-announce-preview { position: relative; min-height: 520px; padding: 11px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.07); transform: rotate(1.4deg); box-shadow: 0 35px 80px rgba(0,0,0,.3); }
.demo-announce-preview > span { position: absolute; z-index: 2; top: 25px; left: 25px; padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--demo-forest); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.demo-announce-preview img { width: 100%; height: 520px; border-radius: 20px; object-fit: cover; }
.demo-announce-preview > div { position: absolute; inset: auto 28px 28px; padding: 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(8,42,35,.85); backdrop-filter: blur(14px); }
.demo-announce-preview strong { display: block; color: white; font-size: 17px; }
.demo-announce-preview small { display: block; margin-top: 4px; color: rgba(255,255,255,.62); font-size: 9px; }
.demo-publish-process,
.demo-publish-benefits,
.demo-assessoria-preview { padding: clamp(58px, 7vw, 96px) clamp(20px, 5vw, 74px); }
.demo-publish-process { display: grid; grid-template-columns: minmax(260px,.55fr) minmax(0,1fr); gap: clamp(42px,7vw,100px); background: #f8faf8; }
.demo-publish-heading h2,
.demo-publish-benefits h2 { margin: 0; color: var(--demo-ink); font-size: clamp(34px,4vw,54px); line-height: 1.04; letter-spacing: -.048em; }
.demo-publish-heading > span { max-width: 620px; margin-top: 16px; display: block; color: var(--demo-muted); font-size: 12px; line-height: 1.7; }
.demo-publish-process ol { margin: 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.demo-publish-process li { padding: 0; display: block; overflow: hidden; border: 1px solid var(--demo-line); border-radius: 15px; background: white; }
.demo-publish-process details { width: 100%; }
.demo-publish-process summary { min-height: 72px; padding: 14px 16px; display: grid; grid-template-columns: 42px 1fr 24px; gap: 14px; align-items: center; cursor: pointer; list-style: none; }
.demo-publish-process summary::-webkit-details-marker { display: none; }
.demo-publish-process li b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #eaf4ee; color: var(--demo-forest); font-size: 9px; }
.demo-publish-process li strong { display: block; color: var(--demo-ink); font-size: 13px; }
.demo-publish-process summary i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #f0f5f2; color: var(--demo-forest); font-size: 12px; font-style: normal; transition: transform 180ms ease; }
.demo-publish-process details[open] summary i { transform: rotate(45deg); }
.demo-publish-process li p { margin: -4px 16px 15px 72px; color: var(--demo-muted); font-size: 9px; line-height: 1.55; }
.demo-publish-benefits { background: var(--demo-sand); }
.demo-publish-benefits > div:first-child { max-width: 760px; }
.demo-publish-benefit-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(4,1fr); gap: 11px; }
.demo-publish-benefit-grid article { padding: 21px; border: 1px solid var(--demo-line); border-radius: 17px; background: white; }
.demo-publish-benefit-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #eaf4ee; color: var(--demo-forest); font-size: 17px; }
.demo-publish-benefit-grid strong { display: block; margin-top: 22px; color: var(--demo-ink); font-size: 13px; }
.demo-publish-benefit-grid p { margin: 6px 0 0; color: var(--demo-muted); font-size: 9px; line-height: 1.55; }
.demo-assessoria-preview { display: grid; grid-template-columns: minmax(260px,.55fr) minmax(0,1fr); gap: clamp(42px,7vw,100px); background: white; }
.demo-assessoria-dashboard { padding: 18px; border: 1px solid var(--demo-line); border-radius: 20px; background: #f7faf8; box-shadow: 0 20px 55px rgba(22,49,44,.09); }
.demo-assessoria-toolbar { margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.demo-assessoria-toolbar span { display: block; color: #899991; font-size: 7px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.demo-assessoria-toolbar strong { display: block; margin-top: 2px; color: var(--demo-ink); font-size: 14px; }
.demo-assessoria-toolbar a { min-height: 34px; padding: 7px 10px; display: inline-flex; align-items: center; border-radius: 8px; background: var(--demo-forest); color: white; font-size: 8px; font-weight: 850; }
.demo-assessoria-dashboard .demo-manager-stats { margin-top: 0; }
.demo-assessoria-list { margin-top: 10px; display: grid; gap: 6px; }
.demo-assessoria-list article { padding: 7px; display: grid; grid-template-columns: 52px minmax(0,1fr) auto; gap: 9px; align-items: center; border: 1px solid var(--demo-line); border-radius: 10px; background: white; }
.demo-assessoria-list img { width: 52px; height: 42px; border-radius: 7px; object-fit: cover; }
.demo-assessoria-list strong { display: block; color: var(--demo-ink); font-size: 9px; }
.demo-assessoria-list small { display: block; margin-top: 2px; color: var(--demo-muted); font-size: 7px; }
.demo-assessoria-list article > b { padding: 5px 7px; border-radius: 999px; background: #e6f3eb; color: #15704c; font-size: 6px; text-transform: uppercase; }
.demo-assessoria-list article > b.is-reserved { background: #f4ead2; color: #7f5b1e; }
.demo-assessoria-actions { margin-top: 12px; display: grid; gap: 7px; }
.demo-assessoria-actions a,
.demo-assessoria-actions button { width: 100%; padding: 13px; display: grid; grid-template-columns: 36px 1fr; gap: 11px; align-items: center; border: 1px solid var(--demo-line); border-radius: 11px; background: white; color: inherit; cursor: pointer; font: inherit; text-align: left; }
.demo-assessoria-actions a:hover,
.demo-assessoria-actions button:hover { border-color: #9ebcaf; background: #fbfdfc; }
.demo-assessoria-actions a > span,
.demo-assessoria-actions button > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: #eaf4ee; color: var(--demo-forest); font-weight: 900; }
.demo-assessoria-actions strong { display: block; color: var(--demo-ink); font-size: 11px; }
.demo-assessoria-actions p { margin: 3px 0 0; color: var(--demo-muted); font-size: 8px; }
.demo-assessoria-feedback { margin: 10px 2px 0; color: #71847c; font-size: 7px; text-align: right; }
.demo-announce-final { padding: 42px clamp(20px,5vw,74px); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: #0a332c; color: white; }
.demo-announce-final h2 { max-width: 780px; margin: 0; color: white; font-size: clamp(29px,3.6vw,48px); line-height: 1.05; letter-spacing: -.045em; }
.demo-announce-final > a { min-height: 48px; padding: 11px 16px; display: inline-flex; align-items: center; gap: 8px; border-radius: 11px; background: #dfbd6c; color: #30240e; font-size: 10px; font-weight: 900; white-space: nowrap; }

.demo-mobile-nav { display: none; }

@media (max-width: 1180px) {
  .demo-property-hero { grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr); }
  .demo-header-actions { margin-left: auto; }
  .demo-agency-nav { display: none; }
  .demo-owner-section { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .demo-property-hero { grid-template-columns: 1fr; }
  .demo-property-feature { min-height: 470px; transform: none; }
  .demo-owner-section { grid-template-columns: 1fr; }
  .demo-subpage-hero,
  .demo-announce-hero,
  .demo-publish-process,
  .demo-assessoria-preview { grid-template-columns: 1fr; }
  .demo-subpage-primary { justify-self: start; }
  .demo-announce-preview { width: min(620px, 100%); margin-inline: auto; transform: none; }
  .demo-publish-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .demo-detail-layout { max-height: none; grid-template-columns: 1fr; }
  .demo-property-dialog { overflow-y: auto; }
  .demo-detail-media,
  .demo-detail-copy { overflow: visible; }
  .demo-detail-main-media { height: 58svh; min-height: 430px; }
  .demo-detail-main-media img,
  .demo-detail-main-media video { min-height: 430px; }
}

@media (max-width: 680px) {
  .property-demo-app { padding-bottom: calc(92px + env(safe-area-inset-bottom)); }
  .property-demo-header { min-height: 65px; padding: 9px 12px; gap: 9px; }
  .demo-agency-mark { width: 39px; height: 39px; font-size: 22px; }
  .demo-agency-brand strong { font-size: 15px; }
  .demo-agency-brand small { font-size: 6px; }
  .demo-owner-link { display: none; }
  .demo-manager-button { width: 68px; height: 40px; min-height: 40px; margin-left: 0; padding: 0 8px; justify-content: center; overflow: visible; color: var(--demo-forest); font-size: 9px; white-space: nowrap; }
  .demo-manager-button span { color: var(--demo-forest); font-size: 12px; }
  .demo-property-hero { min-height: 0; padding: 36px 14px 42px; gap: 30px; }
  .demo-property-hero h2 { font-size: clamp(43px, 12.5vw, 58px); }
  .demo-property-hero-copy > p:not(.demo-property-kicker) { font-size: 13px; line-height: 1.6; }
  .demo-hero-proof { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .demo-hero-proof span,
  .demo-hero-proof a { flex: 0 0 auto; margin-left: 0; }
  .demo-property-feature { min-height: 390px; border-width: 4px; border-radius: 24px; }
  .demo-feature-mosaic { grid-template-columns: 1.45fr .75fr; }
  .demo-feature-overlay { inset: auto 14px 14px; }
  .demo-feature-overlay strong { font-size: 18px; }
  .demo-feature-overlay small { max-width: 160px; }
  .demo-inventory { padding: 42px 14px; }
  .demo-subpage-hero { padding: 42px 15px; }
  .demo-subpage-hero h1 { font-size: clamp(40px, 12vw, 56px); }
  .demo-subpage-hero .demo-main-search { width: 100%; }
  .demo-favorites-hero { align-items: start; }
  .demo-favorites-layout .demo-property-list { grid-template-columns: 1fr; }
  .demo-view-switch a { min-width: 42px; padding-inline: 9px; color: transparent; font-size: 0; }
  .demo-view-switch a span { color: var(--demo-muted); font-size: 15px; }
  .demo-announce-hero { min-height: 0; padding: 30px 14px 34px; gap: 24px; }
  .demo-announce-copy > p { margin-bottom: 7px; font-size: 7px; }
  .demo-announce-copy h1 { max-width: 360px; font-size: clamp(36px, 10.5vw, 46px); line-height: 1.01; letter-spacing: -.052em; }
  .demo-announce-copy > span { margin-top: 14px; font-size: 10px; line-height: 1.55; }
  .demo-announce-proof { margin-top: 14px; flex-wrap: nowrap; gap: 5px; overflow-x: auto; scrollbar-width: none; }
  .demo-announce-proof::-webkit-scrollbar { display: none; }
  .demo-announce-proof span { min-height: 27px; flex: 0 0 auto; padding: 5px 8px; font-size: 7px; }
  .demo-announce-actions { margin-top: 18px; flex-wrap: nowrap; gap: 7px; }
  .demo-announce-actions a { min-height: 42px; padding: 9px 12px; justify-content: center; font-size: 8px; }
  .demo-announce-actions a:first-child { flex: 1 1 auto; }
  .demo-announce-preview { min-height: 0; padding: 7px; border-radius: 20px; }
  .demo-announce-preview > span { top: 16px; left: 16px; padding: 5px 7px; font-size: 6px; }
  .demo-announce-preview img { height: 230px; border-radius: 15px; }
  .demo-announce-preview > div { inset: auto 15px 15px; padding: 10px 11px; border-radius: 10px; }
  .demo-announce-preview strong { font-size: 12px; }
  .demo-announce-preview small { margin-top: 2px; font-size: 7px; }
  .demo-publish-process,
  .demo-publish-benefits,
  .demo-assessoria-preview { padding: 36px 14px; gap: 21px; }
  .demo-publish-heading > p,
  .demo-publish-benefits > div > p { margin-bottom: 7px; font-size: 7px; }
  .demo-publish-heading h2,
  .demo-publish-benefits h2 { font-size: 30px; line-height: 1.02; }
  .demo-publish-heading > span { margin-top: 10px; font-size: 9px; line-height: 1.5; }
  .demo-publish-process ol { gap: 6px; }
  .demo-publish-process summary { min-height: 52px; padding: 8px 10px; grid-template-columns: 34px 1fr 22px; gap: 9px; }
  .demo-publish-process li b { width: 34px; height: 34px; border-radius: 10px; font-size: 7px; }
  .demo-publish-process li strong { font-size: 10px; }
  .demo-publish-process summary i { width: 22px; height: 22px; font-size: 10px; }
  .demo-publish-process li p { margin: -2px 10px 11px 53px; font-size: 8px; }
  .demo-publish-benefit-grid { margin-top: 18px; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px; }
  .demo-publish-benefit-grid article { min-height: 132px; padding: 12px; border-radius: 13px; }
  .demo-publish-benefit-grid article > span { width: 32px; height: 32px; border-radius: 10px; font-size: 13px; }
  .demo-publish-benefit-grid strong { margin-top: 11px; font-size: 10px; }
  .demo-publish-benefit-grid p { margin-top: 4px; font-size: 7.5px; line-height: 1.45; }
  .demo-assessoria-dashboard { padding: 10px; border-radius: 15px; }
  .demo-assessoria-toolbar { margin-bottom: 8px; }
  .demo-assessoria-toolbar strong { font-size: 11px; }
  .demo-assessoria-toolbar a { min-height: 30px; padding: 6px 8px; font-size: 7px; }
  .demo-assessoria-dashboard .demo-manager-stats { gap: 5px; }
  .demo-assessoria-dashboard .demo-manager-stats div { min-width: 0; padding: 8px; }
  .demo-assessoria-dashboard .demo-manager-stats span { font-size: 6px; white-space: nowrap; }
  .demo-assessoria-dashboard .demo-manager-stats strong { font-size: 16px; }
  .demo-assessoria-list { margin-top: 7px; gap: 5px; }
  .demo-assessoria-list article { grid-template-columns: 44px minmax(0,1fr) auto; padding: 5px; gap: 7px; }
  .demo-assessoria-list img { width: 44px; height: 36px; }
  .demo-assessoria-list strong { font-size: 8px; }
  .demo-assessoria-list small { font-size: 6px; }
  .demo-assessoria-list article > b { padding: 4px 5px; font-size: 5px; }
  .demo-assessoria-actions { margin-top: 7px; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 5px; }
  .demo-assessoria-actions a,
  .demo-assessoria-actions button { min-width: 0; min-height: 70px; padding: 8px 5px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; text-align: center; }
  .demo-assessoria-actions a > span,
  .demo-assessoria-actions button > span { width: 27px; height: 27px; border-radius: 8px; font-size: 11px; }
  .demo-assessoria-actions strong { font-size: 8px; }
  .demo-assessoria-actions p { display: none; }
  .demo-assessoria-feedback { margin-top: 7px; font-size: 6px; text-align: center; }
  .demo-announce-final { padding: 28px 14px; align-items: flex-start; gap: 18px; flex-direction: column; }
  .demo-announce-final p { font-size: 7px; }
  .demo-announce-final h2 { font-size: 29px; }
  .demo-announce-final > a { width: 100%; justify-content: center; }
  .demo-filter-bar { position: sticky; z-index: 45; top: 65px; margin-inline: -14px; padding: 9px 14px; overflow-x: auto; border-inline: 0; border-radius: 0; box-shadow: 0 9px 24px rgba(32,64,55,.08); }
  .demo-filter-bar label { min-width: 118px; }
  .demo-filter-bar .demo-more-filters { margin-left: 0; }
  .demo-property-list { grid-template-columns: 1fr; gap: 16px; }
  .demo-listing-card { display: block; }
  .demo-listing-media { height: auto; min-height: 0; aspect-ratio: 1.36 / 1; }
  .demo-listing-content { padding: 15px; }
  .demo-listing-content h3 { font-size: 17px; }
  .demo-listing-price { align-items: end; flex-direction: row; }
  .demo-listing-actions { width: auto; }
  .demo-listing-actions button:first-child { min-width: 88px; }
  .demo-card-media-nav { opacity: .9; }
  .demo-media-privacy-card b { display: none; }
  .demo-media-privacy-card i { width: 26px; height: 26px; flex-basis: 26px; }
  .demo-map-canvas,
  .demo-results-layout.map-only .demo-map-canvas { min-height: 70svh; }
  .demo-owner-section { padding: 58px 18px; gap: 34px; }
  .demo-owner-copy h2 { font-size: 38px; }
  .demo-owner-actions { align-items: stretch; flex-direction: column; }
  .demo-owner-actions button,
  .demo-owner-actions a { justify-content: center; }
  .demo-owner-benefits article { padding: 16px; }
  .demo-app-footer { padding-bottom: 26px; }

  .demo-mobile-nav {
    position: fixed;
    z-index: 155;
    inset: auto 8px calc(6px + env(safe-area-inset-bottom));
    min-height: 54px;
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
    border: 1px solid rgba(213,168,78,.24);
    border-radius: 18px;
    background: rgba(9, 47, 41, .94);
    box-shadow: 0 16px 45px rgba(0,0,0,.3);
    backdrop-filter: blur(18px);
  }

  .demo-mobile-nav a,
  .demo-mobile-nav button { padding: 5px 2px; display: flex; flex-direction: column; gap: 3px; align-items: center; justify-content: center; border: 0; border-radius: 12px; background: transparent; color: rgba(255,255,255,.68); cursor: pointer; font-size: 7px; font-weight: 780; }
  .demo-mobile-nav span { color: #dfbd6c; font-size: 16px; line-height: 1; }
  .demo-mobile-nav button.active { background: rgba(255,255,255,.1); color: white; }
  .demo-compare-dock { bottom: calc(78px + env(safe-area-inset-bottom)); }
  .demo-whatsapp-fab {
    right: calc(14px + env(safe-area-inset-right));
    bottom: calc(72px + env(safe-area-inset-bottom));
    width: 52px;
    min-height: 52px;
    padding: 0;
    justify-content: center;
  }
  .demo-whatsapp-fab svg { width: 31px; height: 31px; flex-basis: 31px; padding: 5px; }
  .demo-whatsapp-fab > span { display: none; }
  .has-compare-selection .demo-whatsapp-fab { bottom: calc(150px + env(safe-area-inset-bottom)); }

  .demo-property-dialog { width: 100%; max-width: none; height: 100svh; max-height: 100svh; margin: 0; border-radius: 0; }
  .demo-detail-media { padding: 8px; }
  .demo-detail-main-media { height: 50svh; min-height: 340px; border-radius: 15px; }
  .demo-detail-main-media img,
  .demo-detail-main-media video { min-height: 340px; }
  .demo-detail-close-floating { position: fixed; top: 12px; right: 12px; }
  .demo-detail-gallery-bar { padding-inline: 4px; }
  .demo-detail-copy { padding: 20px 15px 0; }
  .demo-detail-copy h2 { font-size: 30px; }
  .demo-detail-price { align-items: start; }
  .demo-detail-price > b { font-size: 8px; }
  .demo-detail-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .demo-detail-zone { align-items: flex-start; flex-wrap: wrap; }
  .demo-detail-zone > div { min-width: calc(100% - 58px); }
  .demo-detail-zone > button { width: 100%; }
  .demo-contact-simulation { bottom: 0; margin: 18px -15px 0; padding: 15px calc(15px + env(safe-area-inset-right)) calc(15px + env(safe-area-inset-bottom)) calc(15px + env(safe-area-inset-left)); grid-template-columns: 1fr 44px; background: rgba(255,255,255,.96); box-shadow: 0 -10px 30px rgba(28,61,53,.1); backdrop-filter: blur(14px); }
  .demo-contact-simulation button:nth-child(2) { display: none; }
  .demo-media-privacy-detail b { font-size: 6px; }

  .demo-filter-dialog { width: 100%; max-width: none; max-height: 88svh; margin: auto 0 0; border-radius: 24px 24px 0 0; }
  .demo-advanced-filters { grid-template-columns: 1fr; padding: 16px; }
  .demo-advanced-toggles { grid-column: 1; }
  .demo-filter-dialog-actions { position: sticky; bottom: 0; padding: 12px 16px calc(14px + env(safe-area-inset-bottom)); }
  .demo-filter-dialog-actions button { flex: 1; }
  .demo-whatsapp-dialog { width: 100%; max-width: none; max-height: 90svh; margin: auto 0 0; border-radius: 24px 24px 0 0; }
  .demo-whatsapp-selection-summary { padding: 16px 15px 7px; }
  .demo-whatsapp-selection-list { padding: 7px 15px 14px; }
  .demo-whatsapp-choice { grid-template-columns: 72px minmax(0, 1fr); gap: 10px; }
  .demo-whatsapp-choice img { width: 72px; height: 64px; }
  .demo-whatsapp-choice button { grid-column: 1 / -1; min-height: 44px; }
  .demo-whatsapp-selection-actions { position: sticky; bottom: 0; padding: 12px 15px calc(14px + env(safe-area-inset-bottom)); }
  .demo-whatsapp-selection-actions button { flex: 1; }
  .demo-manager-access { grid-template-columns: 1fr auto; }
  .demo-manager-access p { grid-column: 1 / -1; }
  .demo-manager-stats small { display: none; }
}

@media (max-width: 430px) {
  .demo-feature-overlay button { min-width: 82px; }
  .demo-listing-card { grid-template-columns: none; }
  .demo-listing-media { min-height: 0; }
  .demo-listing-type { display: inline-flex; }
  .demo-detail-main-media { min-height: 315px; }
  .demo-detail-main-media img,
  .demo-detail-main-media video { min-height: 315px; }
  .demo-manager-stats { gap: 5px; }
  .demo-manager-stats div { padding: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .demo-listing-card,
  .demo-listing-open-media > img,
  .demo-map-price-icon > span,
  .demo-detail-zone i b,
  .demo-whatsapp-fab { animation: none; transition: none; }
}
