/* FUENTES AUTOALOJADAS (subset latin) */
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/marcellus-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(fonts/karla-var-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url(fonts/newsreader-italic-latin.woff2) format('woff2');
}

:root {
  --ink: #2b2320;
  --body: #574c44;
  --muted: #6e6259;
  --slate: #574c44;
  --text-soft: #4a4039;
  --accent: #a8814f;
  --accent-deep: #8a6838;
  --accent-dark: #7d5f36;
  --accent-soft: #c9a876;
  --line: #e3d9cb;
  --line-soft: #eadfcf;
  --bg: #f7f2ea;
  --bg-alt: #f0e8dc;
  --card-bg: #fffdf9;
  --wa: #1a874d;
  --wa-dark: #0c773e;
  --serif: 'Marcellus', Georgia, serif;
  --shadow: 0 20px 48px -28px rgba(43, 35, 32, .32);
}

html { scroll-behavior: smooth; }

section[id], header[id] { scroll-margin-top: 80px; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Karla', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

a { color: var(--accent-deep); text-decoration: none; }
a:hover { color: var(--accent-dark); }

.serif {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--accent-deep);
}

.container { max-width: 1140px; margin: 0 auto; }

.kicker {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

h2 {
  font-family: var(--serif);
  font-size: 40px;
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.16;
}

@keyframes pulseWa {
  0%, 100% { box-shadow: 0 6px 24px rgba(26, 135, 77, .35); }
  50% { box-shadow: 0 6px 34px rgba(26, 135, 77, .55); }
}

/* NAV */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 242, 234, .9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  padding: 0 24px;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 16px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: none;
  border: 1px solid var(--accent);
  display: grid;
  place-items: center;
  color: var(--accent-deep);
  font-family: var(--serif);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .08em;
}
img.logo-mark { background: none; border: 0; object-fit: contain; }
.nav-logo-text { line-height: 1.2; }
.nav-logo-name { font-family: var(--serif); font-weight: 400; font-size: 17px; letter-spacing: .02em; }
.nav-logo-sub {
  font-size: 11px;
  color: var(--muted);
  font-weight: 400;
  letter-spacing: .11em;
  text-transform: uppercase;
  margin-top: 2px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.nav-links a { color: var(--muted); }
.nav-links a:hover { color: var(--ink); }
.nav-cta {
  background: none;
  border: 1px solid var(--accent);
  color: var(--accent-dark) !important;
  padding: 11px 22px;
  border-radius: 999px;
  font-weight: 400;
  letter-spacing: .07em;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--accent); color: var(--bg) !important; }

/* HERO */
.hero {
  padding: 84px 24px 96px;
  background: var(--bg);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 30px;
}
.hero-badge-dot {
  width: 42px;
  height: 1px;
  border-radius: 0;
  background: var(--accent);
  display: inline-block;
}
.hero h1 {
  font-family: var(--serif);
  font-size: 64px;
  line-height: 1.07;
  margin: 0 0 22px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-wrap: pretty;
}
.hero-sub {
  font-size: 18px;
  line-height: 1.72;
  font-weight: 300;
  color: var(--body);
  margin: 0 0 34px;
  max-width: 500px;
  text-wrap: pretty;
}
.hero-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background: var(--wa);
  color: #fff !important;
  padding: 16px 30px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .04em;
  animation: pulseWa 2.8s ease-in-out infinite;
}
.btn-wa:hover { background: var(--wa-dark); }
.btn-wa svg { width: 18px; height: 18px; }
.btn-outline {
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 400;
  font-size: 14.5px;
  letter-spacing: .04em;
  color: var(--accent-dark);
  border: 1px solid var(--accent);
}
.btn-outline:hover { background: var(--card-bg); }
.hero-stats {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  gap: 0 clamp(16px, 1.7vw, 26px);
  margin-top: 40px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
  font-size: 11.5px;
  letter-spacing: .09em;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 400;
}
.hero-stats > div:not(.hero-stats-sep) {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 8px;
}
.hero-stats strong {
  font-family: var(--serif);
  font-size: clamp(17px, 1.65vw, 21px);
  line-height: 1.22;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: var(--ink);
  text-wrap: balance;
}
.hero-stats-sep { width: 1px; background: var(--line); }
.hero-photo { position: relative; }

