:root {
  --bg:        #f7f4ed;
  --soft:      #ebe3d0;
  --card:      #ffffff;
  --text:      #2d2a23;
  --muted:     rgba(45, 42, 35, .62);
  --line:      rgba(45, 42, 35, .08);

  --rose:      #6f8b6e;
  --rose-soft: #d8e0d2;
  --rose-deep: #4f6a4e;
  --peach:     #b8956a;
  --cream:     #f7f4ed;

  --shadow-sm: 0 4px 16px rgba(45, 42, 35, .06);
  --shadow-md: 0 12px 40px rgba(45, 42, 35, .10);
  --shadow-lg: 0 24px 60px rgba(45, 42, 35, .12);

  --radius:    20px;
  --radius-sm: 12px;
  --max:       1060px;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: absolute; left: -999px; top: auto;
  width: 1px; height: 1px; overflow: hidden;
}
.skip-link:focus {
  left: 20px; top: 20px; width: auto; height: auto;
  padding: 10px 14px; background: #111; color: #fff;
  border-radius: 10px; z-index: 9999;
}

/* ===== TOPBAR ===== */
.topbar {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 50;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}

/* ← Topbar al scrollear: crema translúcido con blur (mantiene calidez de la paleta) */
.topbar.scrolled {
  background: rgba(247, 244, 237, .85);
  border-bottom: 1px solid rgba(45, 42, 35, .08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(45, 42, 35, .03);
}
.topbar.scrolled .topbar__link {
  color: var(--muted);
}
.topbar.scrolled .topbar__link:hover {
  color: var(--text);
  background: rgba(45, 42, 35, .04);
}
.topbar.scrolled .brand__name {
  color: var(--text);
}
.topbar.scrolled .brand__tag {
  background: var(--rose-soft);
  color: var(--rose-deep);
}
.topbar.scrolled .topbar__link--cta {
  background: var(--rose);
  color: #fff;
  border-color: transparent;
}
.topbar.scrolled .topbar__link--cta:hover {
  background: var(--rose-deep);
  color: #fff;
}

.topbar__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none;
}
.brand__dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--rose);
  flex-shrink: 0;
}
.brand__name {
  font-family: var(--font-display);
  font-weight: 500; font-size: 15px;
}
.brand__tag {
  font-size: 12px; color: var(--muted);
  padding: 3px 8px;
  background: var(--rose-soft);
  border-radius: 20px;
}
.topbar__nav { display: flex; gap: 8px; align-items: center; }
.topbar__link {
  text-decoration: none; font-size: 14px;
  color: var(--muted); padding: 8px 10px;
  border-radius: 10px;
  transition: color .15s, background .15s;
}
.topbar__link:hover { color: var(--text); background: rgba(0,0,0,.04); }
.topbar__link--cta {
  background: var(--rose); color: #fff;
  border-radius: 10px; padding: 8px 16px;
  font-weight: 500;
  box-shadow: 0 6px 20px rgba(111,139,110,.28);
}
.topbar__link--cta:hover { background: var(--rose-deep); color: #fff; }

/* ===== EYEBROW ===== */
.eyebrow {
  margin: 0 0 12px;
  font-size: 11px; letter-spacing: .16em;
  color: var(--rose); font-weight: 500;
  text-transform: uppercase;
}

/* ===== HERO ===== */
.hero {
  padding: 80px 0 56px;
  position: relative; overflow: hidden;
}
.hero__bg-shape {
  position: absolute;
  top: -120px; right: -180px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111,139,110,.10), rgba(184,149,106,.06), transparent 70%);
  pointer-events: none;
}
.hero__inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px; align-items: center;
  position: relative;
}
.hero__title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(36px, 4.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.02em;
  font-weight: 500;
  color: var(--text);
}
.hero__title em {
  font-style: italic;
  font-weight: 500;
  color: var(--rose);
}
.hero__subtitle {
  margin: 0 0 22px;
  color: var(--muted); font-size: 16px;
  max-width: 48ch; line-height: 1.5;
}
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__micro {
  display: flex; gap: 18px; flex-wrap: wrap;
  margin-top: 20px; font-size: 13px; color: var(--muted);
}

/* Foto hero */
.hero__photo { position: relative; }
.hero__photo-frame {
  border-radius: 28px 28px 28px 80px;
  overflow: hidden;
  background: var(--rose-soft);
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-lg);
}
.hero__photo-frame img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  display: block;
}
.hero__photo-frame.no-photo {
  display: flex; align-items: center; justify-content: center;
  font-size: 80px;
}


