/*
Theme Name: Vive Venezuela
Theme URI: http://localhost:8050
Author: FlowCode AI
Description: Landing de proyecto único para Condominio Vive Venezuela — Townhouse en La Florida. Ocho casas mediterráneas, preventa en verde.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: vive-venezuela
*/

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --navy:     #0e1f33;
  --navy-2:   #13283f;
  --navy-3:   #0a1726;
  --ink:      #16202b;
  --gold:     #c8a35a;
  --gold-2:   #d8b66a;
  --gold-soft:#e7d3a6;
  --ivory:    #f7f2e9;
  --cream:    #fbf8f1;
  --stone:    #ece4d6;
  --line:     #e2d8c6;
  --muted:    #5d6873;
  --white:    #ffffff;
  --serif:    "Playfair Display", Georgia, "Times New Roman", serif;
  --sans:     "Inter", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --wrap:     1180px;
  --r:        18px;
  --sh:       0 24px 60px -28px rgba(14,31,51,.45);
  --ease:     cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--serif); font-weight: 400; line-height: 1.08; margin: 0; letter-spacing: -.01em; }
p { margin: 0 0 1em; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  font-family: var(--sans);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: .7em;
}
.eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--gold); display: inline-block; }
.section { padding: clamp(64px,9vw,128px) 0; }
.lead { font-size: clamp(1.05rem,1.6vw,1.22rem); color: var(--muted); max-width: 62ch; }

/* Botones */
.btn {
  display: inline-flex; align-items: center; gap: .6em;
  font-family: var(--sans); font-weight: 600; font-size: .96rem;
  padding: .92em 1.6em; border-radius: 999px;
  transition: .3s var(--ease); cursor: pointer; border: 1px solid transparent; line-height: 1;
}
.btn-wa  { background: #25d366; color: #06351b; }
.btn-wa:hover  { background: #1fbe5b; transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(37,211,102,.6); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-2); transform: translateY(-2px); box-shadow: 0 14px 30px -14px rgba(200,163,90,.65); }
.btn-ghost { border-color: rgba(255,255,255,.45); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-2); transform: translateY(-2px); }
.wa-ico { width: 1.15em; height: 1.15em; fill: currentColor; flex: none; }

/* Reveal */
.vz-reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.vz-reveal.is-in { opacity: 1; transform: none; }
.vz-reveal.d1 { transition-delay: .08s; }
.vz-reveal.d2 { transition-delay: .16s; }
.vz-reveal.d3 { transition-delay: .24s; }
.vz-reveal.d4 { transition-delay: .32s; }

/* ============================================================
   HEADER
   ============================================================ */
.vz-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251,248,241,.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: .3s var(--ease);
}
.vz-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 30px -22px rgba(14,31,51,.5); }
.vz-headin {
  max-width: var(--wrap); margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; gap: 24px;
}
.vz-logo { display: flex; align-items: center; gap: 12px; }
.vz-logo svg { width: 38px; height: 38px; flex: none; }
.vz-logo .lt { line-height: 1.05; }
.vz-logo .lt b { font-family: var(--serif); font-weight: 500; font-size: 1.12rem; display: block; color: var(--navy); letter-spacing: .01em; }
.vz-logo .lt span { font-size: .62rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.vz-nav { margin-left: auto; display: flex; gap: 30px; align-items: center; }
.vz-nav a { font-size: .92rem; font-weight: 500; color: var(--ink); position: relative; padding: 4px 0; }
.vz-nav a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1.5px; background: var(--gold); transition: width .3s var(--ease); }
.vz-nav a:hover::after { width: 100%; }
.vz-header .btn { padding: .7em 1.25em; font-size: .9rem; }
.vz-burger {
  display: none; margin-left: auto;
  width: 46px; height: 46px;
  border: 1px solid var(--line); border-radius: 12px;
  background: #fff; cursor: pointer;
  flex-direction: column; gap: 5px;
  align-items: center; justify-content: center;
}
.vz-burger span { width: 20px; height: 2px; background: var(--navy); border-radius: 2px; transition: .3s; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: clamp(620px,92vh,920px);
  display: flex; align-items: flex-end;
  color: #fff; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); animation: heroZoom 18s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,23,38,.82) 0%, rgba(10,23,38,.48) 45%, rgba(10,23,38,.22) 100%);
}
.hero-in {
  position: relative; z-index: 1;
  max-width: var(--wrap); margin: 0 auto; padding: 0 24px;
  padding-bottom: clamp(54px,7vw,96px);
  width: 100%;
}
.hero h1 {
  font-size: clamp(2.6rem,6vw,4.8rem);
  font-weight: 300; line-height: 1.04;
  margin: .22em 0 .38em;
}
.hero h1 b { font-weight: 400; color: var(--gold-soft); }
.hero .sub {
  font-size: clamp(1rem,1.6vw,1.22rem);
  color: rgba(255,255,255,.86);
  max-width: 56ch; margin-bottom: 2em;
  line-height: 1.7;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: .6em; }
