:root {
  --wn-ink: #07111f;
  --wn-muted: #5f6c7d;
  --wn-line: #dfe6ef;
  --wn-soft: #f6f8fb;
  --wn-surface: #ffffff;
  --wn-green: #13a39a;
  --wn-green-dark: #0b7b73;
  --wn-gold: #ffc83d;
  --wn-blue: #2956d9;
  --wn-red: #ef3d72;
  --wn-night: #071022;
  --wn-max: 1540px;
  --wn-shadow-soft: 0 18px 42px rgba(15, 23, 42, 0.08);
  --wn-shadow-lift: 0 24px 58px rgba(15, 23, 42, 0.13);
  --wn-font-base: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wn-font-arabic: "Noto Kufi Arabic", "Noto Sans Arabic", Tajawal, Tahoma, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--wn-ink);
  background: #fbfcff;
  font-family: var(--wn-font-base);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-optical-sizing: auto;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(41, 86, 217, 0.22);
  outline-offset: 3px;
}

::selection {
  color: #07111f;
  background: rgba(255, 200, 61, 0.46);
}

main {
  background:
    radial-gradient(circle at 14% 6%, rgba(41, 86, 217, 0.07), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 34%, #ffffff 100%);
}

img {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header,
.site-footer,
.section-wrap,
.module-strip,
.wilaya-rail,
.home-stats,
.trust-band,
.archive-hero,
.single-listing {
  width: min(var(--wn-max), calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: relative;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 116px;
  padding: 22px max(28px, calc((100vw - var(--wn-max)) / 2));
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 0;
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-has-logo {
  min-width: 148px;
  max-width: 220px;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--wn-gold);
  background: var(--wn-night);
  border-radius: 999px 999px 999px 10px;
  font-weight: 900;
}

.brand-logo-wrap {
  display: grid;
  width: clamp(150px, 11vw, 204px);
  height: 62px;
  place-items: center;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  padding: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  max-width: 220px;
  color: var(--wn-muted);
  font-size: 12px;
}

.site-nav {
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 76px;
  max-width: min(1160px, calc(100vw - 460px));
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(223, 230, 239, 0.92);
  border-radius: 999px;
  box-shadow: var(--wn-shadow-soft);
  backdrop-filter: blur(20px);
}

.site-nav ul {
  display: flex;
  gap: 8px;
  min-width: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav ul a,
.nav-cta,
.text-link {
  font-weight: 700;
  text-decoration: none;
}

.site-nav ul a {
  display: grid;
  min-height: 46px;
  place-items: center;
  padding: 0 12px;
  color: #454e5e;
  white-space: nowrap;
}

.site-nav ul a:hover {
  color: #0c1832;
  background: #f4f7fb;
  border-radius: 999px;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 50px;
  min-width: max-content;
  padding: 0 20px;
  color: #ffffff;
  background: #0c1832;
  border-radius: 999px;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  cursor: pointer;
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 2px 0;
  background: #0c1832;
  border-radius: 999px;
}

.lang-switch {
  position: relative;
  z-index: 35;
}

.lang-switch summary {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  gap: 8px;
  align-items: center;
  min-width: 88px;
  min-height: 46px;
  padding: 0 13px;
  color: #0c1832;
  background: #f4f7fb;
  border: 1px solid #dfe5ef;
  border-radius: 999px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.lang-switch summary::-webkit-details-marker {
  display: none;
}

.lang-switch summary:hover,
.lang-switch[open] summary {
  background: #ffffff;
  border-color: rgba(41, 86, 217, 0.28);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
}

.lang-switch summary:focus-visible {
  outline: 3px solid rgba(41, 86, 217, 0.22);
  outline-offset: 3px;
}

.lang-globe {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.lang-current {
  font-size: 14px;
  line-height: 1;
}

.lang-chevron {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.lang-switch[open] .lang-chevron {
  transform: translateY(2px) rotate(225deg);
}

.lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: 210px;
  gap: 4px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #dfe6ef;
  border-radius: 18px;
  box-shadow: var(--wn-shadow-lift);
}

.lang-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 9px 10px;
  color: #172033;
  text-decoration: none;
  border-radius: 12px;
}

.lang-menu a:hover,
.lang-menu a.is-active,
.lang-menu a[aria-current="true"] {
  color: #0c1832;
  background: #f4f7fb;
}

.lang-menu a.is-active span,
.lang-menu a[aria-current="true"] span {
  color: #ffffff;
  background: #0c1832;
}

.lang-menu span {
  display: grid;
  width: 36px;
  height: 30px;
  place-items: center;
  color: #0c1832;
  background: #eef2f8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.lang-menu small {
  color: var(--wn-muted);
  font-size: 13px;
  font-weight: 500;
}

.market-switcher {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #dfe6ef;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.market-switcher a {
  display: inline-grid;
  min-height: 40px;
  place-items: center;
  padding: 0 13px;
  color: #4b5565;
  text-decoration: none;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.market-switcher a:hover,
.market-switcher a.is-active,
.market-switcher a[data-wn-last-selected="true"] {
  color: #ffffff;
  background: #0c1832;
}

.home-search {
  position: relative;
  z-index: 5;
  width: min(1400px, calc(100% - 48px));
  margin: 18px auto 30px;
}

.wn-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 500px;
  width: min(var(--wn-max), calc(100% - 32px));
  margin: 0 auto;
  overflow: hidden;
  padding: 126px 36px 54px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(4, 12, 28, 0.72), rgba(4, 12, 28, 0.32)),
    url("https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=1800&q=74") center/cover;
  box-shadow: var(--wn-shadow-lift);
}

.rental-gateway {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.rental-gateway-home {
  margin-top: 26px;
}

.rental-gateway-home .section-head h1 {
  max-width: 860px;
  margin: 0;
  color: #101827;
  font-size: clamp(34px, 6vw, 72px);
  line-height: 1;
}

.rental-gateway-home .section-copy {
  max-width: 760px;
  margin-top: 12px;
}

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

.gateway-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 245px;
  padding: clamp(20px, 4vw, 30px);
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  border-radius: 26px;
  box-shadow: var(--wn-shadow-soft);
  isolation: isolate;
}

.gateway-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(8, 27, 55, 0.72), rgba(15, 94, 82, 0.5)),
    radial-gradient(circle at 82% 18%, rgba(255, 202, 56, 0.78), transparent 19%),
    var(--gateway-image, linear-gradient(135deg, #0f5e52 0%, #246f96 100%)) center/cover no-repeat;
}

.gateway-card.is-cars::before {
  background:
    linear-gradient(135deg, rgba(8, 27, 55, 0.78), rgba(194, 65, 12, 0.42)),
    radial-gradient(circle at 82% 18%, rgba(72, 222, 170, 0.62), transparent 18%),
    var(--gateway-image, linear-gradient(135deg, #0c1832 0%, #155e75 52%, #0f766e 100%)) center/cover no-repeat;
}

.rental-gateway-home .gateway-card.has-gateway-art::before,
.rental-gateway-home .gateway-card.has-gateway-art.is-cars::before {
  background: var(--gateway-image, linear-gradient(135deg, #eef6ff 0%, #ffffff 100%)) center/contain no-repeat;
}

.rental-gateway-home .gateway-card.has-gateway-art {
  aspect-ratio: 1672 / 941;
  min-height: 0;
  background: #eef3f8;
}

.gateway-card span {
  align-self: start;
  width: fit-content;
  padding: 8px 12px;
  color: #0c1832;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.gateway-card strong {
  align-self: end;
  max-width: 720px;
  font-size: clamp(25px, 4vw, 42px);
  line-height: 1.04;
  font-weight: 850;
}

.gateway-card small {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.5;
}

.rental-gateway-home .gateway-card small {
  align-self: end;
  width: fit-content;
  padding: 11px 15px;
  color: #0c1832;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}

.rental-gateway-home .gateway-card.is-button-only {
  align-content: end;
}

.rental-gateway-home .gateway-card.is-button-only small {
  position: relative;
  z-index: 1;
}

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

.rental-gateway-compact .gateway-card {
  min-height: 210px;
}

.rental-gateway-compact .gateway-card strong {
  font-size: clamp(20px, 2vw, 25px);
}

.properties-page .rental-gateway-compact .gateway-grid {
  grid-template-columns: 1fr;
  gap: clamp(14px, 2vw, 22px);
}

.property-module-card {
  display: block;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1916 / 821;
  color: var(--wn-ink);
  background: #ffffff;
  border: 1px solid rgba(223, 230, 239, 0.86);
  border-radius: 26px;
}

.property-module-card.property-module-card-fr {
  aspect-ratio: 1619 / 971;
}

.property-module-card.property-module-card-ar {
  aspect-ratio: 1659 / 948;
}

.property-module-card::before {
  display: none;
}

.property-module-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.property-module-card:hover img,
.property-module-card:focus-visible img {
  transform: scale(1.015);
}

@media (min-width: 920px) {
  .properties-page .rental-gateway-compact .gateway-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.deal-ribbon {
  position: absolute;
  inset: 0 0 auto 0;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 108px;
  padding: 18px 22px;
  background: linear-gradient(90deg, rgba(28, 72, 92, 0.96), rgba(48, 78, 166, 0.96));
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.deal-icon {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  color: #081225;
  background: #ffc83d;
  border-radius: 18px;
  font-size: 22px;
  font-weight: 800;
}

.deal-ribbon strong,
.deal-ribbon b {
  margin-right: 10px;
}

.deal-ribbon b {
  display: inline-block;
  padding: 9px 14px;
  color: #101827;
  background: #ffd63d;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 13px;
}

.deal-ribbon p {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--wn-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero-copy h2 {
  max-width: 920px;
  margin-bottom: 16px;
  margin-inline: auto;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.04;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.42);
}

.hero-copy p:not(.eyebrow) {
  max-width: 850px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  font-size: 28px;
  line-height: 1.6;
}

.hero-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 940px;
  margin: 22px auto 0;
}

.hero-trust span {
  padding: 9px 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.hero-actions a {
  display: grid;
  min-height: 62px;
  place-items: center;
  padding: 0 34px;
  text-decoration: none;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
}

.hero-primary {
  color: #ffffff;
  background: var(--wn-blue);
  box-shadow: 0 16px 34px rgba(41, 86, 217, 0.36);
}

.hero-secondary {
  color: #1f2530;
  background: #ffffff;
}

.module-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 30px 0 18px;
}

.module-strip a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 12px;
  align-items: center;
  min-height: 108px;
  padding: 19px;
  color: #1d2636;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #e5ebf4;
  border-radius: 20px;
  box-shadow: var(--wn-shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.module-strip a:hover {
  border-color: rgba(41, 86, 217, 0.28);
  box-shadow: var(--wn-shadow-lift);
  transform: translateY(-3px);
}

.module-strip b {
  display: grid;
  grid-row: span 2;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #ffffff;
  background: #0c1832;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 700;
}

.module-strip strong {
  color: #111827;
  font-size: 17px;
  line-height: 1.2;
}

.module-strip span {
  color: #7b8494;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.wilaya-rail {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 8px 0 22px;
}

.wilaya-rail a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  padding: 13px 24px;
  color: #1f2633;
  text-decoration: none;
  background: #fff8f4;
  border: 1px solid #ffe5dc;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.wilaya-rail a:hover {
  background: #fff4ec;
  border-color: #ffd0c1;
  transform: translateY(-2px);
}

.wilaya-rail i {
  width: 9px;
  height: 9px;
  background: var(--wn-red);
  border-radius: 999px;
}

.wilaya-rail span {
  color: #8a93a3;
  font-weight: 600;
}

.home-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 6px 0 26px;
  border-bottom: 1px solid #edf0f5;
}

.home-stats article {
  display: grid;
  gap: 5px;
  padding: 16px;
  background: #f8fafc;
  border: 1px solid #e3e7ee;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
}

.home-stats span {
  color: #2956d9;
  font-size: 22px;
  font-weight: 800;
}

.home-stats strong {
  color: #1d2636;
  font-size: 14px;
  font-weight: 650;
}

.section-copy {
  max-width: 680px;
  margin: 8px 0 0;
  color: #647084;
  font-size: 17px;
  line-height: 1.5;
}

.section-wrap {
  padding: 48px 0;
}

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

.section-head h2,
.trust-band h2,
.archive-hero h1 {
  max-width: 680px;
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.08;
}

.section-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin: 0 10px 0 0;
  place-items: center;
  background: #ffedf2;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(239, 61, 114, 0.22);
}

.pill-link {
  display: grid;
  min-height: 56px;
  place-items: center;
  padding: 0 24px;
  color: #202735;
  background: #ffffff;
  border: 1px solid #e1e7f0;
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.dashboard-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr);
  gap: 18px;
  align-items: stretch;
  padding: 30px 0 18px;
}

.dashboard-page-copy,
.dashboard-page-stats,
.dashboard-entry-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e0e8f1;
  border-radius: 24px;
  box-shadow: var(--wn-shadow-soft);
}

.dashboard-page-copy {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
}

.dashboard-page-copy h1 {
  max-width: 820px;
  margin: 0;
  color: #07111f;
  font-size: clamp(34px, 6vw, 62px);
  line-height: 1.02;
  font-weight: 800;
}

.dashboard-page-copy p {
  max-width: 720px;
  margin: 0;
  color: #5f6c7d;
  font-size: 17px;
}

.dashboard-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dashboard-page-actions a,
.dashboard-entry .text-link {
  display: inline-grid;
  min-height: 48px;
  place-items: center;
  padding: 0 18px;
  color: #ffffff;
  text-decoration: none;
  background: #0c1832;
  border-radius: 999px;
  font-weight: 800;
}

.dashboard-page-actions a + a {
  color: #0c1832;
  background: #ffffff;
  border: 1px solid #dfe6ef;
}

.dashboard-page-stats {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.dashboard-page-stats span,
.dashboard-entry-panel article {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 16px;
  background: #f8fbff;
  border: 1px solid #dce7f5;
  border-radius: 18px;
}

.dashboard-page-stats strong,
.dashboard-entry-panel strong {
  color: #0b7b73;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
}

.dashboard-page-stats span,
.dashboard-entry-panel span {
  color: #5f6c7d;
}

.dashboard-entry-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
}

.dashboard-page-body {
  padding-top: 24px;
}

.market-page {
  width: min(1540px, calc(100% - 20px));
  margin: 0 auto;
  padding: 18px 0 72px;
}

.market-hero {
  display: grid;
  gap: 16px;
  align-items: stretch;
  min-height: clamp(420px, 46vw, 680px);
  margin: 24px 0;
  padding: clamp(22px, 5vw, 46px);
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(8, 27, 55, 0.92), rgba(14, 113, 96, 0.86)),
    var(--market-hero-image, linear-gradient(135deg, #0f5e52, #246f96)) center/cover;
  border-radius: 28px;
  box-shadow: var(--wn-shadow-soft);
}

.market-hero-image-only {
  margin: 24px 0;
  overflow: hidden;
  background: #f8fafc;
  border-radius: 28px;
  box-shadow: var(--wn-shadow-soft);
}

.market-hero-image-only img {
  display: block;
  width: 100%;
  height: auto;
}

.market-hero-cowork {
  background:
    linear-gradient(135deg, rgba(8, 27, 55, 0.9), rgba(37, 86, 217, 0.72)),
    var(--market-hero-image, linear-gradient(135deg, #0b3b4b, #2458a8)) center/cover;
}

.market-hero-cars {
  background:
    linear-gradient(90deg, rgba(4, 21, 34, 0.9) 0%, rgba(4, 21, 34, 0.68) 42%, rgba(4, 21, 34, 0.18) 100%),
    var(--market-hero-image, linear-gradient(135deg, #0c1832, #166b72 58%, #0f766e)) center/cover no-repeat;
  background-position: center;
}

.market-hero-properties {
  background:
    linear-gradient(90deg, rgba(7, 38, 42, 0.82) 0%, rgba(7, 38, 42, 0.54) 44%, rgba(7, 38, 42, 0.08) 100%),
    var(--market-hero-image, linear-gradient(135deg, #0f5e52, #246f96)) center/cover no-repeat;
  background-position: center;
}

.market-hero-copy {
  display: grid;
  gap: 16px;
  align-content: center;
  min-width: 0;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.36);
}

.market-hero-copy .eyebrow {
  color: #67f0c1;
}

.market-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(36px, 7vw, 76px);
  line-height: 0.98;
  font-weight: 800;
}

.market-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.55;
}

.market-hero-actions,
.market-mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.market-hero-actions a,
.market-mini-actions a,
.market-cta-panel > a {
  display: inline-grid;
  min-height: 50px;
  place-items: center;
  padding: 0 18px;
  color: #0c1832;
  text-decoration: none;
  background: #ffffff;
  border-radius: 999px;
  font-weight: 850;
}

.market-hero-actions a:first-child,
.market-cta-panel > a {
  color: #ffffff;
  background: #2956d9;
}

.vehicle-readiness {
  background:
    linear-gradient(135deg, rgba(15, 94, 82, 0.09), rgba(41, 86, 217, 0.08)),
    #ffffff;
}

.vehicle-booking-fit {
  border-color: rgba(15, 118, 110, 0.2);
  background: #f0fdfa;
}

.vehicle-detail-cross-sell {
  margin-top: 22px;
}

.market-hero-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  align-content: end;
  min-width: 0;
}

.market-hero-panel span {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 14px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  backdrop-filter: blur(10px);
}

.market-hero-panel strong {
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
}

.market-search-band,
.market-split,
.market-cta-panel {
  display: grid;
  gap: 18px;
  margin: 22px 0;
  padding: clamp(20px, 4vw, 32px);
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 28px;
  box-shadow: var(--wn-shadow-soft);
}

.market-search-band h2,
.market-split h2,
.market-cta-panel h2 {
  max-width: 900px;
  margin: 0;
  color: #101827;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.08;
}

.market-search-band .wn-search {
  width: 100%;
  margin: 0;
}

.vehicle-quick-links {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-block: 8px 4px;
  scrollbar-width: thin;
}

.vehicle-quick-links a {
  flex: 0 0 auto;
  display: inline-grid;
  min-height: 44px;
  place-items: center;
  padding: 0 16px;
  color: #0f5e52;
  text-decoration: none;
  background: #eefbf6;
  border: 1px solid #bbf0d8;
  border-radius: 999px;
  font-weight: 800;
}

.cars-search-band,
.cars-cross-sell {
  width: min(var(--wn-max), calc(100% - 32px));
  margin-inline: auto;
}

.cars-cross-sell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: clamp(20px, 4vw, 32px);
  background: #f8fbff;
  border: 1px solid #e3e9f2;
  border-radius: 26px;
}

.cars-cross-sell h2 {
  max-width: 780px;
  margin: 0;
  color: #101827;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.08;
}

.cars-cross-sell p:not(.eyebrow) {
  max-width: 760px;
  margin: 8px 0 0;
  color: #5f6c7d;
  font-size: 17px;
  line-height: 1.55;
}

.market-feature-grid {
  display: grid;
  gap: 12px;
}

.market-feature-grid article {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 20px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.market-feature-grid span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #0c1832;
  background: #ffd54a;
  border-radius: 14px;
  font-weight: 900;
}

.market-feature-grid strong {
  color: #101827;
  font-size: 20px;
  line-height: 1.18;
}

.market-feature-grid p,
.market-split p,
.market-cta-panel p {
  margin: 0;
  color: #5f6c7d;
  line-height: 1.55;
}

.market-split-copy {
  display: grid;
  gap: 14px;
  min-width: 0;
  align-content: center;
}

.market-check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: center;
}

.market-check-list span {
  padding: 10px 13px;
  color: #0d5135;
  background: #e8f7ef;
  border: 1px solid #cdebdc;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
}

.market-mini-actions a {
  color: #ffffff;
  background: #0c1832;
}

.market-mini-actions a + a {
  color: #0c1832;
  background: #f8fbff;
  border: 1px solid #dfe7f3;
}

.market-listings .wn-recommendation-head,
.market-listings .wn-recommendation-reasons,
.market-listings .wn-recommendation-insights {
  display: none;
}

.market-cta-panel {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(232, 247, 239, 0.92), rgba(239, 246, 255, 0.96));
}

.module-landing-page {
  display: grid;
  gap: 22px;
}

.module-landing-hero {
  display: grid;
  gap: 20px;
  align-items: center;
  margin: 24px 0 0;
  padding: clamp(20px, 4vw, 34px);
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 200, 61, 0.22), transparent 30%),
    linear-gradient(135deg, #f8fcff 0%, #ffffff 58%, #f0fdfa 100%);
  border: 1px solid #e0e8f2;
  border-radius: 30px;
  box-shadow: var(--wn-shadow-soft);
}

.module-landing-hero-copy {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.module-landing-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #07111f;
  font-size: clamp(34px, 6vw, 68px);
  line-height: 1.02;
  font-weight: 850;
}

.module-landing-hero-copy > p:not(.eyebrow) {
  max-width: 780px;
  margin: 0;
  color: #536173;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
}

.module-landing-hero .market-hero-actions a {
  color: #ffffff;
  background: #0c1832;
}

.module-landing-hero .market-hero-actions a + a {
  color: #0c1832;
  background: #ffffff;
  border: 1px solid #dfe7f3;
}

.module-landing-hero-visual {
  display: grid;
  min-height: 0;
  min-width: 0;
  place-items: center;
  aspect-ratio: 1916 / 821;
  padding: clamp(8px, 1.8vw, 18px);
  background: #ffffff;
  border: 1px solid rgba(223, 230, 239, 0.78);
  border-radius: 26px;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.module-landing-hero-visual-fr {
  aspect-ratio: 1619 / 971;
}

.module-landing-hero-visual-ar {
  aspect-ratio: 1659 / 948;
}

.module-landing-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 20px;
}

.module-shortcuts,
.module-signal-section,
.module-listings-section {
  width: 100%;
}

.module-shortcuts {
  padding-block: 4px 0;
}

.module-shortcuts .section-head {
  margin-bottom: 6px;
}

.module-shortcuts .section-head h2 {
  max-width: 980px;
  font-size: clamp(22px, 3vw, 34px);
}

.module-search-band {
  margin-block: 0;
}

.module-listing-grid {
  margin-top: 10px;
}

.module-empty-state {
  gap: 10px;
  padding: 24px;
}

.module-empty-state p {
  max-width: 620px;
  margin: 0 auto;
  color: #5f6c7d;
}

.module-provider-cta {
  margin-bottom: 24px;
}

.module-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.module-cta-actions a {
  display: inline-grid;
  min-height: 50px;
  place-items: center;
  padding: 0 18px;
  color: #ffffff;
  text-decoration: none;
  background: #2956d9;
  border-radius: 999px;
  font-weight: 850;
}

.module-cta-actions a + a {
  color: #0c1832;
  background: #ffffff;
  border: 1px solid #dfe7f3;
}

@media (min-width: 760px) {
  .market-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .market-hero {
    grid-template-columns: minmax(0, 1fr) 360px;
    min-height: 480px;
  }

  .market-hero-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .market-split,
  .market-cta-panel {
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
  }

  .module-landing-hero {
    grid-template-columns: minmax(0, 0.85fr) minmax(420px, 0.95fr);
  }
}

.filter-pills {
  display: flex;
  gap: 10px;
  margin: 0 0 24px;
}

.filter-pills a {
  padding: 10px 16px;
  color: #465266;
  text-decoration: none;
  border: 1px solid #d8dee8;
  border-radius: 999px;
  font-weight: 650;
}

.trust-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 24px;
  align-items: center;
  padding: 34px 0 56px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.trust-grid article,
.content-card {
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--wn-line);
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.trust-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--wn-green-dark);
  font-size: 30px;
}

.trust-grid span,
.site-footer p {
  color: var(--wn-muted);
  line-height: 1.5;
}

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

.process-grid article {
  display: grid;
  gap: 10px;
  min-width: 0;
  min-height: 190px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 20px;
  box-shadow: var(--wn-shadow-soft);
}

.process-grid span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #ffffff;
  background: #0c1832;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 750;
}

.process-grid strong {
  color: #101827;
  font-size: 20px;
  line-height: 1.2;
}

.process-grid p {
  margin: 0;
  color: #5f6c7d;
  line-height: 1.55;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.package-grid article {
  display: grid;
  gap: 12px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 22px;
  box-shadow: var(--wn-shadow-soft);
}

.package-grid article.is-highlighted {
  color: #ffffff;
  background: #0c1832;
}

.package-grid span {
  color: var(--wn-red);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
}

.package-grid article.is-highlighted span {
  color: #67f0c1;
}

.package-grid strong {
  font-size: 26px;
}

.package-grid p {
  color: var(--wn-muted);
  line-height: 1.55;
}

.package-grid article.is-highlighted p {
  color: #d5def0;
}

.safety-section {
  padding-top: 58px;
}

.safety-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}

.safety-panel {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 28px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 16, 34, 0.94), rgba(17, 71, 67, 0.9)),
    #071022;
  border-radius: 26px;
  box-shadow: var(--wn-shadow-lift);
}

