/*
Theme Name:  Hospeo Pro
Theme URI:   https://hospeo.com
Author:      Hospeo Conciergerie
Author URI:  https://hospeo.com
Description: Thème premium sur-mesure pour Hospeo — Conciergerie Airbnb Marrakech & Casablanca. Design luxury, SEO-first, CRO-optimisé. Video hero, glassmorphism forms, animations premium.
Version:     4.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License:     Proprietary
Text Domain: hospeo
Tags:        custom-logo, full-width-template, custom-menu, featured-images, translation-ready
*/

/* ============================================================
   HOSPEO PRO DESIGN SYSTEM v4.0
   Luxury minimalism · Deep Forest Green · Moroccan Gold
   Bebas Neue (display) · Barlow Condensed (sub) · Barlow (body)
   ============================================================ */

/* ── TOKENS ── */
:root {
  --forest:   #1c4a30;
  --forest-d: #0d2b1e;
  --forest-dd:#143824;
  --sage:     #2d5a3d;
  --lime:     #5cb85c;
  --lime2:    #4aa84a;
  --gold:     #c19b4e;
  --gold2:    #e8cc96;
  --gold-glow:rgba(193,155,78,.18);
  --white:    #ffffff;
  --off:      #f7f6f3;
  --paper:    #f2f0ec;
  --ink:      #0c1410;
  --ink2:     #3a4a3a;
  --ink3:     #6a796a;
  --rule:     #e2e7e2;
  --rule2:    #cdd5cd;
  --danger:   #c0392b;
  --D:        'Bebas Neue', sans-serif;
  --C:        'Barlow Condensed', sans-serif;
  --B:        'Barlow', sans-serif;
  --ease:     cubic-bezier(.16,1,.3,1);
  --max:      1200px;
  --pad:      clamp(20px, 5vw, 64px);
  --section-pad: clamp(64px, 8vw, 96px);
  --glass-bg: rgba(255,255,255,.06);
  --glass-border: rgba(255,255,255,.1);
  --glass-blur: 16px;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--white);
  color: var(--ink);
  font-family: var(--B);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  line-height: 1.6;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: var(--B); cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; }
input, textarea, select { font-family: var(--B); }

/* ── LAYOUT ── */
.wrap       { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.wrap-sm    { max-width: 760px; margin: 0 auto; padding: 0 var(--pad); }
.wrap-wide  { max-width: 1400px; margin: 0 auto; padding: 0 var(--pad); }

/* ── FLUID TYPOGRAPHY ── */
.display-xl {
  font-family: var(--D);
  font-size: clamp(52px, 9vw, 128px);
  line-height: .88; letter-spacing: .02em; text-transform: uppercase;
}
.razor-h2 {
  font-family: var(--D);
  font-size: clamp(38px, 5.5vw, 78px);
  line-height: .93; letter-spacing: .02em; text-transform: uppercase;
  color: var(--ink);
}
.razor-h2 em {
  font-family: var(--C);
  font-style: italic; color: var(--forest);
  font-size: .7em; letter-spacing: .01em; text-transform: none;
}
.razor-h2.white     { color: var(--white); }
.razor-h2.white em  { color: rgba(255,255,255,.48); }

/* ── SCROLL REVEAL (fade-in) ── */
.rv {
  opacity: 0; transform: translateY(24px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.rv.in { opacity: 1; transform: translateY(0); }
.rv.d1 { transition-delay: .1s; }
.rv.d2 { transition-delay: .2s; }
.rv.d3 { transition-delay: .32s; }
.rv.d4 { transition-delay: .46s; }

/* ── SECTION LABELS ── */
.section-lbl {
  font-family: var(--C);
  font-size: 10px; font-weight: 600;
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--ink3);
  display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
}
.section-lbl::after { content: ''; flex: 0 0 20px; height: 1px; background: var(--rule2); }
.section-lbl.gold { color: var(--gold); }
.section-lbl.gold::after { background: var(--gold); opacity: .4; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  border: none; cursor: pointer;
  font-family: var(--C); font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  border-radius: 6px;
  transition: all .25s var(--ease);
  text-decoration: none;
  position: relative; overflow: hidden;
}
.btn svg { width: 12px; height: 12px; flex-shrink: 0; }
.btn-lime {
  background: var(--lime); color: var(--white);
  padding: 15px 28px; font-size: 13px;
  box-shadow: 0 4px 16px rgba(92,184,92,.25);
}
.btn-lime:hover {
  background: var(--lime2); transform: translateY(-2px); gap: 14px;
  box-shadow: 0 8px 28px rgba(92,184,92,.35);
}
.btn-gold {
  background: var(--gold); color: var(--white);
  padding: 15px 28px; font-size: 13px;
  box-shadow: 0 4px 16px var(--gold-glow);
}
.btn-gold:hover {
  background: #b38a3d; transform: translateY(-2px);
  box-shadow: 0 8px 28px var(--gold-glow);
}
.btn-forest {
  background: var(--forest); color: var(--white);
  padding: 15px 28px; font-size: 13px;
}
.btn-forest:hover { background: var(--forest-dd); transform: translateY(-1px); }
.btn-ghost {
  background: transparent; color: rgba(255,255,255,.55);
  border: 1.5px solid rgba(255,255,255,.2);
  padding: 14px 26px; font-size: 12px;
}
.btn-ghost:hover { border-color: rgba(255,255,255,.5); color: rgba(255,255,255,.85); }
.btn-block { width: 100%; justify-content: center; }
.btn-sm    { padding: 10px 18px; font-size: 11px; }

/* ── BADGE / CHIPS ── */
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  border-radius: 20px; padding: 5px 14px;
  font-family: var(--C); font-size: 10px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
}
.badge-lime { background: rgba(92,184,92,.12); border: 1px solid rgba(92,184,92,.25); color: var(--lime); }
.badge-gold { color: var(--gold); border: 1px solid rgba(193,155,78,.35); background: rgba(193,155,78,.08); }
.badge-ink  { background: var(--off); border: 1px solid var(--rule2); color: var(--forest); }
.badge-dot  {
  width: 5px; height: 5px; background: currentColor; border-radius: 50%;
  animation: bpulse 1.8s ease-in-out infinite;
}
@keyframes bpulse { 0%,100%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.65)} }

