/* Overview de producto — presentación tipo Apple. Solo aplica con .pr-page--split */

.pr-page--split {
  --ov-green: var(--pr-accent, #3f6b3a);
  --ov-lime: #7fbf6a;
  --ov-ink: #1a1a1a;
  --ov-mute: #8a8a8a;
  --ov-archivo: Archivo, Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

.pr-page--split {
  font-family: var(--ov-archivo);
}

.ov-dock {
  position: sticky;
  top: 60px;
  z-index: 920;
  height: 52px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid #e6e6e6;
}

.ov-dock-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
  height: 52px;
}

.ov-dock-name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.ov-dock-name span {
  color: var(--ov-green);
}

.ov-dock-tabs {
  display: flex;
  gap: 2px;
  margin-left: auto;
}

.ov-tab {
  appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 100px;
  color: #4a4a4a;
  cursor: pointer;
}

.ov-tab[aria-selected="true"] {
  background: #111;
  color: #fff;
}

.ov-dock-back {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #767676;
  text-decoration: none;
  white-space: nowrap;
}

.ov-dock-back:hover {
  color: #000;
}

.ov-view[hidden] {
  display: none;
}

.ov-kicker {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ov-green);
  margin: 0 0 20px;
}

.ov-kicker--light {
  color: var(--ov-lime);
}

.ov-copy h2,
.ov-hero h1,
.ov-lab h2,
.ov-close h2 {
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.04;
  margin: 0 0 22px;
  text-wrap: pretty;
}

.ov-hero h1 {
  font-size: clamp(46px, 8vw, 104px);
  line-height: 0.94;
  margin: 0 0 26px;
}

.ov-hero h1 .ov-variant {
  color: var(--ov-lime);
}

.ov-hero h1 .ov-word {
  display: inline-block;
  color: inherit;
  overflow: visible;
}

.ov-hero h1 .ov-reg,
.ov-hero h1 .ov-word .ov-reg {
  display: inline;
  position: relative;
  top: -0.38em;
  margin-left: 0.18em;
  padding: 0;
  font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.52em;
  line-height: 1;
  letter-spacing: 0;
  color: inherit;
  vertical-align: baseline;
}

.ov-hero--warm h1 {
  font-size: clamp(55px, 9.6vw, 125px);
}

.ov-hero--warm h1 .ov-variant {
  color: #2e7d32;
  font-size: 0.84em;
}

.ov-copy h2,
.ov-lab h2,
.ov-close h2 {
  font-size: clamp(30px, 4.4vw, 56px);
}

.ov-copy p,
.ov-deck {
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.55;
  color: #4a4a4a;
  margin: 0 auto;
  max-width: 660px;
  text-wrap: pretty;
}

.ov-copy--left p,
.ov-copy--left h2 {
  margin-left: 0;
  max-width: 700px;
}

.ov-copy--on-dark p {
  color: #dcdcdc;
}

.ov-copy--center {
  text-align: center;
}

.ov-hero {
  background: #000;
  color: #fff;
  padding: 88px 28px 0;
  text-align: center;
  margin-bottom: 0;
}

.ov-hero .ov-media {
  max-width: 760px;
  margin: 0 auto;
}

.ov-stats-wrap {
  background: #000;
  padding: 0 28px 90px;
}

.ov-hero-copy {
  max-width: 820px;
  margin: 0 auto;
}

.ov-deck {
  color: #cfcfcf;
  max-width: 640px;
}

.ov-meta {
  font-size: 13px;
  color: #8a8a8a;
  margin: 12px 0 40px;
}

.ov-hero .ov-media {
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 48px;
}

.ov-hero .ov-media img {
  width: 100%;
  height: auto;
  display: block;
}

.ov-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #242424;
  border: 1px solid #242424;
  max-width: 1100px;
  margin: 0 auto;
}

.ov-stat {
  background: #000;
  color: #fff;
  padding: 30px 22px;
}

