/* ========== Reset & base ========== */
*,
*::before,
*::after { box-sizing: border-box; }

:root {
  --green-900: #0d4f3c;
  --green-700: #147a5b;
  --green-500: #25c875;
  --green-50:  #ecfdf5;
  --ink-900:   #0f172a;
  --ink-700:   #334155;
  --ink-500:   #64748b;
  --ink-300:   #cbd5e1;
  --ink-100:   #f1f5f9;
  --bg:        #ffffff;
  --bg-alt:    #f7faf8;
  --accent:    #f59e0b;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, .06), 0 1px 3px rgba(15, 23, 42, .08);
  --shadow-md: 0 6px 16px rgba(15, 23, 42, .08), 0 2px 6px rgba(15, 23, 42, .06);
  --shadow-lg: 0 20px 40px rgba(15, 23, 42, .14);
  --radius:    16px;
  --radius-sm: 10px;
  --max:       1140px;
}

html, body { margin: 0; padding: 0; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink-900);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, video, iframe { max-width: 100%; display: block; }

/* Icons: keep SVG icons constrained inside icon containers */
.service-icon svg,
.condition-icon svg,
.saving-icon-svg,
.walkable-icon-svg,
.brand-icon,
.estreno-icon-svg,
.promo-icon-svg { width: 22px; height: 22px; display: block; }
.service-icon, .condition-icon { width: 44px; height: 44px; flex: none; }
.walkable-logo { width: 44px !important; height: 44px !important; flex: none; object-fit: contain; padding: 4px; background: #fff; border: 1px solid var(--ink-100); border-radius: 8px; box-shadow: var(--shadow-sm); }
.walkable-item { align-items: center; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 .5rem;
}
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); margin-bottom: .75rem; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.05rem; }
p  { margin: 0 0 1rem; color: var(--ink-700); }

.container { width: min(100%, var(--max)); margin: 0 auto; padding: 0 1.25rem; }

/* ========== Top bar ========== */
.topbar {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: .75rem 1.25rem;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--ink-100);
}
.brand { display: flex; align-items: center; gap: .6rem; font-weight: 700; }
.brand-mark {
  display: inline-grid; place-items: center;
  width: 36px; height: 36px;
  background: var(--green-900); color: #fff;
  border-radius: 8px;
  line-height: 1;
}
.brand-icon {
  width: 20px; height: 20px;
}
.brand-text { font-size: 1rem; }
.brand-logo { height: 40px; width: auto; display: block; }
@media (max-width: 780px) { .brand-logo { height: 34px; } }
.topnav { display: flex; gap: 1.25rem; }
.topnav a { color: var(--ink-700); font-size: .95rem; }
.topnav a:hover { color: var(--green-700); }
.topcta { display: inline-flex; align-items: center; gap: .45rem; }

@media (max-width: 780px) {
  .topnav { display: none; }
  .brand-text { display: none; }
}