.hero-note { font-size: .82rem; color: rgba(255,255,255,.55); letter-spacing: .04em; }
.scroll-cue {
  position: absolute; right: 28px; bottom: 36px;
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  color: rgba(255,255,255,.5); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
}
.scroll-cue i { width: 4px; height: 8px; background: var(--gold-soft); border-radius: 3px; animation: cue 1.6s infinite; }
@keyframes cue {
  0% { opacity: 0; transform: translateY(-4px); }
  40% { opacity: 1; }
  100% { opacity: 0; transform: translateY(8px); }
}

/* ============================================================
   STATS BAND
   ============================================================ */
.stats { background: var(--navy); color: #fff; position: relative; }
.stats::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% -20%, rgba(200,163,90,.16), transparent 55%);
}
.stats-in {
  position: relative;
  display: grid; grid-template-columns: repeat(5,1fr);
  gap: 10px; max-width: var(--wrap); margin: 0 auto; padding: 46px 24px;
}
.stat { text-align: center; padding: 10px 6px; border-right: 1px solid rgba(255,255,255,.1); }
.stat:last-child { border-right: 0; }
.stat .n { font-family: var(--serif); font-size: clamp(1.7rem,3.4vw,2.7rem); font-weight: 400; color: var(--gold-soft); line-height: 1; }
.stat .n small { font-size: .5em; color: #fff; font-weight: 400; }
.stat .l { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-top: .7em; }

/* ============================================================
   GENERIC SECTIONS
   ============================================================ */
.sec-head { max-width: 720px; margin-bottom: clamp(40px,5vw,64px); }
.sec-head h2 { font-size: clamp(2rem,4.4vw,3.3rem); font-weight: 300; margin: .32em 0 .3em; }
.sec-head h2 em { font-style: italic; color: var(--gold); }
.bg-ivory { background: var(--ivory); }
.bg-navy { background: var(--navy); color: #fff; }
.bg-navy .lead { color: rgba(255,255,255,.72); }
.bg-navy .sec-head h2 em { color: var(--gold-soft); }

/* Intro split */
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(34px,5vw,72px); align-items: center; }
.intro-txt h2 { font-size: clamp(1.9rem,3.8vw,2.9rem); font-weight: 300; margin: .3em 0 .55em; }
.intro-txt h2 em { font-style: italic; color: var(--gold); }
.intro-figure { position: relative; }
.intro-figure img { border-radius: var(--r); box-shadow: var(--sh); aspect-ratio: 4/3; object-fit: cover; }
.intro-badge {
  position: absolute; left: -22px; bottom: -26px;
  background: var(--navy); color: #fff; border-radius: 14px;
  padding: 18px 22px; box-shadow: var(--sh); border: 1px solid rgba(200,163,90,.4);
}
.intro-badge .n { font-family: var(--serif); font-size: 2.1rem; color: var(--gold-soft); line-height: 1; }
.intro-badge .l { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.78); margin-top: .3em; }
.feat-mini { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 1.5em; }
.feat-mini div { display: flex; align-items: center; gap: .55em; font-size: .92rem; font-weight: 500; color: var(--ink); }
.feat-mini svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 1.7; flex: none; }