/* ===== SECTIONS ===== */
.section {
  padding: 64px 0;
  border-top: 1px solid var(--line);
}
.section--soft { background: #f0eadb; }
.section__title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(26px, 2.6vw, 32px);
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.2;
}
.section__lead {
  margin: 0 0 28px;
  color: var(--muted); max-width: 60ch;
  font-size: 15px;
  line-height: 1.6;
}

/* ===== ¿QUÉ TRATO? GRID ===== */
.esp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}
.esp-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.esp-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(111, 139, 110, .25);
}
.esp-card--accent {
  background: var(--rose-soft);
  border-color: rgba(111, 139, 110, .25);
}
.esp-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  background: rgba(111, 139, 110, .14);
  color: var(--rose-deep);
  border-radius: 12px;
  margin-bottom: 14px;
  transition: background .2s ease;
}
.esp-card--accent .esp-card__icon {
  background: rgba(255, 255, 255, .55);
  color: var(--rose-deep);
}
.esp-card:hover .esp-card__icon {
  background: var(--rose-soft);
  color: var(--rose-deep);
}
.esp-card__title {
  margin: 0 0 6px;
  font-size: 15px; font-weight: 600;
  letter-spacing: -.005em;
}
.esp-card__text {
  margin: 0;
  font-size: 13.5px; color: var(--muted);
  line-height: 1.55;
}



/* turnos-grid legacy removido */

/* ===== SOBRE MÍ ===== */
.sobre__inner {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 56px; align-items: start;
}
.sobre__lead {
  font-family: var(--font-display);
  font-size: 18px; font-style: italic;
  color: var(--text); margin: 0 0 16px;
  line-height: 1.5;
}
.sobre__body {
  font-size: 15px; color: var(--muted);
  margin: 0 0 14px; line-height: 1.7;
}
.sobre__valores {
  display: flex; flex-direction: column; gap: 12px;
  margin-top: 24px;
}
.valor {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 14.5px; color: var(--muted);
  line-height: 1.55;
}
.valor__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  background: var(--rose-soft);
  color: var(--rose-deep);
  border-radius: 10px;
  flex-shrink: 0;
}
.sobre__foto-frame {
  border-radius: 24px 80px 24px 24px;
  overflow: hidden;
  background: var(--rose-soft);
  aspect-ratio: 3/4;
  box-shadow: var(--shadow-lg);
}
.sobre__foto-frame img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top;
}
.sobre__foto-frame.no-photo {
  display: flex; align-items: center;
  justify-content: center; font-size: 80px;
}
.ig-badge {
  margin-top: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  box-shadow: var(--shadow-sm);
}
.ig-badge__handle {
  display: block;
  font-weight: 500; font-size: 14px;
  margin-bottom: 4px;
}
.ig-badge__txt {
  display: block;
  font-size: 12px; color: var(--muted);
  margin-bottom: 8px;
}
.ig-badge__link {
  font-size: 13px; color: var(--rose);
  text-decoration: none; font-weight: 500;
}
.ig-badge__link:hover { text-decoration: underline; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; text-decoration: none;
  border-radius: var(--radius-sm);
  padding: 13px 22px;
  border: 1px solid rgba(0,0,0,.12);
  font-family: var(--font-body);
  font-weight: 500; font-size: 14px;
  letter-spacing: .01em;
  transition: background .15s, transform .05s, box-shadow .15s, filter .15s;
  cursor: pointer;
}
.btn:active { transform: translateY(1px); }
.btn--primary {
  background: var(--rose); color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(111, 139, 110, .32), 0 1px 0 rgba(45, 42, 35, .04);
}
.btn--primary:hover {
  background: var(--rose-deep);
  box-shadow: 0 10px 32px rgba(79, 106, 78, .40);
}
.btn--ghost {
  background: rgba(255,255,255,.6);
  color: var(--text);
  border: 1px solid rgba(0,0,0,.14);
}
.btn--ghost:hover { background: rgba(255,255,255,.9); }
.btn--white {
  background: #fff; color: var(--rose-deep);
  border-color: transparent;
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
  font-weight: 600;
}
.btn--white:hover { filter: brightness(.97); }
.btn--full { width: 100%; margin-top: auto; }