/* ── CANVAS BOX ── */
.canvas-box { width: 100%; position: relative; overflow: hidden; display: block; }
.canvas-box canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }

/* ── CARDS ── */
.card {
  background: var(--white); border: 1px solid var(--rule);
  border-radius: 14px; overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s, border-color .3s;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 52px rgba(0,0,0,.09);
  border-color: var(--rule2);
}
.card-off {
  background: var(--off); border-radius: 14px; overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s;
}
.card-off:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 56px rgba(0,0,0,.1);
}
.card-dark {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 14px; overflow: hidden;
  backdrop-filter: blur(var(--glass-blur)); -webkit-backdrop-filter: blur(var(--glass-blur));
  transition: background .3s, border-color .3s;
}
.card-dark:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.18); }

/* ── GRID HELPERS ── */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }

/* ── SECTION PADDING ── */
.section-white { background: var(--white); padding: var(--section-pad) 0; }
.section-off   { background: var(--off);   padding: var(--section-pad) 0; }
.section-dark  { background: var(--forest); padding: var(--section-pad) 0; }
.section-ink   { background: var(--ink);   padding: var(--section-pad) 0; }
.border-b { border-bottom: 1px solid var(--rule); }
.border-t { border-top:    1px solid var(--rule); }

/* ══════════════════════════════════════════
   ANNOUNCE BAR — Gold accent strip
══════════════════════════════════════════ */
#hospeo-announce {
  background: linear-gradient(90deg, var(--forest-d), var(--forest));
  padding: 11px var(--pad);
  text-align: center;
  font-family: var(--C); font-size: 11px; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.58);
  border-bottom: 1px solid rgba(193,155,78,.2);
}
#hospeo-announce a {
  color: var(--gold); text-decoration: underline;
  text-underline-offset: 3px; text-decoration-color: rgba(193,155,78,.4);
  transition: color .2s;
}
#hospeo-announce a:hover { color: var(--gold2); }

/* ══════════════════════════════════════════
   STICKY GOLD NAV
══════════════════════════════════════════ */
#hospeo-nav {
  position: sticky; top: 0; z-index: 300;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--rule);
  transition: box-shadow .3s;
}
#hospeo-nav.scrolled {
  box-shadow: 0 4px 30px rgba(0,0,0,.06);
}
.nav-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 var(--pad);
  display: flex; align-items: center; justify-content: space-between;
  height: 66px; gap: 16px;
}
.nav-logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.nav-logo img,
.nav-logo .custom-logo {
  height: 30px; width: auto; max-width: 140px;
  filter: brightness(0) saturate(100%);
  transition: opacity .2s; object-fit: contain;
}
.nav-logo:hover img,
.nav-logo:hover .custom-logo { opacity: .72; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo-link img { height: 30px; width: auto; max-width: 140px; }

.nav-menu { display: flex; gap: 26px; flex: 1; justify-content: center; }
.nav-menu li a {
  font-family: var(--C); font-size: 12px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink2); transition: color .2s;
  position: relative;
}
.nav-menu li a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px;
  background: var(--gold); transition: width .3s var(--ease);
}
.nav-menu li a:hover { color: var(--forest); }
.nav-menu li a:hover::after { width: 100%; }
.nav-menu li.current-menu-item a { color: var(--forest); }
.nav-menu li.current-menu-item a::after { width: 100%; }

.nav-cta-btn {
  font-family: var(--C); font-size: 11px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  background: var(--gold); color: var(--white);
  padding: 10px 20px; border: none; border-radius: 5px;
  cursor: pointer; white-space: nowrap;
  transition: background .2s, transform .15s var(--ease), box-shadow .2s;
  min-height: 44px; display: inline-flex; align-items: center;
  box-shadow: 0 2px 12px var(--gold-glow);
}
.nav-cta-btn:hover {
  background: #b38a3d; transform: translateY(-1px);
  box-shadow: 0 6px 20px var(--gold-glow);
}

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; justify-content: center;
  gap: 5px; width: 32px; height: 32px; padding: 4px;
}
.hamburger span {
  display: block; width: 22px; height: 1.5px; background: var(--ink);
  border-radius: 2px; transition: transform .3s var(--ease), opacity .3s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile drawer */
#nav-drawer {
  display: none; position: fixed; inset: 0; top: 68px; z-index: 200;
  background: var(--white); border-top: 1px solid var(--rule);
  padding: 40px var(--pad); flex-direction: column;
  animation: drawerIn .35s var(--ease) both;
}
#nav-drawer.open { display: flex; }
@keyframes drawerIn { from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)} }
#nav-drawer a {
  font-family: var(--D); font-size: 48px; letter-spacing: .06em;
  color: var(--ink); padding: 14px 0;
  border-bottom: 1px solid var(--rule); display: block; line-height: 1;
  transition: color .2s;
}
#nav-drawer a:hover { color: var(--forest); }
#nav-drawer .drawer-cta {
  margin-top: 28px; background: var(--gold); color: var(--white);
  padding: 18px; border-radius: 6px;
  font-family: var(--C); font-size: 14px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  display: block; width: 100%; text-align: center;
  box-shadow: 0 4px 16px var(--gold-glow);
}

