/* ==========================================================================
   MAINE PROPERTY SOLUTIONS — design prototype v1
   Light · airy · photographic + cinematic scrub-video hero (REMUX format)
   Recoloured to the MPS navy/blue palette · Poppins (display) + Inter (body)
   ========================================================================== */

:root {
  /* ---- PAGE SURFACES (light) ---- */
  --fog: #f5f6f8;            /* page background — soft navy-tinted off-white */
  --fog-deep: #eceef2;       /* alternate section background */
  --white: #ffffff;

  /* ---- NAVY (the old REMUX --ink) — dark bands, headings, primary pills ---- */
  --navy: #0f2240;
  --navy-deep: #0b1a32;      /* band scrims / gradients / hero letterbox */
  --navy-700: #162d50;       /* hover / raised navy */

  /* ---- TEXT on light ---- */
  --ink: #0f2240;            /* primary text = navy */
  --ink-60: rgba(15,34,64,.64);
  --ink-40: rgba(15,34,64,.46);

  /* ---- TEXT on navy bands ---- */
  --on-navy: #ffffff;
  --on-navy-70: rgba(255,255,255,.74);
  --on-navy-55: rgba(255,255,255,.58);

  /* ---- ACCENT (single) — blue ---- */
  --accent: #3b82f6;         /* progress bar, popular badge, slider, ticks, focus, kicker dot */
  --accent-ink: #1e63d6;     /* accent TEXT on light (links / values) — passes 4.5:1 */
  --accent-on-navy: #6ea8ff; /* rare accent on navy bands */

  /* ---- TYPE ---- */
  --font-display: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;

  /* ---- RADII / SHADOW / SPACING ---- */
  --radius-card: 1.5rem;
  --radius-pill: 9999px;
  --shadow-soft: 0 18px 50px -18px rgba(15,34,64,.20);
  --shadow-lift: 0 28px 60px -20px rgba(15,34,64,.30);
  --pad-x: clamp(1.25rem, 5vw, 5.5rem);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--fog);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--navy); color: var(--white); }
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

h1, h2, h3, .btn-pill { font-family: var(--font-display); }

/* ==========================================================================
   NAVBAR
   ========================================================================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem var(--pad-x);
  z-index: 50;
  transition: color .35s ease, background .35s ease;
  color: var(--ink);
}
.nav-brand {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.18rem; letter-spacing: -.02em;
  color: inherit; flex-shrink: 0; white-space: nowrap;
}
.nav-mark { width: 24px; height: 24px; flex-shrink: 0; }
.nav-links { display: flex; gap: clamp(1rem, 2.2vw, 2rem); }
.nav-links a {
  font-family: var(--font-display); font-weight: 500;
  font-size: .84rem; color: inherit;
  opacity: .85;
  transition: opacity .2s;
  white-space: nowrap;
}
.nav-links a:hover { opacity: 1; }
/* over the video hero: white text, no background band */
.nav--on-video {
  color: #fff;
  text-shadow: 0 1px 14px rgba(0,0,0,.45);
}
/* inner pages: frosted solid header (no video to sit over) */
.nav--solid {
  background: rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(15,34,64,.08);
  color: var(--ink);
}

/* ===== INNER-PAGE COMPONENTS (city / hub / service pages) ===== */
.ihero { position: relative; min-height: 64vh; display: flex; align-items: flex-end; overflow: hidden; background: var(--navy-deep); }
.ihero-bg { position: absolute; inset: 0; }
.ihero-bg img { width: 100%; height: 100%; object-fit: cover; }
.ihero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,26,50,.32) 0%, rgba(11,26,50,.5) 46%, rgba(11,26,50,.92) 100%); }
.ihero .section-inner { position: relative; z-index: 2; padding-top: clamp(7rem, 14vh, 9rem); padding-bottom: clamp(2.5rem, 6vh, 4rem); width: 100%; }
.ihero-crumb { font-size: .82rem; color: var(--on-navy-70); margin-bottom: 1.1rem; }
.ihero-crumb a { color: var(--on-navy-70); text-decoration: none; }
.ihero-crumb a:hover { color: #fff; }
.ihero-crumb span { opacity: .5; margin: 0 .35rem; }
.ihero h1 { color: #fff; max-width: 18ch; margin: .2rem 0 1rem; }
.ihero-sub { color: var(--on-navy-70); max-width: 54ch; font-size: 1.06rem; line-height: 1.6; margin-bottom: 1.7rem; }
.ihero-ctas { display: flex; gap: .75rem; flex-wrap: wrap; }
.snapshot { background: var(--white); border-radius: var(--radius-card); box-shadow: var(--shadow-soft); padding: clamp(1.5rem, 3vw, 2rem); }
.snapshot h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; margin: 0 0 1.2rem; color: var(--ink); }
.snapshot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.snapshot-cell { background: var(--fog-deep); border-radius: 1rem; padding: 1.1rem 1rem; text-align: center; }
.snapshot-cell .v { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; color: var(--accent-ink); letter-spacing: -.02em; }
.snapshot-cell .l { font-size: .78rem; color: var(--ink-60); margin-top: .3rem; }
.related-pills { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin: 2rem auto 0; max-width: 720px; }
.related-pill { display: flex; flex-direction: column; gap: .25rem; padding: 1.3rem 1.25rem; background: var(--white); border: 1px solid var(--fog-deep); border-radius: 1rem; box-shadow: var(--shadow-soft); text-decoration: none; transition: transform .2s, border-color .2s; }
.related-pill:hover { transform: translateY(-3px); border-color: var(--accent); }
.related-pill strong { font-family: var(--font-display); color: var(--ink); font-size: 1.02rem; }
.related-pill span { font-size: .88rem; color: var(--ink-60); }
/* hub city-directory (region pages: every city x its service links) */
.loc-dir { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: .9rem; margin-top: clamp(2rem, 5vh, 3rem); text-align: left; }
.loc-dir-item { background: var(--white); border: 1px solid var(--fog-deep); border-radius: 1rem; padding: 1.05rem 1.2rem; box-shadow: var(--shadow-soft); }
.loc-dir-item h4 { font-family: var(--font-display); font-weight: 600; font-size: 1rem; color: var(--ink); margin: 0 0 .45rem; }
.loc-dir-item a { color: var(--accent-ink); font-size: .85rem; text-decoration: none; font-weight: 500; }
.loc-dir-item a:hover { text-decoration: underline; }
.loc-dir-sep { color: var(--ink-40); margin: 0 .15rem; }
@media (max-width: 767px) {
  .ihero { min-height: 74vh; }
  .ihero-scrim { background: linear-gradient(180deg, rgba(11,26,50,.42) 0%, rgba(11,26,50,.58) 45%, rgba(11,26,50,.94) 100%); }
}

.btn-pill {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--navy); color: var(--white);
  font-weight: 600; font-size: .84rem;
  padding: .72rem 1.35rem;
  border-radius: var(--radius-pill);
  border: none; cursor: pointer;
  white-space: nowrap;
  transition: transform .25s ease, box-shadow .25s ease;
}
.btn-pill:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(15,34,64,.45); }
.btn-pill svg { width: 15px; height: 15px; }
.btn-pill-light { background: #fff; color: var(--navy); }
.btn-pill-light:hover { box-shadow: 0 14px 30px -12px rgba(255,255,255,.35); }
.btn-pill-ghost {
  background: transparent; color: #fff;
  box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.65);
}