/* ========== Buttons ========== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .7rem 1.1rem;
  border-radius: 999px;
  font-weight: 600; font-size: .95rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-lg { padding: .95rem 1.4rem; font-size: 1.02rem; }
.btn-block { display: flex; width: 100%; }

.btn-primary {
  background: var(--green-700);
  color: #fff;
  box-shadow: 0 6px 14px rgba(20, 122, 91, .32);
}
.btn-primary:hover { background: var(--green-900); }

.btn-secondary {
  background: var(--green-50);
  color: var(--green-900);
  border-color: #c7ecdc;
}
.btn-secondary:hover { background: #d8f5e6; }

.btn-ghost {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border-color: rgba(255, 255, 255, .35);
  backdrop-filter: blur(4px);
}
.btn-ghost:hover { background: rgba(255, 255, 255, .22); }

/* ========== Hero ========== */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex; align-items: center;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(1200px 600px at 20% 30%, rgba(13, 79, 60, .55), transparent 60%),
    linear-gradient(180deg, rgba(15, 23, 42, .35) 0%, rgba(15, 23, 42, .75) 100%);
}
.hero-content {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 6rem 1.25rem 4rem;
}
.badge {
  display: inline-block;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .28);
  padding: .35rem .8rem;
  border-radius: 999px;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hero h1 { color: #fff; max-width: 22ch; }
.hero h1 .accent { color: var(--green-500); }
.hero .lead { color: rgba(255, 255, 255, .9); font-size: 1.15rem; max-width: 56ch; }

.hero-actions {
  display: flex; flex-wrap: wrap; gap: .75rem;
  margin: 1.5rem 0;
}
.hero-bullets {
  list-style: none; padding: 0; margin: 1.25rem 0 0;
  display: flex; flex-wrap: wrap; gap: .5rem .9rem;
  color: rgba(255, 255, 255, .92);
  font-size: .95rem;
}
.hero-bullets li {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  padding: .35rem .8rem;
  border-radius: 999px;
}

/* ========== Estreno strip ========== */
.estreno-strip {
  background: linear-gradient(90deg, #fef3c7 0%, #fde68a 50%, #fef3c7 100%);
  border-top: 1px solid #fcd34d;
  border-bottom: 1px solid #fcd34d;
  padding: .8rem 0;
}
.estreno-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  flex-wrap: wrap;
  text-align: center;
  color: #78350f;
  font-size: .98rem;
}
.estreno-icon {
  font-size: 1.2rem;
  filter: drop-shadow(0 1px 2px rgba(120, 53, 15, .2));
}
.estreno-text strong { color: #78350f; }
@media (max-width: 540px) {
  .estreno-strip-inner { font-size: .88rem; }
}

/* ========== Sections ========== */
.section { padding: 5rem 0; }
.section-alt { background: var(--bg-alt); }
.section-tight { padding: 1rem 0 2rem; margin-top: -2rem; margin-bottom: 0; position: relative; z-index: 1; }
.section h2 { color: var(--ink-900); }
.section-lead {
  font-size: 1.1rem;
  color: var(--ink-500);
  max-width: 60ch;
  margin-bottom: 2.5rem;
}

/* ========== Rooms ========== */
.rooms {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.room-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--ink-100);
  display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.room-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.room-card.featured { border-color: #c7ecdc; }
.room-img {
  aspect-ratio: 4 / 3;
  background: #e6efe9;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}
.room-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s ease, opacity .25s ease;
}
.room-card:hover .room-img img { transform: scale(1.04); }

.room-thumbs {
  display: flex;
  gap: .4rem;
  padding: .6rem .6rem 0;
}
.room-thumb {
  flex: 1 1 0;
  min-width: 0;
  height: 78px;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0;
  background: none;
  cursor: pointer;
  overflow: hidden;
  transition: border-color .15s ease, transform .15s ease;
}
.room-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.room-thumb:hover { transform: translateY(-2px); }
.room-thumb.is-active { border-color: var(--green-500); }
@media (max-width: 480px) {
  .room-thumb { height: 64px; }
}
.img-tag {
  position: absolute; top: 12px; left: 12px;
  background: rgba(15, 23, 42, .75);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: .72rem;
  padding: .3rem .7rem;
  border-radius: 999px;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 2;
}
.room-body { padding: 1.25rem 1.25rem 1.5rem; display: flex; flex-direction: column; gap: .75rem; flex: 1; }
.pill {
  align-self: flex-start;
  background: var(--ink-100);
  color: var(--ink-700);
  padding: .25rem .65rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
}
.pill-accent { background: #fff7e6; color: #b45309; }
.pill-info {
  background: #e0f2fe;
  color: #075985;
  border: 1px solid #bae6fd;
}
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  align-self: flex-start;
}
.pill-row .pill { align-self: auto; }
.pill-reserved { background: #fee2e2; color: #b91c1c; border: 1px solid #fecaca; }
.reserved-overlay {
  position: absolute; inset: 0; z-index: 3;
  display: flex; align-items: center; justify-content: center;
  background: rgba(15, 23, 42, .32);
  pointer-events: none;
}
.reserved-overlay span {
  transform: rotate(-12deg);
  background: rgba(185, 28, 28, .94);
  color: #fff; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase;
  font-size: 1.15rem; padding: .5rem 2.75rem;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 6px; box-shadow: 0 6px 18px rgba(0, 0, 0, .3);
}
.room-card.is-reserved .room-img { pointer-events: none; }
.room-card.is-reserved .room-img img { filter: grayscale(.4) brightness(.94); }
.room-card.is-reserved .room-thumbs { pointer-events: none; opacity: .5; filter: grayscale(.3); }
.reserved-note {
  display: inline-block;
  background: #e9f6ef;
  color: #0d4f3c;
  border: 1px solid #bfe3d0;
  padding: .85rem 1.2rem;
  border-radius: 12px;
  font-weight: 600;
  line-height: 1.45;
  max-width: 560px;
}
.hero-actions .reserved-note,
.cta-actions .reserved-note { color: #0d4f3c; }

/* Formulario lista de espera */
.wl-form { max-width: 640px; margin: 1.25rem auto 0; text-align: left; }
.wl-row { display: flex; gap: .85rem; flex-wrap: wrap; }
.wl-row > label { flex: 1 1 220px; }
.wl-form label {
  display: block;
  margin-bottom: .8rem;
  font-size: .9rem;
  font-weight: 600;
  color: #eef7f1;
}
.wl-form input,
.wl-form select {
  width: 100%;
  margin-top: .3rem;
  padding: .6rem .75rem;
  font: inherit;
  font-weight: 400;
  color: #111;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  box-sizing: border-box;
}
.wl-form input:focus,
.wl-form select:focus {
  outline: none;
  border-color: #0d4f3c;
  box-shadow: 0 0 0 3px rgba(13, 79, 60, .15);
}
.wl-form .btn { margin-top: .4rem; }
.wl-honey { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.wl-status { margin: .75rem 0 0; font-weight: 600; min-height: 1.2em; }
.wl-status.is-ok { color: #0d4f3c; }
.wl-status.is-err { color: #b91c1c; }

/* Botón flotante en modo formulario (con etiqueta) */
.fab-form {
  width: auto;
  height: 56px;
  padding: 0 1.15rem 0 1rem;
  gap: .5rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fab-form .fab-label { font-weight: 700; font-size: .95rem; white-space: nowrap; }
@media (max-width: 520px) {
  .fab-form .fab-label { display: none; }
  .fab-form { width: 56px; padding: 0; }
}
.features { list-style: none; padding: 0; margin: 0; }
.features li {
  position: relative;
  padding: .35rem 0 .35rem 1.5rem;
  color: var(--ink-700);
  font-size: .96rem;
}
.features li::before {
  content: "✓";
  position: absolute; left: 0; top: .35rem;
  color: var(--green-500);
  font-weight: 700;
}
.room-card .btn { margin-top: auto; }

/* ========== Price ========== */
.price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .25rem .5rem;
  padding: .5rem .85rem;
  background: var(--green-50);
  border: 1px solid #c7ecdc;
  border-radius: 12px;
  margin: .25rem 0 .25rem;
}
.price-amount {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--green-900);
  letter-spacing: -.01em;
}
.price-amount-lg { font-size: 2.2rem; }
.price-period {
  color: var(--ink-700);
  font-size: .95rem;
}
.price-note {
  margin-left: auto;
  font-size: .78rem;
  font-weight: 700;
  color: var(--green-700);
  background: #fff;
  border: 1px solid #c7ecdc;
  padding: .15rem .55rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* ========== Whole apartment ========== */
.whole-apt {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 1.5rem;
  align-items: center;
  padding: 1.75rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff 0%, var(--green-50) 100%);
  border: 1px solid #c7ecdc;
  box-shadow: var(--shadow-sm);
}
.whole-apt h3 { margin-top: .5rem; }
.whole-apt-price {
  display: flex; flex-direction: column;
  align-items: flex-start; gap: .5rem;
  padding: 1.25rem;
  background: #fff;
  border-radius: var(--radius-sm);
  border: 1px solid var(--ink-100);
}
.whole-apt-price .price-period { font-size: 1rem; color: var(--ink-500); }
.whole-apt-price .btn { margin-top: .5rem; width: 100%; }
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
}
@media (max-width: 720px) {
  .whole-apt { grid-template-columns: 1fr; padding: 1.25rem; }
  .features-grid { grid-template-columns: 1fr; }
}

/* ========== Conditions ========== */
.conditions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}
.condition {
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: var(--radius);
  padding: 1.4rem;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, border-color .2s ease;
}
.condition:hover { transform: translateY(-3px); border-color: #c7ecdc; }
.condition-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 10px;
  background: var(--green-50);
  color: var(--green-900);
  margin-bottom: .85rem;
}
.condition-icon svg {
  width: 22px; height: 22px;
}
.condition h3 { color: var(--ink-900); margin-bottom: .25rem; }
.condition p { margin: 0; font-size: .95rem; }
.condition-wide { grid-column: 1 / -1; }

.price-extra {
  margin: 0;
  font-size: .85rem;
  color: var(--ink-500);
  font-weight: 500;
}

.promo {
  display: flex;
  align-items: center;
  gap: .55rem;
  background: linear-gradient(90deg, #fef3c7 0%, #fde68a 100%);
  border: 1px solid #fcd34d;
  border-radius: 10px;
  padding: .65rem .85rem;
  font-size: .9rem;
  color: #78350f;
  margin: .25rem 0;
  position: relative;
  overflow: hidden;
}
.promo::before {
  content: "";
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent);
  animation: shine 3s ease-in-out infinite;
}
.promo-icon { font-size: 1.2rem; flex-shrink: 0; position: relative; z-index: 1; }
.promo-text { position: relative; z-index: 1; }
.promo-icon-svg {
  width: 22px; height: 22px;
  flex-shrink: 0;
  color: #78350f;
}
.promo-text strong { color: #78350f; font-weight: 800; }

@keyframes shine {
  0% { left: -100%; }
  50%, 100% { left: 100%; }
}
.whole-apt-price .price-extra {
  align-self: flex-start;
  background: #fff7e6;
  color: #92400e;
  padding: .25rem .55rem;
  border-radius: 6px;
  font-size: .78rem;
  font-weight: 600;
}

/* ========== FAQ ========== */
.faq-list {
  display: grid;
  gap: .75rem;
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 12px;
  padding: 0;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s ease;
}
.faq-item[open] {
  box-shadow: var(--shadow-md);
  border-color: #c7ecdc;
}
.faq-item summary {
  cursor: pointer;
  padding: 1rem 1.2rem;
  font-weight: 600;
  color: var(--ink-900);
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '＋';
  color: var(--green-500);
  font-size: 1.35rem;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform .2s ease;
}
.faq-item[open] summary::after {
  content: '−';
  transform: rotate(0deg);
}
.faq-item p {
  padding: 0 1.2rem 1.15rem;
  margin: 0;
  color: var(--ink-700);
  font-size: .95rem;
  line-height: 1.55;
}

/* ========== Steps to schedule visit ========== */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.step {
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: var(--radius);
  padding: 1.4rem;
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: transform .2s ease;
}
.step:hover { transform: translateY(-3px); }
.step-num {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--green-500);
  color: #fff;
  font-weight: 800;
  margin-bottom: .75rem;
  box-shadow: 0 6px 12px rgba(37, 200, 117, .3);
}
.step h3 { color: var(--ink-900); margin-bottom: .25rem; }
.step p { margin: 0; font-size: .95rem; }

/* ========== Owner card ========== */
.owner-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: #fff;
  border: 1px solid #c7ecdc;
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  max-width: 720px;
}
.owner-avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-700), var(--green-900));
  color: #fff;
  display: grid; place-items: center;
  font-weight: 800;
  font-size: 1.4rem;
  flex-shrink: 0;
  letter-spacing: .04em;
}
.owner-card strong { color: var(--ink-900); font-size: 1.05rem; }
.owner-card p { margin: .35rem 0 0; font-size: .95rem; }
@media (max-width: 540px) {
  .owner-card { flex-direction: column; text-align: center; gap: .75rem; padding: 1.25rem; }
}

/* ========== Services ========== */
.grid-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}
.service {
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: var(--radius);
  padding: 1.4rem;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, border-color .2s ease;
}
.service:hover { transform: translateY(-3px); border-color: #c7ecdc; }
.service-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 10px;
  background: var(--green-50);
  color: var(--green-900);
  margin-bottom: .85rem;
}
.service-icon svg {
  width: 22px; height: 22px;
}
.service h3 { color: var(--ink-900); margin-bottom: .25rem; font-size: 1.05rem; }
.condition h3, .step h3 { font-size: 1.05rem; }
.service p { margin: 0; font-size: .95rem; }