/* ══════════════════════════════════════════
   HERO SECTION — Video BG + Form
══════════════════════════════════════════ */
.hero-section {
  background: var(--forest-d);
  min-height: 92vh;
  position: relative;
  overflow: hidden;
}
.hero-video-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .3;
}
#hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(108deg, rgba(5,12,7,.94) 0%, rgba(28,74,48,.68) 48%, rgba(13,43,30,.15) 100%);
}
.hero-grid {
  position: relative; z-index: 2;
  max-width: var(--max); margin: 0 auto; padding: 0 var(--pad);
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 92vh; align-items: center;
}

/* HERO LEFT — Copy */
.hero-copy {
  padding: 72px 0 64px;
  display: flex; flex-direction: column; justify-content: center;
}
.hero-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.hero-ey-line  { width: 24px; height: 1px; background: var(--gold); flex-shrink: 0; }
.hero-ey-txt   {
  font-family: var(--C); font-size: 11px; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold);
}

.hero-h1 {
  font-family: var(--D);
  font-size: clamp(54px, 8vw, 110px);
  line-height: .88; letter-spacing: .02em; text-transform: uppercase;
  color: var(--white); margin-bottom: 6px;
}
.hero-outline { -webkit-text-stroke: 1.5px rgba(255,255,255,.2); color: transparent; }
.hero-lime    { color: var(--gold); }

/* Social proof pill */
.hero-proof {
  display: flex; align-items: center; gap: 12px;
  margin: 20px 0 22px;
  padding: 12px 18px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(var(--glass-blur)); -webkit-backdrop-filter: blur(var(--glass-blur));
  border-radius: 10px;
  width: fit-content;
}
.stars-row { display: flex; gap: 2px; }
.proof-sep  { width: 1px; height: 14px; background: rgba(255,255,255,.15); flex-shrink: 0; }
.proof-txt  { font-family: var(--C); font-size: 12px; font-weight: 500; letter-spacing: .06em; color: rgba(255,255,255,.6); }

.hero-desc {
  font-family: var(--B); font-size: 16px; font-weight: 300;
  color: rgba(255,255,255,.6); line-height: 1.75;
  margin-bottom: 28px; max-width: 460px;
}
.hero-desc strong { color: rgba(255,255,255,.88); font-weight: 400; }

/* Mini stats */
.hero-mini-stats { display: flex; gap: 14px; margin-bottom: 32px; flex-wrap: wrap; }
.ms {
  padding: 14px 18px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border-radius: 8px; flex: 1; min-width: 90px;
}
.ms-n { font-family: var(--D); font-size: 30px; line-height: 1; color: var(--gold); letter-spacing: .02em; }
.ms-l { font-family: var(--B); font-size: 10px; font-weight: 300; color: rgba(255,255,255,.4); margin-top: 4px; line-height: 1.4; }

.hero-wa {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--B); font-size: 13px; font-weight: 300;
  color: rgba(255,255,255,.4); text-decoration: none;
  transition: color .2s;
}
.hero-wa:hover { color: rgba(255,255,255,.72); }

/* HERO RIGHT — Glassmorphism Form */
.hero-form-col {
  padding: 40px 0 40px 24px;
  display: flex; align-items: center; justify-content: center;
}
.hero-form-col > .form-card {
  width: 100%; max-width: 432px;
}

/* ── TRUST BAR — Platform logos ── */
.trust-bar {
  background: var(--off); border-bottom: 1px solid var(--rule);
  padding: 22px 0;
}
.trust-bar-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 var(--pad);
  display: flex; align-items: center; gap: 26px;
  justify-content: center;
}
.trust-bar-lbl {
  font-family: var(--C); font-size: 10px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink3); white-space: nowrap;
}
.trust-bar-sep { width: 1px; height: 16px; background: var(--rule); flex-shrink: 0; }
.trust-logos { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.trust-logo {
  font-family: var(--C); font-size: 14px; font-weight: 600;
  letter-spacing: .04em; color: var(--ink3);
  opacity: .5; transition: opacity .3s;
}
.trust-logo:hover { opacity: .85; }
.trust-logo img { height: 22px; width: auto; filter: grayscale(1); opacity: .5; transition: opacity .3s; }
.trust-logo:hover img { opacity: .85; }

/* ── PLATFORMS BAR ── */
.plat-bar { background: var(--off); border-bottom: 1px solid var(--rule); }
.plat-inner {
  max-width: var(--max); margin: 0 auto; padding: 18px var(--pad);
  display: flex; align-items: center; gap: 22px;
}
.plat-lbl {
  font-family: var(--C); font-size: 10px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--ink3); white-space: nowrap;
}
.plat-sep { width: 1px; height: 14px; background: var(--rule); flex-shrink: 0; }
.plat-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.plat-chip {
  font-family: var(--C); font-size: 11px; font-weight: 500;
  letter-spacing: .06em; color: var(--ink2);
  border: 1px solid var(--rule); padding: 6px 14px;
  border-radius: 5px; background: var(--white);
  transition: border-color .2s, color .2s;
}
.plat-chip:hover { border-color: var(--gold); color: var(--forest); }

