/* ═══════════════════════════════════════════
   Yunel Secin — Nutrióloga antienvejecimiento
   Paleta del logo: rosa · esmeralda · lima · dorado
   ═══════════════════════════════════════════ */

:root {
  --crema: #FCFAF4;
  --crema-2: #F4EEDF;
  --verde: #0E7B69;      /* esmeralda */
  --verde-oscuro: #0A574B;
  --salvia: #8FAA3C;     /* lima */
  --terracota: #D6336C;  /* rosa */
  --amarillo: #C9A24B;   /* dorado */
  --tinta: #29302B;
  --tinta-suave: #8A8674;
  --blanco: #FFFFFF;

  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Figtree", -apple-system, sans-serif;
  --script: "Dancing Script", cursive;

  --ancho: 1140px;
  --radio: 18px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--tinta);
  background: var(--crema);
}

img { max-width: 100%; display: block; }

h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.08; }

h1 { font-size: clamp(3.6rem, 10vw, 7.2rem); letter-spacing: -0.015em; }
h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 em { font-style: italic; color: var(--terracota); }

.script {
  font-family: var(--script);
  font-style: normal;
  font-weight: 600;
  color: var(--terracota);
  line-height: 1;
}
h1 .script { font-size: 0.95em; }
h2 .script { font-size: 1em; }
.script-clara { color: var(--crema); }

.eyebrow {
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--verde);
  margin-bottom: 1.1rem;
}
.eyebrow-clara { color: var(--amarillo); }

/* ── Botones ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--sans);
  font-size: 1.02rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.85rem 1.7rem;
  border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid var(--terracota); outline-offset: 3px; }

.btn-solid { background: var(--verde); color: var(--crema); }
.btn-solid:hover { background: var(--verde-oscuro); }
.btn-ghost {
  color: var(--verde);
  border: 1.5px solid var(--verde);
}
.btn-ghost:hover { background: var(--verde); color: var(--crema); }
.btn-clara { background: var(--crema); color: var(--verde-oscuro); }
.btn-grande { font-size: 1.05rem; padding: 1rem 2.1rem; }
.btn svg { width: 1.25em; height: 1.25em; }

/* ── Nav ── */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: var(--ancho);
  margin: 0 auto;
  padding: 1.1rem 1.5rem;
  background: color-mix(in srgb, var(--crema) 88%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--script);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--verde-oscuro);
  text-decoration: none;
  margin-right: auto;
}
.logo-yunel { color: var(--terracota); }
.logo-secin { color: var(--verde); }
.nav-logoimg {
  width: 2.8rem;
  height: 2.8rem;
  object-fit: contain;
}
.nav-links { display: flex; gap: 1.6rem; }
.nav-links a {
  font-size: 1rem;
  font-weight: 500;
  color: var(--tinta);
  text-decoration: none;
  transition: color 0.2s ease;
}
.nav-links a:hover { color: var(--terracota); }
.nav-cta { padding: 0.6rem 1.3rem; font-size: 0.88rem; }
.nav-burger { display: none; }

/* ── Secciones base ── */
section {
  max-width: var(--ancho);
  margin: 0 auto;
  padding: 5.5rem 1.5rem;
}

/* ── Hero ── */
.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
  padding-top: 3.5rem;
}
.hero-text { position: relative; z-index: 2; }
.hero-text h1 { margin-right: -9rem; }
.hero-sub {
  font-size: 1.35rem;
  font-weight: 300;
  max-width: 30rem;
  margin: 1.6rem 0 2.2rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.hero-meta {
  display: flex;
  gap: 1.8rem;
  list-style: none;
  margin-top: 2.4rem;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tinta-suave);
}
.hero-meta li { display: flex; align-items: center; gap: 0.5rem; }
.hero-meta li::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--amarillo);
}
.hero-media { position: relative; }
.hero-img {
  border-radius: 200px 200px var(--radio) var(--radio);
  overflow: hidden;
  aspect-ratio: 5 / 4;
}
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute;
  left: -2.2rem;
  bottom: 2.4rem;
  width: 10.5rem;
  height: 10.5rem;
  border-radius: 50%;
  background: var(--terracota);
  color: var(--blanco);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  text-align: center;
  padding: 1.2rem;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.35;
  box-shadow: 0 18px 40px rgba(63, 46, 30, 0.22);
}
.hero-badge svg { width: 1.3rem; height: 1.3rem; opacity: 0.85; }
.hero-badge .script { color: var(--amarillo); font-size: 1.3rem; text-transform: none; letter-spacing: 0; display: block; }

