/* Refresh ligero de home basado en la estructura real del sitio */
.home-seo-intro{
  padding-top: 22px;
  padding-bottom: 8px;
}
.home-seo-intro__shell{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
}
.home-seo-intro__grid{
  display:grid;
  grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr);
  gap: 18px;
  align-items: stretch;
}
.home-seo-intro__copy,
.home-seo-intro__pills{
  background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(248,245,241,.94));
  border: 1px solid rgba(120,102,78,.14);
  border-radius: 24px;
  box-shadow: 0 14px 36px rgba(33,28,24,.07);
}
.home-seo-intro__copy{
  padding: clamp(22px, 3vw, 34px);
}
.home-seo-intro__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:.83rem;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:#7c6a56;
  margin-bottom:12px;
}
.home-seo-intro__title{
  margin:0 0 12px;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height:1.05;
  color:#1f1a16;
}
.home-seo-intro__lead{
  margin:0;
  max-width: 760px;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height:1.72;
  color:#4f463e;
}
.home-seo-intro__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}
.home-seo-intro__pills{
  padding: clamp(22px, 2.2vw, 30px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:18px;
  min-height:100%;
}
.home-seo-intro__panelhead{
  max-width: 420px;
}
.home-seo-intro__panelkicker{
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:#9f8352;
  margin-bottom:10px;
  font-weight:700;
}
.home-seo-intro__paneltitle{
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height:1.2;
  font-weight:700;
  color:#1f1a16;
}
.home-seo-intro__panellead{
  margin:10px 0 0;
  color:#5c5249;
  line-height:1.65;
}
.home-seo-intro__pilllist{
  display:grid;
  gap:12px;
}
.home-seo-intro__pill{
  display:flex;
  align-items:center;
  gap:12px;
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(120,102,78,.12);
  color:#342c25;
  font-weight:600;
  line-height:1.4;
}
.home-seo-intro__pilldot{
  width:10px;
  height:10px;
  flex:0 0 10px;
  border-radius:999px;
  background: linear-gradient(180deg, #d3af61, #b78d34);
  box-shadow: 0 0 0 4px rgba(211,175,97,.16);
}
.home-seo-intro__panelnote{
  color:#6b6056;
  font-size:.98rem;
  line-height:1.6;
  border-top:1px solid rgba(120,102,78,.12);
  padding-top:14px;
}
.mini-stay-strip{
  padding-top: 10px;
}
.mini-stay-strip .ideal{
  border-radius: 24px;
  border: 1px solid rgba(120,102,78,.14);
  box-shadow: 0 14px 36px rgba(33,28,24,.07);
}
#amenidades .h2,
#propiedades .h2,
#testimonios .h2{
  margin-bottom: 16px;
}
@media (max-width: 900px){
  .home-seo-intro__grid{
    grid-template-columns: 1fr;
  }
  .home-seo-intro{
    padding-top: 16px;
  }
  .home-seo-intro__pills{
    min-height: auto;
  }
}


/* ===== Hero refinement v3 ===== */
.layout-hero .hero-slider .hs-card{
  margin: 0;
}
.hero-slider .hs-center{
  align-items: center;
  justify-items: start;
  padding: 112px clamp(18px, 7vw, 88px) 46px;
}
.hero-slider .hs-slide::before{
  background:
    linear-gradient(90deg, rgba(8,10,14,.74) 0%, rgba(8,10,14,.42) 42%, rgba(8,10,14,.18) 100%),
    var(--hs-img, radial-gradient(circle at 60% 40%, #374151 0%, #111827 55%, #0b1020 100%));
  background-size: cover;
  background-position: center;
  filter: contrast(1.05) saturate(1.08);
}
.hero-slider .hs-card{
  width: min(700px, 92vw);
  background: linear-gradient(180deg, rgba(16,18,24,.62), rgba(16,18,24,.50));
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  padding: clamp(24px, 3vw, 34px);
  text-align: left;
  box-shadow: 0 26px 60px rgba(0,0,0,.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-slider .hs-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #d8bc80;
}
.hero-slider .hs-title{
  font-size: clamp(34px, 5.2vw, 62px);
  line-height: 1.03;
  max-width: 11ch;
}
.hero-slider .hs-sub{
  margin-top: 14px;
  max-width: 56ch;
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.62;
  color: rgba(255,255,255,.92);
}
.hero-slider .hs-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.hero-slider .hs-chip{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.10);
  color: #fff;
  font-size: .96rem;
  line-height: 1.2;
}
.hero-slider .hs-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.hero-slider .hs-cta{
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 14px;
  margin-top: 0;
  background: linear-gradient(180deg, #d7b266, #b98b33);
  color: #1d160b;
  font-weight: 800;
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.hero-slider .hs-cta--ghost{
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,.20);
}
.hero-slider .hs-cta--ghost:hover{
  background: rgba(255,255,255,.14);
}
.hero-slider .hs-arrow{
  background: rgba(12,14,18,.34);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
@media (max-width: 900px){
  .hero-slider .hs-center{
    padding: 96px 16px 42px;
    place-items: end start;
  }
  .hero-slider .hs-card{
    width: min(100%, 680px);
    border-radius: 22px;
  }
  .hero-slider .hs-title{
    max-width: none;
  }
}
@media (max-width: 560px){
  .hero-slider{
    min-height: 620px;
  }
  .hero-slider .hs-center{
    padding-top: 104px;
    padding-bottom: 54px;
  }
  .hero-slider .hs-card{
    width: 100%;
    padding: 22px 18px;
  }
  .hero-slider .hs-kicker{
    font-size: .72rem;
    letter-spacing: .13em;
  }
  .hero-slider .hs-title{
    font-size: clamp(30px, 9vw, 44px);
  }
  .hero-slider .hs-chip{
    width: 100%;
    justify-content: flex-start;
  }
  .hero-slider .hs-actions{
    flex-direction: column;
  }
  .hero-slider .hs-cta,
  .hero-slider .hs-cta--ghost{
    width: 100%;
    justify-content: center;
  }
}


/* ===== Sales-focused refinement v4 ===== */
.hero-slider .hs-card{
  width: min(720px, 92vw);
}
.hero-slider .hs-title{
  max-width: 10.5ch;
}
.hero-slider .hs-sub{
  max-width: 54ch;
}
.hero-slider .hs-actions{
  margin-top: 22px;
}
.hero-slider .hs-cta{
  min-width: 180px;
}
.hero-slider .hs-proof{
  margin-top: 14px;
  color: rgba(255,255,255,.86);
  font-size: .96rem;
  line-height: 1.55;
}
.hero-slider .hs-proof::before{
  content: "•";
  display: inline-block;
  margin-right: 8px;
  color: #d8bc80;
}

.home-seo-intro__proof{
  margin-top: 14px;
  color:#5d5348;
  font-weight:600;
  line-height:1.6;
}
.home-seo-intro__proof::before{
  content:"✓";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  margin-right:10px;
  border-radius:999px;
  background: rgba(211,175,97,.16);
  color:#9a772d;
  font-size:.88rem;
  font-weight:800;
  vertical-align:middle;
}

.home-seo-intro__actions .cta{
  min-height: 48px;
  font-weight: 800;
}
@media (max-width: 560px){
  .hero-slider .hs-proof{
    font-size: .9rem;
  }
  .home-seo-intro__proof::before{
    width:20px;
    height:20px;
    margin-right:8px;
  }
}


/* ===== Hero cleanup v5 ===== */
.hero-slider .hs-card{
  width: min(680px, 92vw);
  background: linear-gradient(180deg, rgba(16,18,24,.56), rgba(16,18,24,.44));
}
.hero-slider .hs-title{
  max-width: 11.5ch;
}
.hero-slider .hs-sub{
  margin-top: 12px;
  max-width: 52ch;
}
.hero-slider .hs-actions{
  margin-top: 18px;
}
.hero-slider .hs-kicker,
.hero-slider .hs-meta,
.hero-slider .hs-proof{
  display:none !important;
}
@media (max-width: 560px){
  .hero-slider .hs-card{
    padding: 20px 18px;
  }
}