.safety-panel.is-landlord {
  color: #0c1832;
  background:
    linear-gradient(135deg, rgba(234, 255, 248, 0.95), rgba(238, 242, 255, 0.92)),
    #ffffff;
  border: 1px solid #d8eadf;
  box-shadow: var(--wn-shadow-soft);
}

.safety-kicker {
  width: fit-content;
  padding: 8px 12px;
  color: #071022;
  background: #ffc83d;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.safety-panel.is-landlord .safety-kicker {
  color: #0b6d57;
  background: #d9fff0;
}

.safety-panel h3 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.13;
}

.safety-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.safety-list li {
  position: relative;
  min-width: 0;
  padding: 14px 14px 14px 42px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  line-height: 1.5;
}

.safety-panel.is-landlord .safety-list li {
  color: #445066;
  background: #ffffff;
  border-color: #dfe8f0;
}

.safety-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 13px;
  height: 13px;
  background: #67f0c1;
  border-radius: 999px;
  box-shadow: inset 0 0 0 4px rgba(7, 16, 34, 0.28);
}

.safety-panel.is-landlord .safety-list li::before {
  background: #13a39a;
  box-shadow: inset 0 0 0 4px #eafff8;
}

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

.faq-grid details {
  min-width: 0;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.faq-grid summary {
  color: #101827;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.faq-grid p {
  margin: 12px 0 0;
  color: #5f6c7d;
  line-height: 1.55;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 28px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(41, 86, 217, 0.94), rgba(11, 123, 115, 0.94)),
    #0c1832;
  border-radius: 26px;
  box-shadow: var(--wn-shadow-lift);
}