/* ===== CTA FINAL ===== */
.cta-final {
  padding: 64px 0;
  background: linear-gradient(135deg, #6f8b6e 0%, #4f6a4e 60%, #2d3d2c 100%);
  position: relative; overflow: hidden;
  text-align: center;
}
.cta-final__blob {
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  background: rgba(255,255,255,.06);
  pointer-events: none;
}
.cta-final__inner { position: relative; max-width: 600px; margin: 0 auto; }
.cta-final__title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 500; color: #fff;
  line-height: 1.15;
}
.cta-final__sub {
  margin: 0 0 28px;
  color: rgba(255,255,255,.80);
  font-size: 16px; line-height: 1.6;
}
.cta-final__wa {
  margin-top: 18px;
  font-size: 14px; color: rgba(255,255,255,.70);
}
.cta-final__wa a {
  color: #fff; font-weight: 500;
  text-decoration: underline;
}

/* ===== FOOTER ===== */
.footer {
  border-top: 1px solid var(--line);
  padding: 20px 0;
  background: var(--bg);
}
.footer__inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 14px;
  flex-wrap: wrap;
}
.footer__brand {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px;
}
.footer__links {
  display: flex; gap: 16px;
}
.footer__links a {
  font-size: 13px; color: var(--muted);
  text-decoration: none;
}
.footer__links a:hover { color: var(--text); }
.small { font-size: 13px; }
.muted { color: var(--muted); }

