/* ── CONTENEDORES ───────────────────────────────────────────────────────── */

.hero-inner,
.cred-inner,
.spec-section,
.pain-inner,
.location-inner{max-width:560px;margin:0 auto}

.hero-inner{padding:2rem 1.25rem 0;display:flex;flex-direction:column;align-items:center}
.hero-body{display:flex;flex-direction:column;align-items:center;width:100%}
.hero-text{display:flex;flex-direction:column;align-items:center;width:100%}
.spec-section{padding:2rem 1.25rem 0}
.pain-inner,
.location-inner{} /* solo hereda */

/* Secciones con borde top/bottom */
.cred-section,
.location-section{
  background:#fff;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  padding:2rem 1.25rem;
}
.cred-section{margin:1.5rem 0 0}

/* ── TIPOGRAFÍA SERIF ───────────────────────────────────────────────────── */

.hero-headline,
.spec-title,
.quiz-cta-title,
.location-title,
.footer-name{
  font-family:'Playfair Display',serif;
  font-weight:400;
  color:var(--green);
}
/* pain-title comparte serif pero tiene color diferente */
.pain-title{font-family:'Playfair Display',serif;font-weight:400;color:var(--terra)}

.hero-headline{font-size:27px;line-height:1.25;text-align:center;margin-bottom:0.75rem}
.spec-title{font-size:18px;text-align:center;margin-bottom:1.25rem}
.pain-title{font-size:17px;text-align:center;margin-bottom:1.25rem;line-height:1.4}
.quiz-cta-title{font-size:22px;line-height:1.3;margin-bottom:0.75rem}
.location-title{font-size:17px;text-align:center;margin-bottom:1.25rem}
.footer-name{font-size:14px;margin-bottom:4px}

/* Número serif (cred) */
.cred-num{
  font-family:'Playfair Display',serif;
  font-size:26px;font-weight:400;color:var(--green);
  line-height:1;margin-bottom:4px;
}

/* ── EYEBROW LABELS (uppercase small) ──────────────────────────────────── */

.hero-tag,
.cred-title,
.quiz-cta-tag,
.location-eyebrow,
.info-card__label{
  font-size:11px;font-weight:500;
  letter-spacing:0.1em;text-transform:uppercase;
}
.hero-tag{color:var(--terra);margin-bottom:0.5rem;text-align:center}
.cred-title{color:var(--text-muted);text-align:center;margin-bottom:1.25rem}
.quiz-cta-tag{color:var(--green-light);margin-bottom:0.75rem}
.location-eyebrow{color:var(--text-muted);text-align:center;margin-bottom:0.5rem}
.info-card__label{color:var(--green-light);margin-bottom:5px;letter-spacing:0.08em}

/* ── TEXTO PEQUEÑO MUTED ────────────────────────────────────────────────── */

.cred-label,
.spec-desc,
.step-label,
.cta-sub,
.footer-sub{font-size:12px;color:var(--text-muted)}
.cred-label{line-height:1.4}
.spec-desc{line-height:1.4}
.step-label{line-height:1.3;max-width:70px}

/* ── CARDS ──────────────────────────────────────────────────────────────── */