.building-note {
  margin: 1.75rem auto 0;
  max-width: 760px;
  text-align: center;
  background: var(--green-50);
  border: 1px solid #c7ecdc;
  border-radius: 12px;
  padding: .85rem 1.25rem;
  font-size: .98rem;
  color: var(--ink-700);
}
.building-note strong { color: var(--green-900); }

.building-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: .75rem;
  margin: 0 0 2rem;
  padding: 1.25rem;
  background: linear-gradient(135deg, #fff 0%, var(--green-50) 100%);
  border: 1px solid #c7ecdc;
  border-radius: var(--radius);
}
.building-fact {
  text-align: center;
  padding: .5rem;
}
.fact-label {
  display: block;
  font-size: .78rem;
  color: var(--ink-500);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 600;
  margin-bottom: .25rem;
}
.fact-value {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--green-900);
  line-height: 1.15;
}

/* ========== Location ========== */
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 880px) { .location-grid { grid-template-columns: 1fr; } }

@media (min-width: 881px) {
  .map-card {
    position: sticky;
    top: 90px;
  }
}

.check-list { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.check-list li {
  position: relative;
  padding: .45rem 0 .45rem 1.75rem;
  color: var(--ink-700);
}
.check-list li::before {
  content: "📍";
  position: absolute; left: 0;
}

.walkable {
  margin-top: 2.5rem;
  padding: 1.75rem;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.walkable-title {
  font-size: 1.15rem;
  color: var(--ink-900);
  margin-bottom: 1.25rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid var(--green-50);
}
.walkable-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: .85rem 1rem;
}
.walkable-item {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
}
.walkable-icon-svg {
  width: 22px; height: 22px;
  flex-shrink: 0;
  color: var(--green-700);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.walkable-logo {
  width: 44px; height: 44px;
  flex-shrink: 0;
  object-fit: contain;
  padding: 4px;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}
.walkable-item strong {
  display: block;
  color: var(--ink-900);
  font-size: .98rem;
  margin-bottom: .1rem;
}
.walkable-item span {
  display: block;
  color: var(--ink-500);
  font-size: .88rem;
  line-height: 1.35;
}

.savings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}
.saving {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  background: var(--green-50);
  border: 1px solid #c7ecdc;
  border-radius: 12px;
  padding: 1.1rem 1.15rem;
  transition: transform .2s ease, box-shadow .2s ease;
}
.saving:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.saving-icon, .saving-icon-svg {
  width: 24px; height: 24px;
  flex-shrink: 0;
  color: var(--green-700);
}
.saving strong {
  display: block;
  color: var(--green-900);
  margin-bottom: .15rem;
}
.saving p {
  margin: 0;
  font-size: .92rem;
  color: var(--ink-700);
  line-height: 1.45;
}
.map-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--ink-100);
  aspect-ratio: 4 / 3;
}
.map-card iframe { width: 100%; height: 100%; border: 0; }

