/* Problemas habituales. Page-scoped editorial route block; header/nav stay untouched. */

body.page-problemas-habituales .lz-problems-route {
  padding-block: clamp(76px, 9vw, 118px);
  background: var(--lz-paper-warm);
  border-top: 1px solid var(--lz-stone-100);
  border-bottom: 1px solid var(--lz-stone-100);
}

body.page-problemas-habituales .lz-problems-route__grid {
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(420px, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(48px, 8vw, 108px);
  align-items: start;
}

body.page-problemas-habituales .lz-problems-route__eyebrow {
  margin: 0 0 24px;
  color: var(--lz-stone-400);
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body.page-problemas-habituales .lz-problems-route__title h2 {
  margin: 0;
  color: var(--lz-ink);
  font-family: var(--font-display);
  font-size: clamp(44px, 4.5vw, 62px);
  font-weight: var(--fw-light);
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

body.page-problemas-habituales .lz-problems-route__line {
  display: block;
  white-space: nowrap;
}

body.page-problemas-habituales .lz-problems-route__line span {
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  color: var(--lz-ink);
}

body.page-problemas-habituales .lz-problems-route__body {
  padding-top: clamp(12px, 2vw, 24px);
}

body.page-problemas-habituales .lz-problems-route__body p {
  max-width: 68ch;
  margin: 0 0 38px;
  color: var(--lz-ink-soft);
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.6;
}

body.page-problemas-habituales .lz-problems-route__body .lz-btn {
  border-color: var(--lz-accent);
  background: var(--lz-accent);
  color: var(--lz-paper);
}

body.page-problemas-habituales .lz-problems-route__body .lz-btn:hover {
  border-color: var(--lz-ink);
  background: var(--lz-paper);
  color: var(--lz-ink);
}

body.page-problemas-habituales .lz-problems-route__meta {
  display: block;
  margin-top: 14px;
  color: var(--lz-ink-mute);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
}

@media (max-width: 820px) {
  body.page-problemas-habituales .lz-problems-route {
    padding-block: 64px;
  }

  body.page-problemas-habituales .lz-problems-route__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body.page-problemas-habituales .lz-problems-route__body {
    padding-top: 0;
  }
}

@media (max-width: 520px) {
  body.page-problemas-habituales .lz-problems-route__title h2 {
    font-size: clamp(38px, 12vw, 48px);
  }

  body.page-problemas-habituales .lz-problems-route__line {
    white-space: normal;
  }

  body.page-problemas-habituales .lz-problems-route__body p {
    font-size: 16px;
  }
}

body.single-problem .lz-problem-hero__image {
  margin: clamp(32px, 5vw, 56px) 0 0;
  overflow: hidden;
  border: 1px solid var(--lz-border);
  aspect-ratio: 16 / 9;
  background: var(--lz-paper-warm);
}

body.single-problem .lz-problem-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