.contact-panel .eyebrow {
  color: #ffd96f;
}

.contact-panel h2 {
  margin-bottom: 8px;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.1;
}

.contact-panel p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.55;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.contact-actions a {
  display: grid;
  min-height: 48px;
  place-items: center;
  padding: 0 18px;
  color: #0c1832;
  text-decoration: none;
  background: #ffffff;
  border-radius: 999px;
  font-weight: 750;
}

.contact-actions a:first-child {
  color: #ffffff;
  background: #11a981;
}

.archive-hero {
  padding: 48px 0 34px;
}

.archive-hero p:not(.eyebrow) {
  max-width: 700px;
  color: var(--wn-muted);
  font-size: 20px;
  line-height: 1.55;
}

.archive-results {
  padding-top: 18px;
}

.archive-summary span {
  display: block;
  margin-top: 8px;
  color: var(--wn-muted);
  font-weight: 800;
}

.archive-summary-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: flex-end;
  gap: 10px;
}

.archive-sort-control {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 8px;
}

.archive-sort-control label {
  display: grid;
  gap: 5px;
  min-width: 190px;
}

.archive-sort-control span {
  margin: 0;
  color: #526071;
  font-size: 12px;
  font-weight: 800;
}

.archive-sort-control select {
  min-height: 46px;
  color: #12213a;
  background: #fff;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  font-weight: 800;
}