/* ============================================================
   GALERÍA
   ============================================================ */
.gal { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 198px; gap: 14px; }
.gal a { position: relative; overflow: hidden; border-radius: 14px; cursor: pointer; background: var(--navy); }
.gal a.g-feat { grid-column: span 2; grid-row: span 2; }
.gal a.g-wide { grid-column: span 4; grid-row: span 2; }
.gal img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.gal a:hover img { transform: scale(1.06); }
.gal .cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 16px 14px;
  color: #fff; font-size: .9rem; font-weight: 600; letter-spacing: .01em;
  background: linear-gradient(transparent,rgba(10,23,38,.82));
  opacity: 0; transform: translateY(8px); transition: .35s var(--ease); pointer-events: none;
}
.gal a:hover .cap { opacity: 1; transform: none; }
.gal a::after {
  content: "⤢"; position: absolute; right: 14px; top: 12px; color: #fff; font-size: 1.05rem;
  opacity: 0; transition: .3s; background: rgba(14,31,51,.55);
  width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border-radius: 50%;
}
.gal a:hover::after { opacity: 1; }

/* Lightbox */
#vz-lightbox {
  position: fixed; inset: 0; background: rgba(8,16,26,.96); z-index: 9999;
  display: none; align-items: center; justify-content: center; padding: 28px; cursor: zoom-out;
}
#vz-lightbox.on { display: flex; }
#vz-lightbox img { max-width: 94vw; max-height: 90vh; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.6); }

/* ============================================================
   TIPOLOGÍA / PLANOS
   ============================================================ */
