:root {
    --terra: #c76d4a;
    --terra-dark: #a85a3a;
    --cream: #f7f3ee;
    --cream-dark: #ede8e1;
    --olive: #8a8f6a;
    --olive-dark: #6e7254;
    --dark: #1c1813;
    --text: #1c1813;
    --text-mid: #5a5248;
    --text-light: #9a8f86;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; overflow-x: hidden; }
  body {
    font-family: 'Montserrat', 'Gotham', sans-serif;
    background: var(--cream);
    color: var(--text);
    overflow-x: hidden;
  }

  nav {
    background: var(--terra);
    padding: 0 60px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
  }

  .nav-logo {
    font-family: 'Playfair Display SC', serif;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    line-height: 1.1;
  }

  .nav-logo small {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 4px;
    opacity: 0.75;
  }

  .nav-links { display: flex; gap: 44px; list-style: none; align-items: center; }
  .nav-links a { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 400; transition: color 0.2s; }
  .nav-links a:hover { color: #fff; }
  .nav-cta { border: 1.5px solid rgba(255,255,255,0.7) !important; color: #fff !important; padding: 9px 22px !important; display: flex !important; align-items: center; gap: 8px; }
  .nav-cta:hover { background: rgba(255,255,255,0.15) !important; }

  .hero { min-height: 100vh; padding-top: 64px; position: relative; overflow: hidden; background: var(--cream); }
  .hero-main { display: flex; align-items: center; justify-content: center; position: relative; min-height: calc(100vh - 64px); padding-bottom: 76px; }
  .hero-bg-left { position: absolute; inset: 0; background: linear-gradient(to right, rgba(28,24,19,0.80) 0%, rgba(28,24,19,0.52) 40%, rgba(28,24,19,0.18) 72%, transparent 100%); z-index: 2; }
  .hero-bg-img { position: absolute; inset: 0; background: url('img/img02.jpg') center/cover no-repeat; z-index: 1; }
  .hero-circles { position: absolute; right: 6%; top: 50%; transform: translateY(-50%); width: 340px; height: 340px; z-index: 3; pointer-events: none; }
  .hero-circles svg { width: 100%; height: 100%; }
  .hero-vertical { position: absolute; left: 16px; top: 50%; transform: translateY(-50%) rotate(-90deg); font-size: 16px; letter-spacing: 4px; text-transform: uppercase; color: rgba(28,24,19,0.12); white-space: nowrap; z-index: 5; }
  .hero-content { position: relative; z-index: 5; padding: 36px 80px; max-width: 700px; text-align: center; }

  .eyebrow { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 32px; }
  .eyebrow span { font-size: 16px; letter-spacing: 3.5px; text-transform: uppercase; color: #fff; font-weight: 500; text-shadow: 0 1px 8px rgba(0,0,0,0.55); }
  .eyebrow-lines { display: flex; flex-direction: column; gap: 5px; }
  .eyebrow-urgencia { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.75); font-weight: 400; text-shadow: 0 1px 6px rgba(0,0,0,0.5); }

  .hero h1 { font-family: 'Montserrat', 'Gotham', sans-serif; font-size: clamp(32px, 4.5vw, 64px); font-weight: 300; line-height: 1.05; color: #fff; margin-bottom: 20px; letter-spacing: -1.5px; }
  .hero h1 .t { color: var(--terra); font-weight: 500; }
  .hero h1 .o { color: rgba(255,255,255,0.72); font-style: italic; font-weight: 300; }

  .hero-desc { font-size: 16px; line-height: 1.9; color: rgba(255,255,255,0.78); font-weight: 300; max-width: 440px; margin: 0 auto 44px; }
  .hero .btn-terra { background: var(--cream); color: var(--terra); }
  .hero .btn-terra:hover { background: var(--cream-dark); transform: translateY(-1px); }
  .hero .btn-outline { border-color: rgba(255,255,255,0.65); color: #fff; }
  .hero .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.1); color: #fff; }
  .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

  .btn-terra { display: inline-flex; align-items: center; gap: 8px; background: var(--terra); color: #fff; padding: 14px 30px; font-size: 16px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 500; text-decoration: none; border: none; font-family: 'Montserrat', sans-serif; cursor: pointer; transition: background 0.25s, transform 0.2s; }
  .btn-terra:hover { background: var(--terra-dark); transform: translateY(-1px); }
  .btn-outline { display: inline-flex; align-items: center; background: transparent; color: var(--text); padding: 13px 30px; font-size: 16px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 400; text-decoration: none; border: 1px solid rgba(28,24,19,0.25); transition: border-color 0.25s, color 0.25s; }
  .btn-outline:hover { border-color: var(--terra); color: var(--terra); }

  .hero-statsbar { background: var(--terra); display: flex; position: absolute; bottom: 0; left: 0; right: 0; z-index: 5; flex-wrap: nowrap; align-items: stretch; }
  .hstat { flex: 1; padding: 11px 16px; border-right: 1px solid rgba(255,255,255,0.15); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 4px; }
  .hstat:last-child { border-right: none; }
  .hstat-num { font-family: 'Montserrat', 'Gotham', sans-serif; font-size: 30px; font-weight: 300; color: #fff; white-space: nowrap; line-height: 1; }
  .hstat-label { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.75); line-height: 1.4; }

  section { padding: 100px 60px; }

  .label-line { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
  .label-line::before { content: ''; width: 28px; height: 1.5px; background: var(--terra); display: block; }
  .label-line span { font-size: 16px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--terra); font-weight: 500; }

  .sec-title { font-family: 'Montserrat', 'Gotham', sans-serif; font-size: clamp(26px, 3.2vw, 46px); font-weight: 300; line-height: 1.1; letter-spacing: -0.5px; margin-bottom: 28px; color: var(--text); }
  .sec-title em { font-style: italic; color: var(--olive); }
  .sec-title strong { font-weight: 500; color: var(--terra); }

  .oportunidad { background: #fff; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
  .oportunidad > * { min-width: 0; }
  .opor-text p { font-size: 16px; line-height: 1.9; color: var(--text-mid); font-weight: 300; margin-bottom: 16px; }
  .opor-text p b { color: var(--text); font-weight: 500; }

  .fin-table { background: var(--cream); padding: 44px; border-top: 3px solid var(--terra); }
  .fin-table h3 { font-family: 'Montserrat', 'Gotham', sans-serif; font-size: 24px; font-weight: 400; color: var(--text); margin-bottom: 28px; }
  .ft-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(28,24,19,0.07); }
  .ft-row:last-child { border-bottom: none; }
  .ft-label { font-size: 16px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-light); }
  .ft-val { font-family: 'Montserrat', 'Gotham', sans-serif; font-size: 16px; color: var(--text); }
  .ft-val.big { font-size: 20px; color: var(--terra); font-weight: 500; }

  .villas-section { background: var(--cream); }
  .villas-intro { max-width: 520px; margin-bottom: 56px; }
  .villas-intro p { font-size: 16px; color: var(--text-mid); line-height: 1.8; font-weight: 300; }

  /* ── Villas teaser (index) ── */
  .villas-teaser { margin-bottom: 0; }
  .villa-card-teaser { cursor: pointer; }
  .villa-card-teaser:hover { transform: none; box-shadow: none; }
  .vthumb-hover-cta { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.38); color: #fff; font-family: 'Montserrat', sans-serif; font-size: 15px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 500; text-decoration: none; opacity: 0; transition: opacity 0.3s; }
  .vthumb-hover-cta span { border: 1.5px solid rgba(255,255,255,0.7); padding: 12px 28px; }
  .villa-card-teaser:hover .vthumb-hover-cta { opacity: 1; }
  @media (hover: none) {
    .vthumb-hover-cta { display: none; }
  }
  .villa-card-teaser .vthumb { height: auto; min-height: 280px; aspect-ratio: 4/3; }
  .vbody-teaser { padding: 20px 24px 0; }
  .vbody-teaser h3 { font-size: 22px; font-weight: 400; color: var(--text); margin: 0; font-family: 'Playfair Display SC', Georgia, serif; letter-spacing: 0.5px; }
  .ver-villa-cta { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; margin-top: 4px; border-top: 1px solid var(--cream-dark); font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; color: var(--terra); text-decoration: none; transition: letter-spacing 0.2s; }
  .ver-villa-cta:hover { letter-spacing: 3.5px; }
  .villas-teaser-cta { text-align: center; margin-top: 44px; }

  .villas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .villa-card { background: #fff; overflow: hidden; transition: transform 0.35s, box-shadow 0.35s; }
  .villa-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(28,24,19,0.1); }

  .vthumb { height: auto; min-height: 280px; aspect-ratio: 4/3; position: relative; display: flex; align-items: flex-end; padding: 22px; }
  .vthumb.vista { background: url("img/img03.jpg") center 30%/cover no-repeat; }
  .vthumb.giardino { background: url("img/img04.jpeg") center bottom/cover no-repeat; }
  .vthumb-tag { background: rgba(255,255,255,0.92); color: var(--text); font-size: 16px; letter-spacing: 2.5px; text-transform: uppercase; padding: 7px 14px; font-weight: 500; }

  /* ── Villa photo carousel ── */
  .villa-carousel { position: relative; aspect-ratio: 4/3; min-height: 280px; overflow: hidden; background: var(--cream-dark); }
  .vc-track { display: flex; height: 100%; transition: transform 0.4s ease; will-change: transform; }
  .vc-slide { flex: 0 0 100%; background-size: cover; background-position: center; }
  .vc-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.38); border: none; color: #fff; width: 38px; height: 38px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 2; transition: background 0.2s; }
  .vc-btn:hover { background: rgba(0,0,0,0.62); }
  .vc-prev { left: 12px; }
  .vc-next { right: 12px; }
  .vc-counter { position: absolute; bottom: 10px; right: 12px; background: rgba(0,0,0,0.42); color: #fff; font-size: 11px; letter-spacing: 1px; padding: 3px 9px; border-radius: 10px; font-family: 'Montserrat', sans-serif; pointer-events: none; }

  .vbody { padding: 32px 32px 0; }
  .vbody h3 { font-family: 'Montserrat', 'Gotham', sans-serif; font-size: 32px; font-weight: 400; color: var(--text); margin-bottom: 3px; }
  .vtype { font-size: 16px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-light); margin-bottom: 16px; display: block; }
  .vdesc { font-size: 16px; line-height: 1.85; color: var(--text-mid); font-weight: 300; margin-bottom: 20px; }
  .vfeats { display: flex; gap: 0; padding: 14px 0; border-top: 1px solid var(--cream-dark); border-bottom: 1px solid var(--cream-dark); margin-bottom: 20px; align-items: center; flex-wrap: wrap; row-gap: 8px; }
  .vf { display: flex; flex-direction: row; align-items: center; gap: 4px; margin-right: 12px; white-space: nowrap; }
  .vf-i { font-size: 16px; }
  .vf-l { font-size: 13px; color: var(--text-mid); font-weight: 400; text-transform: none !important; letter-spacing: 0 !important; white-space: nowrap; }
  .vprice-row { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 24px; }
  .vprice { font-family: 'Montserrat', 'Gotham', sans-serif; font-size: 40px; font-weight: 300; color: var(--text); line-height: 1; }
  .vprice-lbl { font-size: 16px; color: var(--text-light); letter-spacing: 1px; text-transform: uppercase; margin-top: 3px; }
  .vroi { text-align: right; }
  .vroi-n { font-family: 'Montserrat', 'Gotham', sans-serif; font-size: 28px; color: var(--terra); display: block; line-height: 1; }
  .vroi-l { font-size: 13px; letter-spacing: 0; text-transform: none !important; color: var(--text-light); }

  .vcta { display: block; background: var(--dark); color: rgba(255,255,255,0.8); text-align: center; padding: 14px; font-size: 16px; letter-spacing: 2.5px; text-transform: uppercase; text-decoration: none; font-weight: 400; transition: background 0.25s; }
  .vcta:hover { background: var(--terra); color: #fff; }

  .vnote { grid-column: 1 / -1; background: var(--olive); padding: 26px 32px; display: flex; flex-direction: column; gap: 10px; }
  .vnote-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.9); font-size: 16px; font-weight: 300; }
  .vnote-icon { display: flex; align-items: center; flex-shrink: 0; opacity: 0.8; }
  .vnote strong { color: #fff; font-weight: 500; }

  .porque { background: var(--terra); }
  .porque .label-line span { color: #fff; }
  .porque .label-line::before { background: #fff; }
  .porque .sec-title { color: #fff; }
  .porque .sec-title em { color: #fff; }

  .pq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }
  .pq-item { background: var(--cream); padding: 40px 36px; border-top: 2px solid var(--terra); transition: box-shadow 0.3s, transform 0.3s; }
  .pq-item:hover { box-shadow: 0 12px 36px rgba(0,0,0,0.08); transform: translateY(-4px); }
  .pq-num { font-family: 'Montserrat', 'Gotham', sans-serif; font-size: 50px; color: var(--olive); font-weight: 300; line-height: 1; margin-bottom: 20px; }
  .pq-item h3 { font-size: 16px; font-weight: 500; color: var(--text); margin-bottom: 12px; }
  .pq-item p { font-size: 16px; line-height: 1.85; color: var(--text-mid); font-weight: 300; }

  .proceso { background: var(--cream-dark); }
  .paso-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; margin-top: 56px; position: relative; }
  .paso-row::before { content: ''; position: absolute; top: 23px; left: 12%; right: 12%; height: 1px; background: linear-gradient(to right, var(--terra), var(--olive)); }
  .paso { text-align: center; position: relative; }
  .paso-dot { width: 46px; height: 46px; border-radius: 50%; background: var(--cream-dark); border: 1.5px solid var(--terra); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; font-family: 'Montserrat', 'Gotham', sans-serif; font-size: 19px; color: var(--terra); position: relative; z-index: 1; }
  .paso h3 { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 10px; letter-spacing: 0.5px; }
  .paso p { font-size: 14px; color: var(--text); line-height: 1.85; font-weight: 400; }

  .proceso-banner { margin-top: 44px; background: var(--terra); padding: 32px 44px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
  .proceso-banner h3 { font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 400; color: #fff; letter-spacing: 1px; }
  .proceso-banner p { font-size: 16px; color: rgba(255,255,255,0.72); font-weight: 300; }
  .btn-white { background: #fff; color: var(--terra); padding: 13px 30px; font-size: 16px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600; text-decoration: none; white-space: nowrap; flex-shrink: 0; transition: background 0.2s; }
  .btn-white:hover { background: var(--cream); }

  .contacto { background: #fff; }
  .contacto-layout { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: start; margin-top: 56px; }
  .contacto-layout > * { min-width: 0; }
  .cinfo h3 { font-family: 'Montserrat', 'Gotham', sans-serif; font-size: 26px; font-weight: 400; color: var(--text); margin-bottom: 14px; }
  .cinfo p { font-size: 16px; line-height: 1.9; color: var(--text-mid); font-weight: 300; margin-bottom: 28px; }
  .cbullets { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .cbullets li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; color: var(--text-mid); font-weight: 300; line-height: 1.6; }
  .cbullets li .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--terra); flex-shrink: 0; margin-top: 7px; }

  .form-card { background: var(--cream); padding: 44px; border-top: 3px solid var(--terra); }
  .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
  .fg { display: flex; flex-direction: column; gap: 6px; }
  .fg.full { grid-column: 1 / -1; }
  .fg label { font-size: 16px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text-light); font-weight: 500; }
  .fg input, .fg select, .fg textarea { background: #fff; border: 1px solid rgba(28,24,19,0.12); color: var(--text); padding: 11px 14px; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 300; outline: none; transition: border-color 0.25s; width: 100%; }
  .fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--terra); }
  .fg textarea { min-height: 85px; resize: vertical; }
  .hp-field { display: none !important; }
  .form-consent { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; cursor: pointer; }
  .form-consent input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--terra); flex-shrink: 0; margin-top: 2px; cursor: pointer; }
  .form-consent span { font-size: 12px; color: var(--text-mid); font-weight: 300; line-height: 1.6; }
  .form-consent a { color: var(--terra); text-decoration: none; }
  .form-consent a:hover { text-decoration: underline; }
  .form-submit { width: 100%; background: var(--terra); color: #fff; border: none; padding: 15px; font-family: 'Montserrat', sans-serif; font-size: 16px; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; cursor: pointer; margin-top: 6px; transition: background 0.25s, transform 0.2s; }
  .form-submit:hover { background: var(--terra-dark); transform: translateY(-1px); }
  .form-priv { font-size: 16px; color: var(--text-light); margin-top: 12px; text-align: center; letter-spacing: 0.5px; }

  footer { background: var(--dark); padding: 32px 60px; display: flex; flex-direction: column; gap: 20px; }
  .footer-top { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
  .footer-brand { flex: 1; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; }
  .footer-ig { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.45); font-size: 12px; letter-spacing: 1px; text-decoration: none; transition: color 0.2s; }
  .footer-ig:hover { color: var(--terra); }
  .footer-info { flex: 1; text-align: left; display: flex; flex-direction: column; gap: 4px; }
  .footer-legal { flex: 1; text-align: right; display: flex; flex-direction: column; gap: 4px; }
  .flogo { font-family: 'Playfair Display SC', serif; font-weight: 400; font-size: 16px; color: rgba(255,255,255,0.45); letter-spacing: 1px; }
  .flogo span { color: var(--terra); }
  .ftext { font-size: 13px; color: rgba(255,255,255,0.22); }
  .fdisclaimer { font-size: 10px; color: rgba(255,255,255,0.15); font-style: italic; text-align: center; line-height: 1.6; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 16px; }

  .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  @media (max-width: 960px) {
    section { padding: 70px 24px; }
    nav { padding: 0 24px; }
    .nav-links { display: none; }
    .hero-content { padding: 50px 24px; }
    .hero-vertical { display: none; }
    .hero-circles { display: none; }
    .oportunidad, .contacto-layout { grid-template-columns: 1fr; gap: 36px; }
    .villas-grid { grid-template-columns: 1fr; }
    .vnote { grid-column: 1; }
    .pq-grid { grid-template-columns: 1fr; }
    .paso-row { grid-template-columns: 1fr 1fr; gap: 28px; }
    .paso-row::before { display: none; }
    .proceso-banner { flex-direction: column; }
    .hero-statsbar { flex-wrap: wrap; }
    .hstat { flex: 1 1 50%; border-bottom: 1px solid rgba(255,255,255,0.06); }
    footer { gap: 12px; text-align: center; }
    .footer-top { flex-direction: column; gap: 12px; }
    .footer-legal { text-align: center; }
    /* Mobile font adjustments */
    body { font-size: 16px; }
    .hero h1 { letter-spacing: -0.5px; }
    .hstat-num { font-size: 26px; }
    .vprice { font-size: 32px; }
    .cta-title { font-size: 17px; }
    .cta-sub { font-size: 16px; }

  }



  /* ── QUIÉNES SOMOS ── */
  .quienes { background: #fff; }
  .quienes-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
  .quienes-text p { font-size: 16px; line-height: 1.9; color: var(--text-mid); font-weight: 300; margin-bottom: 16px; }
  .quienes-fotos { display: flex; flex-direction: column; gap: 12px; }
  .quienes-fotos-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .qfoto { background: var(--cream-dark); position: relative; overflow: hidden; }
  .qfoto-main { min-height: 340px; }
  .qfoto-sm { min-height: 180px; }
  .qfoto::after { content: attr(data-label); position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 13px; color: var(--text-light); letter-spacing: 1px; text-transform: uppercase; }

  /* ── FUENTE ESTADÍSTICA ── */
  .stat-source { display: block; margin-top: 8px; font-size: 11px; color: var(--text-light); font-weight: 400; letter-spacing: 0.3px; font-style: italic; }

  @media (max-width: 960px) {
    .quienes-inner { grid-template-columns: 1fr; gap: 36px; }
    .qfoto-main { min-height: 240px; }
    .qfoto-sm { min-height: 140px; }
  }
  @media (max-width: 600px) {
    .quienes-fotos-row { grid-template-columns: 1fr; }
    .qfoto-main { min-height: 420px; aspect-ratio: 3/4; }
  }

  .wa-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .calendly-btn { background: var(--terra) !important; }
  .calendly-btn:hover { background: var(--terra-dark) !important; }
  .wa-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--cream);
    border: 1px solid rgba(199,109,74,0.25);
    padding: 18px 28px;
    margin-bottom: 40px;
    gap: 16px;
    flex-wrap: wrap;
  }
  .wa-text { font-size: 16px; color: var(--text-mid); font-weight: 300; }
  .wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: background 0.2s, transform 0.2s;
    white-space: nowrap;
  }
  .wa-btn:hover { background: #1ebe5d; transform: translateY(-1px); }


  /* ══════════════════════════════
     MOBILE OPTIMIZATIONS
  ══════════════════════════════ */

  /* Hamburger button */
  .nav-hamburger {
    display: none;
    background: none;
    border: 1.5px solid rgba(255,255,255,0.7);
    color: #fff;
    font-size: 20px;
    padding: 6px 12px;
    cursor: pointer;
    line-height: 1;
  }

  @media (max-width: 960px) {
    /* NAV */
    .nav-hamburger { display: block; }

    .nav-links {
      display: none;
      position: fixed;
      top: 64px;
      left: 0; right: 0;
      background: var(--terra);
      flex-direction: column;
      gap: 0;
      padding: 12px 0;
      z-index: 99;
      box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    }

    .nav-links.open { display: flex; }

    .nav-links li { width: 100%; }
    .nav-links a {
      display: block;
      padding: 16px 28px;
      font-size: 14px !important;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .nav-cta {
      margin: 12px 28px !important;
      border: 1.5px solid rgba(255,255,255,0.7) !important;
      padding: 14px 28px !important;
      text-align: center;
    }

    /* HERO */
    .hero { min-height: 100vh; }
    .hero-main { min-height: calc(100vh - 64px); padding-bottom: 70px; }
    .hero-content {
      padding: 40px 24px !important;
      max-width: 100%;
    }
    .hero h1 { font-size: clamp(22px, 5vw, 36px); letter-spacing: -0.5px; line-height: 1.2; }
    .hero-bg-left {
      background: linear-gradient(to bottom, rgba(28,24,19,0.72) 0%, rgba(28,24,19,0.55) 60%, rgba(28,24,19,0.35) 100%) !important;
    }
    .hero-bg-img { width: 100%; opacity: 1; }
    .hero-btns { flex-direction: column; }
    .hero-btns a { text-align: center; justify-content: center; }

    /* STATS BAR */
    .hero-statsbar { position: absolute; flex-wrap: nowrap; }
    .hstat {
      flex: 1 1 25% !important;
      padding: 12px 8px !important;
      flex-direction: column !important;
      align-items: center !important;
      text-align: center;
      gap: 3px !important;
      border-right: 1px solid rgba(255,255,255,0.15) !important;
      border-bottom: none !important;
    }
    .hstat-num { font-size: 15px !important; white-space: nowrap; }
    .hstat-label { font-size: 10px !important; letter-spacing: 0.3px !important; line-height: 1.3 !important; }

    /* SECTIONS */
    section { padding: 48px 24px !important; }

    /* OPORTUNIDAD */
    .oportunidad { grid-template-columns: 1fr !important; gap: 32px !important; }
    .fin-table { padding: 28px 24px; }

    /* VILLAS */
    .villas-grid { grid-template-columns: 1fr !important; }
    .vnote { grid-column: 1 !important; }
    .vbody { padding: 24px 24px 0; }
    .vprice { font-size: 32px !important; }
    .vroi-n { font-size: 22px !important; }

    /* POR QUÉ */
    .pq-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
    .pq-item { padding: 28px 24px; }

    /* PROCESO */
    .paso-row {
      grid-template-columns: 1fr 1fr !important;
      gap: 24px !important;
    }
    .paso-row::before { display: none; }
    .proceso-banner {
      flex-direction: column !important;
      text-align: center;
      padding: 28px 24px;
    }
    .proceso-banner h3 { font-size: 19px !important; }
    .btn-white { width: 100%; text-align: center; padding: 16px !important; }

    /* CONTACTO */
    .contacto-layout {
      grid-template-columns: 1fr !important;
      gap: 32px !important;
    }
    .form-card { padding: 28px 20px; }
    .form-grid { grid-template-columns: 1fr !important; }
    .wa-banner { flex-direction: column; align-items: flex-start; }
    .wa-btns { width: 100%; flex-direction: column; }
    .wa-btn { width: 100%; text-align: center; justify-content: center; padding: 16px !important; }

    /* FOOTER */
    footer {
      gap: 10px !important;
      text-align: center !important;
      padding: 28px 24px !important;
    }
    .footer-top {
      flex-direction: column !important;
      gap: 10px !important;
    }
    .footer-legal { text-align: center !important; }

  }

  @media (max-width: 480px) {
    .hero h1 { font-size: 26px; }
    .paso-row { grid-template-columns: 1fr !important; }
    .sec-title { font-size: 26px !important; }
    .btn-wa-big { font-size: 13px !important; padding: 16px 24px !important; width: 100%; justify-content: center; box-sizing: border-box; }
    .gestion-step { padding: 28px 20px; }
    .lp-cta-urgencia { font-size: 14px; }
  }

  /* ── Page header (subpages) ── */
  .page-header { padding: 140px 60px 60px; background: var(--cream-dark); }
  @media (max-width: 960px) { .page-header { padding: 120px 32px 48px; } }

  /* ── Stats carousel (mobile) ── */
  @media (max-width: 600px) {
    .hero-statsbar { overflow: hidden; flex-wrap: nowrap !important; display: block; }
    .statsbar-wrapper { display: flex; transition: transform 0.35s ease; will-change: transform; }
    .statsbar-slide { display: flex; flex: 0 0 100%; width: 100%; }
    .statsbar-slide .hstat { flex: 1 !important; border-bottom: none !important; border-right: 1px solid rgba(255,255,255,0.15); padding: 5px 14px 2px !important; align-items: center !important; text-align: center; }
    .statsbar-slide .hstat:last-child { border-right: none; }
    .hstat-num { font-size: 30px !important; line-height: 1 !important; }
    .hstat-label { font-size: 11px !important; line-height: 1.3 !important; }
    .statsbar-dots { display: flex; justify-content: center; gap: 8px; padding: 3px 0 2px; background: var(--terra); }
    .statsbar-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.35); border: none; cursor: pointer; padding: 0; transition: background 0.2s; }
    .statsbar-dot.active { background: #fff; }
    .eyebrow span { color: var(--terra) !important; text-shadow: none !important; font-size: 13px !important; letter-spacing: 2px !important; }
    .eyebrow-urgencia { color: var(--terra) !important; opacity: 0.75; text-shadow: none !important; font-size: 9px !important; letter-spacing: 1.5px !important; }
  }


  .nav-logo { display: flex; align-items: center; gap: 12px; }
  .nav-logo-img { height: 50px; width: 50px; object-fit: contain; border-radius: 0; flex-shrink: 0; mix-blend-mode: lighten; }
  .nav-logo-text { display: flex; flex-direction: column; }

  /* ── Hero progress bar ── */
  .hero-progress {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 36px;
    justify-content: center;
  }
  .hp-bar-wrap {
    width: 140px;
    height: 4px;
    background: rgba(255,255,255,0.2);
    border-radius: 2px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .hp-bar-fill {
    height: 100%;
    background: var(--terra);
    border-radius: 2px;
  }
  .hp-label {
    font-size: 12px;
    color: rgba(255,255,255,0.75);
    letter-spacing: 1px;
    font-weight: 400;
    white-space: nowrap;
    text-shadow: 0 1px 6px rgba(0,0,0,0.5);
  }
  .hp-dim { color: rgba(255,255,255,0.45); }

  /* ── Team teaser (index) ── */
  .faq-mini { background: var(--cream); padding: 80px 60px; max-width: 1100px; margin: 0 auto; }
  .faq-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 44px; }
  .faq-mini-item { padding: 32px 36px; background: #fff; border-left: 3px solid var(--terra); }
  .faq-mini-item h3 { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 12px; }
  .faq-mini-item p { font-size: 15px; color: var(--text-light); line-height: 1.7; font-weight: 300; }
  .faq-mini-link { display: inline-block; margin-top: 32px; font-size: 14px; font-weight: 500; color: var(--terra); letter-spacing: 0.5px; text-decoration: none; }
  .faq-mini-link:hover { text-decoration: underline; }
  @media (max-width: 600px) {
    .faq-mini { padding: 60px 24px; }
    .faq-mini-grid { grid-template-columns: 1fr; gap: 20px; }
    .faq-mini-item { padding: 24px 20px; }
  }

  .equipo-teaser { background: var(--cream-dark); }
  .et-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 16px;
  }
  .et-text p {
    font-size: 16px;
    line-height: 1.9;
    color: var(--text-mid);
    font-weight: 300;
    margin-bottom: 0;
  }
  .et-fotos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .et-foto {
    aspect-ratio: 3/4;
    background-size: cover;
    background-position: center top;
    min-height: 260px;
    overflow: hidden;
    position: relative;
  }
  .et-video-wrap { background: #000; }
  .et-video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .et-carousel { cursor: default; }
  .et-carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
  }
  .et-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  @media (max-width: 960px) {
    .et-inner { grid-template-columns: 1fr; gap: 36px; }
    .et-fotos { grid-template-columns: 1fr 1fr; }
    .et-foto { min-height: 340px; }
  }
  @media (max-width: 600px) {
    .et-fotos { grid-template-columns: 1fr; }
    .et-foto { min-height: 420px; aspect-ratio: 3/4; }
  }

  /* ── Mapa ubicación ── */
  .ubicacion-wrap {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 64px;
    align-items: center;
    margin-top: 56px;
  }
  .ubicacion-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(24px, 2.4vw, 36px);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-bottom: 18px;
    color: var(--text);
  }
  .ubicacion-title em { color: var(--olive); font-style: italic; }
  .ubicacion-desc {
    font-size: 15px;
    line-height: 1.85;
    color: var(--text-mid);
    font-weight: 300;
    margin-bottom: 32px;
    max-width: 400px;
  }
  .ubicacion-tags {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .utag {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(28,24,19,0.07);
  }
  .utag:last-child { border-bottom: none; padding-bottom: 0; }
  .utag-dist {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: var(--terra);
    min-width: 56px;
    line-height: 1;
  }
  .utag-label {
    font-size: 13px;
    color: var(--text-mid);
    font-weight: 400;
    letter-spacing: 0.3px;
  }
  .ubicacion-map img {
    width: 100%;
    border-radius: 2px;
    display: block;
  }

  /* ── Map pins ── */
  .map-container {
    position: relative;
    display: block;
    width: 100%;
  }
  .map-text-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 43%;
    height: 35%;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background: rgba(0,0,0,0.04);
    pointer-events: none;
    z-index: 5;
  }

  .map-pin {
    position: absolute;
    z-index: 10;
    cursor: pointer;
  }
  .map-pin:hover,
  .map-pin.active {
    z-index: 50;
  }
  .pin-dot {
    width: 13px;
    height: 13px;
    background: var(--terra);
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 3px rgba(199,109,74,0.25);
    position: relative;
    transition: transform 0.2s ease;
  }
  .pin-dot::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: var(--terra);
    opacity: 0.35;
    animation: pin-pulse 2.2s ease-out infinite;
    z-index: -1;
  }
  @keyframes pin-pulse {
    0%   { transform: scale(1); opacity: 0.35; }
    100% { transform: scale(2.8); opacity: 0; }
  }
  .map-pin:hover .pin-dot { transform: scale(1.3); }

  .pin-label {
    position: absolute;
    top: 50%;
    left: calc(100% + 8px);
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(28,24,19,0.65);
    padding: 3px 7px;
    border-radius: 3px;
    pointer-events: none;
    backdrop-filter: blur(4px);
  }
  .pin-label--left {
    left: auto;
    right: calc(100% + 8px);
  }

  /* Popup por defecto: aparece encima del pin */
  .pin-popup {
    position: absolute;
    bottom: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    width: 420px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.22);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .map-pin:hover .pin-popup {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
  .pin-popup img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
  }
  .pin-popup-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    gap: 8px;
    background: var(--terra);
  }
  .pin-popup-label {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.3px;
  }
  .pin-popup-dist {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
  }

  @media (min-width: 961px) {
    /* Popup abajo */
    .pin-popup--below {
      bottom: auto;
      top: calc(100% + 14px);
      transform: translateX(-50%) translateY(-6px);
    }
    .map-pin:hover .pin-popup--below {
      transform: translateX(-50%) translateY(0);
    }
    /* Alineado a la derecha para no salirse del contenedor */
    .pin-popup--right {
      left: auto;
      right: 0;
      transform: translateX(0) translateY(-6px);
    }
    .map-pin:hover .pin-popup--right {
      transform: translateX(0) translateY(0);
    }
  }

  @media (max-width: 960px) {
    .ubicacion-wrap { grid-template-columns: 1fr; gap: 20px; }
    .ubicacion-desc { display: none; }
    .ubicacion-tags { gap: 6px; }
    .utag { padding-bottom: 8px; }
    .ubicacion-map img {
      width: 100%;
    }
    /* Popup fijo al fondo de pantalla en móvil */
    .map-pin .pin-popup {
      position: fixed;
      bottom: 24px;
      left: 50%;
      top: auto;
      right: auto;
      transform: translateX(-50%) translateY(16px);
      width: calc(100vw - 32px);
      max-width: 340px;
      z-index: 200;
    }
    .map-pin.active .pin-popup {
      opacity: 1;
      pointer-events: auto;
      transform: translateX(-50%) translateY(0);
    }
    .map-pin .pin-popup img {
      height: 200px;
    }
  }

  /* ── WhatsApp Flotante ── */
  .wa-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.2s;
  }
  .wa-float.wa-visible {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }
  .wa-float.wa-visible:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(37,211,102,0.5);
  }
  .wa-float svg {
    width: 34px;
    height: 34px;
    fill: #fff;
  }

  /* ── FAQ ACORDEÓN ── */
  .faq-section { background: #fff; }
  .faq-list { max-width: 780px; margin: 0 auto; }
  .faq-item {
    border-bottom: 1px solid rgba(28,24,19,0.08);
  }
  .faq-item:first-child { border-top: 1px solid rgba(28,24,19,0.08); }
  .faq-q {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    letter-spacing: 0.1px;
    gap: 16px;
    user-select: none;
  }
  .faq-q::-webkit-details-marker { display: none; }
  .faq-q::after {
    content: '+';
    font-size: 22px;
    font-weight: 300;
    color: var(--terra);
    flex-shrink: 0;
    transition: transform 0.25s;
    line-height: 1;
  }
  .faq-item[open] .faq-q::after { transform: rotate(45deg); }
  .faq-a {
    padding: 0 0 22px;
    animation: faqOpen 0.25s ease;
  }
  .faq-a p {
    font-size: 15px;
    line-height: 1.9;
    color: var(--text-mid);
    font-weight: 300;
    margin: 0;
  }
  .faq-a p strong { color: var(--text); font-weight: 500; }
  @keyframes faqOpen { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

  /* ── LP — TRUST STRIP ── */
  .lp-strip {
    background: var(--terra);
    padding: 28px 60px;
    overflow: hidden;
  }
  .lp-strip-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
  }
  .lp-strip-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 160px;
    justify-content: center;
  }
  .lsi-icon { font-size: 18px; opacity: 0.85; flex-shrink: 0; }
  .lsi-text { display: flex; flex-direction: column; }
  .lsi-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
  }
  .lsi-label {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
    font-weight: 400;
    margin-top: 2px;
  }
  .lp-strip-sep {
    width: 1px;
    height: 32px;
    background: rgba(255,255,255,0.2);
    flex-shrink: 0;
  }
  @media (max-width: 960px) {
    .lp-strip { padding: 20px 24px; }
    .lp-strip-sep { display: none; }
    .lp-strip-item { min-width: 45%; flex: none; }
  }

  /* ── LP — TABLA COMPARATIVA ── */
  .comp-wrap { overflow-x: auto; margin-top: 44px; }
  .comp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 540px;
  }
  .comp-table thead th {
    padding: 14px 18px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--text-light);
    border-bottom: 2px solid var(--cream-dark);
  }
  .comp-table thead th:first-child { text-align: left; }
  .comp-table thead th.comp-winner {
    background: var(--terra);
    color: #fff;
    border-radius: 6px 6px 0 0;
  }
  .comp-table tbody td {
    padding: 13px 18px;
    text-align: center;
    color: var(--text-mid);
    border-bottom: 1px solid rgba(28,24,19,0.06);
    font-weight: 300;
  }
  .comp-table tbody td:first-child {
    text-align: left;
    font-weight: 400;
    color: var(--text);
    font-size: 13px;
  }
  .comp-table tbody td.comp-winner { background: rgba(199,109,74,0.05); }
  .comp-table tbody tr.comp-key td { font-weight: 500; color: var(--text); }
  .comp-table tbody tr.comp-key td.comp-winner {
    font-size: 22px;
    color: var(--terra);
    font-weight: 700;
  }
  .comp-check { color: var(--olive); font-weight: 600; font-size: 16px; }
  .comp-cross { color: var(--text-light); font-size: 16px; }
  .comp-disclaimer {
    font-size: 11px;
    color: var(--text-light);
    font-style: italic;
    margin-top: 18px;
    line-height: 1.7;
    max-width: 700px;
  }
  @media (max-width: 600px) {
    .comp-table { font-size: 12px; }
    .comp-table thead th, .comp-table tbody td { padding: 10px 10px; }
  }

  /* ── LP — GESTIÓN STEPS ── */
  .gestion-section { background: var(--cream); }
  .gestion-section .sec-title { color: var(--terra); }
  .gestion-section .sec-title em { color: var(--olive); font-style: italic; font-weight: 300; }
  .gestion-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 56px;
    border: 1px solid rgba(28,24,19,0.15);
  }
  .gestion-step {
    padding: 36px 28px;
    border-right: 1px solid rgba(28,24,19,0.15);
    position: relative;
  }
  .gestion-step:last-child { border-right: none; }
  .gs-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    font-weight: 200;
    color: var(--dark);
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 20px;
  }
  .gestion-step h3 {
    font-size: 13px;
    font-weight: 600;
    color: var(--dark);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .gestion-step p {
    font-size: 13px;
    color: rgba(28,24,19,0.7);
    line-height: 1.8;
    font-weight: 300;
    margin: 0;
  }
  @media (max-width: 960px) {
    .gestion-steps { grid-template-columns: 1fr 1fr; }
    .gestion-step { border-right: none; border-bottom: 1px solid rgba(28,24,19,0.15); }
    .gestion-step:last-child { border-bottom: none; }
  }
  @media (max-width: 480px) {
    .gestion-steps { grid-template-columns: 1fr; }
  }

  /* ── LP — PRUEBA SOCIAL ── */
  .lp-prueba { background: var(--cream-dark); }
  .lp-prueba-desc {
    max-width: 620px;
    margin-top: 14px;
    color: var(--text-mid);
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
  }
  .lp-prueba-inner {
    display: grid;
    grid-template-columns: 0.85fr minmax(0, 1.8fr) 0.9fr;
    gap: 16px;
    margin-top: 44px;
    align-items: stretch;
  }
  .progreso-carousel {
    position: relative;
    min-width: 0;
    background: #111;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .progreso-track,
  .progreso-slide {
    position: absolute;
    inset: 0;
  }
  .progreso-slide {
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    background: #111;
  }
  .progreso-slide.active {
    opacity: 1;
    pointer-events: auto;
  }
  .progreso-slide img,
  .progreso-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .progreso-slide--focus-person img { object-position: center 16%; }
  .progreso-slide-video video { object-fit: cover; }
  .progreso-slide figcaption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: rgba(28,24,19,0.62);
    color: rgba(255,255,255,0.88);
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 9px 14px;
    font-weight: 400;
  }
  .progreso-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,0.45);
    background: rgba(0,0,0,0.34);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .progreso-prev { left: 12px; }
  .progreso-next { right: 12px; }
  .progreso-counter {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    background: rgba(0,0,0,0.42);
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 5px 9px;
  }
  .prueba-foto-label {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: rgba(28,24,19,0.6);
    color: rgba(255,255,255,0.85);
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 8px 12px;
    font-weight: 400;
  }
  .prueba-unidades {
    background: var(--terra);
    padding: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  .pu-num { font-size: 64px; font-weight: 200; color: #fff; line-height: 1; font-family: 'Montserrat', sans-serif; }
  .pu-label { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.7); }
  .prueba-instagram {
    background: url('img/img03.jpg') center/cover no-repeat;
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
    position: relative;
  }
  .prueba-instagram::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    pointer-events: none;
  }
  .prueba-instagram > * { position: relative; z-index: 1; }
  .prueba-instagram p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.7; font-weight: 300; margin: 0; }
  /* Instagram: original solo desktop, copia solo móvil */
  .ig-post-form { display: none; }
  @media (max-width: 960px) {
    .lp-prueba-inner { grid-template-columns: 1fr; }
    .progreso-carousel { aspect-ratio: 16/9; }
    .lp-prueba-inner .prueba-instagram { display: none; }
    .ig-post-form {
      display: flex;
      margin-top: 32px;
      border-radius: 12px;
      overflow: hidden;
    }
  }
  @media (max-width: 560px) {
    .vc-btn {
      width: 34px;
      height: 34px;
    }
    .vc-prev { left: 10px; }
    .vc-next { right: 10px; }
    .vc-counter { right: 10px; }
    .progreso-carousel { aspect-ratio: 1 / 1; }
    .progreso-slide figcaption { padding: 8px 12px; }
    .progreso-btn {
      width: 34px;
      height: 34px;
      font-size: 24px;
    }
  }

  /* ── LP — CTA FINAL ── */
  .lp-cta-final { background: var(--cream); text-align: center; }
  .lp-cta-final .sec-title { max-width: 600px; margin-left: auto; margin-right: auto; }
  .lp-cta-urgencia {
    font-size: 15px;
    color: var(--text-mid);
    font-weight: 300;
    margin-bottom: 36px;
    line-height: 1.8;
  }
  .btn-wa-big {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #25D366;
    color: #fff;
    padding: 18px 44px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    margin-bottom: 16px;
  }
  .btn-wa-big:hover { background: #1ebe5d; transform: translateY(-2px); }
  .lp-cta-sep {
    font-size: 12px;
    color: var(--text-light);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 24px 0;
  }

  /* ── LP — MINIMAL LOGO (sin nav) ── */
  .lp-topbar {
    background: var(--terra);
    padding: 0 60px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    overflow: hidden;
    max-width: 100vw;
  }
  @media (max-width: 960px) {
    .lp-topbar { padding: 0 20px; }
    .lp-topbar .nav-logo { font-size: 17px; }
    .lp-topbar .nav-logo-img { height: 36px; width: 36px; }
    .lp-topbar .nav-logo small { font-size: 9px; letter-spacing: 2px; }
    .lp-topbar .wa-btn { font-size: 11px !important; padding: 8px 14px !important; letter-spacing: 1px !important; }
    .lp-topbar .wa-btn svg { display: none; }
  }

  /* ── FOOTER LINK ── */
  .flink {
    color: rgba(255,255,255,0.35);
    text-decoration: none;
    transition: color 0.2s;
  }
  .flink:hover { color: var(--terra); }

  /* ── COOKIE BANNER ── */
  .cookie-banner {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 99998;
    background: var(--dark);
    border-top: 2px solid var(--terra);
    padding: 18px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
  }
  .cookie-text {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
  }
  .cookie-text strong { color: #fff; font-weight: 500; }
  .cookie-link {
    color: var(--terra);
    text-decoration: none;
    transition: opacity 0.2s;
  }
  .cookie-link:hover { opacity: 0.8; }
  .cookie-btns { display: flex; gap: 10px; flex-shrink: 0; }
  .cookie-accept {
    background: var(--terra);
    color: #fff;
    border: none;
    padding: 10px 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
  }
  .cookie-accept:hover { background: var(--terra-dark); }
  .cookie-reject {
    background: transparent;
    color: rgba(255,255,255,0.55);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
  }
  .cookie-reject:hover { border-color: rgba(255,255,255,0.5); color: rgba(255,255,255,0.8); }

  @media (max-width: 960px) {
    .cookie-banner { padding: 18px 24px; flex-direction: column; align-items: flex-start; gap: 14px; }
    .cookie-btns { width: 100%; }
    .cookie-accept, .cookie-reject { flex: 1; text-align: center; }
  }


  /* ── Video + carrusel sección equipo ── */
  .et-video-wrap { position: relative; overflow: visible; }
  .et-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; z-index: 2; }
  .et-video-fallback { position: absolute; inset: 0; background-size: cover; background-position: center top; }
  .et-carousel { aspect-ratio: 3/4 !important; min-height: 260px; }
  .et-foto.villa-carousel, .qfoto.villa-carousel { aspect-ratio: 3/4 !important; }
  @media (max-width: 960px) { .et-carousel { min-height: 200px !important; } }