.archive-sort-control button {
  min-height: 46px;
  padding: 0 16px;
  color: #fff;
  background: #0d1b35;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.archive-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -6px 0 22px;
}

.archive-filter-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  color: #0f5f46;
  background: #edf8f2;
  border: 1px solid #c9ebdb;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.archive-listing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 100%;
  overflow: visible;
}

.archive-listing-grid .wn-card {
  width: 100%;
  max-width: 100%;
}

.wn-host a {
  color: #0b6d57;
  text-decoration: none;
}

.wn-host a:hover {
  text-decoration: underline;
}

.profile-page {
  display: grid;
  gap: 28px;
  padding: 24px 0 88px;
}

.profile-hero,
.profile-stats,
.profile-empty {
  width: min(100% - 24px, var(--wn-max));
  margin: 0 auto;
}

.profile-hero {
  display: grid;
  gap: 22px;
  padding: 22px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(10, 89, 71, 0.96), rgba(28, 87, 141, 0.96)),
    #0b6d57;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 26px;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.16);
}

.profile-identity {
  display: flex;
  min-width: 0;
  gap: 16px;
  align-items: flex-start;
}

.profile-avatar {
  display: grid;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  place-items: center;
  color: #0c1832;
  background: #ffc83d;
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.44);
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

.profile-identity h1 {
  min-width: 0;
  margin: 4px 0 8px;
  color: #ffffff;
  font-size: clamp(32px, 6vw, 60px);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.profile-identity p:not(.eyebrow) {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.55;
}

.profile-hero .eyebrow {
  color: #bdf6df;
}

.profile-badges,
.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.profile-badges span {
  padding: 8px 11px;
  color: #0d5135;
  background: rgba(234, 255, 248, 0.92);
  border: 1px solid rgba(184, 242, 223, 0.88);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.profile-actions {
  margin-top: 0;
}

.profile-actions a,
.profile-empty a {
  display: inline-grid;
  min-height: 48px;
  place-items: center;
  padding: 0 18px;
  color: #0c1832;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  font-weight: 750;
}

.profile-actions a:first-child {
  color: #ffffff;
  background: #2956d9;
  border-color: #2956d9;
}

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

.profile-stats span,
.profile-trust-grid article,
.profile-module-grid article,
.profile-meta-list span,
.profile-empty {
  min-width: 0;
  background: #ffffff;
  border: 1px solid var(--wn-line);
  box-shadow: var(--wn-shadow-soft);
}

.profile-stats span {
  display: grid;
  gap: 4px;
  min-height: 108px;
  align-content: center;
  padding: 16px;
  border-radius: 18px;
  color: #5d6877;
  font-weight: 700;
}

.profile-stats strong {
  color: #0c1832;
  font-size: 28px;
  line-height: 1;
}

.profile-trust-grid,
.profile-module-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.profile-trust-grid article,
.profile-module-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 18px;
}

.profile-trust-grid strong,
.profile-module-grid strong {
  color: #0c1832;
  font-size: 19px;
  line-height: 1.25;
}

.profile-trust-grid p,
.profile-module-grid p,
.profile-cta p {
  margin: 0;
  color: #5d6877;
  line-height: 1.55;
}

.profile-module-grid article {
  position: relative;
  overflow: hidden;
  min-height: 160px;
  align-content: end;
}

.profile-module-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(19, 163, 154, 0.08), rgba(41, 86, 217, 0.09));
  pointer-events: none;
}

.profile-module-grid article > * {
  position: relative;
}

.profile-module-grid span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #ffffff;
  background: #0b6d57;
  border-radius: 14px;
  font-weight: 800;
}

.profile-page .archive-listing-grid {
  margin-top: 6px;
}

.profile-cta {
  display: grid;
  gap: 18px;
  padding: 24px;
  background: #f8fbff;
  border: 1px solid var(--wn-line);
  border-radius: 24px;
}

.profile-cta h2,
.profile-empty h1 {
  margin: 0 0 10px;
  color: #0c1832;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
}

.profile-meta-list {
  display: grid;
  gap: 10px;
}

.profile-meta-list span {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 16px;
  color: #5d6877;
}

.profile-meta-list strong {
  color: #0c1832;
}

.profile-empty {
  display: grid;
  gap: 12px;
  min-height: 360px;
  place-content: center;
  padding: 28px;
  border-radius: 24px;
  text-align: center;
}

.profile-empty p {
  margin: 0;
  color: #5d6877;
}

@media (min-width: 760px) {
  .archive-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-trust-grid,
  .profile-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 1160px) {
  .archive-listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .profile-hero {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 34px;
  }

  .profile-identity {
    gap: 22px;
  }

  .profile-avatar {
    width: 92px;
    height: 92px;
    border-radius: 26px;
    font-size: 38px;
  }

  .profile-actions {
    justify-content: flex-end;
  }

  .profile-cta {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.35fr);
    align-items: center;
  }
}