/* ── STATS ROW ── */
.stats-row { background: var(--white); border-bottom: 1px solid var(--rule); }
.stats-inner {
  max-width: var(--max); margin: 0 auto; padding: 56px var(--pad);
  display: grid; grid-template-columns: repeat(3,1fr);
}
.stat { padding-right: 44px; margin-right: 44px; border-right: 1px solid var(--rule); }
.stat:last-child { border-right: none; padding-right: 0; margin-right: 0; }
.stat-n {
  font-family: var(--D); font-size: 68px; line-height: .88;
  letter-spacing: .01em; color: var(--forest); margin-bottom: 8px;
}
.stat-n sup {
  font-family: var(--C); font-size: .42em; font-weight: 500;
  color: var(--gold); vertical-align: super;
}
.stat-l { font-family: var(--B); font-size: 13px; font-weight: 300; color: var(--ink2); line-height: 1.65; }

/* ── PRICING CARD ── */
.pricing-card {
  background: var(--white); border: 1px solid var(--rule);
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,.06);
}
.pricing-head {
  background: linear-gradient(135deg, var(--forest), var(--forest-d));
  padding: 32px 32px 24px;
  position: relative; overflow: hidden;
}
.pricing-head::after {
  content: ''; position: absolute; top: -20px; right: -20px;
  width: 120px; height: 120px;
  background: radial-gradient(circle, var(--gold-glow), transparent 70%);
  pointer-events: none;
}
.price-big { font-family: var(--D); font-size: 76px; line-height: .88; color: var(--white); letter-spacing: .01em; }
.price-big span { font-family: var(--C); font-size: 26px; font-weight: 400; }
.price-unit { font-family: var(--B); font-size: 13px; font-weight: 300; color: rgba(255,255,255,.46); margin-top: 6px; }
.price-badge {
  display: inline-block; margin-top: 14px;
  font-family: var(--C); font-size: 9px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold); border: 1px solid rgba(193,155,78,.4);
  padding: 5px 12px; border-radius: 5px;
}
.pricing-body { padding: 26px 30px; }
.price-item {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 0; border-bottom: 1px solid var(--rule);
  font-family: var(--B); font-size: 13px; font-weight: 300; color: var(--ink2);
}
.price-item:last-child { border-bottom: none; }
.price-check {
  width: 18px; height: 18px; border-radius: 50%;
  background: #e8f5e8; border: 1px solid var(--rule2);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.price-check svg { width: 8px; height: 8px; stroke: var(--forest); stroke-width: 2.5; fill: none; }

/* ── TESTIMONIAL CARDS ── */
.tc {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(var(--glass-blur)); -webkit-backdrop-filter: blur(var(--glass-blur));
  border-radius: 14px; overflow: hidden;
  transition: background .3s, border-color .3s;
}
.tc:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.18); }
.tc-photo-lbl {
  position: absolute; bottom: 10px; left: 14px; z-index: 2;
  font-family: var(--C); font-size: 9px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.5);
}
.tc-body { padding: 20px 20px 24px; }
.tc-stars { display: flex; gap: 3px; margin-bottom: 10px; }
.tc-star { width: 10px; height: 10px; fill: var(--gold); }
.tc-q { font-family: var(--B); font-size: 13px; font-weight: 300; font-style: italic; color: rgba(255,255,255,.75); line-height: 1.7; margin-bottom: 14px; }
.tc-name { font-family: var(--C); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.48); }
.tc-role { font-family: var(--B); font-size: 10px; font-weight: 300; color: rgba(255,255,255,.25); margin-top: 2px; }
.tc-city { font-family: var(--C); font-size: 9px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-top: 4px; display: block; }

/* ── FAQ ── */
.faq-item { border-top: 1px solid var(--rule); }
.faq-item:last-child { border-bottom: 1px solid var(--rule); }
.faq-question {
  width: 100%; background: none; border: none; cursor: pointer;
  padding: 18px 0; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  font-family: var(--B); font-size: 14px; font-weight: 400; color: var(--ink);
  transition: color .2s;
}
.faq-question:hover { color: var(--forest); }
.faq-icon {
  width: 20px; height: 20px; flex-shrink: 0;
  border: 1px solid var(--rule2); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background .25s, border-color .25s;
}
.faq-icon svg {
  width: 9px; height: 9px; stroke: var(--ink2); stroke-width: 2; fill: none;
  transition: transform .3s var(--ease), stroke .2s;
}
.faq-item.open .faq-icon { background: var(--gold); border-color: var(--gold); }
.faq-item.open .faq-icon svg { stroke: var(--white); transform: rotate(45deg); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height .4s var(--ease), padding .3s;
  font-family: var(--B); font-size: 13px; font-weight: 300;
  color: var(--ink2); line-height: 1.78; max-width: 600px;
}
.faq-item.open .faq-answer {
  max-height: 300px;
  padding-bottom: 18px;
}

