.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,.72); cursor: pointer; font-size: 10px; font-weight: 780; }
  .demo-mobile-nav span { color: #dfbd6c; font-size: 18px; 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; }
}

/* Nykuto Local — progressive CDE/Foz marketplace entry */
.nykuto-local-hero {
  position: relative;
  min-height: 650px;
  padding: clamp(54px, 7vw, 94px) clamp(24px, 5vw, 78px);
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, .72fr);
  gap: clamp(38px, 6vw, 92px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 12%, rgba(223,189,108,.2), transparent 30%),
    radial-gradient(circle at 89% 86%, rgba(91,163,136,.18), transparent 34%),
    linear-gradient(135deg, #092f29 0%, #174f43 58%, #0d3b33 100%);
}

.nykuto-local-hero::after {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  right: -230px;
  top: -250px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 76px rgba(255,255,255,.025), 0 0 0 152px rgba(255,255,255,.018);
  pointer-events: none;
}

.nykuto-local-copy,
.nykuto-local-chooser { position: relative; z-index: 1; }

.nykuto-local-copy .demo-property-kicker { color: #dfbd6c; }
.nykuto-local-copy .demo-property-kicker > span { background: #dfbd6c; box-shadow: 0 0 0 5px rgba(223,189,108,.13); }
.nykuto-local-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5.6vw, 78px);
  line-height: .96;
  letter-spacing: -.06em;
}
.nykuto-local-copy > p:not(.demo-property-kicker) {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.7;
}

.nykuto-local-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.nykuto-local-actions button,
.nykuto-local-actions a {
  min-height: 50px;
  padding: 12px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}