/* ==========================================================================
   1 — SCRUB VIDEO HERO
   ========================================================================== */
.vhero {
  position: relative;
  height: 100svh;             /* fallback: mobile / reduced-motion = looping clip */
  background: var(--navy-deep);
  overflow: clip;
  padding: 0;
}
.vhero.is-scrub { height: 300vh; }   /* desktop: scroll travel scrubs the clip */
.vhero-sticky {
  position: sticky; top: 0;
  height: 100svh;
  overflow: hidden;
}
.vhero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.vhero-canvas {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  display: none;
}
.vhero.is-seq .vhero-canvas { display: block; }
.vhero.is-seq .vhero-video { display: none; }
.vhero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(11,26,50,.82) 0%,
    rgba(11,26,50,.42) 30%,
    rgba(11,26,50,.06) 55%,
    rgba(11,26,50,.20) 100%);
  pointer-events: none;
}
.vhero-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: flex-end; justify-content: center;
  padding: 0 1.5rem 12vh;
  pointer-events: none;
}
.vhero-beat {
  position: absolute;
  left: 50%; bottom: 12vh;
  transform: translateX(-50%);
  width: min(820px, calc(100% - 3rem));
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 22px rgba(0,0,0,.5);
}
.vhero-beat > * { pointer-events: auto; }
.vhero-eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: .76rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--navy);
  background: #fff;
  padding: .35rem 1rem;
  border-radius: var(--radius-pill);
  box-shadow: 0 6px 18px rgba(0,0,0,.3);
  margin-bottom: 1.1rem;
}
.vhero-title {
  font-weight: 600;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.1; letter-spacing: -.025em;
  color: #fff;
}
.vhero-sub {
  margin-top: 1rem;
  font-size: clamp(.95rem, 1.5vw, 1.1rem);
  color: rgba(255,255,255,.88);
  max-width: 36rem;
  margin-left: auto; margin-right: auto;
}
.vhero-cta { margin-top: 1.6rem; font-size: .92rem; padding: .9rem 1.7rem; }
.vhero-scrollhint {
  position: absolute; bottom: 4vh; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  font-family: var(--font-display); font-size: .7rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.75);
}
.vhero-scrollline {
  width: 1.5px; height: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,.8), transparent);
  animation: scrollPulse 1.8s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100% { opacity: .4; } 50% { opacity: 1; } }
.vhero-progress {
  position: absolute; left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: rgba(255,255,255,.14);
}
.vhero-progress > span {
  display: block; height: 100%; width: 100%;
  transform: scaleX(0); transform-origin: left center;
  background: var(--accent);
}
.vhero:not(.is-scrub) .vhero-progress { display: none; }
.vhero:not(.is-scrub) .vhero-beat2 { display: none; }
.vhero:not(.is-scrub) .vhero-scrollhint { display: none; }

/* ==========================================================================
   SECTIONS — shared (natural heights, only the hero is viewport-scale)
   ========================================================================== */
section { padding: clamp(3.5rem, 8vh, 6rem) 0; }
.section-inner { padding: 0 var(--pad-x); width: 100%; }
.kicker {
  font-family: var(--font-display); font-weight: 600;
  font-size: .8rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-40);
  margin-bottom: 1.1rem;
}
.kicker::before {
  content: ""; display: inline-block;
  width: 24px; height: 2px; border-radius: 2px;
  background: var(--accent);
  vertical-align: middle;
  margin-right: .65rem; margin-bottom: .18em;
}
.kicker.on-dark { color: rgba(255,255,255,.6); }
.kicker.on-dark::before { background: var(--accent-on-navy); }
.display {
  font-weight: 600;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  line-height: 1.12; letter-spacing: -.025em;
  color: var(--ink);
}
.display.on-dark { color: var(--white); }