.tipo-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px,4.5vw,60px); align-items: center; }
.plano-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 26px; box-shadow: var(--sh); }
.plano-tabs { display: flex; gap: 8px; margin-bottom: 18px; }
.plano-tab {
  flex: 1; text-align: center; padding: .7em; border-radius: 10px;
  background: var(--ivory); border: 1px solid var(--line);
  font-size: .82rem; font-weight: 600; letter-spacing: .06em; color: var(--muted);
  cursor: pointer; transition: .25s;
}
.plano-tab.on { background: var(--navy); color: #fff; border-color: var(--navy); }
.plano-svg { width: 100%; height: auto; border-radius: 10px; background: #fcfaf5; display: none; }
.plano-svg.on { display: block; }
.plano-note { font-size: .78rem; color: var(--muted); text-align: center; margin-top: 12px; letter-spacing: .04em; }
.spec-list { list-style: none; margin: 0; padding: 0; }
.spec-list li { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.spec-list li:last-child { border-bottom: 0; }
.spec-list .k { display: flex; align-items: center; gap: .7em; font-weight: 500; color: var(--ink); }
.spec-list svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.6; flex: none; }
.spec-list .v { font-family: var(--serif); font-size: 1.25rem; color: var(--navy); }
.price-tag {
  background: var(--navy); color: #fff; border-radius: 14px;
  padding: 20px 24px; margin-top: 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; border: 1px solid rgba(200,163,90,.35);
}
.price-tag .pl { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.price-tag .pv { font-family: var(--serif); font-size: 2rem; color: var(--gold-soft); line-height: 1; }
.price-tag .pv small { font-size: .5em; color: #fff; }

/* ============================================================
   CARACTERÍSTICAS
   ============================================================ */
.feat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.feat {
  background: var(--cream); border: 1px solid var(--line); border-radius: 14px;
  padding: 26px 24px; transition: .35s var(--ease);
}
.bg-navy .feat { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.12); }
.feat:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: var(--sh); }
.feat .ico {
  width: 46px; height: 46px; border-radius: 12px; background: var(--navy);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.feat .ico svg { width: 24px; height: 24px; stroke: var(--gold-soft); fill: none; stroke-width: 1.6; }
.feat h3 { font-size: 1.18rem; font-weight: 500; margin-bottom: .35em; }
.feat p { font-size: .93rem; color: var(--muted); margin: 0; }
.bg-navy .feat p { color: rgba(255,255,255,.66); }
.bg-navy .feat:hover { background: rgba(255,255,255,.07); }

/* ============================================================
   UBICACIÓN
   ============================================================ */
.loc-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(30px,4.5vw,56px); align-items: center; }
.loc-map { border-radius: var(--r); overflow: hidden; box-shadow: var(--sh); border: 1px solid var(--line); aspect-ratio: 4/3; background: var(--stone); }
.loc-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.loc-points { list-style: none; margin: 1.6em 0 0; padding: 0; display: grid; gap: 2px; }
.loc-points li { display: flex; align-items: flex-start; gap: .9em; padding: 13px 0; border-bottom: 1px dashed var(--line); }
.loc-points li:last-child { border-bottom: 0; }
.loc-points .pin { width: 34px; height: 34px; border-radius: 9px; background: var(--ivory); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; flex: none; }
.loc-points svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; stroke-width: 1.7; }
.loc-points b { display: block; font-weight: 600; color: var(--ink); }
.loc-points span { font-size: .88rem; color: var(--muted); }
.addr-pill {
  display: inline-flex; align-items: center; gap: .6em;
  background: var(--navy); color: #fff; padding: .7em 1.2em;
  border-radius: 999px; font-size: .92rem; font-weight: 500; margin-bottom: .4em;
}
.addr-pill svg { width: 18px; height: 18px; stroke: var(--gold-soft); fill: none; stroke-width: 1.8; }

/* ============================================================
   EN VERDE / PROCESO
   ============================================================ */
.verde-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; counter-reset: vstep; }
.verde-card {
  position: relative; padding: 32px 26px 28px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: 16px;
}
.verde-card::before {
  counter-increment: vstep;
  content: "0" counter(vstep);
  font-family: var(--serif); font-size: 2.4rem; color: var(--gold); opacity: .85;
  display: block; margin-bottom: .25em; line-height: 1;
}
.verde-card h3 { font-size: 1.22rem; font-weight: 500; color: #fff; margin-bottom: .4em; }
.verde-card p { font-size: .93rem; color: rgba(255,255,255,.66); margin: 0; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 820px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); padding: 6px 0; }
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 40px 20px 0;
  position: relative; font-family: var(--serif); font-size: 1.18rem; color: var(--navy);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-family: var(--sans); font-size: 1.6rem; color: var(--gold); transition: .3s;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq .a { padding: 0 0 22px; color: var(--muted); font-size: .98rem; max-width: 70ch; }

/* ============================================================
   CTA FINAL + CONTACTO
   ============================================================ */