/* ══════════════════════════════════════════
   GLASSMORPHISM FORM CARD
══════════════════════════════════════════ */
.form-card {
  background: rgba(255,255,255,.97);
  border-radius: 18px; overflow: hidden;
  box-shadow:
    0 32px 80px rgba(0,0,0,.35),
    0 0 0 1px rgba(255,255,255,.1),
    inset 0 1px 0 rgba(255,255,255,.15);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
}
.form-top {
  background: linear-gradient(135deg, var(--forest-dd), var(--forest-d));
  padding: 28px 28px 20px;
  position: relative; overflow: hidden;
}
.form-top::before {
  content: ''; position: absolute; top: -28px; right: -28px;
  width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(193,155,78,.2), transparent 70%);
  pointer-events: none;
}
.form-title {
  font-family: var(--D); font-size: 26px; letter-spacing: .06em;
  text-transform: uppercase; color: var(--white);
  line-height: 1; margin-top: 10px;
}
.form-sub { font-family: var(--B); font-size: 11px; font-weight: 300; color: rgba(255,255,255,.4); margin-top: 5px; }
.form-progress { height: 2px; background: rgba(0,0,0,.06); }
.form-bar { height: 100%; background: var(--gold); width: 0%; transition: width .5s var(--ease); }
.form-body {
  padding: 22px 24px 24px; min-height: 250px;
  display: flex; flex-direction: column;
}
.form-step-n {
  font-family: var(--C); font-size: 9px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--ink3); margin-bottom: 10px;
}
.form-q {
  font-family: var(--D); font-size: 20px; letter-spacing: .04em;
  text-transform: uppercase; color: var(--ink); line-height: 1.05; margin-bottom: 16px;
}
.form-opts { display: flex; flex-direction: column; gap: 7px; flex: 1; }
.form-opt {
  background: var(--off); border: 1px solid var(--rule);
  color: var(--ink); padding: 11px 14px; border-radius: 8px;
  font-family: var(--B); font-size: 13px; font-weight: 300;
  cursor: pointer; text-align: left; width: 100%;
  transition: border-color .2s, background .2s, transform .15s var(--ease);
}
.form-opt:hover { border-color: var(--gold); background: rgba(193,155,78,.06); transform: translateX(4px); }
.form-opt.selected { border-color: var(--gold); background: var(--gold); color: var(--white); }
.form-input-wrap { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.form-input {
  background: var(--off); border: 1px solid var(--rule);
  color: var(--ink); padding: 13px 16px; border-radius: 8px;
  font-family: var(--B); font-size: 14px; font-weight: 300;
  outline: none; width: 100%;
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.form-input::placeholder { color: var(--ink3); }
.form-input:focus {
  border-color: var(--gold); background: var(--white);
  box-shadow: 0 0 0 3px var(--gold-glow);
}
.form-hint { font-family: var(--B); font-size: 11px; font-weight: 300; color: var(--ink3); }
.form-actions { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; }
.form-next {
  background: var(--gold); color: var(--white); border: none;
  cursor: pointer; width: 100%; padding: 15px; border-radius: 8px;
  font-family: var(--C); font-size: 13px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: background .2s, transform .15s var(--ease), box-shadow .2s;
  box-shadow: 0 4px 16px var(--gold-glow);
}
.form-next:hover {
  background: #b38a3d; transform: translateY(-1px);
  box-shadow: 0 8px 24px var(--gold-glow);
}
.form-next svg { width: 12px; height: 12px; flex-shrink: 0; }
.form-back {
  background: none; border: none; cursor: pointer;
  font-family: var(--C); font-size: 10px; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ink3);
  transition: color .2s;
}
.form-back:hover { color: var(--ink2); }
.form-trust {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 24px 13px;
  font-family: var(--B); font-size: 11px; font-weight: 300; color: var(--ink3);
  border-top: 1px solid var(--rule); background: var(--off);
}
.form-trust svg {
  width: 11px; height: 11px; stroke: var(--ink3);
  stroke-width: 1.5; fill: none; flex-shrink: 0;
}
.form-done {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; padding: 10px 0;
}
.form-done-ico {
  width: 48px; height: 48px; background: #e8f5e8;
  border: 1px solid var(--forest); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.form-done-ico svg { width: 18px; height: 18px; stroke: var(--forest); stroke-width: 2; fill: none; }
.form-done-title { font-family: var(--D); font-size: 28px; letter-spacing: .06em; color: var(--ink); margin-bottom: 9px; }
.form-done-sub { font-family: var(--B); font-size: 13px; font-weight: 300; color: var(--ink2); line-height: 1.65; margin-bottom: 18px; max-width: 240px; }
.form-done-wa {
  background: var(--forest); color: var(--white);
  padding: 12px 24px; border-radius: 8px;
  font-family: var(--C); font-size: 11px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 7px;
  transition: background .2s;
}
.form-done-wa:hover { background: var(--forest-dd); }

/* ── MODAL ── */
#hospeo-modal {
  display: none; position: fixed; inset: 0; z-index: 9000;
  background: rgba(8,18,11,.75);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  align-items: center; justify-content: center; padding: 20px;
}
#hospeo-modal.open { display: flex; }
.modal-box {
  background: var(--white); border-radius: 14px;
  width: 100%; max-width: 440px; overflow: hidden;
  animation: modalUp .45s var(--ease) both;
  position: relative;
}
@keyframes modalUp { from{opacity:0;transform:translateY(28px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)} }
.modal-close {
  position: absolute; top: 14px; right: 14px; z-index: 10;
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.18);
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.modal-close:hover { background: rgba(255,255,255,.25); }
.modal-close svg { width: 9px; height: 9px; stroke: var(--white); stroke-width: 2; fill: none; }

/* ══════════════════════════════════════════
   FLOATING MOBILE CTAs — WhatsApp + Call
══════════════════════════════════════════ */
.mobile-float-ctas {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 500;
  background: var(--white);
  border-top: 1px solid var(--rule);
  padding: 10px var(--pad) calc(10px + env(safe-area-inset-bottom, 0px));
  gap: 10px;
}
.mobile-float-ctas a {
  flex: 1; display: flex; align-items: center; justify-content: center;
  gap: 7px; padding: 14px 12px; border-radius: 8px;
  font-family: var(--C); font-size: 12px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  text-decoration: none;
  min-height: 48px;
}
.float-wa {
  background: #25D366; color: var(--white);
  box-shadow: 0 4px 16px rgba(37,211,102,.25);
}
.float-call {
  background: var(--gold); color: var(--white);
  box-shadow: 0 4px 16px var(--gold-glow);
}
.mobile-float-ctas svg { width: 16px; height: 16px; fill: currentColor; flex-shrink: 0; }

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
#hospeo-footer { background: var(--ink); }
.footer-grid {
  max-width: var(--max); margin: 0 auto; padding: 56px var(--pad) 40px;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer-logo { display: flex; align-items: center; text-decoration: none; margin-bottom: 14px; }
.footer-logo img { height: 28px; width: auto; filter: brightness(0) invert(1); opacity: .7; }
.footer-tagline { font-family: var(--B); font-size: 13px; font-weight: 300; color: rgba(255,255,255,.28); line-height: 1.68; }
.footer-col h4 { font-family: var(--C); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.22); margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 9px; }
.footer-col li a { font-family: var(--B); font-size: 13px; font-weight: 300; color: rgba(255,255,255,.38); transition: color .2s; }
.footer-col li a:hover { color: rgba(255,255,255,.82); }
.footer-contact-item { font-family: var(--B); font-size: 12px; font-weight: 300; color: rgba(255,255,255,.34); margin-bottom: 7px; }
.footer-contact-item a { color: rgba(255,255,255,.44); transition: color .2s; }
.footer-contact-item a:hover { color: rgba(255,255,255,.82); }
.footer-bottom {
  max-width: var(--max); margin: 0 auto; padding: 20px var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.footer-copy { font-family: var(--B); font-size: 12px; font-weight: 300; color: rgba(255,255,255,.18); }
.footer-legal { display: flex; gap: 18px; }
.footer-legal a { font-family: var(--B); font-size: 12px; font-weight: 300; color: rgba(255,255,255,.18); transition: color .2s; }
.footer-legal a:hover { color: rgba(255,255,255,.48); }

/* ══════════════════════════════════════════
   BLOG
══════════════════════════════════════════ */
.blog-hero { background: linear-gradient(160deg, var(--forest), var(--forest-d)); padding: 80px 0 0; }
.blog-hero h1 {
  font-family: var(--D); font-size: clamp(44px, 6vw, 82px);
  letter-spacing: .02em; text-transform: uppercase;
  color: var(--white); margin-top: 14px; max-width: 720px;
}
.blog-hero p { font-family: var(--B); font-size: 16px; font-weight: 300; color: rgba(255,255,255,.58); margin-top: 14px; max-width: 500px; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.blog-card {
  background: var(--white); border: 1px solid var(--rule);
  border-radius: 14px; overflow: hidden;
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s;
}
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 20px 52px rgba(0,0,0,.09); }
.blog-card-img { width: 100%; aspect-ratio: 16/9; background: var(--forest-dd); overflow: hidden; flex-shrink: 0; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.blog-cat { font-family: var(--C); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 9px; display: block; }
.blog-card h3 { font-family: var(--C); font-size: 19px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; color: var(--ink); margin-bottom: 9px; line-height: 1.15; }
.blog-card p { font-family: var(--B); font-size: 13px; font-weight: 300; color: var(--ink2); line-height: 1.7; flex: 1; }
.blog-meta { display: flex; align-items: center; gap: 10px; margin-top: 14px; font-family: var(--B); font-size: 12px; font-weight: 300; color: var(--ink3); }
.cat-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 36px; }
.cat-pill { font-family: var(--C); font-size: 11px; font-weight: 500; letter-spacing: .06em; color: var(--ink2); border: 1px solid var(--rule); padding: 6px 16px; border-radius: 5px; text-decoration: none; transition: border-color .2s, color .2s, background .2s; }
.cat-pill:hover, .cat-pill.active { border-color: var(--gold); color: var(--forest); background: rgba(193,155,78,.06); }

/* Article content */
.article-hero-section { background: var(--off); padding: 72px 0 0; border-bottom: 1px solid var(--rule); }
.article-hero-inner { max-width: 760px; margin: 0 auto; padding: 0 var(--pad) 48px; }
.article-content { max-width: 760px; margin: 0 auto; padding: 56px var(--pad) 80px; }
.article-content p { font-family: var(--B); font-size: 17px; font-weight: 300; color: var(--ink2); line-height: 1.88; margin-bottom: 22px; }
.article-content h2 { font-family: var(--D); font-size: 28px; font-weight: 400; letter-spacing: .02em; text-transform: uppercase; color: var(--ink); margin: 44px 0 16px; }
.article-content h3 { font-family: var(--C); font-size: 20px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--ink); margin: 34px 0 12px; }
.article-content ul, .article-content ol { font-family: var(--B); font-size: 16px; font-weight: 300; color: var(--ink2); line-height: 1.8; margin: 0 0 22px 24px; list-style: disc; }
.article-content ol { list-style: decimal; }
.article-content li { margin-bottom: 7px; }
.article-content strong { font-weight: 500; color: var(--ink); }
.article-content a { color: var(--forest); text-decoration: underline; text-underline-offset: 3px; }
.article-content blockquote { border-left: 3px solid var(--gold); padding: 18px 24px; background: var(--off); margin: 28px 0; font-family: var(--C); font-size: 20px; font-style: italic; color: var(--ink); font-weight: 400; line-height: 1.55; border-radius: 0 8px 8px 0; }
.article-cta { background: linear-gradient(135deg, var(--off), var(--paper)); border: 1px solid var(--rule); border-radius: 14px; padding: 40px; margin: 44px 0; text-align: center; }
.article-cta h3 { font-family: var(--D); font-size: 28px; letter-spacing: .04em; text-transform: uppercase; color: var(--ink); margin-bottom: 10px; }
.article-cta p { font-family: var(--B); font-size: 15px; font-weight: 300; color: var(--ink2); line-height: 1.7; margin-bottom: 22px; }
.article-meta-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; font-family: var(--B); font-size: 13px; font-weight: 300; color: var(--ink3); margin-top: 18px; }
.article-meta-sep { width: 3px; height: 3px; background: var(--rule2); border-radius: 50%; flex-shrink: 0; }
.article-featured-img { border-radius: 0 0 14px 14px; overflow: hidden; }