/* ===== HAMBURGER MENU ===== */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  transition: background .15s;
}
.nav-toggle:hover { background: rgba(0,0,0,.05); }
.nav-toggle__bar {
  width: 22px; height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
  display: block;
}
/* Animación X al abrir */
.nav-toggle.open .nav-toggle__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open .nav-toggle__bar:nth-child(2) { opacity: 0; }
.nav-toggle.open .nav-toggle__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Menú mobile desplegable */
.mobile-nav {
  display: none;
  position: fixed;
  top: 57px; left: 0; width: 100%;
  background: rgba(247,244,237,.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  padding: 16px 20px 20px;
  z-index: 49;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0 12px 40px rgba(45,42,35,.10);
}
.mobile-nav.open { display: flex; }
.mobile-nav__link {
  text-decoration: none;
  font-size: 16px;
  color: var(--text);
  padding: 12px 14px;
  border-radius: 12px;
  transition: background .15s;
}
.mobile-nav__link:hover { background: var(--soft); }
.mobile-nav__link--cta {
  margin-top: 8px;
  background: var(--rose);
  color: #fff;
  text-align: center;
  font-weight: 500;
  box-shadow: 0 6px 20px rgba(111,139,110,.28);
}
.mobile-nav__link--cta:hover { background: var(--rose-deep); color: #fff; }

/* ===== RESPONSIVE ===== */
@media (max-width: 860px) {
  /* Nav desktop oculto, hamburguesa visible */
  .topbar__nav { display: none; }
  .nav-toggle { display: flex; }

  /* Brand tag oculto en mobile — evita que se monte con el nombre */
  .brand__tag { display: none; }
  .brand__name { font-size: 14px; }

  /* FIX: topbar mobile siempre con fondo crema (no espera al scroll) */
  .topbar {
    background: rgba(247, 244, 237, .92);
    border-bottom: 1px solid rgba(45, 42, 35, .06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .topbar.scrolled {
    background: rgba(247, 244, 237, .96);
    box-shadow: 0 1px 0 rgba(45, 42, 35, .04);
  }

  /* Hero mobile compacto */
  .hero {
    padding: 64px 0 36px;
  }
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .hero__photo {
    order: -1;
    max-width: 240px;
    margin: 0 auto;
  }

  .hero__title {
    font-size: clamp(30px, 7vw, 38px);
    text-align: center;
    margin: 0 0 12px;
    line-height: 1.12;
  }
  .hero__subtitle {
    font-size: 14.5px;
    text-align: center;
    max-width: 100%;
    margin: 0 0 18px;
    line-height: 1.5;
  }
  .hero__actions {
    justify-content: center;
  }
  .hero__micro {
    justify-content: center;
    gap: 8px 14px;
    font-size: 12px;
    margin-top: 14px;
  }

  .esp-grid { grid-template-columns: repeat(2, 1fr); }

  .turnos-grid { grid-template-columns: 1fr; max-width: 100%; }

  .sobre__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sobre__foto { order: -1; max-width: 240px; margin: 0 auto; }


  .footer__inner { flex-direction: column; text-align: center; }
  .footer__links { justify-content: center; }
}

@media (max-width: 480px) {
  .esp-grid { grid-template-columns: 1fr; }
  .hero__title { font-size: clamp(30px, 9vw, 38px); }
  .hero__micro { flex-direction: column; align-items: center; gap: 6px; }
  .hero__actions { flex-direction: column; width: 100%; }
  .hero__actions .btn { width: 100%; justify-content: center; }
}

/* ===== SEÑALES DE ALERTA ===== */
.alertas-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  margin-bottom: 20px;
}
.alerta-card {
  border-radius: var(--radius);
  padding: 22px;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease;
}
.alerta-card--warning {
  background: #fbf8ef;
  border-color: rgba(111, 139, 110, .15);
}
.alerta-card--warning:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.alerta-card--soft {
  background: var(--rose-soft);
  border-color: rgba(111, 139, 110, .25);
}
.alerta-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  background: rgba(111, 139, 110, .18);
  color: var(--rose-deep);
  border-radius: 12px;
  margin-bottom: 14px;
}
.alerta-card__title {
  margin: 0 0 6px;
  font-size: 15px; font-weight: 600;
  color: var(--text);
  letter-spacing: -.005em;
}
.alerta-card__body {
  flex: 1;
  min-width: 0;
}
.alerta-card__text {
  margin: 0; font-size: 13.5px;
  color: var(--muted); line-height: 1.55;
}
.alerta-cta {
  display: flex; align-items: center; gap: 18px;
  flex-wrap: wrap;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.alerta-cta p {
  margin: 0; font-size: 15px;
  font-weight: 500; color: var(--text);
  flex: 1;
}

/* ===== FAQ ===== */
.faq-list {
  display: flex; flex-direction: column;
  gap: 10px; max-width: 760px;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.faq-item[open] {
  border-color: rgba(111,139,110,.3);
}
.faq-item__q {
  padding: 18px 20px;
  font-size: 15px; font-weight: 500;
  cursor: pointer; list-style: none;
  display: flex; align-items: center;
  justify-content: space-between; gap: 12px;
  color: var(--text);
  transition: background .15s;
}
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__q::after {
  content: "+";
  font-size: 22px; font-weight: 300;
  color: var(--rose); flex-shrink: 0;
  transition: transform .2s;
  line-height: 1;
}
.faq-item[open] .faq-item__q::after {
  transform: rotate(45deg);
}
.faq-item__q:hover { background: var(--soft); }
.faq-item__a {
  padding: 0 20px 18px;
  border-top: 1px solid var(--line);
}
.faq-item__a p {
  margin: 14px 0 0;
  font-size: 14px; color: var(--muted);
  line-height: 1.7;
}

/* ===== RESPONSIVE nuevas secciones ===== */
@media (max-width: 860px) {
  .alertas-grid { grid-template-columns: repeat(2, 1fr); }
  .alerta-cta { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .alertas-grid { grid-template-columns: 1fr; }
}

/* ===== TURNOS v2 — diseño simplificado ===== */
.tc-header { margin-bottom: 28px; }

.tc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
  max-width: 680px;
  margin-bottom: 20px;
}

.tc-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  transition: box-shadow .2s ease, transform .2s ease;
}
.tc-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.tc-card--featured {
  border: 2px solid var(--rose);
  box-shadow: 0 16px 44px rgba(111,139,110,.12);
}

.tc-card__pill {
  position: absolute; top: -11px; left: 20px;
  background: var(--rose); color: #fff;
  font-size: 10px; font-weight: 600; letter-spacing: .06em;
  padding: 3px 11px; border-radius: 20px;
  text-transform: uppercase;
}

.tc-card__top {
  display: flex; align-items: center; gap: 14px;
}
.tc-icon {
  width: 48px; height: 48px;
  background: rgba(111, 139, 110, .14);
  color: var(--rose-deep);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.tc-card--featured .tc-icon {
  background: var(--rose-soft);
  color: var(--rose-deep);
}

.tc-card__badge {
  display: inline-block;
  font-size: 10px; font-weight: 600;
  letter-spacing: .07em; text-transform: uppercase;
  padding: 2px 8px; border-radius: 20px;
  margin-bottom: 4px;
}
.tc-card__badge--online    { background: var(--soft); color: #6b5a3a; }
.tc-card__badge--presencial{ background: var(--rose-soft); color: var(--rose-deep); }

.tc-card__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 16px; font-weight: 500;
}

.tc-card__tagline {
  margin: 0;
  font-size: 13px; color: var(--muted);
  line-height: 1.5;
}

.tc-card__price {
  display: flex; align-items: baseline; gap: 6px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.tc-price-amount {
  font-family: var(--font-display);
  font-size: 24px; font-weight: 600; color: var(--text);
}
.tc-price-label {
  font-size: 12px; color: var(--muted);
}

/* Toggle "¿Qué incluye?" */
.tc-toggle {
  background: none; border: none; cursor: pointer;
  font-family: var(--font-body);
  font-size: 12px; color: var(--rose);
  font-weight: 500; padding: 0;
  display: flex; align-items: center; gap: 4px;
  width: fit-content;
  transition: opacity .15s;
}
.tc-toggle:hover { opacity: .75; }
.tc-toggle__arrow {
  display: inline-block;
  transition: transform .25s ease;
  font-style: normal;
}
.tc-toggle[aria-expanded="true"] .tc-toggle__arrow {
  transform: rotate(180deg);
}

/* Detalle expandible */
.tc-detail {
  overflow: hidden;
  animation: tc-expand .22s ease forwards;
}
.tc-detail[hidden] { display: none; }
@keyframes tc-expand {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}
.tc-detail ul {
  margin: 0; padding: 0;
  list-style: none;
  display: flex; flex-direction: column; gap: 6px;
}
.tc-detail ul li {
  font-size: 12.5px; color: var(--muted);
  padding-left: 16px; position: relative;
  line-height: 1.5;
}
.tc-detail ul li::before {
  content: "✔";
  position: absolute; left: 0;
  color: var(--rose); font-size: 10px; top: 2px;
}

.tc-nota {
  font-size: 12px; color: var(--muted);
  line-height: 1.7;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  max-width: 680px;
}

@media (max-width: 860px) {
  .tc-grid { max-width: 100%; }
}
@media (max-width: 520px) {
  .tc-grid { grid-template-columns: 1fr; }
}

/* ===== HERO CARD QUOTE ===== */
.hero__card-quote {
  margin-top: 18px;
  background: #fff;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 100%;
}
.hero__card-stat {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 5px;
  flex-shrink: 0;
  white-space: nowrap;
}
.hero__stat-num {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--rose);
  line-height: 1;
}
.hero__stat-txt {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.3;
}
.hero__card-divider {
  width: 1px;
  height: 28px;
  background: var(--line);
  flex-shrink: 0;
}
.hero__quote-inline {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}
.hero__quote-inline p {
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 12.5px;
  line-height: 1.4;
  color: var(--text);
}
.hero__quote-inline cite {
  font-size: 10.5px;
  font-style: normal;
  color: var(--rose);
  font-weight: 500;
  letter-spacing: .03em;
  white-space: nowrap;
}

@media (max-width: 860px) {
  .hero__card-quote { max-width: 100%; margin-top: 14px; }
  .hero__quote-inline { flex-direction: column; gap: 2px; }
}
/* ==========================================================
   ICON SYSTEM — base universal para todos los <svg class="icon">
   Tamaño coherente, color heredado, alineación estable.
   ========================================================== */
.icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.alerta-card__icon .icon,
.esp-card__icon   .icon,
.tc-icon          .icon { width: 24px; height: 24px; }
.valor__icon      .icon { width: 18px; height: 18px; }


/* ==========================================================
   FAQ — animación de apertura suave
   ========================================================== */
.faq-item__a {
  padding: 0 20px 18px;
  border-top: 1px solid var(--line);
}
.faq-item:not([open]) .faq-item__a { display: none; }

.faq-item[open] .faq-item__a {
  animation: faq-open .28s ease-out;
}
@keyframes faq-open {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-item[open] .faq-item__q {
  background: var(--soft);
}


/* ==========================================================
   AJUSTES MOBILE FINOS — unifican tamaños de fotos
   ========================================================== */
@media (max-width: 860px) {
  .sobre__foto { max-width: 240px; }
  .alertas-grid { gap: 12px; }
  .esp-grid { gap: 12px; }
  .section { padding: 48px 0; }
  .section__title {
    font-size: clamp(24px, 6vw, 28px);
    margin: 0 0 10px;
  }
  .section__lead {
    font-size: 14.5px;
    margin: 0 0 22px;
    line-height: 1.55;
  }
  .alerta-card,
  .esp-card { padding: 18px; }
  .alerta-card__icon,
  .esp-card__icon {
    margin-bottom: 10px;
    width: 38px;
    height: 38px;
  }
  .alerta-card__icon .icon,
  .esp-card__icon .icon { width: 20px; height: 20px; }
  .alerta-card__title,
  .esp-card__title {
    font-size: 14.5px;
    line-height: 1.3;
  }
  .alerta-card__text,
  .esp-card__text {
    font-size: 13px;
  }
}