/* ── Marquee ── */
.marquee {
  overflow: hidden;
  background: var(--verde-oscuro);
  padding: 1.1rem 0;
  margin-top: 1.5rem;
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  width: max-content;
  animation: marquee 26s linear infinite;
}
.marquee-track span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.35rem;
  color: var(--crema);
  white-space: nowrap;
}
.marquee-track .script { color: var(--amarillo); font-size: 1.5rem; font-style: normal; }
.marquee-sep { color: var(--amarillo); font-size: 0.9rem !important; font-style: normal !important; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── Longevidad (firma) ── */
.longevidad {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3.5rem;
  align-items: center;
}
.longevidad-copy p:not(.eyebrow) { margin-top: 1.4rem; max-width: 28rem; }
.longevidad-copy strong { color: var(--verde); }
.longevidad-remate { font-size: 1.2rem; font-weight: 500; }
.longevidad-remate .script { font-size: 1.6rem; }
.curve {
  background: var(--blanco);
  border-radius: var(--radio);
  padding: 2rem 1.5rem 1.2rem;
  box-shadow: 0 10px 36px rgba(63, 46, 30, 0.08);
}
.curve svg { width: 100%; height: auto; }
.curve figcaption {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.2rem;
  text-align: center;
  color: var(--tinta);
  padding: 0.8rem 0 0.4rem;
}
#curveTipica, #curveNutricion { stroke-dashoffset: 0; }
.curve.animar #curveNutricion {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation: trazo 2.2s ease-out 0.3s forwards;
}
@keyframes trazo { to { stroke-dashoffset: 0; } }

/* ── Formación ── */
.formacion { padding-top: 0; }
.formacion-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
  background: var(--blanco);
  border-radius: var(--radio);
  padding: 3rem;
  box-shadow: 0 10px 36px rgba(63, 46, 30, 0.08);
}
.formacion-destacada h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); }
.formacion-destacada p:not(.eyebrow) {
  margin-top: 1rem;
  max-width: 28rem;
  color: color-mix(in srgb, var(--tinta) 80%, var(--tinta-suave));
}
.formacion-lista {
  list-style: none;
  display: grid;
}
.formacion-lista li {
  font-family: var(--serif);
  font-size: 1.25rem;
  padding: 0.9rem 0 0.9rem 1.9rem;
  position: relative;
  border-bottom: 1px solid var(--crema-2);
}
.formacion-lista li:last-child { border-bottom: none; }
.formacion-lista li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.05rem;
  height: 1.05rem;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 21c0-7 2-12 9-15-1 8-3 13-9 15Zm0 0c0-5-1.5-8.5-6-10.5 1 5.5 2.5 8.8 6 10.5Z"/></svg>') center / contain no-repeat;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 21c0-7 2-12 9-15-1 8-3 13-9 15Zm0 0c0-5-1.5-8.5-6-10.5 1 5.5 2.5 8.8 6 10.5Z"/></svg>') center / contain no-repeat;
  background: var(--amarillo);
}