.placeholder {
  background: repeating-linear-gradient(45deg, #eae0d2, #eae0d2 12px, #f3ebdf 12px, #f3ebdf 24px);
  display: grid;
  place-items: center;
  border: 1px solid #dfd2bf;
}
.placeholder span {
  font-family: monospace;
  font-size: 13px;
  color: var(--muted);
  background: var(--card-bg);
  padding: 8px 14px;
  border-radius: 4px;
}
.hero-photo-frame {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 240px 240px 6px 6px;
  overflow: hidden;
  aspect-ratio: 4 / 4.6;
  box-shadow: var(--shadow);
}
.hero-card {
  position: absolute;
  bottom: -18px;
  left: -18px;
  background: var(--card-bg);
  border-radius: 3px;
  padding: 16px 20px;
  box-shadow: 0 14px 34px -18px rgba(43, 35, 32, .35);
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid var(--line);
}
.hero-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg-alt);
  display: grid;
  place-items: center;
  font-size: 19px;
}
.hero-card-title { font-family: var(--serif); font-weight: 400; font-size: 15px; }
.hero-card-sub { font-size: 12.5px; color: var(--muted); }

/* TESTIMONIOS */
.testimonios {
  background: var(--ink);
  color: var(--bg);
  padding: 88px 24px;
}
.testimonios .kicker { color: var(--accent-soft); }
.testimonios h2 { color: var(--bg); }
.testimonios-head { text-align: center; margin-bottom: 48px; }
.testimonios-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonio {
  background: rgba(247, 242, 234, .05);
  border: 1px solid rgba(232, 220, 205, .14);
  border-radius: 3px;
  padding: 30px 28px;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.testimonio-stars {
  color: var(--accent-soft);
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
.testimonio blockquote {
  flex: 1;
  margin: 0 0 22px;
  font-size: 15.5px;
  line-height: 1.7;
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  color: rgba(247, 242, 234, .9);
}
.testimonio figcaption {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 18px;
  border-top: 1px solid rgba(232, 220, 205, .12);
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent-soft);
}
.testimonio-nombre { font-weight: 500; }
.testimonio-tratamiento {
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
  color: rgba(247, 242, 234, .55);
}

/* RESULTADOS */
.resultados { padding: 88px 24px; border-top: 1px solid var(--line); }
.section-head-split {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 44px;
  gap: 24px;
  flex-wrap: wrap;
}
.section-head-split .aside-link { font-weight: 400; font-size: 14px; letter-spacing: .04em; }
.section-head-split .aside-note { font-size: 13.5px; color: var(--muted); font-weight: 400; max-width: 300px; }
.casos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.caso {
  background: var(--card-bg);
  border: 1px solid var(--line-soft);
  border-radius: 3px;
  overflow: hidden;
}
.caso-foto { margin: 0; }
.caso-imagen {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1122 / 1402;
  object-fit: cover;
}
.caso-info { padding: 18px 20px; border-top: 1px solid var(--line-soft); }
.caso-titulo { font-family: var(--serif); font-weight: 400; font-size: 17px; }
.caso-titulo span { color: var(--muted); }
.caso-detalle { font-size: 13px; color: var(--muted); margin-top: 5px; line-height: 1.6; }
.casos-cta {
  margin: 32px 0 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: .04em;
}

/* DOCTORA */
.doctora {
  background: var(--card-bg);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 88px 24px;
}
.doctora-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 64px;
  align-items: center;
}
.doctora-photo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4 / 4.4;
  box-shadow: var(--shadow);
}
.doctora h2 { margin-bottom: 22px; }
.doctora p {
  color: var(--body);
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.75;
  margin: 0 0 18px;
  text-wrap: pretty;
}
.doctora-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 30px;
}
.doctora-check {
  background: var(--bg-alt);
  border-radius: 3px;
  padding: 17px 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 11px;
  align-items: center;
}

