/* use808 landing — soft marketplace / directory language */
.landing-page {
  --land-bg: #F3F5F8;
  --land-surface: #ffffff;
  --land-ink: #142033;
  --land-muted: #5B6B7C;
  --land-line: #E4E9EF;
  --land-teal: #0D9498;
  --land-teal-dark: #0A6F72;
  --land-navy: #102A43;
  margin: 0;
  color: var(--land-ink);
  background: var(--land-bg);
  font-family: var(--font-arabic, 'IBM Plex Sans Arabic'), var(--font-sans, 'DM Sans'), sans-serif;
}

.land-wrap { width: min(1140px, calc(100% - 2rem)); margin-inline: auto; }

/* Header */
.land-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--land-line);
}
.land-header-inner {
  min-height: 4.25rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.land-nav { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; }
.land-nav-link {
  color: var(--land-muted); text-decoration: none; font-size: .875rem; font-weight: 500;
}
.land-nav-link:hover { color: var(--land-teal); }
.land-nav-login {
  color: var(--land-teal);
  font-weight: 600;
}
.land-nav-login:hover { color: var(--land-teal-dark); }

/* Hero */
.land-hero {
  position: relative;
  padding: 2.75rem 0 3rem;
  overflow: hidden;
}
.land-hero--discover { padding: 3.25rem 0 3.5rem; text-align: center; }
.land-hero--map { padding: 2.75rem 0 2.25rem; }
.land-hero-center {
  position: relative;
  max-width: 40rem;
  margin-inline: auto;
}
.land-hero--discover .land-brand-mark,
.land-hero--discover h1,
.land-hero--discover .land-lead { margin-inline: auto; }
.land-hero--discover h1 { max-width: 16ch; }
.land-hero--discover .land-search { margin-inline: auto; }
.land-hero--discover .land-chips { justify-content: center; }
.land-hero--map h1 {
  max-width: 12ch;
  font-size: clamp(2.35rem, 5.2vw, 3.55rem);
  letter-spacing: -.04em;
}
.land-hero--map .land-lead { max-width: 32rem; font-size: 1.02rem; }
.land-hero--map .land-search { max-width: none; }
.land-hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(640px 280px at 12% 18%, rgba(13,148,152,.1), transparent 58%),
    radial-gradient(520px 240px at 88% 0%, rgba(13,148,152,.08), transparent 55%),
    linear-gradient(180deg, #F7FAFB 0%, #F1F5F8 100%);
  pointer-events: none;
}
.land-hero-grid {
  position: relative;
  display: grid; gap: 2rem; align-items: center;
}
@media (min-width: 960px) {
  .land-hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); gap: 2.5rem; }
}

.land-brand-mark {
  margin: 0 0 .85rem;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--land-teal);
  line-height: 1;
}
.land-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.15rem, 5vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -.03em;
  color: var(--land-ink);
  max-width: 14ch;
}
.land-lead {
  margin: 0 0 1.35rem;
  color: var(--land-muted);
  line-height: 1.7;
  font-size: 1.05rem;
  max-width: 34rem;
}

.land-search {
  display: flex; gap: .5rem; align-items: stretch;
  background: var(--land-surface);
  border: 1px solid var(--land-line);
  border-radius: 16px;
  padding: .4rem;
  box-shadow: 0 10px 30px rgba(16, 42, 67, .06);
  max-width: 36rem;
}
.land-search-field {
  flex: 1; display: flex; align-items: center; gap: .55rem;
  padding: 0 .85rem; min-width: 0;
}
.land-search-field i,
.land-search-field svg {
  width: 1.1rem; height: 1.1rem; color: var(--land-muted); flex-shrink: 0;
}
.land-search-field input {
  border: 0; outline: 0; background: transparent; width: 100%;
  font: inherit; font-size: .95rem; color: var(--land-ink);
  padding: .7rem 0;
}
.land-search .btn { border-radius: 12px; padding-inline: 1.25rem; white-space: nowrap; }
.land-search--split {
  max-width: 34rem;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 999px;
  border-color: transparent;
  padding: .35rem .35rem .35rem .2rem;
  box-shadow:
    0 1px 2px rgba(16, 42, 67, .04),
    0 14px 36px rgba(16, 42, 67, .08);
}
.land-search--split .land-search-field {
  flex: 1 1 auto;
  min-width: 0;
  padding-inline: .9rem;
}
.land-search--split .land-search-field--city {
  flex: 0 1 9rem;
  border-inline-start: 1px solid #E6ECF1;
  padding-inline: .75rem 0.5rem;
}
.land-search--split .btn {
  border-radius: 999px;
  padding: .75rem 1.35rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(13, 148, 152, .28);
}