/* ── ¿Te identificas? (bloque rojo) ── */
.identificas {
  max-width: none;
  background: var(--terracota);
  color: var(--crema);
  padding: 5.5rem 1.5rem;
}
.identificas-inner { max-width: var(--ancho); margin: 0 auto; }
.identificas .eyebrow { color: var(--amarillo); }
.identificas h2 em { color: var(--amarillo); }
.identificas-head { text-align: center; max-width: 42rem; margin: 0 auto 3rem; }
.identificas-lista {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem 2.5rem;
  max-width: 58rem;
  margin: 0 auto;
}
.identificas-lista li {
  font-family: var(--serif);
  font-size: 1.4rem;
  line-height: 1.35;
  padding: 0.4rem 0 0.4rem 1.4rem;
  border-left: 3px solid var(--amarillo);
}
.identificas-cierre {
  text-align: center;
  max-width: 34rem;
  margin: 3rem auto 0;
  color: color-mix(in srgb, var(--crema) 88%, var(--terracota));
}
.identificas-cierre a { color: var(--amarillo); font-weight: 600; }
.identificas-cierre a:hover { color: var(--crema); }

/* ── Así de fácil ── */
.pasos { padding-bottom: 2rem; }
.pasos-head { text-align: center; max-width: 40rem; margin: 0 auto 3rem; }
.pasos-lista {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  counter-reset: paso;
}
.pasos-lista li {
  background: var(--blanco);
  border-radius: var(--radio);
  padding: 2.2rem 1.8rem;
  position: relative;
}
.paso-num {
  display: block;
  font-family: var(--serif);
  font-size: 3.2rem;
  line-height: 1;
  color: var(--terracota);
  margin-bottom: 0.8rem;
}
.pasos-lista h3 { font-size: 1.65rem; margin-bottom: 0.5rem; }
.pasos-lista p { font-size: 1.05rem; color: color-mix(in srgb, var(--tinta) 78%, var(--tinta-suave)); }

.contacto-nota {
  font-size: 0.9rem;
  color: var(--tinta-suave);
  margin-top: 0.9rem;
}

/* ── La consulta ── */
.consulta {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3.5rem;
  align-items: center;
}
.consulta-media {
  border-radius: var(--radio);
  overflow: hidden;
  aspect-ratio: 5 / 4;
  background: #FFFFFF;
}
.consulta-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.consulta-copy > p:not(.eyebrow) { margin-top: 1.3rem; max-width: 32rem; }
.consulta-sin { font-weight: 600; color: var(--terracota); }
.consulta-lista {
  list-style: none;
  margin: 1.8rem 0;
  display: grid;
  gap: 0.9rem;
}
.consulta-lista li {
  position: relative;
  padding-left: 2rem;
}
.consulta-lista li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: var(--salvia);
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9.5 17.2 4.8 12.5l1.6-1.6 3.1 3.1 8-8 1.6 1.6z"/></svg>') center / contain no-repeat;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9.5 17.2 4.8 12.5l1.6-1.6 3.1 3.1 8-8 1.6 1.6z"/></svg>') center / contain no-repeat;
  background: var(--verde);
}
.consulta-lista strong { color: var(--verde-oscuro); font-weight: 600; }
.consulta-modos {
  display: flex;
  gap: 2.5rem;
  margin: 0 0 2rem;
  padding: 1.4rem 0;
  border-top: 1px solid var(--crema-2);
  border-bottom: 1px solid var(--crema-2);
}
.consulta-modos h4 {
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terracota);
  margin-bottom: 0.2rem;
}
.consulta-modos p { font-size: 1.02rem; }

/* ── Servicios (título + precios inline) ── */
.servicios-head { text-align: center; max-width: 42rem; margin: 3rem auto 1.6rem; }
.servicios-titulo {
  font-family: var(--sans);
  font-size: clamp(1.6rem, 3.2vw, 2.1rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terracota);
}
.servicio-precio {
  font-family: var(--serif);
  font-size: 1.9rem;
  color: var(--verde);
  margin-bottom: 1.2rem;
}
.servicio-precio span {
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tinta-suave);
  margin-left: 0.3rem;
}
.servicio-precio-clara { color: var(--amarillo); }
.servicio-precio-clara span { color: color-mix(in srgb, var(--crema) 80%, var(--verde)); }