@media (min-width: 1480px) {
  .archive-listing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.empty-results {
  min-height: 260px;
  display: grid;
  place-content: center;
  text-align: center;
}

.page-stack {
  display: grid;
  gap: 14px;
}

.content-card a {
  text-decoration: none;
}

.listing-detail {
  width: min(1540px, calc(100% - 32px));
  margin: 0 auto;
}

.detail-cover {
  width: min(1280px, 100%);
  height: clamp(260px, 36vw, 520px);
  margin: 0 auto 14px;
  overflow: hidden;
  background: linear-gradient(135deg, #cad4e2, #eef2f7);
  border-radius: 0 0 22px 22px;
  box-shadow: var(--wn-shadow-soft);
}

.detail-cover > span:not(.wn-visual-placeholder) {
  display: grid;
  height: 100%;
  place-items: center;
  color: #334154;
  font-weight: 900;
}

.detail-cover .wn-visual-placeholder {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.detail-cover .wn-visual-label {
  bottom: clamp(84px, 10vw, 132px);
  left: clamp(22px, 5vw, 72px);
  right: clamp(22px, 5vw, 72px);
}

.detail-cover .wn-visual-placeholder.has-demo-media .wn-visual-label {
  bottom: clamp(54px, 7vw, 92px);
}

.detail-cover .wn-visual-label strong {
  max-width: min(680px, 76%);
  font-size: clamp(34px, 5vw, 66px);
  line-height: 0.98;
}

.detail-cover .wn-visual-label small {
  max-width: min(320px, 72%);
  font-size: 14px;
}

.detail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-media-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  width: min(1280px, 100%);
  margin: -2px auto 18px;
  padding: 10px 14px;
  color: #334154;
  background: #f8fbff;
  border: 1px solid #dde7f3;
  border-radius: 16px;
}

.detail-media-note strong {
  color: #0d5135;
  font-size: 13px;
}

.detail-media-note span {
  min-width: 0;
  color: #5d6675;
  font-size: 13px;
}

.detail-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: min(1280px, 100%);
  margin: 0 auto 34px;
}

.detail-gallery a {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #eef2f7;
  border-radius: 8px;
}

.detail-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 468px;
  gap: 60px;
  width: min(1350px, 100%);
  margin: 0 auto 70px;
  align-items: start;
}

.detail-main h1 {
  max-width: 980px;
  margin-bottom: 26px;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.22;
  font-weight: 700;
}

.detail-location {
  color: #334154;
  font-size: 22px;
}

.detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: -10px 0 28px;
}

.detail-badges span {
  padding: 8px 12px;
  color: #172033;
  background: #f8fafc;
  border: 1px solid #dde5ef;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
}

.detail-badges span:first-child {
  color: #0b7b73;
  background: #eafff8;
  border-color: #b8f2df;
}

.detail-badges .wn-verification-badge {
  color: #0d5135;
  background: #e8f6ee;
  border-color: #bee5cd;
}

.detail-badges .wn-verification-badge.is-pending_review,
.detail-badges .wn-verification-badge.is-needs_changes {
  color: #7c4b00;
  background: #fff4db;
  border-color: #ffd98a;
}

.wn-trust-notice {
  margin: -12px 0 28px;
  padding: 14px 16px;
  color: #314155;
  background: #f8fbff;
  border: 1px solid #dce7f5;
  border-radius: 16px;
  line-height: 1.5;
}

.detail-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: -8px 0 30px;
}

.detail-trust-strip span {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 16px;
  background: #f8fbff;
  border: 1px solid #dce7f5;
  border-radius: 16px;
}

.detail-trust-strip strong {
  color: #0c1832;
  font-size: 15px;
  line-height: 1.25;
}

.detail-trust-strip small {
  color: #647084;
  font-size: 13px;
  line-height: 1.4;
}

.business-readiness {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: 18px;
  margin: 0 0 34px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(19, 163, 154, 0.13), rgba(41, 86, 217, 0.08)),
    #ffffff;
  border: 1px solid #d8eadf;
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.living-readiness {
  background:
    linear-gradient(135deg, rgba(255, 200, 61, 0.14), rgba(41, 86, 217, 0.08)),
    #ffffff;
  border-color: #eadfb8;
}

.business-readiness-copy {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
}

.business-readiness-copy h2 {
  margin: 0;
  color: #0c1832;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.16;
  font-weight: 700;
}

.business-readiness-copy p:not(.eyebrow) {
  margin: 0;
  color: #435066;
  font-size: 16px;
  line-height: 1.55;
}

.business-readiness-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.business-readiness-card {
  display: grid;
  gap: 7px;
  min-width: 0;
  min-height: 92px;
  align-content: center;
  padding: 14px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(220, 231, 245, 0.92);
  border-radius: 16px;
}

.business-readiness-card span,
.booking-business-fit span {
  color: #647084;
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}

.business-readiness-card strong {
  min-width: 0;
  color: #0c1832;
  font-size: 18px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.business-readiness-card.is-positive {
  background: #eafff8;
  border-color: #b8f2df;
}

.business-readiness-card.is-positive strong {
  color: #0b6d57;
}

.business-readiness-card.is-highlight {
  background: #fff7df;
  border-color: #ffe19a;
}

.living-readiness .business-readiness-card.is-highlight {
  background: #eef4ff;
  border-color: #cfe0ff;
}

.living-readiness .business-readiness-card.is-highlight strong {
  color: #2349b6;
}

.business-readiness-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 14px;
  color: #4a5668;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.45;
}

.detail-block {
  padding: 42px 0;
  border-top: 1px solid var(--wn-line);
}

.detail-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.detail-summary div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 6px 14px;
  min-height: 154px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--wn-line);
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.detail-summary strong {
  align-self: end;
  color: #172033;
  font-size: 18px;
}

.detail-summary p {
  grid-column: 2;
  margin: 0;
  color: #314054;
  font-size: 16px;
  line-height: 1.5;
}

.detail-emoji {
  grid-row: span 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #ffffff;
  background: #2956d9;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
}

.listing-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.listing-feature-grid div {
  display: grid;
  gap: 7px;
  min-height: 104px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid var(--wn-line);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.listing-feature-grid span,
.map-details span {
  color: var(--wn-muted);
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}

.listing-feature-grid strong {
  color: #111827;
  font-size: 17px;
  line-height: 1.35;
}

.listing-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.listing-spec-grid div {
  display: grid;
  gap: 6px;
  min-height: 88px;
  padding: 14px;
  background: #f8fbff;
  border: 1px solid #dce7f5;
  border-radius: 14px;
}

.listing-spec-grid span {
  color: var(--wn-muted);
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}

.listing-spec-grid strong {
  color: #0c1832;
  font-size: 16px;
  line-height: 1.35;
}

.detail-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-chip-grid span {
  padding: 11px 14px;
  color: #162033;
  background: #f8fafc;
  border: 1px solid #dfe6ef;
  border-radius: 999px;
  font-weight: 650;
}

.detail-muted {
  margin: 0;
  color: var(--wn-muted);
  font-size: 18px;
}

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

.amenity-grid span {
  position: relative;
  min-height: 58px;
  padding: 16px 16px 16px 50px;
  color: #172033;
  background: #ffffff;
  border: 1px solid var(--wn-line);
  border-radius: 14px;
}

.amenity-grid span::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 18px;
  height: 18px;
  background: #13a39a;
  border-radius: 999px;
  box-shadow: inset 0 0 0 5px #eafff8;
}

.detail-map-block {
  padding-bottom: 52px;
}

.map-card {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 16px;
  align-items: stretch;
}

.map-preview {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #edf3f6;
  border: 1px solid var(--wn-line);
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.54);
}

.map-preview iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  display: block;
}

.map-sketch {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.18)),
    repeating-linear-gradient(30deg, transparent 0 34px, rgba(41, 86, 217, 0.12) 35px 38px),
    repeating-linear-gradient(120deg, #e8edf5 0 26px, #f8fafc 27px 58px);
}

.map-sketch span {
  position: absolute;
  display: block;
  background: rgba(19, 163, 154, 0.16);
  border-radius: 999px;
}

.map-sketch span:nth-child(1) {
  left: -8%;
  top: 24%;
  width: 56%;
  height: 14px;
  transform: rotate(-18deg);
}