/* ========== Gallery ========== */
.gallery {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.25rem;
}
@media (max-width: 880px) { .gallery { grid-template-columns: 1fr; } }
.gallery {
  align-items: stretch;
}
.gallery-video {
  overflow: hidden;
  align-self: stretch;
  min-height: 0;
  position: relative;
}
.gallery-video video,
.gallery-video img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
}
.thumb {
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-sm);
  background: #e6efe9;
  border: 0;
  padding: 0;
  cursor: zoom-in;
  overflow: hidden;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.thumb:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.thumb:hover img { transform: scale(1.06); }

.gallery-extra {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .75rem;
}
.thumb-wide { aspect-ratio: 4 / 3; }
.thumb-fachada {
  aspect-ratio: 3 / 4;
  max-width: 480px;
  margin: 0 auto;
  border-radius: var(--radius-sm);
  background: #e6efe9;
  border: 0;
  padding: 0;
  cursor: zoom-in;
  overflow: hidden;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.thumb-fachada img { width: 100%; height: 100%; object-fit: cover; display: block; }
.thumb-fachada:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }

/* ========== Kit de bienvenida (compacto) ========== */
.kit-compact {
  display: grid;
  grid-template-columns: 140px 1fr 140px;
  gap: 1.75rem;
  align-items: center;
  max-width: 780px;
  margin: 0 auto;
  padding: 1.5rem 1.75rem;
  background: linear-gradient(135deg, #fff8e7 0%, #fef3c7 100%);
  border: 1px solid #f0c674;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(240, 198, 116, 0.22);
}
.kit-img-col {
  display: flex;
  justify-content: center;
}
.kit-img-mini {
  position: relative;
  width: 140px;
  height: 140px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.kit-img-mini img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: .5rem;
  display: block;
}
.kit-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  background: rgba(15, 23, 42, .72);
  color: #fff;
  font-size: 9px;
  letter-spacing: .4px;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 999px;
  font-weight: 600;
}
.kit-text-col h3 {
  margin: 0 0 .4rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--ink, #14181f);
}
.kit-text-col p {
  margin: 0;
  font-size: .9rem;
  color: var(--ink-500, #4a5568);
  line-height: 1.5;
}

@media (max-width: 640px) {
  .kit-compact {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "img-a img-b" "text text";
    gap: 1rem;
    padding: 1.25rem;
  }
  .kit-img-col:first-of-type { grid-area: img-a; }
  .kit-img-col:last-of-type { grid-area: img-b; }
  .kit-text-col { grid-area: text; text-align: center; }
  .kit-img-mini { width: 100%; max-width: 160px; height: auto; aspect-ratio: 1/1; margin: 0 auto; }
}

/* ========== Amenity blocks (áreas comunes) ========== */
.amenity-block {
  margin-bottom: 2.5rem;
}
.amenity-block:last-child {
  margin-bottom: 0;
}
.amenity-block h3 {
  font-size: 1.15rem;
  color: var(--ink-900);
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid var(--green-50);
  display: flex;
  align-items: center;
  gap: .35rem;
}
.amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .75rem;
}