/* shared photo-band shell */
.band-bg { position: absolute; inset: 0; }
.band-bg img, .band-bg video { width: 100%; height: 100%; object-fit: cover; }
.band-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(11,26,50,.90) 0%, rgba(11,26,50,.66) 55%, rgba(11,26,50,.45) 100%);
}
.band-content { position: relative; z-index: 1; }
.band-center { text-align: center; display: flex; flex-direction: column; align-items: center; }
.band-center .band-bg::after { background: rgba(11,26,50,.66); }
.band-sub {
  margin-top: 1.2rem;
  font-size: 1rem; line-height: 1.55;
  color: rgba(255,255,255,.74);
  max-width: 38rem;
}
.band-sub-center { margin-left: auto; margin-right: auto; }

/* colour photo bands — section overhaul (abstract Higgsfield backgrounds) */
.cband { position: relative; overflow: hidden; }
.cband > .band-bg::after { background: linear-gradient(180deg, rgba(11,26,50,.82) 0%, rgba(11,26,50,.72) 45%, rgba(11,26,50,.9) 100%); }
.cband .display { color: #fff; }
.cband .kicker { color: rgba(255,255,255,.72); }
.cband .kicker::before { background: var(--accent-on-navy); }
.cband .estimate-sub, .cband .feature-copy p { color: var(--on-navy-70); }
.cband .dash { box-shadow: 0 0 0 1px rgba(255,255,255,.16), var(--shadow-lift); }

/* shared check-list */
.check-points { list-style: none; margin-top: 1.7rem; display: flex; flex-direction: column; gap: .75rem; }
.check-points li {
  display: flex; align-items: center; gap: .7rem;
  font-size: .95rem; color: var(--ink);
}
.check-points li::before {
  content: "";
  width: 18px; height: 18px; flex: none;
  border-radius: 50%;
  background: var(--accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 70% no-repeat, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 70% no-repeat, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.check-points--dark li { color: #fff; }
.check-points--dark li::before { background: var(--accent-on-navy); }

/* ==========================================================================
   USP REEL (continuous marquee under the hero)
   ========================================================================== */
.usp {
  padding: 1.05rem 0;
  background: var(--white);
  border-bottom: 1px solid rgba(15,34,64,.06);
  overflow: hidden;
}
.usp-track { display: flex; width: max-content; animation: uspReel 40s linear infinite; }
.usp:hover .usp-track { animation-play-state: paused; }
@keyframes uspReel { to { transform: translateX(-50%); } }
.usp-reel { display: flex; align-items: center; }
.usp-item { display: inline-flex; align-items: baseline; gap: .45rem; white-space: nowrap; padding: 0 1.1rem; }
.usp-item::after {
  content: ""; width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent); align-self: center; margin-left: 2.2rem;
}
.usp-item strong { font-family: var(--font-display); font-weight: 600; font-size: .92rem; letter-spacing: -.01em; }
.usp-item span { font-size: .85rem; color: var(--ink-60); }
@media (prefers-reduced-motion: reduce) {
  .usp-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; }
  .usp-reel[aria-hidden="true"] { display: none; }
  .usp-reel { flex-wrap: wrap; justify-content: center; row-gap: .5rem; }
}

/* ==========================================================================
   ESTIMATE BAND — Earnings Estimator (split: copy + calculator card)
   ========================================================================== */
.estimate { background: var(--fog); }
.estimate-grid {
  width: 100%;
  display: grid; grid-template-columns: 1fr 1.02fr;
  gap: clamp(2rem, 6vw, 5rem); align-items: center;
}
.estimate-sub { margin-top: 1.2rem; color: var(--ink-60); line-height: 1.55; max-width: 34rem; }

.calculator {
  background: var(--white);
  border-radius: var(--radius-card);
  padding: clamp(1.6rem, 3vw, 2.4rem);
  box-shadow: var(--shadow-lift);
  border: 1px solid rgba(15,34,64,.06);
}
.calculator h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; letter-spacing: -.01em; }
.calc-subtitle { margin-top: .35rem; font-size: .9rem; color: var(--ink-60); margin-bottom: 1.7rem; }
.calc-group { margin-bottom: 1.5rem; }
.calc-group label {
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--font-display); font-weight: 500; font-size: .85rem; color: var(--ink-60);
  margin-bottom: .7rem;
}
.calc-value { font-family: var(--font-display); font-weight: 600; font-size: 1rem; color: var(--accent-ink); }
.calc-slider {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 6px; border-radius: 999px;
  background: var(--fog-deep); outline: none;
}
.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--accent); cursor: pointer;
  border: 3px solid #fff; box-shadow: 0 2px 8px rgba(15,34,64,.3);
}
.calc-slider::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--accent); cursor: pointer;
  border: 3px solid #fff; box-shadow: 0 2px 8px rgba(15,34,64,.3);
}
.calc-result {
  margin-top: 1.7rem; padding: 1.5rem 1.5rem 1.6rem;
  background: var(--navy);
  border-radius: 1.1rem; text-align: center;
  transition: box-shadow .4s ease;
}
.result-label { font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; color: var(--on-navy-55); }
.result-amount {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2.1rem, 5vw, 2.8rem); letter-spacing: -.02em;
  color: #fff; margin-top: .45rem; font-variant-numeric: tabular-nums;
}
.result-year { font-size: .95rem; color: var(--accent-on-navy); margin-top: .25rem; }
.calc-result.glow { box-shadow: 0 0 0 3px rgba(59,130,246,.35), var(--shadow-lift); }
.result-amount.pulse, .result-year.pulse { animation: calcPulse .4s ease; }
@keyframes calcPulse { 0% { transform: scale(1); } 40% { transform: scale(1.06); } 100% { transform: scale(1); } }
.calc-cta { width: 100%; justify-content: center; margin-top: 1.4rem; }