.ov-stat-val {
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.ov-stat-lab {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-top: 9px;
  line-height: 1.5;
}

.ov-hero--warm,
.ov-stats-wrap--warm {
  background: #e8e4dc;
  color: #33301f;
}

.ov-hero--warm .ov-deck {
  color: #5a5640;
}

.ov-hero--warm .ov-meta {
  color: #7a7568;
}

.ov-hero--warm .ov-media img {
  mix-blend-mode: multiply;
}

.ov-stats-wrap--warm .ov-stats {
  background: #d4cfc4;
  border-color: #d4cfc4;
}

.ov-stats-wrap--warm .ov-stat {
  background: #e8e4dc;
  color: #33301f;
}

.ov-stats-wrap--warm .ov-stat-lab {
  color: #7a7568;
}

.ov-hero--light,
.ov-hero--gray,
.ov-stats-wrap--light,
.ov-stats-wrap--gray {
  background: #fff;
  color: #111;
}

.ov-hero--light .ov-kicker,
.ov-hero--gray .ov-kicker {
  color: #4a4a4a;
  letter-spacing: 0.28em;
}

.ov-hero--light h1 .ov-variant {
  color: #d70000;
  white-space: nowrap;
}

.ov-hero--gray .ov-kicker {
  color: #595959;
}

.ov-hero--gray h1 .ov-variant {
  color: #595959;
}

.ov-hero--light .ov-deck,
.ov-hero--gray .ov-deck {
  color: #4a4a4a;
}

.ov-hero--light .ov-meta,
.ov-hero--gray .ov-meta {
  color: #6b6b6b;
}

.ov-stats-wrap--light .ov-stats,
.ov-stats-wrap--gray .ov-stats {
  background: #d4d4d4;
  border-color: #d4d4d4;
}

.ov-stats-wrap--light .ov-stat,
.ov-stats-wrap--gray .ov-stat {
  background: #fff;
  color: #111;
}

.ov-stats-wrap--light .ov-stat-lab,
.ov-stats-wrap--gray .ov-stat-lab {
  color: #6b6b6b;
}

.ov-hero--blue,
.ov-stats-wrap--blue {
  background: #005dbd;
  color: #111;
}

.ov-hero--blue .ov-kicker--light {
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.28em;
  margin-bottom: 28px;
}

.ov-hero--blue h1 {
  color: #111;
  font-size: clamp(48px, 8.6vw, 120px);
  line-height: 1;
  letter-spacing: -0.045em;
  margin-bottom: 28px;
}

.ov-hero--blue .ov-hero-copy {
  max-width: min(1280px, 96vw);
}

.ov-hero--blue h1 .ov-variant {
  color: #fff;
  font-size: 1em;
  white-space: nowrap;
  letter-spacing: -0.045em;
}

.ov-hero--blue h1 .ov-word .ov-reg {
  font-size: 0.52em;
}

.ov-hero--blue .ov-deck {
  color: #fff;
}

.ov-hero--blue .ov-meta {
  color: rgba(255, 255, 255, 0.78);
}

.ov-stats-wrap--blue .ov-stats {
  background: #024a96;
  border-color: #024a96;
}

.ov-stats-wrap--blue .ov-stat {
  background: #0257af;
  color: #fff;
}

.ov-stats-wrap--blue .ov-stat-lab {
  color: #bcd6f7;
}

.ov-problem,
.ov-flex,
.ov-apply,
.ov-yield,
.ov-perf {
  padding: 110px 28px;
}

.ov-problem {
  background: #fff;
}

.ov-problem .ov-copy,
.ov-flex .ov-copy,
.ov-yield .ov-copy {
  max-width: 900px;
  margin: 0 auto 52px;
  text-align: center;
}

.ov-flex .ov-copy,
.ov-yield .ov-copy {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.ov-problem .ov-compare,
.ov-flex .ov-video,
.ov-flex .ov-media,
.ov-close .ov-media {
  max-width: 1100px;
  margin: 0 auto;
}

.ov-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ov-compare-panel {
  margin: 0;
}

.ov-compare-panel img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.ov-compare-cap {
  padding: 16px 4px 0;
  font-size: 13px;
  color: #4a4a4a;
}

.ov-compare-cap span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-bottom: 4px;
}

.ov-compare-cap--on span {
  color: var(--ov-green);
}

.ov-media img,
.ov-video video {
  width: 100%;
  display: block;
}

.ov-media img {
  height: auto;
}

.ov-video video {
  height: 560px;
  object-fit: cover;
  background: #111;
}

.ov-media-note,
.ov-ph p {
  font-size: 12px;
  line-height: 1.5;
  color: #767676;
  margin: 10px 0 0;
}

.ov-media-note {
  max-width: 720px;
}

.ov-ph {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
  padding: 28px;
  border: 1px dashed #8a8a8a;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.08)),
    repeating-linear-gradient(-45deg, transparent, transparent 12px, rgba(0, 0, 0, 0.04) 12px, rgba(0, 0, 0, 0.04) 13px);
}

.ov-ph-kicker {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ov-lime);
  margin-bottom: 12px;
}