/* Author box */
.author-box {
  display: flex; gap: 20px; align-items: center;
  padding: 24px; border: 1px solid var(--rule); border-radius: 14px;
  background: var(--off);
}
.author-avatar {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--forest); display: flex; align-items: center;
  justify-content: center; flex-shrink: 0; overflow: hidden;
}
.author-name { font-family: var(--C); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); margin-bottom: 3px; }
.author-bio { font-family: var(--B); font-size: 12px; font-weight: 300; color: var(--ink2); line-height: 1.65; }

/* Related section */
.related-section { padding: var(--section-pad) 0; background: var(--off); }
.related-section h2 { font-family: var(--D); font-size: 34px; letter-spacing: .02em; text-transform: uppercase; color: var(--ink); margin-bottom: 32px; }

/* Breadcrumb */
.breadcrumb { display: flex; align-items: center; gap: 8px; font-family: var(--B); font-size: 12px; font-weight: 300; color: var(--ink3); margin-bottom: 18px; flex-wrap: wrap; }
.breadcrumb a { color: var(--ink3); transition: color .2s; }
.breadcrumb a:hover { color: var(--forest); }
.breadcrumb-sep { font-size: 10px; color: var(--rule2); }
.breadcrumb-current { color: var(--ink2); }

/* ══════════════════════════════════════════
   CITY HUB TEMPLATE
══════════════════════════════════════════ */
.city-hero {
  background: var(--forest-d); position: relative; overflow: hidden;
  padding: 100px 0 80px;
}
.city-hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(160deg, var(--forest), var(--forest-d));
  opacity: .9;
}
.city-hero .wrap { position: relative; z-index: 2; }
.city-stats-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 16px;
  margin-top: 40px;
}
.city-stat {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(var(--glass-blur)); -webkit-backdrop-filter: blur(var(--glass-blur));
  border-radius: 10px; padding: 20px;
  text-align: center;
}
.city-stat-n { font-family: var(--D); font-size: 36px; color: var(--gold); line-height: .9; }
.city-stat-l { font-family: var(--B); font-size: 11px; font-weight: 300; color: rgba(255,255,255,.45); margin-top: 6px; }
.city-neighborhoods {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 20px;
  margin-top: 40px;
}
.neighborhood-card {
  background: var(--white); border: 1px solid var(--rule);
  border-radius: 14px; padding: 28px;
  transition: transform .4s var(--ease), box-shadow .4s;
}
.neighborhood-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 44px rgba(0,0,0,.08);
}
.neighborhood-card h3 {
  font-family: var(--C); font-size: 18px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--ink); margin-bottom: 8px;
}
.neighborhood-card p { font-family: var(--B); font-size: 13px; font-weight: 300; color: var(--ink2); line-height: 1.72; }