/* ==========================================================================
   HOW IT WORKS
   ========================================================================== */
.how { background: var(--fog); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: clamp(2rem, 4vh, 3rem); }
.step-card {
  background: var(--white); border-radius: var(--radius-card);
  padding: 1.7rem 1.5rem; box-shadow: var(--shadow-soft);
  transition: transform .35s ease, box-shadow .35s ease;
}
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; background: var(--fog-deep); border-radius: 50%;
  font-family: var(--font-display); font-weight: 600; font-size: .95rem; color: var(--navy);
}
.step-card h3 { font-weight: 600; font-size: 1.12rem; margin-top: 1.4rem; letter-spacing: -.01em; }
.step-card p { margin-top: .55rem; font-size: .9rem; line-height: 1.5; color: var(--ink-60); }

/* ==========================================================================
   SERVICES
   ========================================================================== */
.services { background: var(--fog-deep); }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: clamp(2rem, 4vh, 3rem); }
.service-card {
  background: var(--white); border-radius: var(--radius-card);
  overflow: hidden; box-shadow: var(--shadow-soft);
  transition: transform .35s ease, box-shadow .35s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.service-img { aspect-ratio: 16 / 9; overflow: hidden; }
.service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:hover .service-img img { transform: scale(1.05); }
.service-body { padding: 1.4rem 1.5rem 1.6rem; }
.service-body h3 { font-weight: 600; font-size: 1.2rem; letter-spacing: -.01em; }
.service-body p { margin-top: .5rem; font-size: .9rem; line-height: 1.5; color: var(--ink-60); }
.service-link {
  display: inline-flex; align-items: center; gap: .4rem; margin-top: 1rem;
  font-family: var(--font-display); font-weight: 600; font-size: .85rem; color: var(--accent-ink);
}
.service-link span { transition: transform .25s; display: inline-block; }
.service-link:hover span { transform: translateX(4px); }

/* ==========================================================================
   SPLIT — DynamicRent™ (video band)
   ========================================================================== */
.split { background: var(--fog); }
.split--video { position: relative; overflow: hidden; padding: clamp(4.5rem, 11vh, 7.5rem) 0; background: var(--navy-deep); }
.split--video .band-bg video, .split--video .band-bg img { width: 100%; height: 100%; object-fit: cover; }
.split--video .band-bg::after {
  background: linear-gradient(90deg, rgba(11,26,50,.62) 0%, rgba(11,26,50,.80) 60%, rgba(11,26,50,.88) 100%);
}
.split-sub--dark { color: rgba(255,255,255,.74) !important; }
.split-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split-img { border-radius: var(--radius-card); overflow: hidden; box-shadow: var(--shadow-soft); }
.split-img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.split-sub { margin-top: 1.2rem; color: var(--ink-60); line-height: 1.55; max-width: 34rem; }

/* ==========================================================================
   PRICING (fleet pattern)
   ========================================================================== */
.fleet { background: var(--white); }
.fleet-hero { margin-top: clamp(2rem, 4vh, 3rem); border-radius: var(--radius-card); overflow: hidden; box-shadow: var(--shadow-soft); }
.fleet-hero img { width: 100%; aspect-ratio: 21 / 8; object-fit: cover; object-position: center 60%; }
.fleet-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: clamp(2rem, 4vh, 3rem); max-width: 880px; }
.fleet-card {
  position: relative; background: var(--fog); border-radius: var(--radius-card);
  padding: 2rem 1.9rem; transition: transform .35s ease, box-shadow .35s ease;
}
.fleet-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.fleet-card--popular { background: var(--navy); color: var(--white); box-shadow: var(--shadow-lift); }
.fleet-card--popular .fleet-spec { color: rgba(255,255,255,.7); }
.fleet-badge {
  position: absolute; top: 1.4rem; right: 1.4rem;
  font-family: var(--font-display); font-weight: 600; font-size: .66rem;
  letter-spacing: .1em; text-transform: uppercase;
  background: var(--accent); color: #fff;
  padding: .3rem .8rem; border-radius: var(--radius-pill);
}
.fleet-card h3 { font-weight: 600; font-size: 1.3rem; letter-spacing: -.01em; }
.fleet-spec { margin-top: .4rem; font-size: .85rem; color: var(--ink-60); }
.fleet-price { margin-top: 1.1rem; font-size: .9rem; color: inherit; }
.fleet-price strong { font-family: var(--font-display); font-weight: 700; font-size: 2rem; letter-spacing: -.02em; }
.fleet-list { list-style: none; margin-top: 1.3rem; display: flex; flex-direction: column; gap: .65rem; }
.fleet-list li { display: flex; align-items: center; gap: .6rem; font-size: .9rem; }
.fleet-list li::before {
  content: ""; width: 16px; height: 16px; flex: none; border-radius: 50%;
  background: var(--accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 70% no-repeat, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 70% no-repeat, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.fleet-card--popular .fleet-list li::before { background: var(--accent-on-navy); }
.fleet-card .btn-pill { margin-top: 1.6rem; width: 100%; justify-content: center; }
.fleet-card--popular .btn-pill { background: #fff; color: var(--navy); }
.fleet-foot { margin-top: 1.8rem; font-size: .85rem; color: var(--ink-40); max-width: 52rem; }

/* ==========================================================================
   BANDS — Problem · Comparison · Coverage · Final CTA
   ========================================================================== */
.industries, .bizband, .finalcta, .comparison { position: relative; overflow: hidden; padding: clamp(4.5rem, 11vh, 7.5rem) 0; }
.industry-chips, .city-chips { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.industry-chips span {
  font-family: var(--font-display); font-weight: 500; font-size: .88rem;
  color: #fff; background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  padding: .55rem 1.15rem; border-radius: var(--radius-pill);
}
.bizband .btn-pill { margin-top: 2rem; }
.finalcta-btns { display: flex; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; justify-content: center; }

/* comparison two-column contrast */
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: clamp(2rem, 4vh, 3rem); }
.compare-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-card);
  padding: 1.9rem 1.8rem;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.compare-card--win { background: rgba(255,255,255,.97); border-color: transparent; }
.compare-card h3 { font-weight: 600; font-size: 1.15rem; color: #fff; letter-spacing: -.01em; }
.compare-card--win h3 { color: var(--navy); }
.compare-card .compare-tag { font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; color: var(--on-navy-55); margin-bottom: .5rem; }
.compare-card--win .compare-tag { color: var(--accent-ink); }
.compare-list { list-style: none; margin-top: 1.3rem; display: flex; flex-direction: column; gap: .8rem; }
.compare-list li { display: flex; align-items: flex-start; gap: .65rem; font-size: .92rem; color: rgba(255,255,255,.8); line-height: 1.45; }
.compare-card--win .compare-list li { color: var(--ink); }
.compare-ico { width: 18px; height: 18px; flex: none; margin-top: .15rem; }
.compare-card--lose .compare-ico { color: #ef6b6b; }
.compare-card--win .compare-ico { color: var(--accent); }

/* ==========================================================================
   PROOF STATS
   ========================================================================== */
.proof { background: radial-gradient(90% 70% at 80% 10%, rgba(255,255,255,.06) 0%, transparent 60%), var(--navy); }
.proof-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: clamp(2rem, 4vh, 3.2rem); }
.proof-stat { border-top: 1px solid rgba(255,255,255,.16); padding-top: 1.4rem; display: flex; flex-direction: column; gap: .5rem; }
.proof-num {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2rem, 3.6vw, 3rem); letter-spacing: -.02em;
  color: var(--white); font-variant-numeric: tabular-nums;
}
.proof-label { font-size: .88rem; color: rgba(255,255,255,.55); }

/* ==========================================================================
   PROPERTY TYPES
   ========================================================================== */
.ptypes { background: var(--white); }
.ptype-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.1rem; margin-top: clamp(2rem, 4vh, 3rem); }
.ptype-card {
  background: var(--fog); border-radius: var(--radius-card); overflow: hidden;
  box-shadow: var(--shadow-soft); transition: transform .35s ease, box-shadow .35s ease;
}
.ptype-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.ptype-img { aspect-ratio: 4 / 3; overflow: hidden; }
.ptype-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ptype-card:hover .ptype-img img { transform: scale(1.06); }
.ptype-body { padding: 1.1rem 1.2rem 1.3rem; }
.ptype-body h3 { font-weight: 600; font-size: 1.02rem; letter-spacing: -.01em; }
.ptype-body p { margin-top: .35rem; font-size: .84rem; line-height: 1.45; color: var(--ink-60); }

/* ==========================================================================
   COVERAGE (band)
   ========================================================================== */
.coverage { background: var(--fog); }
.coverage--band { position: relative; overflow: hidden; padding: clamp(4.5rem, 11vh, 7.5rem) 0; }
.coverage--band .band-bg::after {
  background: linear-gradient(90deg, rgba(11,26,50,.86) 0%, rgba(11,26,50,.58) 60%, rgba(11,26,50,.34) 100%);
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.faq-sub { margin-top: 1.1rem; font-size: .95rem; color: var(--ink-60); }
.faq-sub a { font-weight: 500; color: var(--accent-ink); text-decoration: underline; text-underline-offset: 3px; }
.faq-list { display: flex; flex-direction: column; gap: .8rem; }
.faq-list details { background: var(--fog); border-radius: 1.1rem; padding: 0 1.4rem; overflow: hidden; }
.faq-list summary {
  cursor: pointer; list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.1rem 0;
  font-family: var(--font-display); font-weight: 600; font-size: .98rem; letter-spacing: -.01em;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; font-family: var(--font-display); font-weight: 500;
  font-size: 1.3rem; line-height: 1; color: var(--accent); transition: transform .3s ease; flex: none;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { padding: 0 0 1.2rem; font-size: .92rem; line-height: 1.55; color: var(--ink-60); max-width: 56ch; }

/* ==========================================================================
   QUOTE
   ========================================================================== */
.quote { background: var(--fog-deep); }
.quote-grid { width: 100%; display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.quote-sub { margin-top: 1.2rem; color: var(--ink-60); line-height: 1.55; max-width: 36rem; }
.quote-phone { margin-top: 1.6rem; font-size: .95rem; color: var(--ink-60); }
.quote-phone a { font-weight: 500; color: var(--accent-ink); text-decoration: underline; text-underline-offset: 3px; }
.quote-card {
  background: var(--white); border-radius: var(--radius-card);
  padding: clamp(1.5rem, 3vw, 2.3rem); box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column; gap: 1.1rem;
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.quote-card label { display: flex; flex-direction: column; gap: .45rem; font-family: var(--font-display); font-weight: 500; font-size: .78rem; color: var(--ink-60); }
.quote-card input, .quote-card textarea, .quote-card select {
  background: var(--fog); border: 1px solid transparent; border-radius: .8rem;
  padding: .8rem 1rem; color: var(--ink);
  font-family: var(--font-body); font-size: .95rem;
  transition: border-color .25s, background .25s; resize: vertical;
}
.quote-card input::placeholder, .quote-card textarea::placeholder { color: var(--ink-40); }
.quote-card input:focus, .quote-card textarea:focus, .quote-card select:focus {
  outline: none; border-color: var(--accent); background: var(--white);
}
.btn-submit { justify-content: center; font-size: .92rem; padding: .9rem 1.5rem; margin-top: .2rem; }
.quote-note { font-size: .74rem; color: var(--ink-40); text-align: center; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer { background: var(--fog); border-top: 1px solid rgba(15,34,64,.08); padding: 4rem var(--pad-x) 2rem; }
.footer-inner { width: 100%; display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 2.5rem; }
.footer-brand p { margin-top: 1rem; font-size: .9rem; color: var(--ink-60); max-width: 32ch; line-height: 1.55; }
.footer-social { display: flex; gap: .8rem; margin-top: 1.2rem; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; background: var(--fog-deep); display: inline-flex; align-items: center; justify-content: center; color: var(--navy); transition: background .25s, color .25s; }
.footer-social a:hover { background: var(--navy); color: #fff; }
.footer-social svg { width: 18px; height: 18px; }
.footer-col { display: flex; flex-direction: column; gap: .65rem; }
.footer-col h4 { font-family: var(--font-display); font-weight: 600; font-size: .95rem; margin-bottom: .4rem; }
.footer-col a, .footer-col span { font-size: .9rem; color: var(--ink-60); transition: color .25s; }
.footer-col a:hover { color: var(--navy); }
.footer-legal {
  width: 100%; margin-top: 3.5rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  padding-top: 1.5rem; border-top: 1px solid rgba(15,34,64,.08); font-size: .78rem; color: var(--ink-40);
}

/* ==========================================================================
   MOBILE CONVERSION LAYER — WhatsApp float + sticky call/appraisal bar
   ========================================================================== */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 940;
  width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
  background: #25D366; color: #fff; border-radius: 50%;
  box-shadow: 0 10px 26px -8px rgba(0,0,0,.45); transition: transform .25s ease;
}
.wa-float:hover { transform: scale(1.07); }
.wa-float svg { width: 30px; height: 30px; }

.sticky-mobile-cta { display: none; }
@media (max-width: 768px) {
  .sticky-mobile-cta {
    display: flex; gap: 10px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 950;
    background: var(--navy);
    padding: 10px 14px; padding-bottom: calc(10px + env(safe-area-inset-bottom));
    box-shadow: 0 -4px 18px rgba(0,0,0,.4);
    animation: slideUpCTA .5s ease-out .5s backwards;
  }
  .sticky-mobile-cta a {
    flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 48px; padding: 12px; border-radius: 12px;
    font-family: var(--font-display); font-weight: 600; font-size: .95rem;
    -webkit-tap-highlight-color: transparent;
  }
  .sticky-mobile-cta-call { background: rgba(255,255,255,.12); color: #fff; }
  .sticky-mobile-cta-quote { background: var(--accent); color: #fff; }
  .sticky-mobile-cta svg { width: 18px; height: 18px; }
  @keyframes slideUpCTA { from { transform: translateY(100%); } to { transform: translateY(0); } }

  body { padding-bottom: 74px; }              /* bar never hides the footer */
  .wa-float { bottom: 92px; }                 /* lift WhatsApp float above the bar */
}
@media (prefers-reduced-motion: reduce) { .sticky-mobile-cta { animation: none; } }

/* ==========================================================================
   MOTION — initial states applied by JS only (reveal contract)
   ========================================================================== */
.r-hidden { opacity: 0; transform: translateY(26px); }
.r-shown {
  opacity: 1; transform: translateY(0);
  transition: opacity .85s cubic-bezier(.22,1,.36,1) var(--d, 0s),
              transform .85s cubic-bezier(.22,1,.36,1) var(--d, 0s);
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .r-hidden { opacity: 1; transform: none; }
  .vhero-scrollline { animation: none; }
  .result-amount.pulse, .result-year.pulse { animation: none; }
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1023px) {
  .nav-links { display: none; }
  .estimate-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .service-cards { grid-template-columns: 1fr 1fr; }
  .ptype-cards { grid-template-columns: repeat(2, 1fr); }
  .proof-stats { grid-template-columns: 1fr 1fr; gap: 2rem 1.25rem; }
  .split-grid, .quote-grid, .faq-grid, .compare-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .vhero-video { object-position: center; }
  .vhero-video--zoom { transform: scale(1.3); transform-origin: center 55%; }
  .vhero-beat { bottom: 11vh; }
  .fleet-cards { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .btn-pill { font-size: .8rem; padding: .65rem 1.1rem; }
  .steps { grid-template-columns: 1fr; }
  .service-cards { grid-template-columns: 1fr; }
  .ptype-cards { grid-template-columns: 1fr 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .proof-stats { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
}

/* ==========================================================================
   CLONED-CONTENT COMPONENTS (icon grids, feature rows, timeline,
   locations, owner dashboard, testimonials, CTA banner)
   ========================================================================== */

/* icon cards — vetting (6) · end-to-end management (8) · listing strategy (3) */
.icon-cards { display: grid; gap: 1.25rem; margin-top: clamp(2rem, 4vh, 3rem); }
.icon-cards.cols-3 { grid-template-columns: repeat(3, 1fr); }
.icon-cards.cols-4 { grid-template-columns: repeat(4, 1fr); }
.icon-card { background: var(--white); border-radius: var(--radius-card); padding: 1.6rem 1.5rem; box-shadow: var(--shadow-soft); transition: transform .35s ease, box-shadow .35s ease; }
.icon-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.icon-badge { width: 46px; height: 46px; border-radius: 12px; background: var(--fog-deep); display: flex; align-items: center; justify-content: center; color: var(--accent-ink); margin-bottom: 1rem; }
.icon-badge svg { width: 24px; height: 24px; }
.icon-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; letter-spacing: -.01em; }
.icon-card p { margin-top: .5rem; font-size: .9rem; line-height: 1.55; color: var(--ink-60); }

/* big stat cards — "why landlords switch" */
.why-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: clamp(2rem, 4vh, 3rem); }
.why-stat { background: var(--white); border-radius: var(--radius-card); padding: 1.9rem 1.5rem; box-shadow: var(--shadow-soft); text-align: center; transition: transform .35s ease, box-shadow .35s ease; }
.why-stat:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.why-stat .big { font-family: var(--font-display); font-weight: 700; font-size: 2.5rem; letter-spacing: -.02em; color: var(--accent-ink); line-height: 1; }
.why-stat h4 { font-weight: 600; margin-top: .6rem; }
.why-stat p { margin-top: .45rem; font-size: .88rem; color: var(--ink-60); line-height: 1.5; }

/* feature row (image + text) — listing strategy · why switch · getting started */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.feature-row.reverse .feature-media { order: -1; }
.feature-media img { width: 100%; border-radius: var(--radius-card); box-shadow: var(--shadow-soft); aspect-ratio: 4 / 3; object-fit: cover; }
.feature-copy p { margin-top: 1.1rem; color: var(--ink-60); line-height: 1.7; }

/* arrow bullets — DynamicRent */
.arrow-points { list-style: none; margin-top: 1.5rem; display: flex; flex-direction: column; gap: .85rem; }
.arrow-points li { padding-left: 1.7rem; position: relative; line-height: 1.55; color: var(--on-navy-70); }
.arrow-points li::before { content: "→"; position: absolute; left: 0; top: 0; color: var(--accent-on-navy); font-weight: 700; }
.arrow-points strong { color: #fff; }

/* timeline — getting started */
.timeline { margin-top: clamp(2rem, 4vh, 3rem); max-width: 760px; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; gap: 1.1rem; }
.tl-item { display: flex; gap: 1.1rem; background: var(--white); border-radius: var(--radius-card); padding: 1.4rem 1.5rem; box-shadow: var(--shadow-soft); }
.tl-marker { width: 40px; height: 40px; flex: none; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 600; }
.tl-day { font-family: var(--font-display); font-weight: 600; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--accent-ink); }
.tl-item h4 { font-weight: 600; margin-top: .2rem; }
.tl-item p { margin-top: .4rem; font-size: .9rem; color: var(--ink-60); line-height: 1.55; }

/* locations */
.loc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: clamp(2rem, 4vh, 3rem); }
.loc-card { display: flex; gap: .9rem; align-items: center; background: var(--white); border-radius: 1.1rem; padding: 1.1rem 1.3rem; box-shadow: var(--shadow-soft); transition: transform .3s ease, box-shadow .3s ease; }
.loc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.loc-pin { width: 40px; height: 40px; flex: none; border-radius: 10px; background: var(--fog-deep); display: flex; align-items: center; justify-content: center; color: var(--accent-ink); }
.loc-pin svg { width: 20px; height: 20px; }
.loc-card h4 { font-weight: 600; font-size: 1rem; }
.loc-card p { font-size: .82rem; color: var(--ink-60); margin-top: .15rem; }

/* owner dashboard mock */
.dash { max-width: 880px; margin: clamp(2rem, 4vh, 3rem) auto 0; background: var(--navy); border-radius: var(--radius-card); padding: 1.8rem; box-shadow: var(--shadow-lift); }
.dash-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.dash-stat { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 1.2rem; text-align: center; }
.dash-stat .lbl { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--on-navy-55); }
.dash-stat .val { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; color: #fff; margin-top: .35rem; }
.dash-steps { margin-top: 1.2rem; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 1.2rem; }
.dash-steps .lbl { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--on-navy-55); margin-bottom: .6rem; }
.dash-steps ul { list-style: none; }
.dash-steps li { display: flex; align-items: center; gap: .6rem; padding: .55rem 0; border-bottom: 1px solid rgba(255,255,255,.06); color: var(--on-navy-70); font-size: .92rem; }
.dash-steps li:last-child { border-bottom: none; }
.dash-dot { width: 8px; height: 8px; border-radius: 50%; flex: none; }

/* testimonials */
.tcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: clamp(2rem, 4vh, 3rem); }
.tcard { background: var(--white); border-radius: var(--radius-card); padding: 1.6rem 1.5rem; box-shadow: var(--shadow-soft); }
.tcard .stars { color: var(--accent); letter-spacing: 2px; font-size: .9rem; }
.tcard blockquote { margin: .8rem 0 1.2rem; font-size: .95rem; line-height: 1.6; color: var(--ink); }
.tauthor { display: flex; align-items: center; gap: .7rem; }
.tavatar { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 600; font-size: .85rem; }
.tname { font-weight: 600; font-size: .9rem; }
.tloc { font-size: .8rem; color: var(--ink-60); }

/* comparison label:value rows (cloned comparison copy) */
.compare-list li strong { font-weight: 600; }
.compare-card--lose .compare-list li strong { color: #ffb3b3; }
.compare-card--win .compare-list li strong { color: var(--accent-ink); }

/* CTA banner */
.ctabanner { background: var(--navy); text-align: center; }
.ctabanner .display { color: #fff; }
.ctabanner p { margin: 1.1rem auto 1.8rem; color: var(--on-navy-70); max-width: 42rem; line-height: 1.6; }
.ctabanner .finalcta-btns { justify-content: center; }

/* footer company line */
.footer-credit { text-align: center; padding: 1.1rem 1rem; font-size: .82rem; border-top: 1px solid rgba(15,34,64,.08); color: var(--ink-40); }
.footer-credit a { color: var(--accent-ink); font-weight: 600; }

@media (max-width: 1023px) {
  .icon-cards.cols-3, .icon-cards.cols-4 { grid-template-columns: 1fr 1fr; }
  .why-stats { grid-template-columns: 1fr 1fr; }
  .feature-row { grid-template-columns: 1fr; }
  .feature-row.reverse .feature-media { order: 0; }
  .loc-cards { grid-template-columns: 1fr 1fr; }
  .tcards { grid-template-columns: 1fr 1fr; }
  .dash-stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .icon-cards.cols-3, .icon-cards.cols-4 { grid-template-columns: 1fr; }
  .why-stats { grid-template-columns: 1fr 1fr; }
  .loc-cards { grid-template-columns: 1fr; }
  .tcards { grid-template-columns: 1fr; }
  .dash-stats { grid-template-columns: 1fr 1fr; }
}

/* ===== Social icons in the menu — added 2026-06-19 ===== */
.nav-links .nav-social { display: inline-flex; align-items: center; gap: .65rem; }
.nav-links .nav-social a { display: inline-flex; align-items: center; opacity: .8; transition: opacity .2s; }
.nav-links .nav-social a:hover { opacity: 1; }
.nav-links .nav-social svg { width: 17px; height: 17px; }
/* The full nav (esp. the 6-link homepage) only fits the icons at >=1240px;
   below that they hide. Always shown in the footer (all widths). */
@media (max-width: 1239px) { .nav-links .nav-social { display: none; } }
/* ===== /Social icons in the menu ===== */

/* ==========================================================================
   TRUST STRIP — accreditation bar (PRS / ICO / company facts) 2026-07-02
   Real credentials only. Quiet, single-accent icons, no fake award logos.
   ========================================================================== */
.trust-strip {
  background: var(--white);
  border-top: 1px solid rgba(15,34,64,.08);
  border-bottom: 1px solid rgba(15,34,64,.08);
  padding: 1.05rem var(--pad-x);
}
.trust-strip-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: .8rem 2.6rem;
}
.trust-item {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-display); font-weight: 500; font-size: .84rem;
  color: var(--ink-60); white-space: nowrap;
}
.trust-item svg { width: 17px; height: 17px; color: var(--accent-ink); flex: none; }
.trust-item strong { color: var(--ink); font-weight: 600; }
@media (max-width: 767px) {
  .trust-strip { padding-top: .85rem; padding-bottom: .85rem; }
  .trust-strip-inner { gap: .5rem 1.3rem; }
  .trust-item { font-size: .76rem; }
}
/* compact footer variant (sits under the social icons, all pages) */
.footer-trust { display: flex; flex-wrap: wrap; gap: .55rem 1.6rem; margin-top: 1.25rem; }
.footer-trust .trust-item { font-size: .8rem; white-space: normal; }

/* ==========================================================================
   EARNINGS ESTIMATOR — 3-way scenario comparison 2026-07-02
   Same sliders, three outcomes: Traditional / Guaranteed Rent / Fully Managed
   ========================================================================== */
.calc-scenarios { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin-top: 1.05rem; }
.calc-scenario {
  background: var(--fog); border: 1px solid rgba(15,34,64,.08);
  border-radius: 1rem; padding: .95rem .7rem 1rem; text-align: center; position: relative;
}
.calc-scenario--hero { background: var(--white); border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.sc-badge {
  position: absolute; top: -9px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #fff;
  font-family: var(--font-display); font-weight: 600; font-size: .56rem;
  letter-spacing: .08em; text-transform: uppercase;
  border-radius: var(--radius-pill); padding: .2rem .6rem; white-space: nowrap;
}
.sc-name { font-family: var(--font-display); font-weight: 600; font-size: .72rem; color: var(--ink-60); }
.sc-amount {
  font-family: var(--font-display); font-weight: 700; font-size: 1.18rem;
  letter-spacing: -.01em; color: var(--ink); margin-top: .3rem; font-variant-numeric: tabular-nums;
}
.calc-scenario--hero .sc-amount { color: var(--accent-ink); }
.sc-note { font-size: .67rem; color: var(--ink-40); margin-top: .3rem; line-height: 1.4; }
.calc-foot { margin-top: .85rem; font-size: .72rem; color: var(--ink-40); line-height: 1.5; text-align: center; }
@media (max-width: 480px) {
  .calc-scenarios { grid-template-columns: 1fr; gap: .85rem; }
  .calc-scenario { display: grid; grid-template-columns: 1fr auto; align-items: center; text-align: left; padding: .8rem 1rem; column-gap: .8rem; }
  .sc-amount { margin-top: 0; }
  .sc-note { grid-column: 1 / -1; }
}