/* TRATAMIENTOS */
.servicios { padding: 88px 24px; }
.section-head-center { text-align: center; max-width: 620px; margin: 0 auto 52px; }
.section-head-center h2 { font-size: 42px; margin-bottom: 16px; }
.section-head-center p { color: var(--body); font-size: 16px; font-weight: 300; line-height: 1.7; margin: 0; }
.tratamientos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px 26px; }
.tratamiento { display: flex; flex-direction: column; }
.tratamiento-media {
  aspect-ratio: 4 / 5;
  width: 100%;
  height: auto;
  margin-bottom: 22px;
  border-radius: 3px;
  border: 1px solid var(--line-soft);
  background: linear-gradient(160deg, var(--bg-alt), var(--card-bg));
  object-fit: cover;
  display: block;
}
.tratamiento h3 {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
  margin: 0 0 10px;
}
.tratamiento p {
  margin: 0 0 16px;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--muted);
}
.tratamiento-zonas {
  font-size: 11.5px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--accent-deep);
}
.tratamiento-link {
  margin-top: auto;
  align-self: start;
  font-size: 13px;
  letter-spacing: .06em;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
  transition: border-color .2s;
}
.tratamiento-link:hover { border-color: var(--accent); }

.tratamientos-cta {
  margin-top: 72px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
  text-align: center;
}
.tratamientos-cta h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 12px;
}
.tratamientos-cta p {
  max-width: 520px;
  margin: 0 auto 28px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--body);
}

/* PAGINA DE TRATAMIENTO */
.trat-breadcrumb {
  padding: 28px 24px 0;
  font-size: 12.5px;
  letter-spacing: .04em;
  color: var(--muted);
}
.trat-breadcrumb span { margin: 0 4px; }
.blog .trat-breadcrumb { padding: 0 0 24px; }
.trat-hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
  padding: 52px 24px 72px;
}
.trat-hero h1 {
  font-family: var(--serif);
  font-size: 44px;
  line-height: 1.14;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0 0 22px;
  text-wrap: pretty;
}
.trat-hero-sub {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--body);
  max-width: 500px;
  margin: 0 0 34px;
  text-wrap: pretty;
}
.trat-hero-media {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 3px;
  border: 1px solid var(--line-soft);
  background: linear-gradient(160deg, var(--bg-alt), var(--card-bg));
}
.trat-cuerpo { padding: 0 24px 96px; max-width: 800px; }
.trat-sec { padding-top: 56px; }
.trat-sec h2 {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 20px;
  text-wrap: pretty;
}
.trat-sec p {
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--body);
  margin: 0 0 16px;
}
.trat-zonas-tit {
  margin-top: 26px;
  font-size: 11.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent-deep);
}
.trat-zonas {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.trat-zonas li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 13.5px;
  color: var(--text-soft);
}
.trat-lista { list-style: none; padding: 0; margin: 0; }
.trat-lista li {
  position: relative;
  padding: 0 0 14px 26px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--body);
}
.trat-lista li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--accent);
}
.trat-pasos { display: grid; gap: 22px; }
.trat-paso {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.trat-paso-num {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--accent-deep);
  margin-bottom: 8px;
}
.trat-paso h3 {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 8px;
}
.trat-paso p { margin: 0; font-size: 15.5px; }
.trat-faq { border-top: 1px solid var(--line); }
.trat-faq-item { border-bottom: 1px solid var(--line); padding: 22px 0; }
.trat-faq-item h3 {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
  margin: 0 0 10px;
}
.trat-faq-item p { margin: 0; font-size: 15.5px; }
.trat-relacionados { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.trat-rel {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 24px 26px;
  border: 1px solid var(--line-soft);
  border-radius: 3px;
  background: var(--card-bg);
  transition: border-color .2s;
}
.trat-rel:hover { border-color: var(--accent); }
.trat-rel-kicker {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.trat-rel-nombre { font-family: var(--serif); font-size: 21px; color: var(--ink); }
.trat-rel-link { font-size: 13px; letter-spacing: .05em; color: var(--accent-deep); }
.trat-cta {
  margin-top: 72px;
  padding: 48px 40px;
  background: var(--bg-alt);
  border-radius: 3px;
  text-align: center;
}
.trat-cta h2 {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  margin: 0 0 14px;
  text-wrap: pretty;
}
.trat-cta p {
  max-width: 520px;
  margin: 0 auto 28px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--body);
}
.trat-disclaimer {
  margin: 34px 0 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--muted);
}