.ov-ph p {
  color: #cfcfcf;
  max-width: 520px;
}

.ov-hero .ov-ph,
.ov-close .ov-ph,
.ov-lab .ov-ph {
  background: #111;
  border-color: #3a3a3a;
}

.ov-flex {
  background: #ddd;
}

.ov-flex .ov-video {
  overflow: hidden;
  background: #ddd;
  line-height: 0;
}

.ov-flex .ov-video video {
  background: #ddd;
  border: 0;
  outline: none;
}

.ov-flex .ov-media img {
  width: 100%;
  height: auto;
  display: block;
}

.ov-lab {
  position: relative;
  background: #000;
  color: #fff;
  padding: 160px 28px;
  overflow: hidden;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.ov-lab .ov-video {
  position: absolute;
  inset: 0;
}

.ov-lab video {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  background: #000;
}

.ov-lab-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.85));
}

.ov-lab .ov-copy {
  position: relative;
  text-align: center;
}

.ov-apply {
  background: #fff;
}

.ov-apply-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}

.ov-steps {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.ov-steps li {
  display: flex;
  gap: 16px;
}

.ov-steps span {
  font-size: 11px;
  font-weight: 700;
  color: var(--ov-green);
  padding-top: 3px;
  min-width: 18px;
}

.ov-steps strong {
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}

.ov-steps p {
  font-size: 14px;
  line-height: 1.5;
  color: #4a4a4a;
  margin: 0;
}

.ov-yield {
  background: #f2f2f2;
}

.ov-pills {
  display: inline-flex;
  gap: 4px;
  background: #e6e6e6;
  border-radius: 100px;
  padding: 4px;
  margin-top: 8px;
}

.ov-pill {
  appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 100px;
  cursor: pointer;
  color: #4a4a4a;
}

.ov-pill[aria-pressed="true"] {
  background: #111;
  color: #fff;
}

.ov-yield-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #d4d4d4;
  border: 1px solid #d4d4d4;
  max-width: 1100px;
  margin: 0 auto;
}

.ov-yield-card {
  background: #f2f2f2;
  padding: 30px 24px;
}

.ov-yield-card small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-bottom: 14px;
}