/* ========== Lightbox ========== */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(7, 12, 22, .95);
  display: none;
  z-index: 100;
  align-items: center; justify-content: center;
  padding: 1rem;
  cursor: zoom-out;
  touch-action: pan-y;
}
.lightbox.open { display: flex; animation: fadeIn .18s ease both; }
.lightbox-viewport {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lightbox-img {
  max-width: min(98vw, 1800px);
  max-height: 94vh;
  width: auto; height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
  user-select: none;
  -webkit-user-drag: none;
  transition: transform .28s ease, opacity .18s ease;
}
.lightbox-img.is-swiping { transition: none; }
.lightbox-close {
  position: absolute; top: 18px; right: 22px;
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,.3);
  width: 44px; height: 44px;
  border-radius: 50%;
  font-size: 1.6rem;
  cursor: pointer;
  display: grid; place-items: center;
  line-height: 1;
  z-index: 2;
}
.lightbox-close:hover { background: rgba(255,255,255,.22); }
.lightbox-nav {
  position: absolute; top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,.3);
  width: 52px; height: 52px;
  border-radius: 50%;
  cursor: pointer;
  display: grid; place-items: center;
  line-height: 1;
  z-index: 2;
  transition: background .18s ease, transform .18s ease;
}
.lightbox-nav:hover { background: rgba(255,255,255,.22); transform: translateY(-50%) scale(1.05); }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }
.lightbox-counter {
  position: absolute; bottom: 20px; left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: rgba(0,0,0,.45);
  padding: .35rem .8rem;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: .02em;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 640px) {
  .lightbox { padding: .5rem; }
  .lightbox-img { max-width: 100vw; max-height: 88vh; border-radius: 8px; }
  .lightbox-close { top: 10px; right: 12px; width: 40px; height: 40px; }
  .lightbox-nav { width: 44px; height: 44px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .lightbox-counter { bottom: 12px; font-size: .82rem; }
}

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ========== CTA section ========== */
.cta-section { padding: 4rem 0 5rem; }
.cta-card {
  background: linear-gradient(135deg, var(--green-900) 0%, var(--green-700) 100%);
  color: #fff;
  border-radius: 24px;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: var(--shadow-lg);
}
.cta-card h2 { color: #fff; }
.cta-card p { color: rgba(255, 255, 255, .9); font-size: 1.1rem; max-width: 50ch; margin: 0 auto 1.5rem; }
.cta-actions {
  display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem;
}
.cta-card .btn-ghost { border-color: rgba(255, 255, 255, .55); }

/* ========== Footer ========== */
.footer {
  background: #0b1220;
  color: #cbd5e1;
  padding: 2rem 0;
}
.footer-inner {
  display: flex; flex-wrap: wrap; gap: 1rem;
  align-items: center; justify-content: space-between;
  font-size: .9rem;
}
.footer a { color: #fff; }
.footer a:hover { color: var(--green-500); }

/* ========== Floating WhatsApp ========== */
.fab-whatsapp {
  position: fixed; right: 20px; bottom: 20px;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--green-500);
  color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 12px 24px rgba(37, 200, 117, .45);
  z-index: 60;
  transition: transform .2s ease;
}
.fab-whatsapp:hover { transform: scale(1.08); }

/* ========== Reduced motion ========== */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  .hero-video { display: none; }
  .hero { background: linear-gradient(135deg, var(--green-900), var(--green-700)); }
}