.cta-final { position: relative; background: var(--navy); color: #fff; text-align: center; overflow: hidden; }
.cta-final::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 120%, rgba(200,163,90,.22), transparent 60%);
}
.cta-final .wrap { position: relative; padding: clamp(70px,10vw,120px) 24px; }
.cta-final h2 { font-size: clamp(2.1rem,4.6vw,3.5rem); font-weight: 300; margin: .3em 0 .35em; }
.cta-final h2 em { font-style: italic; color: var(--gold-soft); }
.cta-final p { color: rgba(255,255,255,.74); max-width: 56ch; margin: 0 auto 2em; }
.cta-final .hero-cta { justify-content: center; }
.cta-personal {
  display: inline-flex; align-items: center; gap: .7em; margin-top: 1.8em;
  font-size: .9rem; color: rgba(255,255,255,.7);
}
.cta-personal .dot { width: 8px; height: 8px; border-radius: 50%; background: #25d366; box-shadow: 0 0 0 4px rgba(37,211,102,.25); }

/* Form */
.lead-form {
  max-width: 560px; margin: 2.4em auto 0;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px; padding: 26px; text-align: left;
}
.lead-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lead-form input,
.lead-form textarea {
  width: 100%; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.2); border-radius: 10px;
  padding: .85em 1em; color: #fff; font-family: var(--sans); font-size: .95rem; margin-bottom: 12px;
}
.lead-form input::placeholder,
.lead-form textarea::placeholder { color: rgba(255,255,255,.5); }
.lead-form input:focus,
.lead-form textarea:focus { outline: none; border-color: var(--gold); }
.lead-form .hp { position: absolute; left: -9999px; }
.lead-form .small { font-size: .78rem; color: rgba(255,255,255,.5); text-align: center; margin: .6em 0 0; }
.lead-ok { background: rgba(37,211,102,.14); border: 1px solid rgba(37,211,102,.4); border-radius: 12px; padding: 14px 18px; color: #bff5d2; text-align: center; margin-bottom: 16px; font-size: .92rem; display: none; }
.lead-ok.show { display: block; }

/* ============================================================
   FOOTER
   ============================================================ */
.vz-footer { background: var(--navy-3); color: rgba(255,255,255,.75); padding: 64px 0 30px; }
.foot-top {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1);
}
.vz-footer .vz-logo .lt b { color: #fff; }
.foot-col h4 {
  font-family: var(--sans); font-size: .78rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 1.1em; font-weight: 600;
}
.foot-col a,
.foot-col p { display: block; font-size: .92rem; color: rgba(255,255,255,.72); margin-bottom: .6em; }
.foot-col a:hover { color: var(--gold-soft); }
.foot-bottom {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding-top: 24px; font-size: .8rem; color: rgba(255,255,255,.5);
}
.foot-disc { max-width: 680px; font-size: .76rem; color: rgba(255,255,255,.4); margin-top: 18px; line-height: 1.6; }

/* WhatsApp flotante */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 80;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 30px -8px rgba(37,211,102,.6);
  animation: waPulse 2.6s infinite;
}
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
@keyframes waPulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
  70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:980px) {
  .vz-nav, .vz-header .btn-wa.desktop { display: none; }
  .vz-burger { display: flex; }
  .vz-header.nav-open .vz-nav {
    display: flex; position: fixed; inset: 72px 0 0;
    background: var(--cream); flex-direction: column; gap: 0;
    padding: 18px 24px; z-index: 55; overflow: auto;
  }
  .vz-header.nav-open .vz-nav a { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; width: 100%; }
  .vz-header.nav-open .vz-nav .btn { margin-top: 18px; justify-content: center; }
  .vz-header.nav-open .vz-nav .btn-wa { display: inline-flex; }
  .intro-grid, .tipo-grid, .loc-grid { grid-template-columns: 1fr; }
  .intro-figure { order: -1; }
  .stats-in { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat { border-bottom: 1px solid rgba(255,255,255,.1); padding: 18px 6px; }
  .feat-grid, .verde-grid { grid-template-columns: 1fr 1fr; }
  .gal { grid-template-columns: repeat(2,1fr); grid-auto-rows: 170px; }
  .gal a.g-feat { grid-column: span 2; grid-row: span 2; }
  .gal a.g-wide { grid-column: span 2; grid-row: span 2; }
  .gal .cap { opacity: 1; transform: none; font-size: .82rem; padding-top: 22px; }
}
@media (max-width:640px) {
  body { font-size: 16px; }
  .feat-grid, .verde-grid, .stats-in { grid-template-columns: 1fr; }
  .stat { border-right: 0; }
  .gal { grid-auto-rows: 140px; }
  .gal a.g-feat { grid-row: span 2; }
  .lead-form .row { grid-template-columns: 1fr; }
  .intro-badge { left: 0; right: 0; margin: 0 auto; width: max-content; }
  .foot-top { grid-template-columns: 1fr; gap: 28px; }
  .hero-note { display: none; }
}