/* ══════════════════════════════════════════
   LAYOUT GRIDS — Pricing, FAQ, About, etc.
══════════════════════════════════════════ */
.pricing-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 44px; align-items: start;
}
.faq-grid {
  display: grid; grid-template-columns: 280px 1fr;
  gap: 60px;
}
.faq-sidebar { min-width: 0; }
.faq-list { min-width: 0; overflow: hidden; }
.about-grid, .contact-grid, .services-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: start;
}
/* How-to steps */
.how-steps {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 0; margin-top: 52px;
}
.how-step {
  padding-right: 28px; margin-right: 28px;
  border-right: 1px solid var(--rule);
}
.how-step.last { border-right: none; padding-right: 0; margin-right: 0; }
.how-n {
  font-family: var(--D); font-size: 52px; line-height: .9;
  color: rgba(13,43,30,.07); margin-bottom: 13px;
}
.how-step h3 {
  font-family: var(--C); font-size: 13px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink); margin-bottom: 7px;
}
.how-step p {
  font-family: var(--B); font-size: 13px; font-weight: 300;
  color: var(--ink2); line-height: 1.72;
}
/* Why section header + cards */
.why-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 40px; margin-bottom: 48px;
}
.why-note {
  font-family: var(--B); font-size: 14px; font-weight: 300;
  color: var(--ink2); max-width: 270px; text-align: right; line-height: 1.72;
}
.why-card-title {
  font-family: var(--C); font-size: 20px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--ink); margin-bottom: 9px; line-height: 1.1;
}
.why-card-text {
  font-family: var(--B); font-size: 13px; font-weight: 300;
  color: var(--ink2); line-height: 1.78;
}