/* Real map scene (Leaflet) + floating listing cards */
.land-map-scene {
  position: relative;
  width: 100%;
  aspect-ratio: 560 / 420;
  max-height: 400px;
  border-radius: 34px;
  overflow: hidden;
  background: #c8d9d4;
  box-shadow:
    0 1px 0 rgba(255,255,255,.75) inset,
    0 30px 64px rgba(16, 42, 67, .13);
}
.land-map-leaflet {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #c8d9d4;
}
.land-map-leaflet .leaflet-tile-pane {
  filter: saturate(1.05) contrast(1.02);
}
.land-map-wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(90% 70% at 8% 100%, rgba(13,148,152,.16), transparent 50%),
    linear-gradient(180deg, rgba(255,255,255,.12) 0%, transparent 35%);
}
.land-map-pins {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.land-map-pin {
  position: absolute;
  max-width: 12rem;
  will-change: transform;
  transform: translate(-12%, -10%);
}
.land-map-pin.p1 { inset-inline-start: 12%; top: 18%; }
.land-map-pin.p2 { inset-inline-start: 48%; top: 12%; }
.land-map-pin.p3 { inset-inline-start: 30%; top: 54%; }
.land-map-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: .85rem 1rem .8rem;
  box-shadow: 0 18px 36px rgba(16, 42, 67, .2);
  display: grid;
  gap: .18rem;
  border: 1px solid rgba(255,255,255,.95);
  min-width: 9.5rem;
  pointer-events: auto;
}
.land-map-pin-dot {
  position: absolute;
  top: -.7rem;
  inset-inline-start: .75rem;
  width: 1.7rem; height: 1.7rem;
  border-radius: 999px;
  display: grid; place-items: center;
  color: #fff;
  background: var(--land-teal);
  box-shadow: 0 8px 16px rgba(13, 148, 152, .38);
}
.land-map-pin-dot svg { display: block; }
.land-map-card strong {
  font-size: .86rem;
  line-height: 1.3;
  color: var(--land-ink);
  font-weight: 700;
  padding-top: .15rem;
}
.land-map-card > span {
  font-size: .74rem;
  color: var(--land-muted);
}
.land-map-scene .leaflet-container {
  width: 100%;
  height: 100%;
  font: inherit;
  background: #c8d9d4;
}

.land-chips {
  display: flex; flex-wrap: wrap; align-items: center; gap: .45rem;
  margin: 1rem 0 0; color: var(--land-muted); font-size: .82rem;
}
.land-chips a {
  text-decoration: none; color: var(--land-ink);
  background: var(--land-surface); border: 1px solid var(--land-line);
  border-radius: 999px; padding: .3rem .7rem; font-weight: 600; font-size: .78rem;
  transition: border-color .15s ease, color .15s ease;
}
.land-chips a:hover { border-color: var(--land-teal); color: var(--land-teal); }

.land-cta-row { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.25rem; }
.land-cta-row .btn-ghost {
  background: transparent; border: 0; color: var(--land-teal-dark); font-weight: 700;
}

.land-hero-visual { position: relative; }
.land-hero-photo {
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  background: #d9e2ec;
  box-shadow: 0 24px 50px rgba(16, 42, 67, .14);
}
.land-hero-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