.map-sketch span:nth-child(2) {
  right: -5%;
  top: 58%;
  width: 62%;
  height: 16px;
  transform: rotate(12deg);
}

.map-sketch span:nth-child(3) {
  left: 35%;
  top: -8%;
  width: 15px;
  height: 118%;
  transform: rotate(23deg);
}

.map-sketch span:nth-child(4) {
  left: 12%;
  bottom: 18%;
  width: 28%;
  height: 92px;
  background: rgba(255, 200, 61, 0.18);
  border-radius: 26px;
}

.map-marker {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  justify-items: center;
  gap: 10px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.map-marker span {
  width: 34px;
  height: 34px;
  background: #ef3d72;
  border: 6px solid #ffffff;
  border-radius: 999px 999px 999px 6px;
  box-shadow: 0 12px 26px rgba(239, 61, 114, 0.35);
  transform: rotate(-45deg);
}

.map-marker strong {
  max-width: 260px;
  padding: 10px 14px;
  color: #101827;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
  font-size: 16px;
}

.map-details {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--wn-line);
  border-radius: 22px;
  box-shadow: var(--wn-shadow-soft);
}

.map-details strong {
  color: #101827;
  font-size: 22px;
  line-height: 1.25;
}

.map-details p {
  margin: 0;
  color: #526071;
  line-height: 1.55;
}

.map-quality {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  color: #526071;
  background: #f8fbff;
  border: 1px solid var(--wn-line);
  border-radius: 14px;
}

.map-quality b {
  color: #0c1832;
  font-size: 13px;
}

.map-quality p {
  font-size: 13px;
  line-height: 1.45;
}

.map-quality.is-ready {
  color: #0d5135;
  background: #eaf8f0;
  border-color: #c4ebd5;
}

.map-quality.is-missing,
.map-quality.is-incomplete {
  color: #8a5a00;
  background: #fff8df;
  border-color: #f4d477;
}

.map-quality.is-invalid,
.map-quality.is-outside_algeria {
  color: #9a3412;
  background: #fff0e8;
  border-color: #ffc6a8;
}

.map-details a {
  display: inline-grid;
  min-height: 44px;
  width: fit-content;
  place-items: center;
  margin-top: 6px;
  padding: 0 18px;
  color: #ffffff;
  text-decoration: none;
  background: #0c1832;
  border-radius: 12px;
  font-weight: 700;
}

.host-panel {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 32px;
  background: #ffffff;
  border: 1px solid var(--wn-line);
  border-radius: 26px;
  box-shadow: var(--wn-shadow-soft);
}

.host-profile-link {
  display: inline-grid;
  min-height: 42px;
  margin-top: 12px;
  place-items: center;
  padding: 0 18px;
  color: #ffffff;
  text-decoration: none;
  background: var(--wn-blue);
  border-radius: 12px;
  font-weight: 900;
}

.host-avatar {
  display: grid;
  width: 100px;
  height: 100px;
  place-items: center;
  color: #ffffff;
  background: #ef3d72;
  border-radius: 999px;
  font-size: 42px;
  font-weight: 900;
}

.booking-card {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 16px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--wn-line);
  border-radius: 20px;
  box-shadow: var(--wn-shadow-lift);
}

.favorite-action {
  min-height: 42px;
  color: #5f6978;
  background: #ffffff;
  border: 1px solid #d4dbe6;
  border-radius: 999px;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}

.favorite-action.is-favorite {
  color: #ffffff;
  background: #ef3d72;
  border-color: #ef3d72;
}

.booking-price {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.single-price {
  display: block;
  margin: 12px 0 18px;
  font-size: 28px;
}

.booking-price strong {
  font-size: 28px;
}

.booking-price span {
  font-size: 18px;
  font-weight: 650;
}

.currency-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.currency-pills span {
  padding: 8px 12px;
  color: #166f67;
  background: #eafff8;
  border: 1px solid #b8f2df;
  border-radius: 8px;
  font-weight: 650;
}

.currency-pills span:nth-child(2) {
  color: #915d00;
  background: #fff7df;
  border-color: #ffe19a;
}

.currency-pills span:nth-child(3) {
  color: #293b9f;
  background: #eef2ff;
  border-color: #cad4ff;
}

.booking-trust-list {
  display: grid;
  gap: 8px;
  padding: 14px;
  background: #f8fafc;
  border: 1px solid var(--wn-line);
  border-radius: 14px;
}

.booking-trust-list span {
  position: relative;
  padding-left: 24px;
  color: #465266;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 500;
}

.booking-trust-list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 13px;
  height: 13px;
  background: #13a39a;
  border-radius: 999px;
  box-shadow: inset 0 0 0 4px #eafff8;
}

.booking-business-fit {
  display: grid;
  gap: 6px;
  padding: 14px;
  background: #eafff8;
  border: 1px solid #b8f2df;
  border-radius: 16px;
}

.booking-business-fit strong {
  color: #0b6d57;
  font-size: 18px;
  line-height: 1.25;
}

.booking-business-fit p {
  margin: 0;
  color: #465266;
  font-size: 14px;
  line-height: 1.4;
}

.booking-living-fit {
  background: #eef4ff;
  border-color: #cfe0ff;
}

.booking-living-fit strong {
  color: #2349b6;
}

.date-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid #d4dbe6;
  border-radius: 16px;
}

.date-box label {
  padding: 14px 16px;
  color: #5f6978;
  font-weight: 500;
}

.date-box label + label {
  border-left: 1px solid #d4dbe6;
}

.date-box span {
  display: block;
  margin-bottom: 8px;
  color: #1d2636;
  text-transform: uppercase;
  font-size: 12px;
}

.availability-panel {
  display: grid;
  gap: 12px;
  padding: 14px;
  background: #f8fbff;
  border: 1px solid #dce7f5;
  border-radius: 16px;
}

.availability-panel > div:first-child {
  display: grid;
  gap: 4px;
}

.availability-panel span,
.availability-panel dt {
  color: #647084;
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}

.availability-panel strong {
  color: #0b7b73;
  font-size: 18px;
  font-weight: 700;
}

.availability-panel dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.availability-panel dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid #e5edf7;
}

.availability-panel dd {
  margin: 0;
  color: #1d2636;
  font-weight: 650;
}

.availability-panel p {
  margin: 0;
  color: #647084;
  line-height: 1.45;
  font-size: 14px;
}

.single-note {
  padding: 10px 12px;
  color: var(--wn-green-dark);
  background: var(--wn-soft);
  border: 1px solid var(--wn-line);
  border-radius: 8px;
  line-height: 1.45;
  font-weight: 800;
}

.single-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.single-actions a {
  display: grid;
  min-height: 48px;
  place-items: center;
  color: #ffffff;
  text-decoration: none;
  background: #12a2ad;
  border-radius: 12px;
  font-weight: 700;
}

.single-actions a:last-child {
  background: var(--wn-blue);
}

.booking-note,
.safe-note {
  color: #5f6978;
  line-height: 1.45;
  text-align: center;
}

.related-listings {
  width: min(1350px, 100%);
  margin: 0 auto 80px;
  padding-top: 30px;
  border-top: 1px solid var(--wn-line);
}

.site-footer {
  display: grid;
  gap: 48px;
  width: 100%;
  max-width: none;
  margin: 80px 0 0;
  padding: 72px max(28px, calc((100vw - 1400px) / 2));
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 0%, rgba(19, 163, 154, 0.2), transparent 32%),
    var(--wn-night);
  border-top: 0;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
}

.footer-cta strong {
  color: #67f0c1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-cta a {
  display: grid;
  min-height: 50px;
  place-items: center;
  padding: 0 24px;
  color: #111827;
  text-decoration: none;
  background: #ffffff;
  border-radius: 14px;
  font-weight: 900;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 56px;
}

.footer-logo {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  color: var(--wn-gold);
  background: #ffffff;
  border-radius: 34px;
  font-size: 40px;
  font-weight: 900;
}

.footer-logo-image {
  width: 168px;
  height: 94px;
  overflow: hidden;
  border-radius: 24px;
}

.footer-logo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.footer-grid h3 {
  color: #ffffff;
}

.footer-grid a {
  display: block;
  margin: 14px 0;
  color: #bfd0ea;
  text-decoration: none;
  font-size: 18px;
}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer p {
  color: #d5def0;
}

