/* ============================================================
   LANDINGS TRANSACCIONALES
   Para: depresion-postparto, ansiedad-perinatal, etc.
   Optimizadas para pauta + SEO + conversión
   ============================================================ */

/* ---------- Hero ---------- */
.lp-hero {
  padding-block: clamp(56px, 8vw, 120px) clamp(40px, 6vw, 80px);
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.lp-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.lp-hero h1 {
  font-size: clamp(40px, 6vw, 84px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  max-width: 16ch;
  text-wrap: balance;
}
.lp-hero h1 em { font-weight: 300; }
.lp-hero .lede { margin-top: 28px; max-width: 52ch; font-size: clamp(17px, 1.4vw, 19.5px); }
.lp-hero-ctas {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-top: 36px;
}
.lp-hero-meta {
  display: flex; gap: 32px; flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 28px; border-top: 1px solid var(--line);
  font-size: 14.5px;
}
.lp-hero-meta strong { display: block; color: var(--ink); font-weight: 500; font-size: 15px; margin-bottom: 3px; }
.lp-hero-meta span { color: var(--ink-2); }

.lp-hero-visual {
  aspect-ratio: 4/5;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--bg-3);
  box-shadow: var(--shadow-lg);
  position: relative;
}
.lp-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.lp-hero-visual--caption-below {
  aspect-ratio: auto;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
.lp-hero-visual--caption-below picture {
  display: block;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: var(--r-xl);
  background: var(--bg-3);
  box-shadow: var(--shadow-lg);
}
.lp-hero-visual-caption {
  position: absolute; left: 24px; right: 24px; bottom: 24px;
  background: rgba(35,31,28,.72);
  backdrop-filter: blur(8px);
  color: var(--bg);
  padding: 14px 18px;
  border-radius: var(--r-md);
  font-size: 13.5px;
  line-height: 1.45;
}
.lp-hero-visual-caption strong { font-family: var(--serif); font-size: 15.5px; font-weight: 400; font-style: italic; display: block; margin-bottom: 2px; }
.lp-hero-visual--caption-below .lp-hero-visual-caption {
  position: static;
  left: auto; right: auto; bottom: auto;
  margin-top: 16px;
  padding: 0 4px;
  background: transparent;
  color: var(--ink-2);
  backdrop-filter: none;
  border-radius: 0;
  font-size: 13px;
  line-height: 1.5;
}
.lp-hero-visual--caption-below .lp-hero-visual-caption strong {
  color: var(--ink);
  font-size: 16px;
  margin-bottom: 4px;
}

/* ---------- Isapre trust strip ---------- */
.lp-isapre {
  background: var(--paper);
  border-block: 1px solid var(--line);
  padding: 28px 0;
}
.lp-isapre-inner {
  max-width: var(--container); margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  display: flex; align-items: center; justify-content: center;
  gap: clamp(20px, 4vw, 56px); flex-wrap: wrap;
}
.lp-isapre-label {
  font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-2); font-weight: 500;
}
.lp-isapre-logos {
  display: flex; gap: clamp(20px, 3vw, 40px); align-items: center; flex-wrap: wrap;
}
.lp-isapre-logo {
  font-family: var(--serif); font-size: 20px; font-weight: 400;
  color: var(--ink); letter-spacing: -0.01em;
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: var(--paper);
}

/* ---------- Sección síntomas ---------- */
.lp-symptoms {
  padding-block: clamp(56px, 9vw, 120px);
  background: var(--bg-2);
}
.lp-symptoms-head {
  max-width: 42ch; margin-bottom: clamp(40px, 5vw, 64px);
}
.lp-symptoms-head h2 { margin-top: 20px; }
.lp-symptoms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.lp-symptom {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px;
  transition: border-color .25s ease, transform .25s ease;
}
.lp-symptom:hover { border-color: var(--accent-soft); transform: translateY(-2px); }
.lp-symptom-num {
  font-family: var(--mono); font-size: 12px;
  color: var(--accent-deep); letter-spacing: 0.08em;
  display: block; margin-bottom: 12px;
}
.lp-symptom h3 {
  font-size: 19px; line-height: 1.3; margin: 0 0 10px;
  font-family: var(--sans); font-weight: 500; letter-spacing: -0.01em;
}
.lp-symptom p { color: var(--ink-2); font-size: 14.5px; line-height: 1.55; }

/* ---------- CTA inline ---------- */
.lp-cta-inline {
  padding-block: clamp(48px, 7vw, 96px);
  text-align: center;
}
.lp-cta-inline-inner {
  max-width: 780px; margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.lp-cta-inline h2 {
  max-width: 22ch; margin-inline: auto;
  text-wrap: balance;
}
.lp-cta-inline .lede { margin: 24px auto 0; max-width: 56ch; }
.lp-cta-inline-actions {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  margin-top: 36px;
}

/* ---------- Proceso clínico ---------- */
.lp-process {
  padding-block: clamp(56px, 9vw, 120px);
  background: var(--bg);
}
.lp-process-head {
  max-width: 44ch; margin-bottom: clamp(40px, 5vw, 72px);
}
.lp-process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
  list-style: none; padding: 0; margin: 0;
  counter-reset: step;
}
.lp-process-step {
  counter-increment: step;
  position: relative;
  padding-left: 72px;
  min-height: 60px;
}
.lp-process-step::before {
  content: counter(step, decimal-leading-zero);
  position: absolute; left: 0; top: -4px;
  font-family: var(--mono);
  font-size: 13px; letter-spacing: 0.1em;
  color: var(--accent-deep);
  width: 48px; height: 48px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  display: grid; place-items: center;
}
.lp-process-step h3 {
  font-family: var(--sans); font-size: 18px; font-weight: 500;
  letter-spacing: -0.01em; margin: 0 0 8px;
}
.lp-process-step p { color: var(--ink-2); font-size: 14.5px; }

/* ---------- Testimonio destacado ---------- */
.lp-testi-feature {
  padding-block: clamp(56px, 9vw, 120px);
  background: var(--ink);
  color: var(--bg);
  position: relative;
}
.lp-testi-feature::before {
  content: "fb";
  position: absolute;
  right: clamp(24px, 5vw, 80px);
  top: 40px;
  font-family: var(--serif); font-style: italic;
  font-size: clamp(80px, 10vw, 140px);
  font-weight: 300; line-height: 1;
  color: color-mix(in srgb, var(--bg) 8%, transparent);
  letter-spacing: -0.04em;
  pointer-events: none;
}
.lp-testi-feature-inner {
  max-width: 860px; margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  position: relative;
}
.lp-testi-feature .eyebrow { color: color-mix(in srgb, var(--bg) 65%, transparent); }
.lp-testi-feature blockquote {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(24px, 3.4vw, 42px);
  line-height: 1.3; letter-spacing: -0.018em;
  margin: 28px 0 0;
  text-wrap: pretty;
  color: var(--bg);
}
.lp-testi-feature blockquote em { font-style: italic; color: var(--accent-soft); font-weight: 300; }
.lp-testi-feature footer {
  display: flex; align-items: center; gap: 16px;
  margin-top: clamp(40px, 5vw, 64px);
  color: color-mix(in srgb, var(--bg) 78%, transparent);
  font-size: 14.5px;
}
.lp-testi-feature footer .rule {
  width: 48px; height: 1px; background: var(--accent-soft);
}

/* ---------- FAQ landing ---------- */
.lp-faq {
  padding-block: clamp(56px, 9vw, 120px);
  background: var(--bg);
}
.lp-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(32px, 5vw, 80px);
  max-width: var(--container); margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.lp-faq-list { display: flex; flex-direction: column; gap: 2px; }
.lp-faq-item {
  border-top: 1px solid var(--line);
}
.lp-faq-item:last-child { border-bottom: 1px solid var(--line); }
.lp-faq-item summary {
  list-style: none;
  padding: 22px 0;
  cursor: pointer;
  font-family: var(--serif); font-size: clamp(19px, 1.8vw, 22px);
  font-weight: 400; letter-spacing: -0.01em;
  color: var(--ink);
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  transition: color .2s;
  min-height: 60px;
}
.lp-faq-item summary:hover { color: var(--accent-deep); }
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary::after {
  content: "+"; font-family: var(--sans); font-size: 22px; font-weight: 300;
  color: var(--ink-2); flex-shrink: 0;
  transition: transform .25s;
}
.lp-faq-item[open] summary::after { transform: rotate(45deg); }
.lp-faq-body {
  padding: 0 0 24px;
  color: var(--ink-2); font-size: 15.5px; line-height: 1.6;
  max-width: 58ch;
}
.lp-faq-body p + p { margin-top: 12px; }

/* ---------- Final CTA landing ---------- */
.lp-final {
  padding-block: clamp(64px, 10vw, 160px);
  background: var(--bg-2);
  text-align: center;
  position: relative;
}
.lp-final-inner {
  max-width: 820px; margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}
.lp-final h2 {
  font-size: clamp(40px, 6vw, 80px);
  line-height: 1.04; letter-spacing: -0.025em;
  max-width: 18ch; margin-inline: auto;
  text-wrap: balance;
}
.lp-final h2 em { font-weight: 300; }
.lp-final .lede { margin: 32px auto 0; max-width: 56ch; }
.lp-final-actions {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  margin-top: 40px;
}
.lp-final-trust {
  display: flex; gap: 24px; justify-content: center; flex-wrap: wrap;
  margin-top: 40px;
  color: var(--ink-2); font-size: 13.5px;
}
.lp-final-trust span::before {
  content: "✓"; margin-right: 8px; color: var(--accent-deep); font-weight: 500;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .lp-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .lp-hero-visual { max-width: 420px; margin-inline: auto; aspect-ratio: 1; }
  .lp-faq-grid { grid-template-columns: 1fr; gap: 32px; }
  .lp-hero-meta { gap: 24px; }
}
@media (max-width: 640px) {
  .lp-hero h1 { font-size: 40px; line-height: 1.08; }
  .lp-process-step { padding-left: 60px; }
  .lp-process-step::before { width: 40px; height: 40px; font-size: 11px; }
}


/* ---------- Hero · CTA secundaria llamada 15 min ---------- */
.lp-hero-call {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 20px;
  padding: 10px 16px 10px 14px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.3;
  color: var(--ink-2);
  text-decoration: none;
  transition: border-color .18s ease, color .18s ease, background .18s ease;
  max-width: 100%;
}
.lp-hero-call:hover {
  border-color: var(--accent-deep);
  color: var(--ink);
  background: color-mix(in oklab, var(--accent-deep) 5%, transparent);
}
.lp-hero-call strong { color: var(--ink); font-weight: 600; }
.lp-hero-call-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent-deep);
  flex: 0 0 auto;
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent-deep) 18%, transparent);
  animation: lp-hero-call-pulse 2.4s ease-in-out infinite;
}
@keyframes lp-hero-call-pulse {
  0%, 100% { box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent-deep) 18%, transparent); }
  50%      { box-shadow: 0 0 0 8px color-mix(in oklab, var(--accent-deep)  4%, transparent); }
}
@media (prefers-reduced-motion: reduce) {
  .lp-hero-call-dot { animation: none; }
}
@media (max-width: 720px) {
  .lp-hero-call { font-size: 12.5px; padding: 9px 14px; }
}