@keyframes land-fade-up {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
.motion-fade-up { animation: land-fade-up .55s ease both; }
.land-hero-copy .land-brand-mark { animation-delay: 0s; }
.land-hero-copy h1 { animation-delay: .04s; }
.land-hero-copy .land-lead { animation-delay: .08s; }
.land-hero-copy .land-search { animation-delay: .12s; }
.land-hero-copy .land-chips { animation-delay: .16s; }
.land-hero-copy .land-cta-row { animation-delay: .2s; }
.land-hero-visual { animation-delay: .1s; }
@media (prefers-reduced-motion: reduce) {
  .motion-fade-up { animation: none; }
}

/* Sections */
.land-section { padding: 3.5rem 0; }
.land-section-soft { background: #EAF0F5; }
.land-section-head { max-width: 40rem; margin-bottom: 1.75rem; }
.land-section-head h2 {
  margin: 0 0 .55rem;
  font-size: clamp(1.45rem, 2.8vw, 1.9rem);
  letter-spacing: -.02em;
}
.land-section-head p { margin: 0; color: var(--land-muted); line-height: 1.65; }
.land-section-head-row {
  display: flex; justify-content: space-between; align-items: end;
  gap: 1rem; flex-wrap: wrap; max-width: none;
}
.land-link-more {
  display: inline-flex; align-items: center; gap: .35rem;
  color: var(--land-teal); font-weight: 700; font-size: .9rem; text-decoration: none;
}
.land-link-more svg { width: 1rem; height: 1rem; }

/* Type cards */
.land-type-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 900px) {
  .land-type-grid { grid-template-columns: repeat(4, 1fr); }
}
.land-type-card {
  display: grid; gap: .45rem; justify-items: start;
  background: var(--land-surface);
  border: 1px solid var(--land-line);
  border-radius: 18px;
  padding: 1.25rem 1.1rem;
  text-decoration: none; color: inherit;
  box-shadow: 0 8px 20px rgba(16, 42, 67, .04);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.land-type-card:hover {
  transform: translateY(-3px);
  border-color: rgba(13,148,152,.35);
  box-shadow: 0 14px 28px rgba(16, 42, 67, .08);
  text-decoration: none;
}
.land-type-icon {
  width: 2.75rem; height: 2.75rem; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: .35rem;
}
.land-type-icon svg { width: 1.25rem; height: 1.25rem; }
.land-type-icon--menu { background: #FFF1E6; color: #E07A2F; }
.land-type-icon--cafe { background: #F3E8DF; color: #8B5E3C; }
.land-type-icon--brochure { background: #E8F6F6; color: var(--land-teal); }
.land-type-icon--catalog { background: #E8EEF8; color: #3B6BB5; }
.land-type-icon--sweets { background: #FDE8F0; color: #C43D6E; }
.land-type-icon--health { background: #E8F7EF; color: #1F8A4C; }
.land-type-icon--start { background: #EAF7EE; color: #1F8A4C; }

/* Filters + explore layout */
.land-section-tight { padding: 1.75rem 0 2.5rem; }
.land-filter-row {
  display: flex; flex-wrap: wrap; gap: .5rem; align-items: center;
}
.land-filter {
  display: inline-flex; align-items: center; gap: .35rem;
  text-decoration: none; color: var(--land-ink);
  background: var(--land-surface);
  border: 1px solid var(--land-line);
  border-radius: 999px;
  padding: .45rem .9rem;
  font-size: .82rem; font-weight: 600;
  transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.land-filter svg { width: .95rem; height: .95rem; }
.land-filter:hover,
.land-filter.is-active {
  border-color: rgba(13,148,152,.45);
  color: var(--land-teal-dark);
  background: #E8F6F6;
  text-decoration: none;
}

.land-explore-grid {
  display: grid; gap: 2rem;
}
@media (min-width: 960px) {
  .land-explore-grid { grid-template-columns: 1.1fr 1fr 1fr; gap: 1.5rem; align-items: start; }
}
.land-col-title {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  letter-spacing: -.015em;
}
.land-cat-grid {
  display: grid; gap: .65rem;
  grid-template-columns: repeat(2, 1fr);
}
.land-cat-tile {
  display: grid; gap: .45rem; justify-items: center; text-align: center;
  background: var(--land-surface);
  border: 1px solid var(--land-line);
  border-radius: 16px;
  padding: 1rem .65rem;
  text-decoration: none; color: inherit;
  transition: transform .15s ease, border-color .15s ease;
}
.land-cat-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(13,148,152,.35);
  text-decoration: none;
}
.land-cat-tile .land-type-icon { margin: 0; }
.land-cat-tile strong { font-size: .85rem; }

.land-city-grid {
  display: grid; gap: .65rem;
  grid-template-columns: repeat(2, 1fr);
}
.land-city-card {
  display: grid; gap: .2rem;
  background:
    linear-gradient(160deg, rgba(13,148,152,.12), rgba(16,42,67,.04)),
    var(--land-surface);
  border: 1px solid var(--land-line);
  border-radius: 16px;
  padding: 1rem .9rem;
  min-height: 5.5rem;
  text-decoration: none; color: inherit;
  transition: transform .15s ease, border-color .15s ease;
}
.land-city-card:hover {
  transform: translateY(-2px);
  border-color: rgba(13,148,152,.4);
  text-decoration: none;
}
.land-city-card strong { font-size: .95rem; }
.land-city-card span { font-size: .78rem; color: var(--land-muted); }

.land-featured-stack { display: grid; gap: .65rem; }
.land-stack-card {
  display: flex; align-items: center; gap: .75rem;
  background: var(--land-surface);
  border: 1px solid var(--land-line);
  border-radius: 16px;
  padding: .75rem;
  text-decoration: none; color: inherit;
  transition: border-color .15s ease, transform .15s ease;
}
.land-stack-card:hover {
  border-color: rgba(13,148,152,.4);
  transform: translateY(-1px);
  text-decoration: none;
}
.land-stack-icon {
  width: 2.75rem; height: 2.75rem; border-radius: 12px;
  display: grid; place-items: center; flex-shrink: 0;
}
.land-stack-icon svg { width: 1.15rem; height: 1.15rem; }
.land-stack-body { display: grid; gap: .1rem; min-width: 0; flex: 1; }
.land-stack-body strong { font-size: .9rem; }
.land-stack-body span { font-size: .78rem; color: var(--land-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.land-stack-body em { font-style: normal; font-size: .72rem; color: #94A3B8; }
.land-stack-card .land-feat-badge { margin-inline-start: auto; flex-shrink: 0; }
.land-type-grid--3 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) {
  .land-type-grid--3 { grid-template-columns: repeat(4, 1fr); }
}
.land-type-card strong { font-size: 1rem; }
.land-type-card span { color: var(--land-muted); font-size: .85rem; line-height: 1.5; }

/* Featured */
.land-featured-track {
  display: grid; gap: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 280px);
  overflow-x: auto;
  padding-bottom: .35rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.land-feat-card {
  scroll-snap-align: start;
  display: block; background: var(--land-surface);
  border: 1px solid var(--land-line); border-radius: 18px;
  overflow: hidden; text-decoration: none; color: inherit;
  box-shadow: 0 8px 20px rgba(16, 42, 67, .04);
  transition: transform .18s ease, box-shadow .18s ease;
}
.land-feat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(16, 42, 67, .1);
  text-decoration: none;
}
.land-feat-media {
  position: relative; height: 140px;
  display: flex; align-items: center; justify-content: center;
  background: #E8EEF4;
}
.land-feat-media img {
  max-height: 64px; max-width: 70%; object-fit: contain; display: block;
}
.land-feat-media > svg,
.land-feat-media > i svg {
  width: 2.25rem; height: 2.25rem;
}
.land-kind-restaurant { background: #FFF1E6; color: #E07A2F; }
.land-kind-cafe { background: #F3E8DF; color: #8B5E3C; }
.land-kind-factory { background: #E8EEF8; color: #3B6BB5; }
.land-kind-services { background: #E8F6F6; color: var(--land-teal); }
.land-kind-other { background: #EEF2F6; color: #5B6B7C; }
.land-kind-pill {
  font-size: .72rem; font-weight: 700; color: var(--land-teal);
  background: rgba(13,148,152,.1); border-radius: 999px; padding: .15rem .5rem;
}
.land-feat-badge {
  position: absolute; top: .65rem; inset-inline-start: .65rem;
  background: rgba(255,255,255,.92); color: var(--land-ink);
  font-size: .7rem; font-weight: 700; padding: .2rem .5rem; border-radius: 999px;
}
.land-feat-body { padding: .95rem 1rem 1.1rem; display: grid; gap: .25rem; }
.land-feat-body strong { font-size: 1rem; }
.land-feat-body > span { color: var(--land-muted); font-size: .85rem; }
.land-feat-meta {
  display: flex; justify-content: space-between; align-items: center;
  gap: .5rem; margin-top: .45rem; font-size: .8rem;
}
.land-feat-meta em { font-style: normal; color: var(--land-muted); }
.land-feat-live {
  color: #1F8A4C; font-weight: 700;
}

/* Stats */
.land-stats {
  background: linear-gradient(135deg, var(--land-navy) 0%, #0A5E61 100%);
  color: #fff; padding: 2.25rem 0;
}
.land-stats-grid {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 800px) {
  .land-stats-grid { grid-template-columns: repeat(4, 1fr); }
}
.land-stats-grid > div {
  display: grid; gap: .25rem; justify-items: start;
}
.land-stats-grid i,
.land-stats-grid svg { width: 1.25rem; height: 1.25rem; opacity: .85; }
.land-stats-grid strong {
  font-size: 1.55rem; letter-spacing: -.02em; line-height: 1.1;
}
.land-stats-grid span { font-size: .82rem; opacity: .82; line-height: 1.4; }

/* Why / for-business */
.land-why-points { display: grid; gap: 1rem; }
.land-why-points--row {
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .land-why-points--row { grid-template-columns: repeat(3, 1fr); }
}
.land-why-points article {
  display: flex; gap: .85rem; align-items: flex-start;
  background: var(--land-surface); border: 1px solid var(--land-line);
  border-radius: 16px; padding: 1rem 1.1rem;
}
.land-why-points i,
.land-why-points svg {
  width: 1.25rem; height: 1.25rem; color: var(--land-teal); flex-shrink: 0; margin-top: .15rem;
}
.land-why-points h3 { margin: 0 0 .25rem; font-size: .98rem; }
.land-why-points p { margin: 0; color: var(--land-muted); font-size: .88rem; line-height: 1.55; }

.land-owner-strip {
  padding: 2.5rem 0;
  background: linear-gradient(135deg, var(--land-navy), #0A5E61);
  color: #fff;
}
.land-owner-strip--soft {
  background: linear-gradient(135deg, #D7EFEE 0%, #E8F6F6 55%, #EEF4F7 100%);
  color: var(--land-ink);
  border-block: 1px solid rgba(13,148,152,.12);
}
.land-owner-strip-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem;
}
.land-owner-strip h2 { margin: 0 0 .4rem; color: #fff; font-size: 1.35rem; }
.land-owner-strip--soft h2 { color: var(--land-ink); max-width: 36rem; font-size: clamp(1.15rem, 2.4vw, 1.4rem); line-height: 1.35; }
.land-owner-strip p { margin: 0; opacity: .88; max-width: 34rem; line-height: 1.55; }
.land-owner-strip--soft p { opacity: 1; color: var(--land-muted); }
.land-owner-strip .btn-primary {
  background: #fff; color: var(--land-teal-dark); border-color: #fff; font-weight: 700;
}
.land-owner-strip--soft .btn-primary {
  background: var(--land-teal); color: #fff; border-color: var(--land-teal);
}
.land-owner-actions {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1rem;
}

.land-feature-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 900px) {
  .land-feature-grid { grid-template-columns: repeat(4, 1fr); }
}
.land-feature-grid article {
  background: var(--land-surface); border: 1px solid var(--land-line);
  border-radius: 18px; padding: 1.25rem 1.1rem;
}
.land-feature-grid h3 { margin: .65rem 0 .35rem; font-size: 1rem; }
.land-feature-grid p { margin: 0; color: var(--land-muted); font-size: .88rem; line-height: 1.55; }

.land-forbiz-mosaic {
  display: grid; gap: .75rem;
  grid-template-columns: 1fr 1fr;
}
.land-mosaic-tile {
  display: grid; gap: .55rem; place-items: center;
  text-decoration: none; color: inherit;
  border-radius: 20px; min-height: 132px; padding: 1.25rem;
  border: 1px solid transparent;
  transition: transform .18s ease;
}
.land-mosaic-tile:hover { transform: translateY(-3px); text-decoration: none; }
.land-mosaic-tile:first-child { grid-column: 1 / -1; min-height: 150px; }
.land-mosaic-tile svg { width: 1.75rem; height: 1.75rem; }
.land-mosaic-tile strong { font-size: .95rem; }

/* Steps */
.land-steps {
  display: grid; gap: 1rem;
}
@media (min-width: 768px) {
  .land-steps { grid-template-columns: repeat(3, 1fr); }
}
.land-steps article {
  background: var(--land-surface); border: 1px solid var(--land-line);
  border-radius: 18px; padding: 1.35rem 1.2rem;
}
.land-step-num {
  width: 2rem; height: 2rem; border-radius: 999px;
  background: rgba(13,148,152,.12); color: var(--land-teal);
  display: inline-grid; place-items: center;
  font-weight: 800; font-size: .9rem; margin-bottom: .85rem;
}
.land-steps h3 { margin: 0 0 .4rem; font-size: 1.05rem; }
.land-steps p { margin: 0; color: var(--land-muted); font-size: .9rem; line-height: 1.6; }

/* Plans */
.land-plans {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.land-plans article {
  background: var(--land-surface); border: 1px solid var(--land-line);
  border-radius: 18px; padding: 1.35rem; display: flex; flex-direction: column;
}
.land-plan-featured {
  border-color: rgba(13,148,152,.45) !important;
  box-shadow: 0 0 0 1px rgba(13,148,152,.18);
}
.land-price {
  font-size: 1.5rem; font-weight: 700; margin: .5rem 0 .35rem !important; color: var(--land-ink) !important;
}
.land-price small { font-size: .8rem; font-weight: 500; color: var(--land-muted); }
.land-price-note { font-size: .8rem !important; color: var(--land-muted) !important; margin: 0 0 .75rem !important; }
.land-plan-features {
  list-style: none; padding: 0; margin: 0 0 1.25rem; display: grid; gap: .45rem; flex: 1;
}
.land-plan-features li {
  font-size: .85rem; color: #334155; line-height: 1.45;
  padding-inline-start: 1.1rem; position: relative;
}
.land-plan-features li::before {
  content: ''; position: absolute; inset-inline-start: 0; top: .45em;
  width: .45rem; height: .45rem; border-radius: 50%; background: var(--land-teal);
}
.land-plans .btn { align-self: stretch; justify-content: center; }

/* Directory cards */
.land-biz-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.land-biz-card {
  display: block; background: var(--land-surface); border: 1px solid var(--land-line);
  border-radius: 16px; overflow: hidden; text-decoration: none; color: inherit;
  transition: transform .18s ease, border-color .18s ease;
}
.land-biz-card:hover {
  transform: translateY(-2px); border-color: rgba(13,148,152,.4); text-decoration: none;
}
.land-biz-card:focus-visible {
  outline: 2px solid var(--land-teal); outline-offset: 3px;
}
.land-biz-media {
  height: 120px; display: flex; align-items: center; justify-content: center;
  background: #EEF2F6;
}
.land-biz-media img { max-height: 64px; max-width: 70%; object-fit: contain; }
.land-biz-media svg { width: 1.85rem; height: 1.85rem; }
.land-biz-body { padding: 1rem; display: grid; gap: .25rem; }
.land-biz-body span { color: var(--land-muted); font-size: .85rem; }
.land-biz-body .muted { color: #94A3B8; }
.land-empty { text-align: center; padding: 3rem 1rem; color: var(--land-muted); }
.land-results-meta { color: var(--land-muted); font-size: .875rem; }

/* CTA band */
.land-cta-band {
  padding: 3.75rem 0; text-align: center;
  background: linear-gradient(135deg, var(--land-navy), #0A5E61);
  color: #fff;
}
.land-cta-band h2 { margin: 0 0 .65rem; color: #fff; font-size: clamp(1.4rem, 3vw, 1.9rem); }
.land-cta-band p { margin: 0 0 1.35rem; opacity: .88; max-width: 36rem; margin-inline: auto; }
.land-cta-band-btn {
  background: #fff !important; color: var(--land-teal-dark) !important;
  border-color: #fff !important; font-weight: 700;
}

/* Footer */
.land-footer {
  border-top: 1px solid var(--land-line); padding: 1.75rem 0; text-align: center;
  color: var(--land-muted); font-size: .8125rem; background: #fff;
}
.land-footer .land-wrap { display: grid; gap: .75rem; justify-items: center; }
.land-footer a { color: var(--land-teal); }

@media (max-width: 720px) {
  .land-nav {
    flex-wrap: wrap;
    gap: .35rem .75rem;
    justify-content: flex-end;
  }
  .land-nav .land-nav-link { display: inline-flex; font-size: .8125rem; }
  .land-hero { padding-top: 1.75rem; }
  .land-hero h1 { max-width: none; }
  .land-search { flex-direction: column; }
  .land-search--split {
    flex-wrap: wrap;
    border-radius: 22px;
    padding: .45rem;
  }
  .land-search--split .land-search-field--city {
    flex: 1 1 100%;
    border-inline-start: 0;
    border-top: 1px solid #E6ECF1;
    padding-block: .2rem;
  }
  .land-search .btn { width: 100%; }
  .land-type-grid { grid-template-columns: 1fr 1fr; }
  .land-map-scene {
    max-height: none;
    aspect-ratio: 560 / 380;
    border-radius: 26px;
  }
  .land-map-scene .land-map-pin,
  .land-map-marker .land-map-pin { max-width: 9.5rem; }
  .land-map-card { padding: .55rem .65rem; min-width: 8rem; }
  .land-map-card strong { font-size: .74rem; }
  .land-owner-strip-inner { flex-direction: column; align-items: stretch; text-align: center; }
  .land-owner-actions { justify-content: center; }
}