.floating-whatsapp {
  position: fixed;
  right: 32px;
  bottom: 38px;
  z-index: 50;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  color: #ffffff;
  text-decoration: none;
  background: #25d366;
  border-radius: 999px;
  box-shadow: 0 14px 26px rgba(37, 211, 102, 0.32);
  font-size: 18px;
  font-weight: 800;
}

body.single-win_listing .floating-whatsapp {
  display: none;
}

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

.mobile-listing-contact {
  display: none;
}

.mobile-quick-nav a {
  min-width: 0;
  color: #4f5b6b;
  text-decoration: none;
}

.mobile-quick-nav svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.wn-rtl {
  direction: rtl;
  text-align: right;
}

.wn-lang-ar,
.wn-lang-ar input,
.wn-lang-ar select,
.wn-lang-ar textarea,
.wn-lang-ar button {
  font-family: var(--wn-font-arabic);
}

.wn-lang-ar body,
body.wn-lang-ar {
  line-height: 1.65;
}

.wn-lang-ar h1,
.wn-lang-ar h2,
.wn-lang-ar h3,
.wn-lang-ar .hero-copy h2,
.wn-lang-ar .section-head h2,
.wn-lang-ar .archive-hero h1,
.wn-lang-ar .detail-main h1,
.wn-lang-ar .brand strong {
  font-family: var(--wn-font-arabic);
  font-weight: 800;
  letter-spacing: 0;
}

.wn-lang-ar .hero-copy p:not(.eyebrow),
.wn-lang-ar .archive-hero p:not(.eyebrow),
.wn-lang-ar .detail-location,
.wn-lang-ar .single-content,
.wn-lang-ar .site-footer p {
  line-height: 1.85;
}

.wn-lang-ar .site-nav ul a,
.wn-lang-ar .nav-cta,
.wn-lang-ar .hero-actions a,
.wn-lang-ar .module-strip a,
.wn-lang-ar .wilaya-rail a,
.wn-lang-ar .single-actions a,
.wn-lang-ar .footer-grid a,
.wn-lang-ar .footer-cta a {
  font-weight: 700;
}

.wn-rtl .site-nav {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}

.wn-rtl .brand-logo {
  object-position: right center;
}

.wn-rtl .lang-menu {
  right: auto;
  left: 0;
}

.wn-rtl .wn-search label + label,
.wn-rtl .date-box label + label {
  border-left: 0;
  border-right: 1px solid #edf0f5;
}

.wn-rtl .amenity-grid span {
  padding-right: 50px;
  padding-left: 16px;
}

.wn-rtl .amenity-grid span::before {
  right: 16px;
  left: auto;
}

.wn-rtl .booking-trust-list span {
  padding-right: 24px;
  padding-left: 0;
}

.wn-rtl .booking-trust-list span::before {
  right: 0;
  left: auto;
}

.wn-rtl .safety-list li {
  padding-right: 42px;
  padding-left: 14px;
}

.wn-rtl .safety-list li::before {
  right: 16px;
  left: auto;
}

.wn-rtl .availability-panel dl div {
  flex-direction: row-reverse;
}

.wn-rtl .floating-whatsapp {
  right: auto;
  left: 32px;
}

/* Softer product typography: closer to modern Algerian rental marketplaces, less heavy than the first build. */
.brand-mark,
.site-nav ul a,
.nav-cta,
.text-link,
.hero-actions a,
.module-strip a,
.wilaya-rail a,
.pill-link,
.filter-pills a,
.deal-ribbon p,
.deal-ribbon b,
.package-grid span,
.package-card strong,
.process-grid span,
.single-actions a,
.host-profile-link,
.footer-cta a,
.contact-actions a,
.footer-links strong,
.floating-whatsapp {
  font-weight: 700;
}

.brand strong,
.deal-ribbon strong,
.section-head h2,
.trust-band h2,
.archive-hero h1,
.detail-main h1,
.safety-panel h3,
.contact-panel h2,
.booking-price strong,
.host-card h2,
.detail-block h2,
.trust-grid strong,
.process-grid strong,
.package-grid strong,
.archive-summary span {
  font-weight: 700;
  letter-spacing: 0;
}

.hero-copy h2 {
  font-weight: 700;
  line-height: 1.08;
}

.hero-copy p:not(.eyebrow),
.detail-location,
.single-content,
.detail-summary p,
.host-panel p,
.footer-about p,
.footer-links a,
.safe-note {
  font-weight: 400;
}

.eyebrow,
.deal-ribbon span,
.lang-switch summary,
.lang-menu a,
.currency-pills span,
.date-box span {
  font-weight: 600;
}

.section-head h2,
.trust-band h2,
.archive-hero h1 {
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.14;
}

.hero-copy p:not(.eyebrow) {
  font-size: clamp(19px, 2.1vw, 25px);
  line-height: 1.5;
}

.deal-ribbon p,
.archive-hero p:not(.eyebrow),
.process-grid p,
.safety-list li,
.faq-grid p,
.contact-panel p:not(.eyebrow),
.package-grid p {
  line-height: 1.5;
}

.trust-grid strong {
  font-size: 28px;
}

.package-grid strong {
  font-size: 24px;
}

.detail-main h1 {
  font-size: clamp(30px, 3.4vw, 40px);
  line-height: 1.25;
}