/* FAQ */
.faq-section {
  background: var(--card-bg);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 88px 24px;
}
.faq-section .container { max-width: 780px; }
.faq-head { text-align: center; margin-bottom: 44px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq {
  border: 1px solid var(--line);
  border-radius: 3px;
  overflow: hidden;
  background: var(--bg);
}
.faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 500;
  font-size: 15.5px;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  color: var(--accent);
  font-size: 18px;
  font-weight: 400;
}
.faq[open] summary::after { content: '−'; }
.faq-body {
  padding: 0 24px 22px;
  max-width: 62ch;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--body);
}
.faq-cta {
  display: inline-block;
  margin-top: 14px;
  font-size: 13px;
  letter-spacing: .05em;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--line);
}
.faq-cta:hover { border-color: var(--accent); }

/* BLOG */
.blog { padding: 88px 24px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card {
  display: block;
  color: inherit;
  background: var(--card-bg);
  border: 1px solid var(--line-soft);
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s;
}
.blog-card:hover { color: inherit; }
.blog-card:hover {
  border-color: var(--accent);
  box-shadow: 0 18px 40px -26px rgba(43, 35, 32, .4);
}
.blog-card-img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.blog-card-body { padding: 26px 26px 28px; }
.blog-tag {
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.blog-card h3 { font-family: var(--serif); margin: 0 0 12px; font-size: 21px; font-weight: 400; line-height: 1.28; }
.blog-card p { margin: 0 0 16px; font-size: 14.5px; line-height: 1.65; color: var(--muted); }
.blog-card .leer { font-weight: 400; font-size: 13px; letter-spacing: .09em; text-transform: uppercase; color: var(--accent-deep); }

.articulo-imagen {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
  margin: 0 0 32px;
}

.articulo {
  background: var(--card-bg);
  border: 1px solid var(--line-soft);
  border-radius: 3px;
  padding: 56px 60px;
  max-width: 820px;
  margin: 0 auto;
}
.articulo .blog-tag { font-size: 12px; }
.volver {
  all: unset;
  cursor: pointer;
  font-family: inherit;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 26px;
  display: inline-block;
}
.articulo h3,
.articulo-titulo {
  font-family: var(--serif);
  font-size: 40px;
  margin: 0 0 26px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.16;
}
.articulo p {
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-soft);
  margin: 0 0 20px;
  text-wrap: pretty;
}
.articulo p.articulo-autor {
  font-size: 13.5px;
  font-weight: 400;
  color: var(--muted);
  margin: -12px 0 26px;
}
.articulo p.articulo-autor strong { color: var(--ink); font-weight: 500; }
.articulo-cta {
  margin-top: 34px;
  background: var(--bg-alt);
  border-radius: 3px;
  padding: 26px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.articulo-cta-texto { font-family: var(--serif); font-weight: 400; font-size: 18px; }
.articulo-cta .btn-wa {
  padding: 13px 24px;
  font-size: 14px;
  animation: none;
}

/* ARTICULO DE BLOG */
.articulo h2 {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.24;
  margin: 44px 0 16px;
  text-wrap: pretty;
}
.articulo blockquote {
  margin: 30px 0;
  padding: 4px 0 4px 24px;
  border-left: 2px solid var(--accent-soft);
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.55;
  color: var(--ink);
}
.articulo-lista { list-style: none; padding: 0; margin: 0 0 20px; }
.articulo-lista li {
  position: relative;
  padding: 0 0 12px 26px;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-soft);
}
.articulo-lista li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--accent);
}
.tabla-scroll { overflow-x: auto; margin: 0 0 24px; }
.tabla-comparativa {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text-soft);
}
.tabla-comparativa th,
.tabla-comparativa td {
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}
.tabla-comparativa thead th {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 15px;
  color: var(--ink);
  border-bottom-color: var(--accent-soft);
}
.tabla-comparativa tbody th {
  font-weight: 500;
  color: var(--ink);
  white-space: nowrap;
}
.articulo-link-wrap { margin: 30px 0 0; }
.articulo-link-trat {
  font-size: 13.5px;
  letter-spacing: .05em;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
  transition: border-color .2s;
}
.articulo-link-trat:hover { border-color: var(--accent); }
.articulo-faq, .articulo-rel { margin-top: 52px; }
.articulo-faq h2, .articulo-rel h2 { margin-top: 0; }
.articulo .trat-cta { margin-top: 52px; }
.articulo .trat-cta h2 { margin-top: 0; }
.articulo .trat-cta p { color: var(--body); }

