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

.pr-page--split {
  --ov-green: #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 span {
  color: var(--ov-lime);
}

.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-problem,
.ov-flex,
.ov-apply,
.ov-yield {
  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-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-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-close {
  background: #000;
  color: #fff;
  padding: 110px 28px 120px;
}

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

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

.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-close {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 560px) {
  .ov-stats,
  .ov-yield-grid,
  .ov-apply-grid,
  .ov-compare {
    grid-template-columns: 1fr;
  }

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

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