/* ══════════════════════════════════════════
   RESPONSIVE — Mobile-First Overrides
══════════════════════════════════════════ */

/* TABLET (769–1024) */
@media (max-width: 1024px) and (min-width: 769px) {
  .nav-menu { gap: 14px; }
  .nav-menu li a { font-size: 10px; letter-spacing: .1em; }
  .nav-cta-btn { font-size: 10px; padding: 8px 14px; }
  .hero-grid { grid-template-columns: 1.15fr 1fr; }
  .hero-form-col { padding: 40px 0 40px 10px; }
  .hero-form-col > .form-card { max-width: 370px; }
  .hero-h1 { font-size: clamp(46px, 7vw, 72px); }
  .hero-desc { font-size: 14px; max-width: 380px; }
  .hero-mini-stats { gap: 10px; }
  .ms { padding: 10px 12px; min-width: 80px; }
  .ms-n { font-size: 24px; }
  .grid-4, .city-stats-grid { grid-template-columns: repeat(2,1fr); }
  .faq-grid { grid-template-columns: 240px 1fr; gap: 40px; }
  .how-steps { grid-template-columns: repeat(2,1fr); gap: 24px; }
  .how-step { border-right: none; padding-right: 0; margin-right: 0; }
  .how-step:nth-child(odd) { border-right: 1px solid var(--rule); padding-right: 24px; margin-right: 24px; }
}

/* MOBILE (≤768) */
@media (max-width: 768px) {
  .nav-menu { display: none; }
  .hamburger { display: flex; }

  /* Mobile floating CTAs */
  .mobile-float-ctas { display: flex; }
  #hospeo-footer { padding-bottom: 72px; }

  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 56px 0 28px; }
  .hero-form-col { padding: 0 0 48px; }
  .hero-form-col > .form-card { max-width: 100%; }
  .hero-h1 { font-size: clamp(44px, 12vw, 72px); }
  .hero-mini-stats { flex-wrap: wrap; }
  .ms { min-width: calc(50% - 8px); }
  .hero-proof { padding: 10px 12px; gap: 8px; }

  .stats-inner { grid-template-columns: 1fr; gap: 0; }
  .stat { border-right: none; border-bottom: 1px solid var(--rule); padding: 22px 0; margin-right: 0; }
  .stat:last-child { border-bottom: none; }

  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; gap: 28px; }
  .faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .about-grid, .contact-grid, .services-grid { grid-template-columns: 1fr; gap: 32px; }
  .how-steps { grid-template-columns: 1fr; gap: 20px; }
  .how-step { border-right: none !important; padding-right: 0 !important; margin-right: 0 !important; }
  .why-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .why-note { text-align: left; max-width: 100%; }
  .blog-grid { grid-template-columns: 1fr; }
  .city-stats-grid { grid-template-columns: 1fr 1fr; }
  .city-neighborhoods { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .plat-inner { flex-wrap: wrap; }

  .trust-bar-inner { flex-wrap: wrap; justify-content: center; gap: 14px; }
  .trust-logos { gap: 16px; justify-content: center; }

  .display-xl { font-size: clamp(48px, 12vw, 76px); }
  .razor-h2 { font-size: clamp(34px, 8vw, 54px); }

  /* Touch targets */
  .btn, .nav-cta-btn, .form-opt, .form-next, .form-back, .faq-question { min-height: 44px; }
  .nav-cta-btn { font-size: 9px; padding: 8px 12px; letter-spacing: .1em; }
  .nav-logo img, .nav-logo .custom-logo,
  .custom-logo-link img { height: 24px; max-width: 110px; }
  .nav-inner { height: 56px; gap: 8px; }
  .form-opt { padding: 14px 16px; }
  .faq-question { padding: 20px 0; }
  #nav-drawer a { padding: 16px 0; font-size: 40px; }
  #nav-drawer .drawer-cta { min-height: 52px; }
}

@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .city-stats-grid { grid-template-columns: 1fr; }
}

/* ── WP CORE OVERRIDES ── */
.wp-block-image { margin: 0; }
.aligncenter { text-align: center; }
.alignleft { float: left; margin-right: 24px; }
.alignright { float: right; margin-left: 24px; }
p.has-text-align-center { text-align: center; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* ── REDUCED MOTION ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .rv { opacity: 1; transform: none; }
  .canvas-box canvas { display: none; }
}

/* GPU-promote animated elements */
.rv, .card, .card-off, .blog-card, .tc, .neighborhood-card { will-change: transform, opacity; }

/* Admin bar lead count badge */
.hospeo-lead-count {
  display: inline-block; background: #d63638; color: #fff;
  font-size: 10px; line-height: 1; padding: 2px 6px;
  border-radius: 10px; margin-left: 4px; vertical-align: middle;
}