.ov-yield-card strong {
  display: block;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.ov-yield-card span {
  display: block;
  font-size: 13px;
  color: #4a4a4a;
  margin-top: 8px;
}

.ov-yield-note {
  max-width: 1100px;
  margin: 18px auto 0;
  font-size: 13px;
  color: #767676;
}

.ov-perf {
  background: #f2f2f2;
}

.ov-perf .ov-copy {
  max-width: 1100px;
  margin: 0 auto 52px;
}

.ov-chart {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 40px 36px;
  color: var(--ov-green);
}

.ov-chart svg {
  width: 100%;
  height: auto;
  display: block;
}

.ov-chart text {
  font-family: var(--ov-archivo);
  font-size: 13px;
  fill: #8a8a8a;
}

.ov-chart-legend {
  display: flex;
  gap: 34px;
  margin-top: 22px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: #4a4a4a;
}

.ov-chart-legend div {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ov-chart-swatch {
  width: 18px;
  height: 3px;
  background: #c4c4c4;
  flex: none;
}

.ov-chart-swatch--on {
  background: var(--ov-green);
}

.ov-close {
  background: #000;
  color: #fff;
  padding: 110px 28px 120px;
}

.ov-close--warm {
  background: #e4dece;
  color: #33301f;
}

.ov-close--cool {
  background: #e6eefc;
  color: #0f2a4a;
}

.ov-close .ov-copy {
  margin-top: 60px;
}

.ov-close p {
  color: #b8b8b8;
  margin: 0 auto 40px;
  max-width: 580px;
}

.ov-close--warm p {
  color: #5a5640;
}

.ov-close--cool .ov-copy {
  margin-top: 0;
}

.ov-close--cool p {
  color: #3a5270;
}

.ov-close--cool .ov-cta {
  background: #005dbd;
  color: #fff;
}

.ov-close--cool .ov-cta:hover {
  background: #024a96;
}

.ov-cta {
  appearance: none;
  display: inline-block;
  padding: 14px 32px;
  background: var(--ov-lime);
  color: #000;
  border: 0;
  border-radius: 100px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.ov-cta:hover {
  background: #96d17f;
}

.pr-page--split.is-overview .footer {
  background: #000;
  color: #8a8a8a;
}

.pr-page--split.is-overview .footer a {
  color: #cfcfcf;
}

@media (max-width: 860px) {
  .ov-dock-inner {
    padding: 0 16px;
    gap: 10px;
  }

  .ov-dock-name {
    display: none;
  }

  .ov-stats,
  .ov-yield-grid,
  .ov-apply-grid,
  .ov-compare {
    grid-template-columns: 1fr 1fr;
  }

  .ov-flex .ov-video {
    overflow: hidden;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    max-width: none;
  }

  .ov-flex .ov-video video {
    height: 320px;
    background: #ddd;
    transform: scale(1.04);
  }

  .ov-lab {
    min-height: 100svh;
    padding: 88px 20px;
  }

  .ov-lab .ov-video {
    inset: 0;
  }

  .ov-lab .ov-video video {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    transform: none;
    background: #000;
  }

  .ov-hero,
  .ov-problem,
  .ov-flex,
  .ov-apply,
  .ov-yield,
  .ov-perf,
  .ov-close {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ov-hero .ov-media {
    overflow: hidden;
    max-width: none;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 8px;
  }

  .ov-hero .ov-media img {
    width: 155%;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 560px) {
  .ov-hero h1 {
    font-size: clamp(28px, 8.6vw, 40px);
  }

  .ov-hero--warm h1 {
    font-size: clamp(34px, 10.3vw, 48px);
  }

  .ov-hero--blue h1 {
    font-size: clamp(34px, 10.4vw, 48px);
  }

  .ov-hero h1 .ov-variant {
    display: block;
    font-size: 0.78em;
  }

  .ov-hero--blue h1 .ov-variant {
    font-size: 1em;
    white-space: nowrap;
  }

  .ov-hero--light h1 .ov-variant {
    white-space: normal;
  }

  .ov-stats,
  .ov-yield-grid,
  .ov-apply-grid,
  .ov-compare {
    grid-template-columns: 1fr;
  }

  .ov-yield-card strong {
    font-size: 32px;
  }

  .ov-hero .ov-media img {
    width: 168%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ov-lab video,
  .ov-video video {
    display: none;
  }
}