.nykuto-local-actions button { border: 1px solid #dfbd6c; background: #dfbd6c; color: #30240e; }
.nykuto-local-actions a { border: 1px solid rgba(255,255,255,.23); color: #fff; }
.nykuto-local-actions button:hover { background: #efd089; }
.nykuto-local-actions a:hover { background: rgba(255,255,255,.08); }

.nykuto-local-trust {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nykuto-local-trust span {
  min-height: 30px;
  padding: 6px 9px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.74);
  font-size: 8px;
  font-weight: 760;
}
.nykuto-local-trust b { color: #dfbd6c; font-size: 7px; }

.nykuto-local-chooser {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: rgba(249,252,250,.96);
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
  transform: rotate(1deg);
}
.nykuto-local-chooser > header { padding: 3px 4px 18px; }
.nykuto-local-chooser > header > span {
  display: block;
  color: var(--demo-forest);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.nykuto-local-chooser > header > strong {
  display: block;
  margin-top: 6px;
  color: var(--demo-ink);
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.nykuto-local-chooser > header > small {
  display: block;
  margin-top: 8px;
  color: var(--demo-muted);
  font-size: 9px;
  line-height: 1.5;
}

.nykuto-local-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.nykuto-local-category-grid a,
.nykuto-local-category-grid button {
  min-width: 0;
  min-height: 98px;
  padding: 13px;
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  grid-template-rows: 1fr auto;
  gap: 8px 11px;
  align-items: center;
  border: 1px solid var(--demo-line);
  border-radius: 15px;
  background: #fff;
  color: var(--demo-ink);
  text-align: left;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}
.nykuto-local-category-grid a:hover,
.nykuto-local-category-grid button:hover { transform: translateY(-2px); border-color: rgba(23,79,67,.35); box-shadow: 0 12px 28px rgba(27,69,58,.09); }
.nykuto-local-category-grid > * > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  grid-row: 1;
  border-radius: 12px;
  background: #eaf4ee;
  color: var(--demo-forest);
  font-size: 16px;
  font-weight: 900;
}
.nykuto-local-category-grid div { min-width: 0; }
.nykuto-local-category-grid strong { display: block; font-size: 11px; line-height: 1.2; }
.nykuto-local-category-grid small { display: block; margin-top: 4px; color: var(--demo-muted); font-size: 7.5px; line-height: 1.35; }
.nykuto-local-category-grid b {
  grid-column: 1 / -1;
  justify-self: start;
  padding: 4px 7px;
  border-radius: 999px;
  background: #f1f5f2;
  color: var(--demo-forest);
  font-size: 6.5px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.nykuto-local-category-grid .nykuto-local-need-card { border-color: rgba(223,189,108,.7); background: #fffaf0; }
.nykuto-local-category-grid .nykuto-local-need-card > span { background: #dfbd6c; color: #30240e; }

.nykuto-local-launch-note {
  padding: 18px clamp(20px,5vw,74px);
  display: grid;
  grid-template-columns: auto minmax(260px,1fr) auto;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid var(--demo-line);
  background: #fffaf0;
}
.nykuto-local-launch-note > div { display: flex; align-items: center; gap: 9px; color: var(--demo-forest); white-space: nowrap; }
.nykuto-local-launch-note > div span { color: #23a568; font-size: 10px; }
.nykuto-local-launch-note strong { font-size: 10px; }
.nykuto-local-launch-note p { margin: 0; color: var(--demo-muted); font-size: 9px; line-height: 1.55; }
.nykuto-local-launch-note a { color: var(--demo-forest); font-size: 9px; font-weight: 900; white-space: nowrap; }

.nykuto-request-dialog { width: min(760px, calc(100% - 28px)); max-height: 92svh; }
.nykuto-request-shell { display: block; }
.nykuto-request-intro { margin: 0; padding: 18px 22px 0; color: var(--demo-muted); font-size: 10px; line-height: 1.55; }
.nykuto-request-grid { padding: 18px 22px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.nykuto-request-grid label { display: grid; gap: 6px; }
.nykuto-request-grid label > span { color: var(--demo-ink); font-size: 8px; font-weight: 850; }
.nykuto-request-grid label > span small { color: var(--demo-muted); font-weight: 650; }
.nykuto-request-grid input,
.nykuto-request-grid select,
.nykuto-request-grid textarea {
  width: 100%;
  min-height: 45px;
  padding: 10px 11px;
  border: 1px solid var(--demo-line);
  border-radius: 11px;
  background: #fff;
  color: var(--demo-ink);
  font: inherit;
  font-size: 10px;
}
.nykuto-request-grid textarea { min-height: 88px; resize: vertical; line-height: 1.45; }
.nykuto-request-grid input:focus,
.nykuto-request-grid select:focus,
.nykuto-request-grid textarea:focus { outline: 3px solid rgba(223,189,108,.28); border-color: var(--demo-forest); }
.nykuto-request-wide { grid-column: 1 / -1; }
.nykuto-request-customs,
.nykuto-request-privacy { margin: 0 22px; padding: 10px 11px; border-radius: 10px; font-size: 8px; line-height: 1.5; }
.nykuto-request-customs { border: 1px solid #ead4a0; background: #fff8e6; color: #5d4920; }
.nykuto-request-privacy { margin-top: 9px; background: #f1f5f2; color: var(--demo-muted); }
.nykuto-request-actions { padding: 18px 22px 22px; display: flex; justify-content: flex-end; gap: 9px; }
.nykuto-request-actions button { min-height: 44px; padding: 10px 14px; border: 1px solid var(--demo-line); border-radius: 10px; background: #fff; color: var(--demo-ink); font-size: 9px; font-weight: 850; cursor: pointer; }
.nykuto-request-actions button[type='submit'] { border-color: var(--demo-forest); background: var(--demo-forest); color: #fff; }

@media (max-width: 980px) {
  .nykuto-local-hero { min-height: 0; grid-template-columns: 1fr; }
  .nykuto-local-copy { max-width: 820px; }
  .nykuto-local-chooser { width: min(760px,100%); transform: none; }
  .nykuto-local-launch-note { grid-template-columns: 1fr auto; }
  .nykuto-local-launch-note p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 720px) {
  .nykuto-local-hero { padding: 34px 14px 30px; gap: 25px; }
  .nykuto-local-copy h1 { max-width: 390px; font-size: clamp(40px,12vw,54px); line-height: .98; }
  .nykuto-local-copy > p:not(.demo-property-kicker) { margin-top: 15px; font-size: 11px; line-height: 1.55; }
  .nykuto-local-actions { margin-top: 20px; flex-wrap: nowrap; gap: 7px; }
  .nykuto-local-actions button,
  .nykuto-local-actions a { min-height: 44px; padding: 9px 11px; font-size: 8px; }
  .nykuto-local-actions button { flex: 1 1 auto; }
  .nykuto-local-trust { margin-top: 16px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .nykuto-local-trust::-webkit-scrollbar { display: none; }
  .nykuto-local-trust span { flex: 0 0 auto; font-size: 9px; }
  .nykuto-local-chooser { margin: 0; padding: 13px; border-radius: 20px; }
  .nykuto-local-chooser > header { padding: 2px 2px 12px; }
  .nykuto-local-chooser > header > strong { font-size: 21px; }
  .nykuto-local-chooser > header > small { font-size: 10px; }
  .nykuto-local-category-grid { display: flex; gap: 7px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .nykuto-local-category-grid::-webkit-scrollbar { display: none; }
  .nykuto-local-category-grid a,
  .nykuto-local-category-grid button { flex: 0 0 174px; min-height: 104px; scroll-snap-align: start; }
  .nykuto-local-category-grid strong { font-size: 12px; }
  .nykuto-local-category-grid small { font-size: 10px; }
  .nykuto-local-category-grid b { font-size: 9px; }
  .nykuto-local-launch-note { padding: 14px; grid-template-columns: 1fr; gap: 8px; }
  .nykuto-local-launch-note > div { white-space: normal; }
  .nykuto-local-launch-note p { grid-column: 1; grid-row: auto; font-size: 10px; }
  .nykuto-local-launch-note a { font-size: 10px; }
  .nykuto-request-dialog { width: 100%; max-width: none; max-height: 92svh; margin: auto 0 0; border-radius: 24px 24px 0 0; }
  .nykuto-request-intro { padding: 14px 15px 0; font-size: 11px; }
  .nykuto-request-grid { padding: 14px 15px; grid-template-columns: 1fr; gap: 10px; }
  .nykuto-request-wide { grid-column: 1; }
  .nykuto-request-grid input,
  .nykuto-request-grid select,
  .nykuto-request-grid textarea { font-size: 16px; }
  .nykuto-request-grid label > span { font-size: 11px; }
  .nykuto-request-customs,
  .nykuto-request-privacy { margin-inline: 15px; }
  .nykuto-request-customs,
  .nykuto-request-privacy { font-size: 10px; }
  .nykuto-request-actions { position: sticky; bottom: 0; padding: 12px 15px calc(14px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); }
  .nykuto-request-actions button { flex: 1; }
  .demo-mobile-nav .nykuto-mobile-need { background: #dfbd6c; color: #30240e; }
  .demo-mobile-nav .nykuto-mobile-need span { color: #30240e; }
}

.nykuto-publish-categories {
  padding: clamp(54px,7vw,92px) clamp(20px,5vw,74px);
  display: grid;
  grid-template-columns: minmax(240px,.48fr) minmax(0,1fr);
  gap: clamp(36px,6vw,86px);
  background: #fff;
}
.nykuto-publish-categories-heading > p {
  margin: 0 0 9px;
  color: var(--demo-forest);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.nykuto-publish-categories-heading h2 {
  margin: 0;
  color: var(--demo-ink);
  font-size: clamp(34px,4vw,54px);
  line-height: 1.04;
  letter-spacing: -.048em;
}
.nykuto-publish-categories-heading > span {
  max-width: 540px;
  margin-top: 16px;
  display: block;
  color: var(--demo-muted);
  font-size: 11px;
  line-height: 1.65;
}
.nykuto-publish-category-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.nykuto-publish-category-grid article {
  min-height: 190px;
  padding: 20px;
  display: grid;
  grid-template-columns: 44px minmax(0,1fr);
  grid-template-rows: 1fr auto;
  gap: 12px 14px;
  border: 1px solid var(--demo-line);
  border-radius: 17px;
  background: #f9fbfa;
}
.nykuto-publish-category-grid article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #eaf4ee;
  color: var(--demo-forest);
  font-size: 18px;
}
.nykuto-publish-category-grid strong { display: block; color: var(--demo-ink); font-size: 14px; }
.nykuto-publish-category-grid p { margin: 7px 0 0; color: var(--demo-muted); font-size: 9px; line-height: 1.55; }
.nykuto-publish-category-grid a {
  grid-column: 1 / -1;
  min-height: 42px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background: var(--demo-forest);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
}
.nykuto-publish-category-grid .nykuto-publish-need { border-color: rgba(223,189,108,.7); background: #fffaf0; }
.nykuto-publish-category-grid .nykuto-publish-need > span { background: #dfbd6c; color: #30240e; }

@media (max-width: 900px) {
  .nykuto-publish-categories { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .nykuto-publish-categories { padding: 42px 14px; gap: 22px; }
  .nykuto-publish-categories-heading > p { font-size: 7px; }
  .nykuto-publish-categories-heading h2 { font-size: 31px; }
  .nykuto-publish-categories-heading > span { margin-top: 10px; font-size: 11px; }
  .nykuto-publish-category-grid { display: flex; gap: 8px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .nykuto-publish-category-grid::-webkit-scrollbar { display: none; }
  .nykuto-publish-category-grid article { flex: 0 0 238px; min-height: 176px; padding: 16px; scroll-snap-align: start; }
  .nykuto-publish-category-grid p,
  .nykuto-publish-category-grid a { font-size: 10px; }
}

/* Nykuto Local — mobile-first listing wizard */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nykuto-listing-wizard {
  width: min(940px, calc(100% - 32px));
  min-height: 650px;
  margin: 34px auto;
  overflow: hidden;
  border: 1px solid rgba(22,49,44,.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 75px rgba(24,58,49,.12);
}

.nykuto-wizard-header {
  padding: 25px 28px 21px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--demo-line);
  background: linear-gradient(140deg,#f7fbf8,#fffaf0);
}
.nykuto-wizard-header p { margin: 0 0 7px; color: var(--demo-forest); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.nykuto-wizard-header h1 { margin: 0; color: var(--demo-ink); font-size: clamp(30px,4vw,46px); line-height: 1.02; letter-spacing: -.048em; }
.nykuto-wizard-header div > span { margin-top: 9px; display: block; color: var(--demo-muted); font-size: 10px; line-height: 1.5; }
.nykuto-wizard-header > b { flex: 0 0 auto; padding: 8px 11px; border-radius: 999px; background: #dfbd6c; color: #30240e; font-size: 9px; text-transform: uppercase; }

.nykuto-wizard-progress {
  margin: 0;
  padding: 14px 28px;
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  list-style: none;
  border-bottom: 1px solid var(--demo-line);
  background: #fff;
}
.nykuto-wizard-progress li { position: relative; display: flex; align-items: center; gap: 8px; color: #8b9994; }
.nykuto-wizard-progress li:not(:last-child)::after { content: ''; position: absolute; z-index: 0; top: 50%; left: 33px; right: 7px; height: 2px; background: #e4ebe7; transform: translateY(-50%); }
.nykuto-wizard-progress span { position: relative; z-index: 1; width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; border: 2px solid #dbe4df; border-radius: 50%; background: #fff; font-size: 8px; font-weight: 900; }
.nykuto-wizard-progress small { position: relative; z-index: 1; padding-right: 6px; background: #fff; font-size: 8px; font-weight: 800; }
.nykuto-wizard-progress .is-current { color: var(--demo-forest); }
.nykuto-wizard-progress .is-current span { border-color: #dfbd6c; background: #dfbd6c; color: #30240e; }
.nykuto-wizard-progress .is-complete span { border-color: var(--demo-forest); background: var(--demo-forest); color: #fff; }
.nykuto-wizard-progress .is-complete::after { background: var(--demo-forest); }

.nykuto-wizard-form { min-height: 460px; display: flex; flex-direction: column; }
.nykuto-wizard-step { padding: 27px 28px 24px; flex: 1; }
.nykuto-step-heading { max-width: 700px; margin-bottom: 22px; }
.nykuto-step-heading > span { color: var(--demo-forest); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.nykuto-step-heading h2 { margin: 5px 0 0; font-size: clamp(27px,3vw,38px); line-height: 1.05; letter-spacing: -.04em; }
.nykuto-step-heading p { margin: 8px 0 0; color: var(--demo-muted); font-size: 10px; line-height: 1.55; }

.nykuto-choice-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; border: 0; }
.nykuto-choice-grid label {
  position: relative;
  min-height: 105px;
  padding: 15px;
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  grid-template-rows: auto auto;
  gap: 5px 11px;
  align-content: center;
  border: 1px solid var(--demo-line);
  border-radius: 15px;
  background: #fbfcfb;
  color: var(--demo-ink);
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}
.nykuto-choice-grid label:hover { border-color: rgba(23,79,67,.42); transform: translateY(-1px); }
.nykuto-choice-grid label:has(input:focus-visible) { outline: 3px solid rgba(223,189,108,.35); outline-offset: 2px; }
.nykuto-choice-grid label:has(input:checked) { border-color: var(--demo-forest); background: #edf6f1; box-shadow: inset 0 0 0 1px var(--demo-forest); }
.nykuto-choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.nykuto-category-choices label > span { width: 38px; height: 38px; display: grid; place-items: center; grid-row: 1 / 3; border-radius: 11px; background: #e7f2ec; color: var(--demo-forest); font-size: 16px; font-weight: 900; }
.nykuto-choice-grid strong { align-self: end; font-size: 12px; }
.nykuto-choice-grid small { color: var(--demo-muted); font-size: 8px; line-height: 1.35; }
.nykuto-subcategory-choices label { min-height: 67px; grid-template-columns: minmax(0,1fr) auto; grid-template-rows: 1fr; }
.nykuto-subcategory-choices label > span { align-self: center; color: #8a9b95; font-size: 15px; }

.nykuto-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.nykuto-field { min-width: 0; display: grid; align-content: start; gap: 6px; }
.nykuto-field > span,
.nykuto-field legend { color: var(--demo-ink); font-size: 9px; font-weight: 850; }
.nykuto-field > span small { color: var(--demo-muted); font-weight: 650; }
.nykuto-field input,
.nykuto-field select,
.nykuto-field textarea {
  width: 100%;
  min-height: 47px;
  padding: 10px 12px;
  border: 1px solid var(--demo-line);
  border-radius: 11px;
  background: #fff;
  color: var(--demo-ink);
  font: inherit;
  font-size: 11px;
}
.nykuto-field textarea { min-height: 90px; resize: vertical; line-height: 1.5; }
.nykuto-field input:focus,
.nykuto-field select:focus,
.nykuto-field textarea:focus { outline: 3px solid rgba(223,189,108,.28); border-color: var(--demo-forest); }
.nykuto-field input:disabled { background: #eef2f0; color: #8b9994; }
.nykuto-field-wide { grid-column: 1 / -1; }

.nykuto-photo-picker {
  min-height: 102px;
  padding: 16px;
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  grid-template-rows: auto auto;
  gap: 3px 11px;
  align-items: center;
  border: 1.5px dashed #b8c8c1;
  border-radius: 13px;
  background: #f8fbf9;
  cursor: pointer;
}
.nykuto-photo-picker input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.nykuto-photo-picker > span { width: 42px; height: 42px; display: grid; place-items: center; grid-row: 1 / 3; border-radius: 12px; background: var(--demo-forest); color: #fff; font-size: 18px; }
.nykuto-photo-picker strong { align-self: end; font-size: 11px; }
.nykuto-photo-picker small { align-self: start; color: var(--demo-muted); font-size: 8px; }
.nykuto-photo-picker:has(input:focus-visible) { outline: 3px solid rgba(223,189,108,.35); }
.nykuto-photo-preview { display: flex; gap: 7px; overflow-x: auto; }
.nykuto-photo-preview figure { position: relative; width: 84px; height: 70px; margin: 0; flex: 0 0 84px; overflow: hidden; border-radius: 10px; background: #edf2ef; }
.nykuto-photo-preview img { width: 100%; height: 100%; object-fit: cover; }
.nykuto-photo-preview button { position: absolute; top: 5px; right: 5px; width: 28px; height: 28px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(8,35,30,.82); color: #fff; cursor: pointer; font-size: 16px; }
.nykuto-photo-preview button::before { content: ''; position: absolute; inset: -8px; }
.nykuto-photo-fallback { width: 100%; height: 100%; display: grid; place-items: center; background: #e6eee9; color: var(--demo-forest); font-size: 11px; font-weight: 900; }
.nykuto-field-help { margin: 0; color: var(--demo-muted); font-size: 8px; line-height: 1.45; }

.nykuto-location-search { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 9px; align-items: end; }
.nykuto-location-search button { min-height: 47px; padding: 10px 16px; border: 1px solid var(--demo-forest); border-radius: 11px; background: var(--demo-forest); color: #fff; cursor: pointer; font-size: 9px; font-weight: 900; }
.nykuto-location-search button:disabled { opacity: .62; cursor: wait; }
.nykuto-location-status { min-height: 18px; margin: 8px 1px; color: var(--demo-muted); font-size: 8px; }
.nykuto-location-results { margin-bottom: 8px; display: grid; gap: 5px; }
.nykuto-location-results button { min-height: 50px; padding: 8px 10px; display: grid; gap: 3px; border: 1px solid var(--demo-line); border-radius: 10px; background: #fff; color: var(--demo-ink); text-align: left; cursor: pointer; }
.nykuto-location-results strong { font-size: 9px; }
.nykuto-location-results small { overflow: hidden; color: var(--demo-muted); font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.nykuto-listing-map { min-height: 290px; overflow: hidden; border: 1px solid var(--demo-line); border-radius: 15px; background: #dfe8e3; }
.nykuto-listing-map .leaflet-control-attribution { font-size: 8px; }
.nykuto-map-note { margin-top: 9px; padding: 10px 11px; display: flex; align-items: flex-start; gap: 9px; border-radius: 11px; background: #edf5f0; color: var(--demo-muted); }
.nykuto-map-note > span { color: var(--demo-forest); font-size: 17px; }
.nykuto-map-note p { margin: 0; font-size: 8px; line-height: 1.5; }
.nykuto-map-note strong { display: block; color: var(--demo-forest); font-size: 8px; }
.nykuto-logistics-grid { margin-top: 17px; }
.nykuto-check-options { margin: 0; padding: 0; border: 0; }
.nykuto-check-options legend { margin-bottom: 7px; }
.nykuto-check-options label { min-height: 43px; padding: 9px 10px; display: inline-flex; align-items: center; gap: 8px; margin: 0 6px 6px 0; border: 1px solid var(--demo-line); border-radius: 10px; background: #fff; cursor: pointer; }
.nykuto-check-options label:has(input:checked) { border-color: var(--demo-forest); background: #edf6f1; }
.nykuto-check-options input { width: 18px; min-height: 18px; padding: 0; accent-color: var(--demo-forest); }
.nykuto-check-options span { font-size: 8px; font-weight: 760; }
.nykuto-extra-costs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.nykuto-customs-note,
.nykuto-geocode-note { margin: 11px 0 0; padding: 10px 11px; border-radius: 10px; font-size: 8px; line-height: 1.5; }
.nykuto-customs-note { border: 1px solid #ead4a0; background: #fff8e6; color: #5d4920; }
.nykuto-geocode-note { background: #f2f5f3; color: var(--demo-muted); }

.nykuto-listing-preview article { display: grid; grid-template-columns: minmax(220px,.65fr) minmax(0,1fr); overflow: hidden; border: 1px solid var(--demo-line); border-radius: 17px; background: #fff; box-shadow: 0 18px 45px rgba(25,62,52,.09); }
.nykuto-preview-media { position: relative; min-height: 320px; display: grid; place-items: center; background: linear-gradient(145deg,#dcebe3,#bcd4c8); }
.nykuto-preview-media img { width: 100%; height: 100%; object-fit: cover; }
.nykuto-preview-media > b { position: absolute; left: 11px; bottom: 11px; padding: 5px 7px; border-radius: 999px; background: rgba(8,35,30,.78); color: #fff; font-size: 7px; }
.nykuto-preview-placeholder { color: rgba(23,79,67,.35); font-family: Georgia,serif; font-size: 68px; font-weight: 900; }
.nykuto-preview-body { padding: 24px; }
.nykuto-preview-body > small { color: var(--demo-forest); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.nykuto-preview-body h3 { margin: 7px 0 0; font-size: 24px; line-height: 1.1; }
.nykuto-preview-body > strong { margin-top: 13px; display: block; color: var(--demo-forest); font-size: 17px; }
.nykuto-preview-body > p { margin: 15px 0 0; color: var(--demo-muted); font-size: 9px; line-height: 1.55; }
.nykuto-preview-chips { margin-top: 13px; display: flex; flex-wrap: wrap; gap: 5px; }
.nykuto-preview-chips span { padding: 5px 7px; border-radius: 999px; background: #eef4f0; color: var(--demo-forest); font-size: 7px; font-weight: 760; }
.nykuto-preview-body dl { margin: 16px 0 0; display: grid; grid-template-columns: auto 1fr; gap: 5px 10px; }
.nykuto-preview-body dt { color: var(--demo-muted); font-size: 7px; }
.nykuto-preview-body dd { margin: 0; color: var(--demo-ink); font-size: 8px; font-weight: 760; }
.nykuto-review-confirm { margin-top: 14px; padding: 13px; display: flex; align-items: flex-start; gap: 9px; border: 1px solid var(--demo-line); border-radius: 11px; cursor: pointer; }
.nykuto-review-confirm input { width: 19px; height: 19px; flex: 0 0 19px; accent-color: var(--demo-forest); }
.nykuto-review-confirm span { color: var(--demo-ink); font-size: 9px; line-height: 1.45; }
.nykuto-review-note { margin-top: 9px; padding: 11px 12px; border-radius: 11px; background: #fff8e6; color: #5d4920; }
.nykuto-review-note strong { font-size: 9px; }
.nykuto-review-note p { margin: 4px 0 0; font-size: 8px; line-height: 1.5; }

.nykuto-wizard-error { margin: 0 28px 10px; padding: 10px 12px; border: 1px solid #efb2aa; border-radius: 10px; background: #fff2f0; color: #8d3025; font-size: 9px; font-weight: 750; }
.nykuto-wizard-actions { padding: 13px 28px 18px; display: flex; justify-content: flex-end; gap: 8px; border-top: 1px solid var(--demo-line); background: rgba(255,255,255,.96); }
.nykuto-wizard-actions button { min-height: 46px; padding: 10px 16px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 11px; cursor: pointer; font-size: 9px; font-weight: 900; }
.nykuto-wizard-back { margin-right: auto; border: 1px solid var(--demo-line); background: #fff; color: var(--demo-ink); }
.nykuto-wizard-next,
.nykuto-wizard-submit { border: 1px solid var(--demo-forest); background: var(--demo-forest); color: #fff; }

/* Generic listings use one direct page; the dedicated carona flow remains a wizard. */
.nykuto-listing-wizard.is-direct {
  width: min(800px, calc(100% - 32px));
  min-height: 0;
  overflow: visible;
}
.nykuto-listing-wizard.is-direct .nykuto-wizard-header { padding: 15px 20px; border-radius: 24px 24px 0 0; }
.nykuto-listing-wizard.is-direct .nykuto-wizard-header h1 { font-size: 28px; }
.nykuto-listing-wizard.is-direct .nykuto-wizard-header div > span { margin-top: 5px; }
.nykuto-listing-wizard.is-direct .nykuto-wizard-progress { display: none; }
.nykuto-listing-wizard.is-direct .nykuto-wizard-form {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-radius: 0 0 24px 24px;
  background: #fff;
}
.nykuto-listing-wizard.is-direct .nykuto-wizard-step {
  padding: 10px 14px;
  display: block;
  border-bottom: 0;
}
.nykuto-listing-wizard.is-direct .nykuto-wizard-step:nth-of-type(n+3) { grid-column: 1 / -1; border-top: 1px solid var(--demo-line); }
.nykuto-listing-wizard.is-direct .nykuto-wizard-form:has([data-wizard-step="2"][hidden]) [data-wizard-step="1"] { grid-column: 1 / -1; }
.nykuto-listing-wizard.is-direct .nykuto-step-heading { display: none; }
.nykuto-listing-wizard.is-direct .nykuto-direct-select select { min-height: 44px; }
.nykuto-listing-wizard.is-direct .nykuto-form-grid { gap: 8px; }
.nykuto-listing-wizard.is-direct .nykuto-field { gap: 4px; }
.nykuto-listing-wizard.is-direct .nykuto-field :where(input, select) { min-height: 42px; }
.nykuto-listing-wizard.is-direct .nykuto-field textarea { min-height: 66px; }
.nykuto-listing-wizard.is-direct .nykuto-photo-picker { min-height: 56px; padding: 8px 10px; grid-template-columns: 34px minmax(0, 1fr); }
.nykuto-listing-wizard.is-direct .nykuto-photo-picker > span { width: 34px; height: 34px; border-radius: 9px; }
.nykuto-listing-wizard.is-direct .nykuto-photo-picker small { display: none; }
.nykuto-listing-wizard.is-direct .nykuto-field-help:empty { display: none; }
.nykuto-listing-wizard.is-direct .nykuto-location-search { grid-template-columns: minmax(0, 1fr) auto; }
.nykuto-listing-wizard.is-direct .nykuto-location-status { min-height: 0; margin: 5px 1px 0; }
.nykuto-listing-wizard.is-direct .nykuto-listing-map { min-height: 210px; }
.nykuto-listing-wizard.is-direct .nykuto-map-note { margin-top: 7px; }
.nykuto-listing-wizard.is-direct .nykuto-contact-panel { margin-bottom: 0; padding: 0; border: 0; background: transparent; }
.nykuto-listing-wizard.is-direct .nykuto-contact-panel > header { display: none; }
.nykuto-listing-wizard.is-direct .nykuto-contact-panel .nykuto-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nykuto-listing-wizard.is-direct .nykuto-contact-panel label:has(input[name="whatsapp"]) { grid-column: 1 / -1; }
.nykuto-listing-wizard.is-direct .nykuto-profile-memory,
.nykuto-listing-wizard.is-direct .nykuto-review-confirm { margin-top: 7px; padding: 8px 9px; }
.nykuto-listing-wizard.is-direct .nykuto-turnstile { margin-top: 7px; }
.nykuto-listing-wizard.is-direct .nykuto-wizard-actions {
  grid-column: 1 / -1;
  position: sticky;
  z-index: 120;
  bottom: 0;
  padding: 12px 28px 16px;
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 -10px 28px rgba(27,58,50,.1);
}
.nykuto-listing-wizard.is-direct .nykuto-wizard-error { grid-column: 1 / -1; margin: 0 10px 8px; }
.nykuto-listing-wizard.is-direct .nykuto-wizard-submit { width: 100%; min-height: 52px; font-size: 11px; }

.nykuto-zone-controls {
  margin-top: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
}
.nykuto-map-toggle,
.nykuto-route-destination-search button {
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid var(--demo-forest);
  border-radius: 10px;
  background: #edf5f0;
  color: var(--demo-forest);
  cursor: pointer;
  font: inherit;
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}
.nykuto-route-destination-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: end; }
.nykuto-route-publish-status { margin: 0; color: var(--demo-muted); font-size: 9px; line-height: 1.45; }

.nykuto-listing-shortcuts { width: min(940px,calc(100% - 32px)); margin: 0 auto 34px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.nykuto-listing-shortcuts a { min-height: 74px; padding: 13px 15px; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; gap: 11px; align-items: center; border: 1px solid var(--demo-line); border-radius: 14px; background: #fff; color: var(--demo-ink); }
.nykuto-listing-shortcuts a > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: #e8f2ed; color: var(--demo-forest); font-size: 15px; }
.nykuto-listing-shortcuts strong { display: block; font-size: 10px; }
.nykuto-listing-shortcuts small { display: block; margin-top: 3px; color: var(--demo-muted); font-size: 8px; }
.nykuto-listing-shortcuts b { color: var(--demo-forest); }

.nykuto-local-actions .nykuto-local-announce { border-color: #dfbd6c; background: #dfbd6c; color: #30240e; }
.nykuto-local-actions button { border-color: rgba(255,255,255,.23); background: rgba(255,255,255,.04); color: #fff; }
.nykuto-local-actions button:hover { background: rgba(255,255,255,.1); }

@media (max-width: 720px) {
  .property-demo-shell,
  .property-demo-app { overflow-x: clip; overflow-y: visible; }
  .property-demo-header { min-height: 56px; padding: 7px 10px; }
  .demo-agency-brand { min-height: 44px; }
  .demo-agency-mark { width: 38px; height: 38px; border-radius: 11px; font-size: 20px; }
  .demo-agency-brand { gap: 8px; }
  .demo-agency-brand strong { font-size: 14px; }
  .demo-agency-brand small { margin-top: 2px; font-size: 9px; }
  .demo-manager-button { width: 64px; height: 44px; min-height: 44px; font-size: 9px; }

  [data-demo-page="home"] .nykuto-local-hero { padding: 14px 10px 17px; gap: 12px; }
  [data-demo-page="home"] .nykuto-local-copy .demo-property-kicker,
  [data-demo-page="home"] .nykuto-local-trust { display: none; }
  [data-demo-page="home"] .nykuto-local-copy h1 { max-width: 355px; font-size: clamp(27px,8vw,34px); line-height: 1.02; letter-spacing: -.045em; }
  [data-demo-page="home"] .nykuto-local-copy > p:not(.demo-property-kicker) { margin-top: 7px; max-width: 370px; font-size: 12px; line-height: 1.35; }
  [data-demo-page="home"] .nykuto-local-actions { margin-top: 11px; gap: 6px; }
  [data-demo-page="home"] .nykuto-local-actions button,
  [data-demo-page="home"] .nykuto-local-actions a { min-height: 44px; padding: 8px 10px; flex: 1; font-size: 11px; }
  [data-demo-page="home"] .nykuto-local-actions .nykuto-local-announce { border-color: #dfbd6c; background: #dfbd6c; color: #30240e; }
  [data-demo-page="home"] .nykuto-local-actions button { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.07); color: #fff; }
  [data-demo-page="home"] .nykuto-local-chooser { padding: 10px; border-radius: 16px; }
  [data-demo-page="home"] .nykuto-local-chooser > header { padding: 1px 2px 8px; }
  [data-demo-page="home"] .nykuto-local-chooser > header > span,
  [data-demo-page="home"] .nykuto-local-chooser > header > small { display: none; }
  [data-demo-page="home"] .nykuto-local-chooser > header > strong { margin: 0; font-size: 17px; }
  [data-demo-page="home"] .nykuto-local-category-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; overflow: visible; }
  [data-demo-page="home"] .nykuto-local-category-grid a,
  [data-demo-page="home"] .nykuto-local-category-grid button { min-height: 74px; padding: 7px 4px; display: flex; flex-direction: column; gap: 5px; align-items: center; justify-content: center; text-align: center; }
  [data-demo-page="home"] .nykuto-local-category-grid > * > span { width: 31px; height: 31px; flex: 0 0 31px; border-radius: 10px; font-size: 14px; }
  [data-demo-page="home"] .nykuto-local-category-grid strong { font-size: 11px; line-height: 1.12; }
  [data-demo-page="home"] .nykuto-local-category-grid small,
  [data-demo-page="home"] .nykuto-local-category-grid b { display: none; }
  [data-demo-page="home"] .nykuto-local-launch-note { display: none; }
  [data-demo-page="home"] .demo-inventory { padding-top: 26px; }

  .demo-mobile-nav .nykuto-mobile-need { background: transparent; color: rgba(255,255,255,.72); }
  .demo-mobile-nav .nykuto-mobile-need span { color: #dfbd6c; }
  .demo-mobile-nav a[aria-current="page"] { background: #dfbd6c; color: #30240e; }
  .demo-mobile-nav a[aria-current="page"] span { color: #30240e; }

  .nykuto-listing-wizard { width: 100%; min-height: calc(100svh - 56px - 76px); margin: 0; border: 0; border-radius: 0; box-shadow: none; }
  .nykuto-wizard-header { padding: 8px 13px; gap: 8px; }
  .nykuto-wizard-header p,
  .nykuto-wizard-header div > span,
  .nykuto-wizard-header > b { display: none; }
  .nykuto-wizard-header h1 { font-size: 20px; line-height: 1.1; }
  .nykuto-wizard-progress { padding: 8px 12px; }
  .nykuto-wizard-progress li { gap: 3px; justify-content: center; }
  .nykuto-wizard-progress li:not(:last-child)::after { left: calc(50% + 13px); right: calc(-50% + 13px); }
  .nykuto-wizard-progress span { width: 24px; height: 24px; flex-basis: 24px; font-size: 8px; }
  .nykuto-wizard-progress small { display: none; }
  .nykuto-wizard-progress .is-current small { position: absolute; top: 28px; display: block; padding: 0; background: transparent; color: var(--demo-forest); font-size: 9px; }
  .nykuto-wizard-form { min-height: 0; padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  .nykuto-wizard-step { padding: 17px 13px 16px; }
  .nykuto-step-heading { margin-bottom: 15px; }
  .nykuto-step-heading > span { font-size: 9px; }
  .nykuto-step-heading h2 { margin-top: 3px; font-size: 25px; }
  .nykuto-step-heading p { margin-top: 5px; font-size: 11px; line-height: 1.4; }
  .nykuto-choice-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
  .nykuto-choice-grid label { min-height: 82px; padding: 10px; grid-template-columns: 33px minmax(0,1fr); gap: 3px 8px; border-radius: 13px; }
  .nykuto-category-choices label > span { width: 33px; height: 33px; font-size: 14px; }
  .nykuto-choice-grid strong { font-size: 12px; }
  .nykuto-choice-grid small { font-size: 9px; }
  .nykuto-subcategory-choices { grid-template-columns: 1fr; }
  .nykuto-subcategory-choices label { min-height: 54px; grid-template-columns: minmax(0,1fr) auto; }
  .nykuto-form-grid { grid-template-columns: 1fr; gap: 10px; }
  .nykuto-field-wide { grid-column: 1; }
  .nykuto-field > span,
  .nykuto-field legend { font-size: 11px; }
  .nykuto-field input,
  .nykuto-field select,
  .nykuto-field textarea { min-height: 47px; font-size: 16px; }
  .nykuto-photo-picker { min-height: 86px; }
  .nykuto-photo-picker strong { font-size: 12px; }
  .nykuto-photo-picker small,
  .nykuto-field-help { font-size: 10px; }
  .nykuto-location-search { grid-template-columns: 1fr auto; }
  .nykuto-location-search button { min-height: 47px; padding-inline: 12px; font-size: 10px; }
  .nykuto-location-status { font-size: 10px; line-height: 1.4; }
  .nykuto-location-results strong { font-size: 11px; }
  .nykuto-location-results small { font-size: 9px; }
  .nykuto-listing-map { min-height: 250px; border-radius: 13px; }
  .nykuto-map-note p,
  .nykuto-map-note strong,
  .nykuto-customs-note,
  .nykuto-geocode-note { font-size: 10px; }
  .nykuto-check-options label { min-height: 44px; margin: 0 4px 5px 0; }
  .nykuto-check-options span { font-size: 10px; }
  .nykuto-extra-costs { grid-template-columns: 1fr; }
  .nykuto-listing-preview article { grid-template-columns: 1fr; }
  .nykuto-preview-media { min-height: 210px; max-height: 270px; }
  .nykuto-preview-body { padding: 16px; }
  .nykuto-preview-body > small { font-size: 9px; }
  .nykuto-preview-body h3 { font-size: 21px; }
  .nykuto-preview-body > p { font-size: 11px; }
  .nykuto-preview-chips span { font-size: 9px; }
  .nykuto-review-confirm span,
  .nykuto-review-note strong,
  .nykuto-review-note p { font-size: 10px; }
  .nykuto-wizard-error { margin: 0 13px 8px; scroll-margin-bottom: 150px; font-size: 10px; }
  .nykuto-wizard-actions { position: fixed; z-index: 145; left: 0; right: 0; bottom: 0; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); box-shadow: 0 -10px 28px rgba(27,58,50,.1); }
  .nykuto-wizard-actions button { min-height: 46px; flex: 1; font-size: 11px; }
  .nykuto-wizard-back { flex: 0 0 auto !important; }
  .nykuto-listing-wizard.is-direct { width: 100%; }
  .nykuto-listing-wizard.is-direct .nykuto-wizard-header { padding: 7px 11px; border-radius: 0; }
  .nykuto-listing-wizard.is-direct .nykuto-wizard-header h1 { font-size: 18px; }
  .nykuto-listing-wizard.is-direct .nykuto-wizard-form { border-radius: 0; }
  .nykuto-listing-wizard.is-direct .nykuto-wizard-step { padding: 8px 10px; }
  .nykuto-listing-wizard.is-direct .nykuto-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .nykuto-listing-wizard.is-direct .nykuto-field-wide { grid-column: 1 / -1; }
  .nykuto-listing-wizard.is-direct [data-photo-help] { display: none; }
  .nykuto-listing-wizard.is-direct .nykuto-category-choices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nykuto-listing-wizard.is-direct .nykuto-category-choices label { min-height: 75px; padding: 9px; }
  .nykuto-listing-wizard.is-direct .nykuto-subcategory-choices { grid-template-columns: 1fr; }
  .nykuto-listing-wizard.is-direct .nykuto-listing-map { min-height: 200px; }
  .nykuto-listing-wizard.is-direct .nykuto-map-note { padding: 6px 8px; gap: 6px; align-items: center; }
  .nykuto-listing-wizard.is-direct .nykuto-map-note > span { font-size: 14px; }
  .nykuto-listing-wizard.is-direct .nykuto-map-note p,
  .nykuto-listing-wizard.is-direct .nykuto-map-note strong { font-size: 9px; line-height: 1.3; }
  .nykuto-listing-wizard.is-direct .nykuto-map-note strong { display: inline; margin-right: 4px; }
  .nykuto-zone-controls { grid-template-columns: minmax(0, 1fr) auto; }
  .nykuto-route-destination-search { grid-template-columns: minmax(0, 1fr) auto; }
  .nykuto-listing-wizard.is-direct .nykuto-wizard-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6px 10px calc(6px + env(safe-area-inset-bottom));
    border-radius: 0;
  }
  .nykuto-listing-wizard.is-direct .nykuto-wizard-submit { min-height: 48px; }
  .nykuto-listing-shortcuts { width: calc(100% - 24px); margin: 18px auto 28px; grid-template-columns: 1fr; gap: 7px; }
  .nykuto-listing-shortcuts a { min-height: 67px; }
  .nykuto-listing-shortcuts strong { font-size: 11px; }
  .nykuto-listing-shortcuts small { font-size: 9px; }
  [data-demo-page="announce"] .demo-publish-process,
  [data-demo-page="announce"] .demo-assessoria-preview { padding-top: 30px; }
}

@media (max-width: 680px) {
  .nykuto-wizard-form { padding-bottom: calc(132px + env(safe-area-inset-bottom)); }
  .nykuto-wizard-actions { bottom: calc(66px + env(safe-area-inset-bottom)); padding-bottom: 8px; }
  .nykuto-listing-wizard.is-direct .nykuto-wizard-actions { bottom: calc(66px + env(safe-area-inset-bottom)); padding-bottom: 8px; }
  .demo-mobile-nav a,
  .demo-mobile-nav button { min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .nykuto-choice-grid label { transition: none; }
  .nykuto-choice-grid label:hover { transform: none; }
}

/* Nykuto Local — compact marketplace buying surface */
.nykuto-market-home {
  padding: 30px clamp(20px, 4vw, 58px) 34px;
  background:
    radial-gradient(circle at 92% 2%, rgba(223, 189, 108, .18), transparent 26%),
    linear-gradient(180deg, #f7faf8 0%, #eef4f0 100%);
}

.nykuto-market-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.nykuto-market-heading p,
.nykuto-buy-browser header p,
.nykuto-market-preview header p {
  margin: 0;
  color: #8b6425;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nykuto-market-heading p span { margin-right: 6px; color: #22a36a; font-size: 8px; }
.nykuto-market-heading h1 {
  margin: 6px 0 0;
  color: var(--demo-ink);
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1;
  letter-spacing: -.055em;
}
.nykuto-market-heading div > span {
  max-width: 660px;
  margin-top: 9px;
  display: block;
  color: var(--demo-muted);
  font-size: 11px;
  line-height: 1.45;
}
.nykuto-market-heading > a {
  min-height: 44px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 12px;
  background: var(--demo-forest);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
}

.nykuto-market-search {
  max-width: 850px;
  margin-top: 19px;
  padding: 5px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px;
  border: 1px solid rgba(23, 79, 67, .15);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(25, 67, 56, .08);
}
.nykuto-market-search:focus-within {
  border-color: var(--demo-forest);
  outline: 3px solid var(--demo-forest);
  outline-offset: 2px;
}
.nykuto-market-search label {
  min-width: 0;
  min-height: 46px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.nykuto-market-search label > span { color: var(--demo-forest); font-size: 19px; }
.nykuto-market-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--demo-ink);
  font: inherit;
  font-size: 12px;
}
.nykuto-market-search input::placeholder { color: #60716b; }
.nykuto-market-search button {
  min-width: 88px;
  border: 0;
  border-radius: 11px;
  background: #dfbd6c;
  color: #30240e;
  cursor: pointer;
  font-size: 9px;
  font-weight: 900;
}

.nykuto-market-promise {
  margin-top: 11px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}
.nykuto-market-promise span,
.nykuto-market-promise strong {
  min-height: 26px;
  padding: 6px 9px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: var(--demo-muted);
  font-size: 7.5px;
  font-weight: 780;
}
.nykuto-market-promise strong { background: #e2efe8; color: var(--demo-forest); }

.nykuto-buy-browser { margin-top: 24px; }
.nykuto-buy-browser > header,
.nykuto-market-preview > header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.nykuto-buy-browser h2,
.nykuto-market-preview h2 {
  margin: 4px 0 0;
  color: var(--demo-ink);
  font-size: 21px;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.nykuto-buy-browser header > small { color: var(--demo-muted); font-size: 8px; }

.nykuto-buy-categories {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 7px;
}
.nykuto-buy-categories button,
.nykuto-buy-categories a {
  min-width: 0;
  min-height: 92px;
  padding: 10px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--demo-line);
  border-radius: 14px;
  background: #fff;
  color: var(--demo-ink);
  text-align: center;
  cursor: pointer;
  transition: transform 150ms ease, border-color 150ms ease, background 150ms ease;
}
.nykuto-buy-categories button:hover,
.nykuto-buy-categories a:hover { transform: translateY(-2px); border-color: rgba(23, 79, 67, .35); }
.nykuto-market-heading > a:focus-visible,
.nykuto-market-search button:focus-visible,
.nykuto-buy-categories button:focus-visible,
.nykuto-buy-categories a:focus-visible,
.nykuto-market-preview header > a:focus-visible,
.nykuto-market-secondary-actions button:focus-visible,
.nykuto-market-secondary-actions a:focus-visible,
.nykuto-profile-actions button:focus-visible,
.nykuto-profile-actions a:focus-visible {
  outline: 3px solid var(--demo-forest);
  outline-offset: 2px;
}
.nykuto-buy-categories button.is-active { border-color: #174f43; background: #174f43; color: #fff; }
.nykuto-buy-categories span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #e9f3ed;
  color: var(--demo-forest);
  font-size: 16px;
  font-weight: 900;
}
.nykuto-buy-categories .is-active span { background: rgba(255, 255, 255, .14); color: #dfbd6c; }
.nykuto-buy-categories strong { min-width: 0; font-size: 8px; line-height: 1.2; }

.nykuto-market-preview {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(23, 79, 67, .12);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(28, 67, 57, .06);
}
.nykuto-market-preview header > a {
  color: var(--demo-forest);
  font-size: 8px;
  font-weight: 900;
}
.nykuto-market-subcategories {
  margin-top: 12px;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}
.nykuto-market-subcategories::-webkit-scrollbar { display: none; }
.nykuto-market-subcategories > span {
  min-height: 32px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--demo-line);
  border-radius: 999px;
  background: #f8faf8;
  color: var(--demo-forest);
  font-size: 8px;
  font-weight: 800;
}
.nykuto-market-examples {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.nykuto-market-example {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--demo-line);
  border-radius: 15px;
  background: #fff;
}
.nykuto-market-example-visual {
  min-height: 108px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 70% 15%, rgba(223, 189, 108, .24), transparent 30%),
    linear-gradient(145deg, #e7f1eb, #f8f5ec);
  color: var(--demo-forest);
  font-size: 38px;
  font-weight: 900;
}
.nykuto-market-example-body { padding: 11px; }
.nykuto-market-example-body > small {
  color: #8b6425;
  font-size: 6.5px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.nykuto-market-example-body h3 { margin: 5px 0 0; color: var(--demo-ink); font-size: 11px; }
.nykuto-market-example-body strong { margin-top: 7px; display: block; color: var(--demo-forest); font-size: 10px; }
.nykuto-market-example-body p { margin: 5px 0 0; color: var(--demo-muted); font-size: 7.5px; line-height: 1.4; }
.nykuto-market-demo-note { margin: 11px 0 0; color: var(--demo-muted); font-size: 7px; line-height: 1.5; }

.nykuto-market-secondary-actions {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.nykuto-market-secondary-actions button,
.nykuto-market-secondary-actions a {
  min-height: 62px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-content: center;
  border: 1px solid var(--demo-line);
  border-radius: 13px;
  background: #fff;
  color: var(--demo-ink);
  text-align: left;
  cursor: pointer;
}
.nykuto-market-secondary-actions > * > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  grid-row: 1 / 3;
  border-radius: 10px;
  background: #e7f1eb;
  color: var(--demo-forest);
  font-size: 15px;
}
.nykuto-market-secondary-actions strong { font-size: 9px; }
.nykuto-market-secondary-actions small { margin-top: 2px; color: var(--demo-muted); font-size: 7px; }
.nykuto-market-secondary-actions a { border-color: rgba(223, 189, 108, .75); background: #fffaf0; }
.nykuto-market-secondary-actions a > span { background: #dfbd6c; color: #30240e; }

@media (max-width: 980px) {
  .nykuto-buy-categories { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  [data-demo-page="home"] .property-demo-header .demo-owner-link { display: none; }
  [data-demo-page="home"] .nykuto-market-home { padding: 11px 10px 18px; }
  [data-demo-page="home"] .nykuto-market-heading { gap: 10px; }
  [data-demo-page="home"] .nykuto-market-heading h1 { margin-top: 4px; font-size: clamp(26px, 7.2vw, 31px); }
  [data-demo-page="home"] .nykuto-market-heading div > span { margin-top: 5px; font-size: 10px; line-height: 1.35; }
  [data-demo-page="home"] .nykuto-market-heading > a { min-height: 38px; padding: 8px 10px; font-size: 8px; white-space: nowrap; }
  [data-demo-page="home"] .nykuto-market-search { margin-top: 11px; border-radius: 13px; }
  [data-demo-page="home"] .nykuto-market-search label { min-height: 42px; padding: 0 9px; }
  [data-demo-page="home"] .nykuto-market-search input { font-size: 16px; }
  [data-demo-page="home"] .nykuto-market-search button { min-width: 68px; font-size: 9px; }
  [data-demo-page="home"] .nykuto-market-promise { margin-top: 7px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  [data-demo-page="home"] .nykuto-market-promise::-webkit-scrollbar { display: none; }
  [data-demo-page="home"] .nykuto-market-promise span,
  [data-demo-page="home"] .nykuto-market-promise strong { min-height: 23px; padding: 5px 7px; flex: 0 0 auto; font-size: 7px; }
  [data-demo-page="home"] .nykuto-buy-browser { margin-top: 13px; }
  [data-demo-page="home"] .nykuto-buy-browser > header { align-items: center; }
  [data-demo-page="home"] .nykuto-buy-browser h2 { font-size: 18px; }
  [data-demo-page="home"] .nykuto-buy-browser header > small { display: none; }
  [data-demo-page="home"] .nykuto-buy-categories { margin-top: 8px; gap: 6px; }
  [data-demo-page="home"] .nykuto-buy-categories button,
  [data-demo-page="home"] .nykuto-buy-categories a { min-height: 70px; padding: 7px 3px; gap: 5px; border-radius: 12px; }
  [data-demo-page="home"] .nykuto-buy-categories span { width: 30px; height: 30px; border-radius: 9px; font-size: 14px; }
  [data-demo-page="home"] .nykuto-buy-categories strong { font-size: 9px; line-height: 1.1; }
  [data-demo-page="home"] .nykuto-market-preview { margin-top: 12px; padding: 12px; border-radius: 16px; }
  [data-demo-page="home"] .nykuto-market-preview h2 { font-size: 18px; }
  [data-demo-page="home"] .nykuto-market-preview header > a { min-height: 44px; max-width: 142px; padding: 6px; display: inline-flex; align-items: center; justify-content: flex-end; font-size: 10px; line-height: 1.25; text-align: right; }
  [data-demo-page="home"] .nykuto-market-subcategories { margin-top: 9px; }
  [data-demo-page="home"] .nykuto-market-subcategories > span { min-height: 30px; padding: 6px 9px; font-size: 8px; }
  [data-demo-page="home"] .nykuto-market-examples { display: flex; gap: 7px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  [data-demo-page="home"] .nykuto-market-examples::-webkit-scrollbar { display: none; }
  [data-demo-page="home"] .nykuto-market-example { flex: 0 0 67%; scroll-snap-align: start; }
  [data-demo-page="home"] .nykuto-market-example-visual { min-height: 92px; }
  [data-demo-page="home"] .nykuto-market-example-body h3 { font-size: 12px; }
  [data-demo-page="home"] .nykuto-market-example-body strong { font-size: 11px; }
  [data-demo-page="home"] .nykuto-market-example-body p,
  [data-demo-page="home"] .nykuto-market-demo-note { font-size: 8px; }
  [data-demo-page="home"] .nykuto-market-secondary-actions { margin-top: 8px; gap: 6px; }
  [data-demo-page="home"] .nykuto-market-secondary-actions button,
  [data-demo-page="home"] .nykuto-market-secondary-actions a { min-height: 58px; padding: 8px; grid-template-columns: 30px minmax(0, 1fr); column-gap: 7px; }
  [data-demo-page="home"] .nykuto-market-secondary-actions > * > span { width: 30px; height: 30px; font-size: 13px; }
  [data-demo-page="home"] .nykuto-market-secondary-actions strong { font-size: 9px; line-height: 1.15; }
  [data-demo-page="home"] .nykuto-market-secondary-actions small { font-size: 7px; line-height: 1.2; }
  [data-demo-page="home"] .demo-inventory { padding-top: 24px; }
  .demo-mobile-nav .nykuto-mobile-announce { background: #dfbd6c; color: #30240e; }
  .demo-mobile-nav .nykuto-mobile-announce span { color: #30240e; }
  .demo-mobile-nav a[aria-current="page"]:not(.nykuto-mobile-announce) { background: rgba(255,255,255,.1); color: #fff; }
  .demo-mobile-nav a[aria-current="page"]:not(.nykuto-mobile-announce) span { color: #dfbd6c; }
}

@media (prefers-reduced-motion: reduce) {
  .nykuto-buy-categories button,
  .nykuto-buy-categories a { transition: none; }
  .nykuto-buy-categories button:hover,
  .nykuto-buy-categories a:hover { transform: none; }
}

/* Lightweight public profile used by the listing prototype */
.nykuto-contact-panel {
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid rgba(23, 79, 67, .17);
  border-radius: 16px;
  background: #f3f8f5;
}
.nykuto-contact-panel > header {
  margin-bottom: 13px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.nykuto-contact-panel > header span {
  color: #8b6425;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nykuto-contact-panel > header h3 { margin: 3px 0 0; color: var(--demo-ink); font-size: 17px; }
.nykuto-contact-panel > header a { color: var(--demo-forest); font-size: 8px; font-weight: 900; }
.nykuto-contact-panel > header b { padding: 6px 8px; border-radius: 999px; background: #e1eee7; color: var(--demo-forest); font-size: 8px; white-space: nowrap; }
.nykuto-contact-panel > p { margin: 11px 0 0; color: var(--demo-muted); font-size: 8px; line-height: 1.5; }
.nykuto-contact-panel > p strong { color: var(--demo-forest); }
.nykuto-preview-seller { margin-top: 12px; padding: 10px; border-radius: 10px; background: #eef5f1; }
.nykuto-preview-seller span { display: block; color: #8b6425; font-size: 6.5px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.nykuto-preview-seller strong { margin-top: 4px; display: block; color: var(--demo-ink); font-size: 10px; }
.nykuto-preview-seller small { margin-top: 2px; display: block; color: var(--demo-forest); font-size: 8px; }
.nykuto-profile-memory {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--demo-muted);
  font-size: 8px;
  line-height: 1.4;
  cursor: pointer;
}
.nykuto-profile-memory input { width: 18px; height: 18px; flex: 0 0 18px; accent-color: var(--demo-forest); }

.nykuto-profile-page {
  min-height: calc(100svh - 74px);
  padding: 34px clamp(18px, 5vw, 72px) 56px;
  background:
    radial-gradient(circle at 88% 4%, rgba(223, 189, 108, .2), transparent 28%),
    linear-gradient(180deg, #f7faf8, #edf4ef);
}
.nykuto-profile-layout {
  width: min(940px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(380px, 1fr);
  gap: 18px;
  align-items: start;
}
.nykuto-profile-intro,
.nykuto-profile-card {
  border: 1px solid rgba(23, 79, 67, .14);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 44px rgba(26, 67, 56, .08);
}
.nykuto-profile-intro { padding: 24px; }
.nykuto-profile-intro > p { margin: 0; color: #8b6425; font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.nykuto-profile-intro h1 { margin: 7px 0 0; color: var(--demo-ink); font-size: clamp(31px, 4vw, 48px); line-height: 1; letter-spacing: -.05em; }
.nykuto-profile-intro > span { margin-top: 11px; display: block; color: var(--demo-muted); font-size: 10px; line-height: 1.55; }
.nykuto-profile-benefits { margin-top: 18px; display: grid; gap: 7px; }
.nykuto-profile-benefits div { padding: 10px; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 9px; align-items: center; border-radius: 11px; background: #f2f7f4; }
.nykuto-profile-benefits div > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: #dfece5; color: var(--demo-forest); font-weight: 900; }
.nykuto-profile-benefits strong { display: block; color: var(--demo-ink); font-size: 9px; }
.nykuto-profile-benefits small { margin-top: 2px; display: block; color: var(--demo-muted); font-size: 7px; line-height: 1.35; }
.nykuto-profile-card { padding: 22px; }
.nykuto-profile-card > header { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.nykuto-profile-card > header span { color: #8b6425; font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.nykuto-profile-card h2 { margin: 4px 0 0; color: var(--demo-ink); font-size: 22px; }
.nykuto-profile-card > header b { padding: 5px 8px; border-radius: 999px; background: #e4f1e9; color: var(--demo-forest); font-size: 7px; }
.nykuto-profile-form { margin-top: 16px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.nykuto-profile-form label { display: grid; gap: 6px; }
.nykuto-profile-form label > span { color: var(--demo-ink); font-size: 8px; font-weight: 850; }
.nykuto-profile-form input {
  width: 100%;
  min-height: 47px;
  padding: 10px 11px;
  border: 1px solid var(--demo-line);
  border-radius: 11px;
  background: #fff;
  color: var(--demo-ink);
  font: inherit;
  font-size: 11px;
}
.nykuto-profile-form input:focus { outline: 3px solid var(--demo-forest); outline-offset: 2px; border-color: var(--demo-forest); }
.nykuto-profile-form .nykuto-profile-wide { grid-column: 1 / -1; }
.nykuto-profile-consent { margin-top: 12px; padding: 10px; display: flex; align-items: flex-start; gap: 8px; border-radius: 10px; background: #fff8e6; color: #5d4920; font-size: 8px; line-height: 1.45; cursor: pointer; }
.nykuto-profile-consent input { width: 18px; height: 18px; flex: 0 0 18px; accent-color: var(--demo-forest); }
.nykuto-profile-memory input:focus-visible,
.nykuto-profile-consent input:focus-visible { outline: 3px solid var(--demo-forest); outline-offset: 2px; }
.nykuto-profile-actions { margin-top: 14px; display: flex; gap: 8px; }
.nykuto-profile-actions button,
.nykuto-profile-actions a { min-height: 46px; padding: 10px 14px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; font-size: 9px; font-weight: 900; cursor: pointer; }
.nykuto-profile-actions button { flex: 1; border: 0; background: var(--demo-forest); color: #fff; }
.nykuto-profile-actions a { border: 1px solid var(--demo-line); color: var(--demo-forest); }
.nykuto-profile-status { margin: 10px 0 0; color: var(--demo-muted); font-size: 8px; line-height: 1.45; }
.nykuto-profile-status.is-success { color: #16734d; font-weight: 800; }
.nykuto-profile-online-note { margin-top: 12px; padding: 11px; border: 1px dashed rgba(23, 79, 67, .25); border-radius: 11px; color: var(--demo-muted); font-size: 8px; line-height: 1.5; }
.nykuto-profile-online-note strong { display: block; margin-bottom: 3px; color: var(--demo-forest); font-size: 9px; }

@media (max-width: 760px) {
  .nykuto-profile-page { min-height: calc(100svh - 56px); padding: 12px 10px 24px; }
  .nykuto-profile-layout { grid-template-columns: 1fr; gap: 9px; }
  .nykuto-profile-intro { padding: 16px; border-radius: 16px; }
  .nykuto-profile-intro h1 { font-size: 27px; }
  .nykuto-profile-intro > span { margin-top: 7px; font-size: 10px; line-height: 1.4; }
  .nykuto-profile-benefits { margin-top: 11px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
  .nykuto-profile-benefits div { min-width: 0; padding: 8px 4px; display: flex; flex-direction: column; gap: 5px; text-align: center; }
  .nykuto-profile-benefits div > span { width: 27px; height: 27px; }
  .nykuto-profile-benefits strong { font-size: 8px; line-height: 1.15; }
  .nykuto-profile-benefits small { display: none; }
  .nykuto-profile-card { padding: 15px; border-radius: 16px; }
  .nykuto-profile-card h2 { font-size: 20px; }
  .nykuto-profile-form { margin-top: 12px; grid-template-columns: 1fr; gap: 9px; }
  .nykuto-profile-form .nykuto-profile-wide { grid-column: 1; }
  .nykuto-profile-form label > span { font-size: 10px; }
  .nykuto-profile-form input { min-height: 47px; font-size: 16px; }
  .nykuto-profile-consent,
  .nykuto-profile-status,
  .nykuto-profile-online-note { font-size: 9px; }
  .nykuto-profile-actions { position: sticky; bottom: 12px; padding-top: 6px; background: rgba(255, 255, 255, .96); }
  .nykuto-profile-actions button,
  .nykuto-profile-actions a { min-height: 47px; font-size: 10px; }
  .nykuto-contact-panel { padding: 12px; }
  .nykuto-contact-panel > header h3 { font-size: 16px; }
  .nykuto-contact-panel > p,
  .nykuto-profile-memory { font-size: 9px; }
}

@media (max-width: 680px) {
  .nykuto-profile-page { padding-bottom: calc(92px + env(safe-area-inset-bottom)); }
  .nykuto-profile-actions { bottom: calc(68px + env(safe-area-inset-bottom)); }
}

/* Nykuto Local — live catalog, autonomous publishing and listing detail */
.property-demo-app :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #d5a84e;
  outline-offset: 3px;
}

.nykuto-market-real-listing > a {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  color: inherit;
  text-decoration: none;
}

.nykuto-market-real-listing > a:focus-visible {
  border-radius: inherit;
  outline-color: var(--demo-forest);
  outline-offset: -3px;
}

.nykuto-market-real-listing .nykuto-market-example-visual {
  overflow: hidden;
}

.nykuto-market-real-listing .nykuto-market-example-visual img {
  width: 100%;
  height: 100%;
  min-height: 108px;
  display: block;
  object-fit: cover;
  transition: transform 180ms ease;
}

.nykuto-market-real-listing:hover .nykuto-market-example-visual img {
  transform: scale(1.025);
}

.nykuto-market-subcategories button,
.nykuto-market-subcategories > span {
  min-height: 44px;
  padding: 9px 13px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--demo-line);
  border-radius: 999px;
  background: #f8faf8;
  color: var(--demo-forest);
  font: inherit;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.nykuto-market-subcategories button { cursor: pointer; }
.nykuto-market-subcategories button:hover { border-color: rgba(23, 79, 67, .42); background: #edf5f0; }
.nykuto-market-subcategories button.is-active {
  border-color: var(--demo-forest);
  background: var(--demo-forest);
  color: #fff;
}

.nykuto-market-loading {
  min-height: 235px;
  overflow: hidden;
  border: 1px solid var(--demo-line);
  border-radius: 15px;
  background:
    linear-gradient(90deg, transparent 0 30%, rgba(255, 255, 255, .72) 46%, transparent 62%) -170% 0 / 260% 100%,
    linear-gradient(180deg, #dfe9e3 0 48%, #fff 48% 100%);
  animation: nykuto-market-loading 1.25s linear infinite;
}

@keyframes nykuto-market-loading {
  to { background-position: 170% 0, 0 0; }
}

.nykuto-turnstile,
.nykuto-report-turnstile {
  min-height: 70px;
  margin-top: 13px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  border: 1px solid var(--demo-line);
  border-radius: 12px;
  background: #f7faf8;
}

.nykuto-turnstile > p,
.nykuto-report-turnstile > p {
  margin: 0;
  color: var(--demo-muted);
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

.nykuto-publish-success {
  min-height: 500px;
  padding: 54px 28px;
  display: grid;
  place-items: center;
  align-content: center;
  background:
    radial-gradient(circle at 50% 12%, rgba(223, 189, 108, .24), transparent 16rem),
    linear-gradient(180deg, #f8fbf9, #fff);
  text-align: center;
}

.nykuto-publish-success > span {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--demo-forest);
  box-shadow: 0 0 0 10px rgba(23, 79, 67, .1);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

.nykuto-publish-success > p {
  margin: 25px 0 0;
  color: #8b6425;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nykuto-publish-success h2 {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--demo-ink);
  font-size: clamp(29px, 4vw, 43px);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.nykuto-publish-success > div {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.nykuto-publish-success > div a,
.nykuto-publish-success > div button {
  min-height: 46px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--demo-line);
  border-radius: 11px;
  background: #fff;
  color: var(--demo-forest);
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 900;
}

.nykuto-publish-success > div a:first-child {
  border-color: var(--demo-forest);
  background: var(--demo-forest);
  color: #fff;
}

.nykuto-publish-success > small {
  max-width: 560px;
  margin-top: 16px;
  color: var(--demo-muted);
  font-size: 10px;
  line-height: 1.5;
}

.nykuto-publish-success > small a { color: var(--demo-forest); font-weight: 900; }

.nykuto-my-listings {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--demo-line);
}

.nykuto-my-listings > header {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.nykuto-my-listings > header span {
  color: #8b6425;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nykuto-my-listings > header h2 { margin: 3px 0 0; font-size: 21px; }
.nykuto-my-listings > header a {
  min-height: 44px;
  padding: 9px 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  background: var(--demo-forest);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
}

.nykuto-my-listings > div { display: grid; gap: 9px; }

.nykuto-profile-listing {
  min-width: 0;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--demo-line);
  border-radius: 14px;
  background: #fff;
}

.nykuto-profile-listing-media {
  min-height: 148px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #dfece5, #f8f5ec);
  color: var(--demo-forest);
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 900;
}

.nykuto-profile-listing-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.nykuto-profile-listing-body { min-width: 0; padding: 12px; }
.nykuto-profile-listing-body > span { color: #755923; font-size: 8px; font-weight: 850; text-transform: uppercase; }
.nykuto-profile-listing-body h3 { margin: 5px 0 0; overflow: hidden; color: var(--demo-ink); font-size: 13px; line-height: 1.22; text-overflow: ellipsis; white-space: nowrap; }
.nykuto-profile-listing-body > strong { margin-top: 6px; display: block; color: var(--demo-forest); font-size: 12px; }
.nykuto-profile-listing-body > a {
  min-height: 44px;
  margin-top: 7px;
  display: inline-flex;
  align-items: center;
  color: var(--demo-forest);
  font-size: 9px;
  font-weight: 900;
}

.nykuto-profile-listing-actions {
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.nykuto-profile-listing-actions button {
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(23, 79, 67, .2);
  border-radius: 9px;
  background: #f5faf7;
  color: var(--demo-forest);
  cursor: pointer;
  font: inherit;
  font-size: 9px;
  font-weight: 850;
}

.nykuto-profile-listing-actions button.is-danger {
  border-color: #e8b5ae;
  background: #fff5f3;
  color: #8d3025;
}

.nykuto-profile-listings-empty {
  padding: 24px 16px;
  display: grid;
  justify-items: start;
  border: 1px dashed #bdcbc3;
  border-radius: 13px;
  background: #f8fbf9;
}

.nykuto-profile-listings-empty strong { color: var(--demo-ink); font-size: 13px; }
.nykuto-profile-listings-empty span { margin-top: 4px; color: var(--demo-muted); font-size: 10px; line-height: 1.45; }
.nykuto-profile-listings-empty a {
  min-height: 44px;
  margin-top: 12px;
  padding: 9px 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  background: var(--demo-forest);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
}

.nykuto-profile-actions .nykuto-profile-logout {
  flex: 0 0 auto;
  border: 1px solid var(--demo-line);
  background: #fff;
  color: var(--demo-forest);
}

.nykuto-profile-danger {
  margin-top: 20px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #ecd3cf;
}

.nykuto-profile-danger button {
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid #dc9187;
  border-radius: 10px;
  background: #fff5f3;
  color: #842d23;
  cursor: pointer;
  font: inherit;
  font-size: 9px;
  font-weight: 900;
}

.nykuto-profile-danger small { max-width: 220px; color: #78615e; font-size: 8px; line-height: 1.4; }

/* Standalone public listing */
.nykuto-listing-detail-page {
  min-height: calc(100svh - 74px);
  padding: 26px clamp(16px, 4vw, 54px) 58px;
  background:
    radial-gradient(circle at 92% 2%, rgba(223, 189, 108, .18), transparent 25rem),
    linear-gradient(180deg, #f7faf8, #edf4ef);
}

.nykuto-listing-detail-state {
  width: min(720px, 100%);
  min-height: 260px;
  margin: 50px auto;
  padding: 28px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid var(--demo-line);
  border-radius: 20px;
  background: #fff;
  color: var(--demo-muted);
  box-shadow: 0 16px 44px rgba(26, 67, 56, .08);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.nykuto-listing-detail-state :where(h1, h2) { margin: 0; color: var(--demo-ink); }
.nykuto-listing-detail-state p { margin: 8px 0 0; }
.nykuto-listing-detail-state a {
  min-height: 44px;
  margin-top: 18px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  background: var(--demo-forest);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.nykuto-listing-detail-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .82fr);
  gap: 18px;
  align-items: start;
}

.nykuto-listing-detail-gallery,
.nykuto-listing-detail-content {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 79, 67, .14);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(26, 67, 56, .09);
}

.nykuto-listing-detail-gallery { position: sticky; top: 94px; padding: 10px; }
.nykuto-listing-detail-main-media {
  position: relative;
  min-height: 440px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(145deg, #dce9e2, #c4d7cd);
}

.nykuto-listing-detail-main-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nykuto-listing-detail-main-media > :where(span, b) {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(8, 43, 37, .8);
  color: #fff;
  font-size: 9px;
  backdrop-filter: blur(8px);
}

.nykuto-listing-detail-thumbnails {
  margin-top: 8px;
  display: flex;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.nykuto-listing-detail-thumbnails button {
  width: 76px;
  height: 58px;
  min-width: 76px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 9px;
  background: #dce8e1;
  cursor: pointer;
}

.nykuto-listing-detail-thumbnails button:is(.is-active, [aria-pressed="true"]) { border-color: #d5a84e; }
.nykuto-listing-detail-thumbnails img { width: 100%; height: 100%; display: block; object-fit: cover; }
.nykuto-listing-detail-content { padding: 24px; }
.nykuto-listing-detail-eyebrow { margin: 0; color: #755923; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.nykuto-listing-detail-title { margin: 7px 0 0; color: var(--demo-ink); font-size: clamp(29px, 3.5vw, 43px); line-height: 1.04; letter-spacing: -.045em; overflow-wrap: anywhere; }
.nykuto-listing-detail-location { margin: 8px 0 0; color: var(--demo-muted); font-size: 11px; line-height: 1.45; }
.nykuto-listing-detail-price { margin-top: 20px; padding: 14px; border-radius: 12px; background: #edf5f0; color: var(--demo-forest); }
.nykuto-listing-detail-price strong { display: block; font-size: 25px; line-height: 1.1; }
.nykuto-listing-detail-price small { margin-top: 4px; display: block; color: #536a63; font-size: 9px; }
.nykuto-listing-detail-trust { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 6px; }
.nykuto-listing-detail-trust > * { min-height: 28px; padding: 6px 8px; display: inline-flex; align-items: center; border-radius: 999px; background: #f4f7f5; color: #486159; font-size: 8px; font-weight: 800; }

.nykuto-listing-detail-facts {
  margin-top: 17px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.nykuto-listing-detail-facts > * { min-width: 0; padding: 11px; border: 1px solid var(--demo-line); border-radius: 10px; }
.nykuto-listing-detail-facts :where(span, dt) { display: block; color: var(--demo-muted); font-size: 8px; text-transform: uppercase; }
.nykuto-listing-detail-facts :where(strong, dd) { margin: 4px 0 0; display: block; color: var(--demo-ink); font-size: 11px; font-weight: 850; overflow-wrap: anywhere; }

.nykuto-listing-detail-description { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--demo-line); }
.nykuto-listing-detail-description :where(h2, h3) { margin: 0; color: var(--demo-ink); font-size: 16px; }
.nykuto-listing-detail-description p { margin: 8px 0 0; color: #4f625c; font-size: 11px; line-height: 1.65; white-space: pre-wrap; overflow-wrap: anywhere; }
.nykuto-listing-detail-chips { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 6px; }
.nykuto-listing-detail-chips > * { min-height: 30px; padding: 7px 9px; display: inline-flex; align-items: center; border-radius: 999px; background: #eef4f0; color: var(--demo-forest); font-size: 8px; font-weight: 800; }
.nykuto-listing-detail-fees { margin-top: 17px; padding: 14px; border: 1px solid #eadfc6; border-radius: 12px; background: #fffaf0; }
.nykuto-listing-detail-fees :where(h2, h3, strong) { margin: 0; color: #624b20; font-size: 12px; }
.nykuto-listing-detail-fees :where(dl, ul) { margin: 9px 0 0; padding: 0; display: grid; gap: 6px; }
.nykuto-listing-detail-fees dl > div { display: flex; justify-content: space-between; gap: 12px; color: #665b47; font-size: 10px; }
.nykuto-listing-detail-fees dd { margin: 0; color: #4c3b19; font-weight: 850; }
.nykuto-listing-detail-fees li { margin-left: 18px; color: #665b47; font-size: 10px; }
.nykuto-listing-detail-map { min-height: 230px; margin-top: 18px; overflow: hidden; border: 1px solid var(--demo-line); border-radius: 13px; background: #dfe8e3; }
.nykuto-listing-detail-map-note { margin: 8px 0 0; color: var(--demo-muted); font-size: 9px; line-height: 1.5; }

.nykuto-listing-detail-seller {
  margin-top: 19px;
  padding: 13px;
  border: 1px solid rgba(23, 79, 67, .16);
  border-radius: 12px;
  background: #f3f8f5;
}

.nykuto-listing-detail-seller :where(span, small) { display: block; color: var(--demo-muted); font-size: 9px; }
.nykuto-listing-detail-seller strong { margin-top: 4px; display: block; color: var(--demo-ink); font-size: 13px; }
.nykuto-listing-detail-actions { margin-top: 16px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px; }
.nykuto-listing-detail-actions :where(a, button) {
  min-height: 48px;
  padding: 10px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--demo-line);
  border-radius: 11px;
  background: #fff;
  color: var(--demo-forest);
  cursor: pointer;
  font: inherit;
  font-size: 9px;
  font-weight: 900;
  text-align: center;
}

.nykuto-listing-detail-actions .nykuto-listing-detail-whatsapp {
  border-color: #168e5b;
  background: #168e5b;
  color: #fff;
}

.nykuto-listing-detail-source {
  min-height: 44px;
  margin-top: 9px;
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
  color: var(--demo-forest);
  font-size: 9px;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.nykuto-listing-detail-report-open { color: #755923 !important; }

.nykuto-report-dialog {
  width: min(540px, calc(100% - 24px));
  max-height: 92svh;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 20px;
  background: #fff;
  color: var(--demo-ink);
  box-shadow: 0 30px 100px rgba(0, 0, 0, .4);
}

.nykuto-report-dialog::backdrop { background: rgba(4, 20, 17, .72); backdrop-filter: blur(5px); }
.nykuto-report-shell { padding: 22px; }
.nykuto-report-shell :where(h2, h3) { margin: 0; color: var(--demo-ink); font-size: 24px; letter-spacing: -.035em; }
.nykuto-report-shell > p { margin: 7px 0 0; color: var(--demo-muted); font-size: 10px; line-height: 1.5; }
.nykuto-report-form { margin-top: 17px; display: grid; gap: 12px; }
.nykuto-report-field { display: grid; gap: 6px; color: var(--demo-ink); font-size: 10px; font-weight: 850; }
.nykuto-report-field :where(select, textarea, input) { width: 100%; min-height: 48px; padding: 11px; border: 1px solid var(--demo-line); border-radius: 11px; background: #fff; color: var(--demo-ink); font: inherit; font-size: 16px; }
.nykuto-report-field textarea { min-height: 96px; resize: vertical; }
.nykuto-report-status { margin: 0; color: #7c3027; font-size: 10px; line-height: 1.45; }
.nykuto-report-actions { display: flex; justify-content: flex-end; gap: 8px; }
.nykuto-report-actions button {
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid var(--demo-line);
  border-radius: 10px;
  background: #fff;
  color: var(--demo-forest);
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 900;
}

.nykuto-report-actions button[type="submit"] { border-color: #8d3025; background: #8d3025; color: #fff; }

/* Community rules */
.nykuto-rules-shell {
  width: min(1040px, calc(100% - 28px));
  margin: 22px auto 48px;
  padding: clamp(20px, 4vw, 46px);
  border: 1px solid rgba(23, 79, 67, .14);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 64px rgba(20, 57, 49, .09);
}

.nykuto-rules-hero { max-width: 720px; }
.nykuto-rules-hero > p { margin: 0; color: #856522; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.nykuto-rules-hero h1 { margin: 8px 0 0; color: var(--demo-ink); font-size: clamp(30px, 5vw, 52px); line-height: 1.03; letter-spacing: -.045em; }
.nykuto-rules-hero > span { margin-top: 12px; display: block; color: var(--demo-muted); font-size: 12px; line-height: 1.6; }
.nykuto-rules-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.nykuto-rules-grid section,
.nykuto-rules-wide { padding: 17px; border: 1px solid var(--demo-line); border-radius: 13px; background: #f8fbf9; }
.nykuto-rules-grid section > span { color: #a17b2d; font-size: 9px; font-weight: 900; }
.nykuto-rules-grid h2,
.nykuto-rules-wide h2 { margin: 6px 0 0; color: var(--demo-ink); font-size: 15px; }
.nykuto-rules-grid p,
.nykuto-rules-wide p { margin: 7px 0 0; color: #52645e; font-size: 10px; line-height: 1.65; }
.nykuto-rules-wide { margin-top: 10px; background: #fffaf0; border-color: #eadfc6; }
.nykuto-rules-wide a { color: var(--demo-forest); font-weight: 850; text-decoration: underline; text-underline-offset: 2px; }
.nykuto-rules-actions { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.nykuto-rules-actions a { min-height: 46px; padding: 11px 15px; display: inline-flex; align-items: center; border-radius: 10px; background: var(--demo-forest); color: #fff; font-size: 10px; font-weight: 900; }
.nykuto-rules-actions a + a { background: #dfbd6c; color: #2e2a1f; }
.nykuto-rules-acceptance { margin: 18px 0 0; color: var(--demo-muted); font-size: 9px; line-height: 1.55; }

@media (max-width: 720px) {
  [data-demo-page="home"] .nykuto-market-heading > a { min-height: 44px; }
  .nykuto-market-subcategories button,
  .nykuto-market-subcategories > span { min-height: 44px; padding: 9px 12px; font-size: 10px; }
  .nykuto-market-loading { min-height: 218px; flex: 0 0 67%; }
  .nykuto-market-real-listing .nykuto-market-example-visual img { min-height: 116px; }

  .nykuto-turnstile,
  .nykuto-report-turnstile { justify-content: flex-start; padding-inline: 6px; }
  .nykuto-publish-success { min-height: calc(100svh - 122px); padding: 34px 16px calc(92px + env(safe-area-inset-bottom)); }
  .nykuto-publish-success > span { width: 58px; height: 58px; font-size: 24px; }
  .nykuto-publish-success > p { margin-top: 20px; }
  .nykuto-publish-success h2 { font-size: 28px; }
  .nykuto-publish-success > div { width: 100%; margin-top: 19px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nykuto-publish-success > div a,
  .nykuto-publish-success > div button { min-height: 48px; padding-inline: 9px; font-size: 10px; }
  .nykuto-publish-success > div a:first-child { grid-column: 1 / -1; }

  .nykuto-my-listings { margin-top: 18px; padding-top: 17px; }
  .nykuto-profile-listing { grid-template-columns: 92px minmax(0, 1fr); }
  .nykuto-profile-listing-media { min-height: 190px; }
  .nykuto-profile-listing-body { padding: 10px; }
  .nykuto-profile-listing-body > span { font-size: 9px; }
  .nykuto-profile-listing-body h3 { font-size: 14px; white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .nykuto-profile-listing-body > strong { font-size: 13px; }
  .nykuto-profile-listing-body > a { margin-top: 3px; font-size: 10px; }
  .nykuto-profile-listing-actions { gap: 5px; }
  .nykuto-profile-listing-actions button { min-height: 44px; padding-inline: 8px; font-size: 10px; }
  .nykuto-profile-danger { align-items: flex-start; flex-direction: column; }
  .nykuto-profile-danger button { width: 100%; font-size: 10px; }
  .nykuto-profile-danger small { max-width: none; font-size: 9px; }

  .nykuto-listing-detail-page { min-height: calc(100svh - 56px); padding: 8px 8px calc(160px + env(safe-area-inset-bottom)); }
  .nykuto-listing-detail-state { min-height: 220px; margin: 20px auto; padding: 20px 15px; border-radius: 16px; font-size: 12px; }
  .nykuto-listing-detail-shell { grid-template-columns: 1fr; gap: 8px; }
  .nykuto-listing-detail-gallery,
  .nykuto-listing-detail-content { border-radius: 16px; }
  .nykuto-listing-detail-gallery { position: relative; top: auto; padding: 7px; }
  .nykuto-listing-detail-main-media { min-height: 0; aspect-ratio: 4 / 3; border-radius: 12px; }
  .nykuto-listing-detail-thumbnails button { width: 68px; height: 52px; min-width: 68px; }
  .nykuto-listing-detail-content { padding: 15px; }
  .nykuto-listing-detail-eyebrow { font-size: 9px; }
  .nykuto-listing-detail-title { font-size: 27px; }
  .nykuto-listing-detail-location { margin-top: 6px; font-size: 11px; }
  .nykuto-listing-detail-price { margin-top: 14px; }
  .nykuto-listing-detail-price strong { font-size: 23px; }
  .nykuto-listing-detail-trust > *,
  .nykuto-listing-detail-chips > * { min-height: 32px; font-size: 9px; }
  .nykuto-listing-detail-facts { margin-top: 14px; }
  .nykuto-listing-detail-facts :where(span, dt) { font-size: 9px; }
  .nykuto-listing-detail-facts :where(strong, dd) { font-size: 11px; }
  .nykuto-listing-detail-description p { font-size: 12px; line-height: 1.6; }
  .nykuto-listing-detail-fees dl > div,
  .nykuto-listing-detail-fees li { font-size: 11px; }
  .nykuto-listing-detail-map { min-height: 220px; }
  .nykuto-listing-detail-map-note { font-size: 10px; }
  .nykuto-listing-detail-seller :where(span, small) { font-size: 10px; }
  .nykuto-listing-detail-seller strong { font-size: 14px; }
  .nykuto-listing-detail-actions {
    position: fixed;
    z-index: 145;
    left: 0;
    right: 0;
    bottom: calc(66px + env(safe-area-inset-bottom));
    margin: 0;
    padding: 8px 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 -10px 28px rgba(27, 58, 50, .12);
    backdrop-filter: blur(12px);
  }
  .nykuto-listing-detail-actions :where(a, button) { min-height: 48px; font-size: 10px; }
  .nykuto-listing-detail-source { font-size: 10px; }

  .nykuto-report-dialog { width: 100%; max-width: none; max-height: 92svh; margin: auto 0 0; border-radius: 22px 22px 0 0; }
  .nykuto-report-shell { padding: 18px 14px calc(18px + env(safe-area-inset-bottom)); }
  .nykuto-report-shell :where(h2, h3) { font-size: 23px; }
  .nykuto-report-shell > p,
  .nykuto-report-status { font-size: 11px; }
  .nykuto-report-actions { position: sticky; bottom: 0; padding-top: 8px; background: #fff; }
  .nykuto-report-actions button { flex: 1; min-height: 48px; }

  .nykuto-rules-shell { width: calc(100% - 12px); margin: 6px auto 100px; padding: 18px 14px; border-radius: 16px; }
  .nykuto-rules-hero h1 { font-size: 29px; }
  .nykuto-rules-hero > span { font-size: 11px; }
  .nykuto-rules-grid { margin-top: 20px; grid-template-columns: 1fr; gap: 7px; }
  .nykuto-rules-grid section,
  .nykuto-rules-wide { padding: 14px; }
  .nykuto-rules-grid p,
  .nykuto-rules-wide p { font-size: 11px; }
  .nykuto-rules-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nykuto-rules-actions a { justify-content: center; text-align: center; }
}

@media (max-width: 430px) {
  [data-demo-page="home"] .nykuto-market-example { flex-basis: 72%; }
  .nykuto-profile-listing { grid-template-columns: 82px minmax(0, 1fr); }
  .nykuto-profile-listing-actions button { flex: 1 1 calc(50% - 5px); }
  .nykuto-listing-detail-page { padding-inline: 6px; }
  .nykuto-listing-detail-content { padding: 14px; }
  .nykuto-listing-detail-title { font-size: 25px; }
  .nykuto-listing-detail-actions { grid-template-columns: minmax(0, 1fr) 96px; }
}

@media (prefers-reduced-motion: reduce) {
  .nykuto-market-loading { animation: none; }
  .nykuto-market-real-listing .nykuto-market-example-visual img { transition: none; }
  .nykuto-market-real-listing:hover .nykuto-market-example-visual img { transform: none; }
}

/* Nykuto Local — carona search, route cards and publishing flow */
:is([data-ride-search], .nykuto-ride-search) {
  position: relative;
  margin-top: 14px;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 8px;
  border: 1px solid rgba(23, 79, 67, .15);
  border-radius: 15px;
  background: #f4f8f5;
}

:is([data-ride-search], .nykuto-ride-search) label {
  min-width: 0;
  display: grid;
  gap: 5px;
}

:is([data-ride-search], .nykuto-ride-search) label:first-of-type {
  grid-column: 1;
  grid-row: 1;
}

:is([data-ride-search], .nykuto-ride-search) label:nth-of-type(2) {
  grid-column: 1;
  grid-row: 2;
}

:is([data-ride-search], .nykuto-ride-search) label:nth-of-type(3),
:is([data-ride-search], .nykuto-ride-search) .nykuto-ride-search-submit {
  grid-column: 1 / -1;
}

:is([data-ride-search], .nykuto-ride-search) label > span {
  color: var(--demo-ink);
  font-size: 10px;
  font-weight: 850;
}

:is([data-ride-search], .nykuto-ride-search) input {
  width: 100%;
  min-height: 48px;
  padding: 10px 11px;
  border: 1px solid var(--demo-line);
  border-radius: 11px;
  background: #fff;
  color: var(--demo-ink);
  font: inherit;
  font-size: 16px;
}

:is([data-ride-search], .nykuto-ride-search) input::placeholder { color: #71817c; }
:is([data-ride-search], .nykuto-ride-search) input:focus { border-color: var(--demo-forest); }

.nykuto-ride-swap {
  width: 44px;
  height: 44px;
  align-self: center;
  grid-column: 2;
  grid-row: 1 / 3;
  border: 1px solid rgba(23, 79, 67, .2);
  border-radius: 50%;
  background: #fff;
  color: var(--demo-forest);
  cursor: pointer;
  font: inherit;
  font-size: 17px;
  font-weight: 900;
}

.nykuto-ride-search-submit {
  min-height: 48px;
  padding: 11px 15px;
  border: 1px solid var(--demo-forest);
  border-radius: 11px;
  background: var(--demo-forest);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
}

.nykuto-market-subcategories > .nykuto-ride-request-link {
  min-height: 32px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border: 1px solid #dfbd6c;
  border-radius: 999px;
  background: #fff8e6;
  color: #624b20;
  font-size: 8px;
  font-weight: 900;
}

.nykuto-ride-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 79, 67, .16);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(25, 62, 52, .07);
}

.nykuto-ride-card > a {
  min-height: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  color: inherit;
  text-decoration: none;
}

.nykuto-ride-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.nykuto-ride-card-head small {
  color: #856522;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.nykuto-ride-card-head span {
  min-height: 26px;
  padding: 5px 8px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #e7f2ec;
  color: var(--demo-forest);
  font-size: 8px;
  font-weight: 850;
  white-space: nowrap;
}

.nykuto-ride-route,
.nykuto-preview-route {
  position: relative;
  padding: 3px 0 3px 29px;
  display: grid;
  gap: 14px;
}

.nykuto-ride-route::before,
.nykuto-preview-route::before {
  content: '';
  position: absolute;
  top: 13px;
  bottom: 13px;
  left: 8px;
  width: 2px;
  border-radius: 999px;
  background: #cbd9d2;
}

.nykuto-ride-route > div,
.nykuto-preview-route > div {
  position: relative;
  min-width: 0;
  display: grid;
  gap: 2px;
}

.nykuto-ride-route > div::before,
.nykuto-preview-route > div::before {
  content: '';
  position: absolute;
  top: 5px;
  left: -27px;
  width: 11px;
  height: 11px;
  border: 3px solid var(--demo-forest);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 3px #fff;
}

.nykuto-ride-route > div:last-child::before,
.nykuto-preview-route > div:last-child::before {
  border-color: #dfbd6c;
  background: #dfbd6c;
}

.nykuto-ride-route :where(small, span),
.nykuto-preview-route :where(small, span) {
  color: var(--demo-muted);
  font-size: 8px;
  line-height: 1.3;
}

.nykuto-ride-route :where(strong, b),
.nykuto-preview-route :where(strong, b) {
  color: var(--demo-ink);
  font-size: 13px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.nykuto-ride-card-meta {
  padding-top: 11px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  border-top: 1px solid var(--demo-line);
}

.nykuto-ride-card-meta span {
  min-height: 26px;
  padding: 5px 7px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f0f5f2;
  color: #50635d;
  font-size: 8px;
  font-weight: 780;
}

.nykuto-ride-card-meta strong {
  margin-left: auto;
  color: var(--demo-forest);
  font-size: 10px;
}

.nykuto-ride-card > a > b {
  min-height: 42px;
  margin-top: auto;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--demo-forest);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
}

.nykuto-ride-empty {
  min-height: 210px;
  padding: 24px 18px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 8px;
  grid-column: 1 / -1;
  border: 1px dashed rgba(23, 79, 67, .3);
  border-radius: 16px;
  background: linear-gradient(145deg, #f4f9f6, #fffaf0);
  color: var(--demo-ink);
}

.nykuto-ride-empty :where(h3, strong) { margin: 0; color: var(--demo-ink); font-size: 18px; }
.nykuto-ride-empty p { max-width: 560px; margin: 0; color: var(--demo-muted); font-size: 11px; line-height: 1.55; }

.nykuto-ride-actions {
  width: 100%;
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.nykuto-ride-actions :where(a, button) {
  min-height: 48px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--demo-forest);
  border-radius: 11px;
  background: var(--demo-forest);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
}

.nykuto-ride-actions > :nth-child(2) {
  border-color: #dfbd6c;
  background: #dfbd6c;
  color: #30240e;
}

.nykuto-listing-wizard.is-carona { width: min(800px, calc(100% - 24px)); }
.nykuto-listing-wizard.is-carona .nykuto-wizard-header { background: linear-gradient(140deg, #eff7f2, #fff8e8); }
.nykuto-wizard-progress.is-carona { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nykuto-listing-wizard.is-carona .nykuto-subcategory-choices { grid-template-columns: 1fr; }

.nykuto-listing-wizard.is-carona .nykuto-subcategory-choices label {
  min-height: 86px;
  padding: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.nykuto-listing-wizard.is-carona .nykuto-subcategory-choices label > div { min-width: 0; }
.nykuto-listing-wizard.is-carona .nykuto-subcategory-choices label > div strong { display: block; color: var(--demo-ink); font-size: 14px; }
.nykuto-listing-wizard.is-carona .nykuto-subcategory-choices label > div small { margin-top: 4px; display: block; font-size: 10px; }
.nykuto-listing-wizard.is-carona .nykuto-subcategory-choices label > span { color: var(--demo-forest); font-size: 20px; }

.nykuto-listing-wizard.is-carona .nykuto-location-search {
  padding: 12px;
  border: 1px solid rgba(23, 79, 67, .16);
  border-radius: 14px;
  background: #f5f9f6;
}

.nykuto-carona-destination {
  margin-top: 8px;
  padding: 12px;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(23, 79, 67, .16);
  border-radius: 14px;
  background: #f5f9f6;
}

.nykuto-campus-select { max-width: 330px; }
.nykuto-campus-select select { min-height: 42px; }

.nykuto-listing-wizard.is-carona .nykuto-zone-controls { max-width: 230px; grid-template-columns: 1fr; }
.nykuto-listing-wizard.is-carona .nykuto-zone-controls .nykuto-map-toggle { display: none; }
.nykuto-listing-wizard.is-carona .nykuto-zone-controls select { min-height: 42px; }

.nykuto-listing-wizard.is-carona [data-map-panel] {
  margin-top: 8px;
  padding: 8px;
  border: 1px solid rgba(23, 79, 67, .16);
  border-radius: 14px;
  background: #f5f9f6;
}

.nykuto-map-point-selector { margin-bottom: 7px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.nykuto-map-point-selector > span { color: var(--demo-muted); font-size: 10px; font-weight: 800; }
.nykuto-map-point-selector > div { display: grid; grid-template-columns: repeat(2, auto); gap: 5px; }
.nykuto-map-point-selector button {
  min-height: 40px;
  padding: 5px 10px;
  border: 1px solid rgba(23, 79, 67, .22);
  border-radius: 999px;
  background: #fff;
  color: var(--demo-forest);
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 900;
}
.nykuto-map-point-selector button.is-active { border-color: var(--demo-forest); background: var(--demo-forest); color: #fff; }
.nykuto-listing-map[data-map-point="destination"] { cursor: crosshair; }

.nykuto-listing-wizard.is-carona .nykuto-listing-map { min-height: 200px; }
.nykuto-listing-wizard.is-carona .nykuto-map-note { margin-top: 6px; padding: 8px 9px; }

.nykuto-carona-schedule-fields {
  margin-top: 10px;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  border: 1px solid rgba(23, 79, 67, .16);
  border-radius: 14px;
  background: #fff;
}

.nykuto-listing-preview article.is-carona {
  max-width: 680px;
  margin-inline: auto;
  display: block;
  border-color: rgba(23, 79, 67, .18);
  background: linear-gradient(145deg, #fff, #f6faf7);
}

.nykuto-listing-preview article.is-carona .nykuto-preview-body { padding: 18px; }
.nykuto-listing-preview article.is-carona .nykuto-preview-route { margin-bottom: 16px; padding-block: 5px; }
.nykuto-listing-preview article.is-carona .nykuto-preview-body > small { display: block; }

@media (max-width: 720px) {
  [data-demo-page="home"] .nykuto-market-examples:has(.nykuto-ride-card),
  [data-demo-page="home"] .nykuto-market-examples:has(.nykuto-ride-empty) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    overflow: visible;
    scroll-snap-type: none;
  }

  .nykuto-market-subcategories > .nykuto-ride-request-link {
    min-height: 44px;
    padding: 9px 12px;
    font-size: 10px;
  }

  .nykuto-listing-wizard.is-carona {
    width: 100%;
    min-height: calc(100svh - 56px - 76px);
  }

  .nykuto-wizard-progress.is-carona .is-current small { white-space: nowrap; }
  .nykuto-listing-wizard.is-carona .nykuto-location-search { grid-template-columns: minmax(0, 1fr) auto; }
  .nykuto-listing-preview article.is-carona .nykuto-preview-body { padding: 16px; }
  .nykuto-preview-route :where(strong, b) { font-size: 15px; }
}

@media (min-width: 721px) {
  :is([data-ride-search], .nykuto-ride-search) {
    padding: 13px;
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr) minmax(135px, .55fr) auto;
    align-items: end;
  }

  :is([data-ride-search], .nykuto-ride-search) label:first-of-type,
  :is([data-ride-search], .nykuto-ride-search) label:nth-of-type(2),
  :is([data-ride-search], .nykuto-ride-search) label:nth-of-type(3),
  :is([data-ride-search], .nykuto-ride-search) .nykuto-ride-search-submit,
  :is([data-ride-search], .nykuto-ride-search) .nykuto-ride-swap {
    grid-row: 1;
  }

  :is([data-ride-search], .nykuto-ride-search) label:first-of-type { grid-column: 1; }
  :is([data-ride-search], .nykuto-ride-search) .nykuto-ride-swap { grid-column: 2; }
  :is([data-ride-search], .nykuto-ride-search) label:nth-of-type(2) { grid-column: 3; }
  :is([data-ride-search], .nykuto-ride-search) label:nth-of-type(3) { grid-column: 4; }
  :is([data-ride-search], .nykuto-ride-search) .nykuto-ride-search-submit { grid-column: 5; }

  :is([data-ride-search], .nykuto-ride-search) input { font-size: 11px; }
  .nykuto-ride-search-submit { min-width: 118px; }
  .nykuto-ride-actions { width: auto; grid-template-columns: repeat(2, minmax(0, auto)); }
  .nykuto-listing-wizard.is-carona .nykuto-subcategory-choices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nykuto-carona-schedule-fields { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* iPhone ergonomics: keep maps below chrome and consolidate mobile overrides. */
.nykuto-listing-map {
  position: relative;
  z-index: 0;
  isolation: isolate;
}

@media (max-width: 720px) {
  .property-demo-header {
    padding-top: max(7px, env(safe-area-inset-top));
    padding-right: max(10px, env(safe-area-inset-right));
    padding-left: max(10px, env(safe-area-inset-left));
  }

  [data-demo-page="home"] .nykuto-market-heading > a { display: none; }

  .demo-filter-bar {
    position: relative;
    z-index: auto;
    top: auto;
  }

  .demo-mobile-nav {
    inset: auto;
    right: max(8px, env(safe-area-inset-right));
    bottom: calc(6px + env(safe-area-inset-bottom));
    left: max(8px, env(safe-area-inset-left));
  }

  .demo-mobile-nav :is(a, button) {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .demo-mobile-nav a,
  .demo-mobile-nav a:visited,
  .demo-mobile-nav .nykuto-mobile-announce,
  .demo-mobile-nav .nykuto-mobile-announce:visited {
    background: transparent;
    color: rgba(255, 255, 255, .72);
  }

  .demo-mobile-nav a > span,
  .demo-mobile-nav .nykuto-mobile-announce > span { color: #dfbd6c; }

  .demo-mobile-nav a:active {
    background: rgba(223, 189, 108, .18);
    color: #fff;
  }

  .demo-mobile-nav a[aria-current="page"],
  .demo-mobile-nav a[aria-current="page"]:visited {
    background: rgba(255, 255, 255, .1);
    color: #fff;
  }

  .demo-mobile-nav a[aria-current="page"] > span { color: #dfbd6c; }

  .demo-mobile-nav .nykuto-mobile-announce[aria-current="page"],
  .demo-mobile-nav .nykuto-mobile-announce[aria-current="page"]:visited,
  .demo-mobile-nav .nykuto-mobile-announce[aria-current="page"]:active {
    background: #dfbd6c;
    color: #30240e;
  }

  .demo-mobile-nav .nykuto-mobile-announce[aria-current="page"] > span { color: #30240e; }

  .demo-dialog .demo-dialog-header {
    position: sticky;
    z-index: 3;
    top: 0;
  }

  .demo-dialog-header > button,
  .demo-detail-close,
  .demo-detail-favorite {
    width: 44px;
    height: 44px;
    min-height: 44px;
    flex-basis: 44px;
  }

  .demo-detail-close-floating {
    top: max(12px, env(safe-area-inset-top));
    right: max(12px, env(safe-area-inset-right));
  }

  .demo-card-media-nav,
  .demo-detail-media-nav {
    width: 44px;
    height: 44px;
  }

  .demo-listing-actions button,
  .demo-filter-bar > button,
  .demo-advanced-toggles button,
  .demo-filter-dialog-actions button,
  .demo-map-preview button,
  .nykuto-map-point-selector button,
  .nykuto-ride-card > a > b { min-height: 44px; }

  .demo-map-toolbar button {
    width: 44px;
    height: 44px;
  }

  .demo-compare-dock button { min-height: 44px; }
  .demo-compare-dock .demo-compare-clear { width: 44px; }

  .nykuto-market-example-body h3 { font-size: 13px; }
  .nykuto-market-example-body strong { font-size: 14px; }
  .nykuto-market-example-body p,
  .nykuto-market-demo-note { font-size: 10px; line-height: 1.45; }
  .demo-listing-ref { font-size: 9px; }
  .demo-listing-location { font-size: 11px; }
  .demo-listing-specs span { font-size: 10px; }
  .demo-listing-freshness span { font-size: 10px; }
  .demo-listing-freshness small { font-size: 9px; }

  .real-estate-demo-page .nykuto-listing-detail-actions .nykuto-listing-detail-whatsapp {
    right: max(14px, env(safe-area-inset-right));
  }
}