/* ── Productos ── */
.productos-head { text-align: center; max-width: 42rem; margin: 0 auto 3rem; }
.productos-sub { margin-top: 1rem; color: color-mix(in srgb, var(--tinta) 80%, var(--tinta-suave)); }
.productos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}
.producto {
  background: var(--crema-2);
  border-radius: var(--radio);
  padding: 2rem 1.6rem;
  text-align: center;
}
.producto svg {
  width: 2.6rem;
  height: 2.6rem;
  color: var(--verde);
  margin: 0 auto 1.1rem;
}
.producto h3 { font-size: 1.55rem; margin-bottom: 0.5rem; }
.producto p { font-size: 1.02rem; color: color-mix(in srgb, var(--tinta) 78%, var(--tinta-suave)); }
.producto p + p { margin-top: 0.5rem; }
.producto em { color: var(--verde-oscuro); }

/* ── Consulta Antienvejecimiento ── */
.antienv {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
}
.antienv-copy p:not(.eyebrow) {
  margin-top: 1.3rem;
  max-width: 34rem;
  color: color-mix(in srgb, var(--tinta) 90%, var(--tinta-suave));
}
.antienv-copy .btn { margin-top: 1.8rem; }
.antienv-media {
  border-radius: var(--radio);
  overflow: hidden;
  aspect-ratio: 3 / 2;
  margin-bottom: 1.6rem;
  box-shadow: 0 10px 36px rgba(63, 46, 30, 0.1);
}
.antienv-media img { width: 100%; height: 100%; object-fit: cover; }
.antienv-incluye {
  list-style: none;
  display: grid;
  gap: 0.9rem;
}
.antienv-incluye li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1rem;
}
.antienv-incluye li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 1rem;
  height: 1rem;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9.5 17.2 4.8 12.5l1.6-1.6 3.1 3.1 8-8 1.6 1.6z"/></svg>') center / contain no-repeat;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9.5 17.2 4.8 12.5l1.6-1.6 3.1 3.1 8-8 1.6 1.6z"/></svg>') center / contain no-repeat;
  background: var(--verde);
}

/* ── Taller infantil ── */
.taller {
  max-width: none;
  background: var(--verde);
  color: var(--crema);
  padding: 5.5rem 1.5rem;
}
.taller-inner {
  max-width: var(--ancho);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3.5rem;
  align-items: center;
}
.taller h2 em { color: inherit; }
.taller-copy p:not(.eyebrow) { margin: 1.4rem 0 2rem; max-width: 34rem; color: color-mix(in srgb, var(--crema) 88%, var(--verde)); }
.taller-media {
  border-radius: var(--radio);
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.taller-media img { width: 100%; height: 100%; object-fit: cover; }
.taller-datos {
  display: grid;
  gap: 1.2rem;
}
.taller-datos > div {
  border: 1px solid color-mix(in srgb, var(--crema) 26%, transparent);
  border-radius: var(--radio);
  padding: 1.3rem 1.6rem;
}
.taller-datos dt {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--amarillo);
}
.taller-datos dd {
  font-family: var(--serif);
  font-size: 1.7rem;
  margin-top: 0.2rem;
}

/* ── Empresas ── */
.empresas {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.5rem;
  align-items: center;
}
.empresas-copy > p:not(.eyebrow) { margin: 1.3rem 0 1.8rem; max-width: 32rem; }
.empresas-temas {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2rem;
}
.empresas-temas li {
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  background: var(--crema-2);
  color: var(--verde-oscuro);
}
.empresas-media {
  border-radius: var(--radio) var(--radio) 200px 200px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}
.empresas-media img { width: 100%; height: 100%; object-fit: cover; }