.cred-card,
.spec-card{border:1px solid var(--border);border-radius:12px;text-align:center}
.cred-card{background:var(--cream);padding:1rem 0.875rem}
.spec-card{background:#fff;padding:1rem 0.75rem}

/* info-card comparte estructura */
.info-card{background:var(--cream);border:1px solid var(--border);border-radius:12px;padding:0.875rem 1rem}
.info-card__text{font-size:12px;color:var(--text);line-height:1.5}
.info-card__text--mb{margin-bottom:6px}
.info-card__link{display:inline-block;margin-top:6px;font-size:11px;color:var(--green);text-decoration:underline;text-underline-offset:2px}

/* links que reusan clases de card */
a.trust-item{text-decoration:none}
a.cred-card{text-decoration:none;display:block}

/* ── HERO ───────────────────────────────────────────────────────────────── */

.hero{background:var(--cream);padding:0 0 3rem}

.banner-strip{width:100%;overflow:hidden;border-bottom:1.5px solid var(--cream-dark)}
.banner-strip img{width:100%;height:140px;object-fit:cover;object-position:center 30%;display:block}

.trust-bar{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;margin-bottom:1.5rem}
.trust-item{
  display:flex;align-items:center;gap:5px;
  font-size:12px;font-weight:500;color:var(--text-muted);
  background:#fff;border:1px solid var(--border);
  padding:4px 10px;border-radius:20px;
}
.trust-item .dot{width:6px;height:6px;border-radius:50%;background:var(--green);flex-shrink:0}
.trust-stars{color:var(--orange);font-size:12px;letter-spacing:1px}

.photo-wrap{position:relative;margin-bottom:1.5rem}
.photo-ring{width:130px;height:130px;border-radius:50%;border:3px solid var(--cream-dark);overflow:hidden;background:var(--cream-dark)}
.photo-ring img{width:100%;height:100%;object-fit:cover;object-position:center top}
.photo-badge{
  position:absolute;bottom:4px;right:-8px;
  background:var(--green);color:#fff;
  font-size:10px;font-weight:500;
  padding:4px 9px;border-radius:20px;
  white-space:nowrap;border:2px solid var(--cream);
}

.hero-sub{font-size:14px;color:var(--text-muted);line-height:1.7;text-align:center;max-width:420px;margin-bottom:0.5rem}
.hero-hook{font-size:13px;font-style:italic;color:var(--green-light);text-align:center;margin-bottom:1.75rem}

/* ── CTA BUTTON ─────────────────────────────────────────────────────────── */

.cta-btn{
  display:flex;align-items:center;justify-content:center;gap:10px;
  background:var(--green);color:#fff;
  border:none;border-radius:12px;
  font-family:'DM Sans',sans-serif;font-size:15px;font-weight:500;
  padding:15px 32px;cursor:pointer;text-decoration:none;
  transition:background 0.2s;
  width:100%;max-width:360px;margin-bottom:0.75rem;
}
.cta-btn:hover{background:var(--green-mid)}
.cta-btn--centered{margin:0 auto}
.cta-btn--terra{max-width:320px;margin:0 auto;background:var(--terra)}
.cta-btn--terra:hover{background:#a8412e}

.hero-btns{
  display:flex;flex-direction:column;align-items:center;
  gap:10px;width:100%;
}
.cta-btn--outline{
  background:var(--terra);color:#fff;
  border:2px solid var(--terra);
}
.cta-btn--outline:hover{background:#a8412e;border-color:#a8412e}
.cta-sub{font-size:11px;color:var(--text-muted);text-align:center}
.cta-link{
  font-size:12px;color:var(--green);text-decoration:none;
  border-bottom:1px solid var(--border);padding-bottom:1px;
  margin-top:0.5rem;transition:color 0.2s;
}
.cta-link:hover{color:var(--green-mid)}

/* ── CREDIBILIDAD ───────────────────────────────────────────────────────── */

.cred-inner{max-width:560px;margin:0 auto}
.cred-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:1.5rem}
.cred-clinics{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.clinic-pill{
  font-size:11px;font-weight:500;color:var(--green);
  background:var(--green-pale);border:1px solid var(--border);
  padding:5px 12px;border-radius:20px;
}

/* ── ESPECIALIDADES ─────────────────────────────────────────────────────── */

.spec-location{font-size:12px;color:var(--text-muted);text-align:center;margin-bottom:0.75rem}
.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:2rem}
.spec-icon{font-size:22px;margin-bottom:6px}
.spec-name{font-size:12px;font-weight:500;color:var(--green);margin-bottom:4px;line-height:1.3}

/* ── PAIN POINTS ────────────────────────────────────────────────────────── */

.pain-section{
  background:var(--terra-light);
  border-top:1px solid rgba(196,80,58,0.15);
  border-bottom:1px solid rgba(196,80,58,0.15);
  padding:2rem 1.25rem;
}
.pain-list{display:flex;flex-direction:column;gap:8px;margin-bottom:1.5rem}
.pain-item{
  display:flex;align-items:flex-start;gap:10px;
  background:#fff;border:1px solid rgba(196,80,58,0.15);
  border-radius:10px;padding:10px 14px;
}
.pain-dot{width:7px;height:7px;border-radius:50%;background:var(--terra);flex-shrink:0;margin-top:5px}
.pain-text{font-size:14px;color:var(--text);line-height:1.4}

/* ── TESTIMONIOS ────────────────────────────────────────────────────────── */

.testi-section{padding:2.5rem 1.25rem;background:var(--cream)}
.testi-inner{max-width:960px;margin:0 auto;text-align:center}
.testi-eyebrow{
  font-size:11px;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;
  color:var(--text-muted);margin-bottom:0.5rem;
}
.testi-title{
  font-family:'Playfair Display',serif;font-weight:400;
  font-size:20px;color:var(--green);margin-bottom:1.75rem;
}
.testi-grid{display:flex;flex-direction:column;gap:14px;margin-bottom:1.5rem}
.testi-card{
  background:#fff;border:1px solid var(--border);border-radius:16px;
  padding:1.25rem;text-align:left;
}
.testi-stars{color:var(--orange);font-size:14px;letter-spacing:2px;margin-bottom:0.75rem}
.testi-text{
  font-size:13px;color:var(--text);line-height:1.7;
  margin-bottom:1rem;font-style:italic;
}
.testi-author{display:flex;align-items:center;gap:10px}
.testi-avatar{
  width:34px;height:34px;border-radius:50%;flex-shrink:0;
  background:var(--green);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:500;
}
.testi-name{font-size:12px;font-weight:500;color:var(--text)}
.testi-source{font-size:11px;color:var(--text-muted)}
.testi-link{
  font-size:12px;color:var(--green);text-decoration:underline;
  text-underline-offset:3px;font-weight:500;
}

/* ── QUIZ CTA ───────────────────────────────────────────────────────────── */

.quiz-cta{padding:2.5rem 1.25rem;text-align:center}
.quiz-cta-sub{font-size:13px;color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem}
.quiz-steps{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.75rem;flex-wrap:wrap}
.quiz-step{text-align:center}
.step-circle{
  width:36px;height:36px;border-radius:50%;
  background:var(--green-pale);border:1px solid var(--border);
  display:flex;align-items:center;justify-content:center;
  font-family:'Playfair Display',serif;font-size:16px;color:var(--green);
  margin:0 auto 6px;
}

/* ── BOOKING ────────────────────────────────────────────────────────────── */

.booking-section{
  background:#fff;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  padding:2rem 1.25rem;
}
.booking-inner{max-width:960px;margin:0 auto;text-align:center}
.booking-sub{font-size:13px;color:var(--text-muted);margin-bottom:1.25rem}
.booking-details{
  display:flex;flex-wrap:wrap;justify-content:center;gap:10px;
  margin-bottom:1.5rem;
}
.booking-detail{
  display:flex;align-items:center;gap:6px;
  font-size:12px;color:var(--text-muted);
  background:var(--cream);border:1px solid var(--border);
  border-radius:20px;padding:6px 14px;
}
#cal-booking{border-radius:14px;overflow:hidden;border:1px solid var(--border)}
.booking-or{
  display:flex;align-items:center;gap:12px;
  margin:1.5rem 0;color:var(--text-muted);font-size:12px;
}
.booking-or::before,.booking-or::after{
  content:'';flex:1;height:1px;background:var(--border);
}
.wa-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  background:#25D366;color:#fff;
  border-radius:12px;padding:13px 28px;
  font-family:'DM Sans',sans-serif;font-size:15px;font-weight:500;
  text-decoration:none;transition:background 0.2s;
}
.wa-btn:hover{background:#1ebe5d}

/* ── LOCATION ───────────────────────────────────────────────────────────── */

.map-wrap{border-radius:14px;overflow:hidden;border:1px solid var(--border);margin-bottom:1rem}
.map-iframe{border:0;display:block}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:1rem}
.wa-pill{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:500;color:#fff;background:var(--green);padding:5px 10px;border-radius:8px;text-decoration:none}
.rating-row{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}
.rating-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}
.rating-stars{color:var(--orange);font-size:14px;letter-spacing:1px}
.rating-num{color:var(--green);font-size:13px}
.rating-link{font-size:12px;color:var(--green);text-decoration:underline;text-underline-offset:2px;font-weight:500}

/* ── WHATSAPP FLOTANTE ──────────────────────────────────────────────────── */

.wa-float{
  position:fixed;bottom:24px;right:24px;z-index:999;
  width:56px;height:56px;border-radius:50%;
  background:#25D366;color:#fff;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 16px rgba(0,0,0,0.2);
  text-decoration:none;
  transition:transform 0.2s,box-shadow 0.2s;
}
.wa-float:hover{transform:scale(1.08);box-shadow:0 6px 20px rgba(0,0,0,0.25)}

/* ── FOOTER ─────────────────────────────────────────────────────────────── */

.footer-strip{text-align:center;padding:1.5rem 1.25rem 2.5rem;border-top:1px solid var(--border)}
.footer-social{display:flex;justify-content:center;gap:16px;margin:1rem 0}
.social-icon{
  color:#fff;width:36px;height:36px;border-radius:50%;
  background:var(--green-light);
  display:flex;align-items:center;justify-content:center;
  transition:background 0.2s;
}
.social-icon:hover{background:var(--green)}
.footer-privacy{font-size:11px;color:var(--text-muted);text-decoration:underline;text-underline-offset:2px;display:inline-block;margin-top:0.25rem}

/* ── RESPONSIVE MOBILE ──────────────────────────────────────────────────── */

@media(max-width:480px){
  .hero-headline{font-size:23px}
  .cred-num{font-size:22px}
  .spec-grid{grid-template-columns:repeat(2,1fr)}
  .banner-strip img{height:100px}
}

/* ── RESPONSIVE DESKTOP ─────────────────────────────────────────────────── */

@media(min-width:768px){

  /* Contenedores más anchos */
  .hero-inner,
  .cred-inner,
  .spec-section,
  .pain-inner,
  .location-inner{max-width:960px}

  /* Banner a proporción natural */
  .banner-strip img{height:auto;object-fit:fill}

  /* Hero dos columnas */
  .hero-inner{padding:3rem 2rem 0}
  .hero{padding-bottom:0}
  .hero-body{
    display:flex;flex-direction:row;align-items:center;gap:3.5rem;
    width:100%;padding-bottom:3rem;
  }
  .photo-wrap{flex-shrink:0;margin-bottom:0}
  .photo-ring{width:200px;height:200px}
  .hero-text{
    flex:1;display:flex;flex-direction:column;
    align-items:flex-start;
  }
  .hero-tag{text-align:left;font-size:11px}
  .hero-headline{font-size:42px;text-align:left}
  .hero-sub{font-size:16px;text-align:left;max-width:none}
  .hero-hook{font-size:14px;text-align:left}
  .hero-btns{flex-direction:row;align-items:stretch;width:auto}
  .cta-btn{width:auto;padding:15px 40px;font-size:16px}
  .cta-sub{text-align:left;font-size:13px}
  .trust-item{font-size:13px}
  .trust-stars{font-size:14px}

  /* Credibilidad */
  .cred-section{padding:3rem 2rem}
  .cred-num{font-size:32px}
  .cred-label{font-size:13px}
  .cred-title{font-size:11px}
  .clinic-pill{font-size:13px}

  /* Especialidades */
  .spec-section{padding:3rem 2rem}
  .spec-title{font-size:22px}
  .spec-icon{font-size:30px}
  .spec-name{font-size:15px}
  .spec-desc{font-size:13px}

  /* Pain points */
  .pain-section{padding:3rem 2rem}
  .pain-title{font-size:22px}
  .pain-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .pain-text{font-size:15px}

  /* Quiz CTA */
  .quiz-cta{padding:4rem 2rem}
  .quiz-cta-title{font-size:30px}
  .quiz-cta-sub{font-size:15px;max-width:520px;margin:0 auto 1.5rem}
  .quiz-steps{gap:3rem}
  .step-label{font-size:13px;max-width:none}

  /* Testimonios */
  .testi-section{padding:3.5rem 2rem}
  .testi-title{font-size:26px}
  .testi-grid{flex-direction:row;align-items:stretch}
  .testi-card{flex:1}
  .testi-text{font-size:14px}

  /* Location */
  .location-section{padding:3rem 2rem}
  .location-title{font-size:22px}
  .map-iframe{height:360px}
  .info-card__text{font-size:14px}
  .info-card__label{font-size:11px}
  .rating-item{font-size:14px}
  .rating-link{font-size:13px}
  .wa-pill{font-size:13px}

  /* Footer */
  .footer-name{font-size:16px}
  .footer-sub{font-size:13px}
  .footer-privacy{font-size:12px}
}