/* CONTACTO */
.contacto {
  padding: 88px 24px 96px;
  background: var(--bg-alt);
}
.contacto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.contacto h2 { font-size: 42px; margin-bottom: 18px; }
.contacto-sub {
  color: var(--body);
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.72;
  margin: 0 0 30px;
  max-width: 460px;
}
.contacto .btn-wa { padding: 17px 32px; font-size: 15.5px; animation: none; }
.contacto .btn-wa svg { width: 19px; height: 19px; }
.contacto-datos {
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 15px;
  font-size: 14.5px;
  font-weight: 300;
  color: var(--text-soft);
}
.contacto-dato { display: flex; gap: 12px; align-items: start; }
.contacto-dato .emoji { font-size: 16px; }
.contacto-dato .nota { color: var(--muted); }
.redes { margin-top: 30px; }
.redes-titulo {
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}
.redes-botones { display: flex; gap: 12px; }
.btn-red {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 11px 20px;
  font-weight: 400;
  font-size: 13.5px;
  letter-spacing: .04em;
  color: var(--text-soft) !important;
  transition: border-color .2s, color .2s;
}
.btn-red svg { width: 16px; height: 16px; }
.btn-red:hover { border-color: var(--accent); color: var(--ink) !important; }
.btn-tiktok svg path { fill: currentColor; }
.contacto-mapa-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: .04em;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--line);
  transition: border-color .2s;
}
.contacto-mapa-link:hover { border-color: var(--accent); }
.contacto-mapa {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #eae0d2;
  border: 1px solid var(--line);
}
.contacto-mapa iframe { display: block; width: 100%; height: 100%; border: 0; }
.mapa-aviso {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding: 28px 24px;
  border: 0;
  background: var(--card-bg);
  color: var(--text-soft);
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  transition: background .2s;
}
.mapa-aviso:hover { background: var(--bg); }
.mapa-aviso svg { width: 28px; height: 28px; color: var(--accent); }
.mapa-aviso-titulo {
  font-family: var(--serif);
  font-size: 19px;
  color: var(--ink);
}
.mapa-aviso-nota {
  max-width: 34ch;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}
.mapa-aviso-cta {
  margin-top: 6px;
  padding-bottom: 2px;
  font-size: 13px;
  letter-spacing: .04em;
  color: var(--accent-dark);
  border-bottom: 1px solid var(--line);
  transition: border-color .2s;
}
.mapa-aviso:hover .mapa-aviso-cta { border-color: var(--accent); }