/* ── Contacto ── */
.contacto {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 6.5rem;
}
.contacto-logo {
  width: 8rem;
  height: 8rem;
  object-fit: contain;
  margin: 0 auto 1.4rem;
}
.contacto h2 { font-size: clamp(2.5rem, 5.5vw, 4rem); }
.contacto-sub {
  font-size: 1.15rem;
  font-weight: 300;
  margin: 1rem 0 2.4rem;
  color: color-mix(in srgb, var(--tinta) 80%, var(--tinta-suave));
}
.contacto-datos {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem 2.2rem;
  margin-top: 2.2rem;
  font-size: 1.05rem;
  color: var(--tinta-suave);
}
.contacto-datos a { color: var(--verde); text-decoration: none; }
.contacto-datos a:hover { color: var(--terracota); }

/* ── Footer ── */
.footer {
  background: var(--verde-oscuro);
  color: var(--crema);
  text-align: center;
  padding: 3rem 1.5rem;
}
.footer-frase {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
  opacity: 0.85;
}
.footer-lema { margin: 0.4rem 0 1rem; }
.script-footer {
  font-family: var(--script);
  font-weight: 700;
  font-size: 2.8rem;
  color: var(--amarillo);
  line-height: 1.15;
}
.footer-nombre { font-size: 1rem; opacity: 0.75; }
.footer-aviso {
  font-size: 0.95rem;
  margin-top: 0.8rem;
}
.footer-aviso a { color: inherit; opacity: 0.85; }
.footer-brota {
  font-size: 0.88rem;
  margin-top: 1.6rem;
  opacity: 0.6;
}
.footer-brota a { color: inherit; }

/* ── Reveal on scroll ── */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: none; }
.d-1 { transition-delay: 0.1s; }
.d-2 { transition-delay: 0.2s; }
.d-3 { transition-delay: 0.3s; }
.d-4 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .curve.animar #curveNutricion { animation: none; stroke-dasharray: none; stroke-dashoffset: 0; }
  .btn:hover, .ayuda-card:hover { transform: none; }
  .marquee-track { animation: none; }
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .hero, .longevidad, .consulta, .taller-inner, .empresas, .formacion-inner, .antienv {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .formacion-inner { padding: 2rem 1.5rem; gap: 1.5rem; }
  .hero { padding-top: 2rem; }
  .hero-text h1 { margin-right: 0; }
  .hero-media { max-width: 26rem; }
  .precios-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-badge { left: auto; right: -0.8rem; bottom: 1.4rem; width: 9rem; height: 9rem; font-size: 0.78rem; }
  .ayuda-grid, .productos-grid { grid-template-columns: repeat(2, 1fr); }
  .identificas-lista { grid-template-columns: 1fr; }
  .pasos-lista { grid-template-columns: 1fr; }
  .consulta-media { order: 2; aspect-ratio: 4 / 3; }
  .empresas-media { aspect-ratio: 16 / 10; border-radius: var(--radio); }
  .taller-datos { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 680px) {
  section { padding: 3.5rem 1.25rem; }
  .nav { gap: 1rem; padding: 1rem 1.25rem; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--crema);
    border-bottom: 1px solid var(--crema-2);
    padding: 0.5rem 0 1rem;
  }
  .nav-links.abierto { display: flex; }
  .nav-links a { padding: 0.7rem 1.5rem; }
  .nav-cta { display: none; }
  .nav-burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    padding: 0.4rem;
    cursor: pointer;
  }
  .nav-burger span {
    width: 22px;
    height: 2px;
    background: var(--tinta);
    border-radius: 2px;
  }
  .ayuda-grid, .productos-grid, .precios-grid { grid-template-columns: 1fr; }
  .taller-datos { grid-template-columns: 1fr; }
  .consulta-modos { flex-direction: column; gap: 1rem; }
  .hero-meta { flex-wrap: wrap; gap: 0.8rem 1.4rem; }
}