@media (max-width: 900px) {
  .site-header,
  .section-wrap,
  .module-strip,
  .wilaya-rail,
  .home-stats,
  .trust-band,
  .archive-hero,
  .single-listing,
  .listing-detail {
    width: min(100% - 24px, var(--wn-max));
  }

  .wn-hero,
  .trust-band,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .module-strip,
  .home-stats,
  .process-grid,
  .trust-grid,
  .dashboard-entry-panel {
    grid-template-columns: 1fr 1fr;
  }

  .dashboard-page-hero {
    grid-template-columns: 1fr;
    padding-top: 18px;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% - 16px);
    transform: translateY(-8px);
    display: grid;
    gap: 12px;
    min-height: 0;
    padding: 14px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    border-radius: 22px;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  .site-nav ul {
    display: grid;
    gap: 4px;
  }

  .site-nav ul a,
  .nav-cta {
    min-height: 44px;
    justify-content: start;
    padding: 0 14px;
  }

  .is-menu-open .site-nav {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .menu-toggle {
    display: grid;
    order: 3;
  }

  .market-switcher {
    order: 2;
    margin-left: auto;
  }

  .lang-switch {
    margin-left: auto;
  }

  .booking-card {
    position: static;
    width: min(560px, 100%);
    margin-inline: auto;
  }

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

  .listing-feature-grid,
  .listing-spec-grid,
  .business-readiness,
  .detail-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-readiness-copy,
  .business-readiness-note {
    grid-column: 1 / -1;
  }

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

  .safety-layout,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .archive-listing-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .wn-listing-grid {
    display: flex !important;
    grid-auto-flow: initial !important;
    grid-auto-columns: initial !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    overflow-x: auto !important;
    padding-inline: 0 !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none;
  }

  .wn-listing-grid::-webkit-scrollbar {
    display: none;
  }

  .wn-listing-grid .wn-card {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    scroll-snap-align: center;
  }

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

  .gateway-grid,
  .rental-gateway-compact .gateway-grid,
  .cars-cross-sell {
    grid-template-columns: 1fr;
  }

  .gateway-card {
    min-height: 210px;
  }

  .property-module-card {
    min-height: 0;
    aspect-ratio: 1916 / 821;
  }

  .property-module-card.property-module-card-fr {
    aspect-ratio: 1619 / 971;
  }

  .property-module-card.property-module-card-ar {
    aspect-ratio: 1659 / 948;
  }

  .property-module-card img {
    object-position: left center;
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: center;
    flex-wrap: wrap;
    min-height: 86px;
    padding: 16px;
  }

  .brand small {
    display: none;
  }

  .brand-has-logo {
    min-width: 116px;
    max-width: 150px;
  }

  .brand-logo-wrap {
    width: 132px;
    height: 48px;
  }

  .brand strong {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 10px;
    font-size: 13px;
  }

  .market-switcher {
    order: 4;
    width: 100%;
    margin: 4px 0 0;
  }

  .market-switcher a {
    flex: 1 1 0;
    min-height: 38px;
    padding: 0 8px;
    font-size: 12px;
  }

  .wn-hero {
    min-height: auto;
    padding: 126px 18px 32px;
  }

  .deal-ribbon {
    align-items: flex-start;
  }

  .deal-ribbon p {
    font-size: 15px;
  }

  .hero-copy h2 {
    font-size: 36px;
  }

  .dashboard-page-copy {
    padding: 20px;
    border-radius: 20px;
  }

  .dashboard-page-copy h1 {
    font-size: 34px;
  }

  .dashboard-page-actions a,
  .dashboard-entry .text-link {
    width: 100%;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 18px;
  }

  .hero-trust {
    justify-content: flex-start;
  }

  .hero-trust span {
    font-size: 13px;
  }

  .module-strip a {
    min-height: 86px;
    padding: 14px;
  }

  .module-strip,
  .home-stats,
  .trust-grid,
  .process-grid,
  .package-grid,
  .dashboard-entry-panel,
  .dashboard-page-stats,
  .safety-layout,
  .faq-grid,
  .contact-panel,
  .detail-summary,
    .listing-feature-grid,
    .listing-spec-grid,
    .business-readiness,
    .business-readiness-grid,
    .amenity-grid,
    .date-box,
    .detail-trust-strip {
    grid-template-columns: 1fr;
  }

  .business-readiness {
    padding: 18px;
    border-radius: 18px;
  }

  .business-readiness-copy h2 {
    font-size: 24px;
  }

  .business-readiness-card {
    min-height: auto;
    padding: 13px 14px;
  }

  .booking-card {
    gap: 14px;
    padding: 18px;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  }

  .booking-price strong {
    font-size: 24px;
  }

  .currency-pills {
    gap: 7px;
  }

  .currency-pills span {
    padding: 7px 9px;
    font-size: 13px;
  }

  .single-actions {
    position: sticky;
    z-index: 15;
    bottom: 10px;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 8px;
    margin: 4px -6px -6px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e3e7ee;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(10px);
  }

  .single-actions a {
    min-height: 46px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 14px;
    text-align: center;
  }

  .favorite-action {
    min-height: 40px;
  }

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

  .detail-gallery {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
  }

  .detail-gallery a {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }

  .section-head,
  .site-footer,
  .footer-cta,
  .footer-grid {
    display: grid;
  }

  .archive-summary-actions,
  .archive-sort-control,
  .archive-sort-control label,
  .archive-sort-control select,
  .archive-sort-control button {
    width: 100%;
  }

  .archive-summary-actions {
    justify-content: stretch;
  }

  .lang-switch {
    position: relative;
    margin-left: auto;
  }

  .lang-switch summary {
    min-width: 76px;
    min-height: 40px;
    padding: 0 10px;
  }

  .lang-menu {
    right: 0;
    width: min(210px, calc(100vw - 32px));
  }

  .wn-rtl .lang-switch {
    margin-right: auto;
    margin-left: 0;
  }

  .wn-rtl .lang-menu {
    right: auto;
    left: 0;
  }

  .gateway-card {
    min-height: 190px;
    border-radius: 20px;
  }

  .rental-gateway-home .gateway-card.has-gateway-art {
    min-height: 0;
  }

  .market-hero.has-hero-art {
    min-height: 500px;
    background-position: center right;
  }

  .market-hero-image-only {
    margin: 18px 0;
    border-radius: 18px;
  }

  .gateway-card strong {
    font-size: 24px;
  }

  .gateway-card small {
    font-size: 14px;
  }

  .vehicle-quick-links {
    width: min(100% - 24px, var(--wn-max));
  }

  .cars-cross-sell {
    width: min(100% - 24px, var(--wn-max));
    border-radius: 20px;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
  }

  body.single-win_listing {
    padding-bottom: calc(158px + env(safe-area-inset-bottom));
  }

  .site-header {
    align-items: center;
    flex-wrap: wrap;
    min-height: 86px;
    padding: 14px 16px;
  }

  .brand-has-logo {
    min-width: 112px;
    max-width: 150px;
  }

  .brand-logo-wrap {
    width: 132px;
    height: 48px;
  }

  .section-wrap,
  .module-strip,
  .wilaya-rail,
  .home-stats,
  .trust-band,
  .archive-hero,
  .single-listing,
  .listing-detail {
    width: min(100% - 24px, var(--wn-max));
  }

  .home-search {
    width: min(100% - 24px, 1120px);
  }

  .wn-hero {
    width: min(100% - 20px, var(--wn-max));
    min-height: auto;
    padding: 118px 18px 32px;
    border-radius: 18px;
  }

  .hero-copy h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 18px;
  }

  .module-strip,
  .home-stats,
  .trust-grid,
  .process-grid,
  .package-grid,
  .safety-layout,
  .faq-grid,
  .contact-panel,
  .detail-summary,
  .listing-feature-grid,
  .listing-spec-grid,
  .amenity-grid,
  .date-box {
    grid-template-columns: 1fr;
  }

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

  .detail-cover {
    height: clamp(240px, 62vw, 320px);
    border-radius: 18px;
  }

  .detail-cover .wn-visual-label {
    bottom: 74px;
    left: 18px;
    right: 18px;
  }

  .detail-cover .wn-visual-label strong {
    max-width: 80%;
    font-size: clamp(28px, 8vw, 38px);
  }

  .detail-cover .wn-visual-label small {
    max-width: 76%;
    font-size: 12px;
  }

  .process-grid article {
    min-height: auto;
    padding: 18px;
  }

  .safety-panel,
  .contact-panel {
    padding: 22px;
    border-radius: 20px;
  }

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

  .contact-actions a {
    min-height: 46px;
  }

  .mobile-quick-nav {
    position: fixed;
    left: 50%;
    bottom: max(10px, env(safe-area-inset-bottom));
    z-index: 70;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 3px;
    width: min(560px, calc(100% - 24px));
    min-height: 66px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #dfe6ef;
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.2);
    transform: translateX(-50%);
    backdrop-filter: blur(18px);
  }

  .mobile-quick-nav a {
    display: grid;
    gap: 4px;
    place-items: center;
    min-height: 50px;
    padding: 5px 3px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.1;
  }

  .mobile-quick-nav a:hover,
  .mobile-quick-nav a:focus-visible {
    color: #0c1832;
    background: #f4f7fb;
  }

  .mobile-quick-nav a:last-child {
    color: #ffffff;
    background: #0c1832;
  }

  .mobile-quick-nav span {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-listing-contact {
    position: fixed;
    left: 50%;
    bottom: calc(86px + env(safe-area-inset-bottom));
    z-index: 72;
    display: grid;
    grid-template-columns: 1fr 0.82fr;
    gap: 8px;
    width: min(560px, calc(100% - 24px));
    padding: 8px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid #dfe6ef;
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
    transform: translateX(-50%);
    backdrop-filter: blur(18px);
  }

  .mobile-listing-contact a {
    display: grid;
    min-height: 48px;
    place-items: center;
    padding: 0 10px;
    color: #ffffff;
    text-decoration: none;
    background: #2956d9;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
  }

  .mobile-listing-contact .is-whatsapp {
    background: #13a39a;
  }

  .booking-card .single-actions {
    display: none;
  }

  .floating-whatsapp {
    display: none;
  }

  .single-actions {
    position: sticky;
    z-index: 15;
    bottom: calc(86px + env(safe-area-inset-bottom));
  }
}

.packages-page .packages-hero {
  background:
    linear-gradient(135deg, rgba(12, 24, 50, 0.92), rgba(18, 121, 108, 0.78)),
    linear-gradient(135deg, #ecfdf5, #eff6ff);
}

.packages-grid-section {
  margin-top: 36px;
}

.packages-note {
  margin-bottom: 48px;
}

.host-agency-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.agency-mini-profile {
  display: grid;
  gap: 5px;
  margin: 10px 0;
  padding: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}

.agency-mini-profile span {
  width: fit-content;
  padding: 5px 10px;
  color: #065f46;
  background: #dcfce7;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.agency-mini-profile small,
.agency-mini-profile p {
  margin: 0;
  color: #64748b;
}

.profile-agency-logo {
  object-fit: contain;
  padding: 10px;
  background: #ffffff;
}

.profile-agency-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.profile-agency-summary span {
  padding: 7px 11px;
  color: #065f46;
  background: #dcfce7;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}