/* FOOTER */
.footer {
  background: var(--ink);
  color: rgba(247, 242, 234, .7);
  padding: 44px 24px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13.5px;
  font-weight: 300;
}
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand .logo-mark {
  width: 32px;
  height: 32px;
  font-size: 12.5px;
  border-color: rgba(200, 168, 118, .5);
  color: var(--accent-soft);
}
.footer-brand strong { color: var(--bg); font-family: var(--serif); font-weight: 400; }
.footer-links { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-links a { color: var(--accent-soft); }
.footer-links a:hover { color: var(--bg); }
.footer-redes { display: flex; gap: 10px; }
.footer-red {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(247, 242, 234, .08);
  border: 1px solid rgba(247, 242, 234, .16);
  transition: transform .2s, background .2s;
}
.footer-red:hover { transform: translateY(-2px); background: rgba(247, 242, 234, .18); }
.footer-red svg { width: 16px; height: 16px; }
.footer-red.instagram { background: rgba(247, 242, 234, .08); }
.footer-red.tiktok { background: rgba(247, 242, 234, .08); }
.footer-legal {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(247, 242, 234, .12);
  font-size: 12px;
  line-height: 1.65;
  font-weight: 300;
  color: rgba(247, 242, 234, .45);
}

/* WHATSAPP FLOTANTE */
.wa-flotante {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 60;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--wa);
  display: grid;
  place-items: center;
  animation: pulseWa 2.8s ease-in-out infinite;
  transition: transform .2s;
}
.wa-flotante:hover { background: var(--wa-dark); transform: scale(1.06); }
.wa-flotante svg { width: 30px; height: 30px; }

/* MENU MOVIL */
.nav-movil { display: none; }
.nav-movil > summary {
  list-style: none;
  cursor: pointer;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
}
.nav-movil > summary::-webkit-details-marker { display: none; }
.nav-movil > summary:hover { border-color: var(--accent); }
.nav-movil svg { width: 18px; height: 18px; }
.nav-movil .ico-cerrar { display: none; }
.nav-movil[open] .ico-abrir { display: none; }
.nav-movil[open] .ico-cerrar { display: block; }
.nav-movil-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 6px 24px 22px;
  display: flex;
  flex-direction: column;
}
.nav-movil-panel a {
  padding: 15px 0;
  font-size: 15px;
  color: var(--ink);
  border-bottom: 1px solid var(--line-soft);
}
.nav-movil-panel a:last-child { border-bottom: 0; }
.nav-movil-panel .nav-cta {
  margin-top: 18px;
  text-align: center;
  padding: 13px 22px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-movil { display: block; }
  .hero-grid,
  .doctora-grid,
  .contacto-grid { grid-template-columns: 1fr; gap: 44px; }
  .contacto-mapa { aspect-ratio: auto; min-height: 300px; }
  .contacto-mapa iframe { height: 300px; }
  .mapa-aviso { height: auto; padding: 32px 20px; }
  .hero h1 { font-size: 46px; }
  h2, .contacto h2, .section-head-center h2 { font-size: 34px; }
  .articulo-titulo, .articulo h3 { font-size: 32px; }
  .testimonios-grid,
  .blog-grid { grid-template-columns: 1fr; }
  .tratamientos-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
  .articulo { padding: 36px 26px; }
  .casos-grid { grid-template-columns: repeat(2, 1fr); }
  .articulo h2 { font-size: 24px; }
  .trat-hero { grid-template-columns: 1fr; gap: 40px; padding-bottom: 48px; }
  .trat-hero h1 { font-size: 34px; }
  .hero-photo-frame { border-radius: 200px 200px 6px 6px; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 38px; }
  .hero-stats { grid-template-columns: 1fr; gap: 20px; }
  .hero-stats > div:not(.hero-stats-sep) { grid-template-rows: auto auto; gap: 5px; }
  .hero-stats-sep { width: auto; height: 1px; }
  .casos-grid { grid-template-columns: 1fr; }
  .tratamientos-grid { grid-template-columns: 1fr; }
  .trat-relacionados { grid-template-columns: 1fr; }
  .trat-cta { padding: 40px 24px; }
  .doctora-checks { grid-template-columns: 1fr; }
  .hero-photo-frame { border-radius: 160px 160px 6px 6px; }
}
