/* Dedicated value page; shared navigation, buttons, and theme tokens stay native. */
.why-peak-page{
  --value-accent:#2f855a;
  --value-accent-strong:#21663f;
  --value-accent-border:#70b78b;
  --value-accent-soft:color-mix(in srgb, var(--bg) 91%, var(--value-accent));
}

.why-peak-page main > section{
  padding:clamp(2.5rem, 6vw, 5rem) 0;
}

.why-peak-page .value-eyebrow{
  margin-bottom:1.25rem;
  color:var(--text-200);
  font-size:.75rem;
  font-weight:750;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.value-hero__grid,
.value-included__grid{
  display:grid;
  gap:2.5rem;
  align-items:center;
}

.value-hero h1{
  margin:0 0 1.5rem;
  font-size:clamp(3.7rem, 8vw, 6.5rem);
  font-weight:900;
  letter-spacing:-.065em;
  line-height:.98;
}

.value-hero h1 span,
.value-final h2 span,
.value-access-callout h2 span{
  color:var(--btn-secondary-text);
}

.value-hero__subtitle{
  max-width:27em;
  margin:1.5rem 0;
  font-size:clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight:600;
  line-height:1.4;
  letter-spacing:-.025em;
}

.value-hero__difference{
  margin:1.75rem 0;
  padding-left:1rem;
  border-left:3px solid var(--btn-primary);
  color:var(--text-200);
}

.value-hero__difference p{
  margin:0;
}

.value-hero__difference p + p{
  margin-top:.5rem;
  color:var(--text);
}

.value-hero__difference em{
  font-style:normal;
}

.value-actions{
  gap:.75rem;
}

.value-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:1rem;
  min-height:48px;
}

/* The darker brand token keeps small CTA text legible in both system themes. */
.value-actions .btn-primary{
  background:var(--btn-secondary-text);
  color:var(--bg);
}

.value-actions .btn-primary:hover{
  background:var(--btn-secondary-text);
  color:var(--bg);
}

.value-compare-link{
  display:inline-flex;
  align-items:center;
  gap:.75rem;
  min-height:44px;
  margin-top:1rem;
  color:var(--text-200);
  font-size:.85rem;
  text-decoration:underline;
  text-underline-offset:4px;
}

.value-plan{
  padding:clamp(1.25rem, 3vw, 2rem);
  border:1px solid var(--value-accent-border);
  border-top:5px solid var(--value-accent);
  border-radius:var(--radius-2xl);
  background:var(--value-accent-soft);
}

.value-plan h2{
  margin:0 0 .75rem;
  font-size:.85rem;
  letter-spacing:.07em;
}

.value-plan__price{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:.25rem;
  margin:0 0 1.25rem;
}

.value-plan__price > span:first-child{
  flex-basis:100%;
  font-size:.9rem;
}

.value-plan__price strong{
  font-size:3.5rem;
  line-height:1.05;
  letter-spacing:-.06em;
}

.value-plan__features{
  display:grid;
  gap:.5rem;
  margin:0;
  list-style:none;
  font-size:.93rem;
  line-height:1.45;
}

.value-plan__features li{
  position:relative;
  padding-left:1.5rem;
}

.value-plan__features li::before{
  content:"";
  position:absolute;
  top:.35em;
  left:.15rem;
  width:.4rem;
  height:.7rem;
  border:solid var(--value-accent-strong);
  border-width:0 2px 2px 0;
  transform:rotate(45deg);
}

.value-session{
  display:flex;
  align-items:center;
  gap:1.25rem;
  margin:1.5rem 0 .65rem;
  padding-top:1.25rem;
  border-top:1px solid var(--value-accent-border);
  color:var(--value-accent-strong);
}

.value-session__amount{
  display:flex;
  flex-direction:column;
}

.value-session__about{
  font-size:.7rem;
  font-weight:750;
  letter-spacing:.12em;
}

.value-session strong{
  font-size:clamp(5rem, 8vw, 6.5rem);
  line-height:.95;
  font-weight:900;
  letter-spacing:-.08em;
}

.value-session__label{
  font-size:clamp(1rem, 2vw, 1.3rem);
  font-weight:850;
  line-height:1.15;
}

.value-plan .value-plan__note{
  margin:0;
  color:var(--text-200);
  font-size:.75rem;
  line-height:1.5;
}

.value-comparison,
.value-final{
  background:var(--bg-200);
}

.why-peak-page .value-free-trial{
  padding:0 0 clamp(2.5rem, 6vw, 5rem);
}

.value-free-trial__inner{
  display:flex;
  flex-direction:column;
  gap:1.5rem;
  align-items:flex-start;
  padding:clamp(1.5rem, 4vw, 2.5rem);
  border:1px solid var(--value-accent-border);
  border-left:6px solid var(--value-accent);
  border-radius:var(--radius-xl);
  background:var(--value-accent-soft);
}

.value-free-trial .value-eyebrow{
  margin-bottom:.5rem;
  color:var(--value-accent-strong);
}

.value-free-trial h2{
  margin:0 0 .5rem;
  font-size:clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing:-.04em;
}

.value-free-trial p:last-child{
  max-width:44rem;
  margin:0;
  color:var(--text-200);
}

.value-free-trial .btn-primary{
  flex:none;
  min-height:48px;
  display:inline-flex;
  align-items:center;
}

.why-peak-page .value-testimonials{
  padding-top:0;
}

.value-testimonials__grid{
  display:grid;
  gap:1.25rem;
  align-items:start;
}

.value-testimonial{
  padding:clamp(1.25rem, 3vw, 2rem);
  border:1px solid var(--line-muted);
  border-radius:var(--radius-xl);
}

.value-testimonial .value-eyebrow{
  color:var(--btn-secondary-text);
}

.value-testimonial__excerpt{
  font-size:clamp(1.15rem, 2vw, 1.4rem);
  line-height:1.5;
  font-weight:600;
  letter-spacing:-.02em;
}

.value-testimonial figcaption{
  font-size:.85rem;
  font-weight:650;
}

.value-testimonial figcaption span{
  color:var(--text-200);
  font-weight:400;
}

.value-testimonial details{
  margin-top:1.25rem;
  border-top:1px solid var(--line-muted);
}

.value-testimonial summary{
  padding:1rem 0 .25rem;
  min-height:44px;
  color:var(--btn-secondary-text);
  font-size:.85rem;
  font-weight:650;
  cursor:pointer;
}

.value-testimonial summary:focus-visible{
  outline:3px solid var(--focus-ring);
  outline-offset:4px;
}

.value-testimonial__full{
  margin-top:1rem;
  color:var(--text-200);
  font-size:.95rem;
}

.value-testimonial__full p:last-child{
  margin-bottom:0;
}

.value-testimonial__full ol{
  margin:1rem 0 1rem 1.5rem;
}

.value-testimonial__full li + li{
  margin-top:.75rem;
}

@media (min-width:700px){
  .value-testimonials__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

.value-section-intro{
  max-width:44rem;
  margin-bottom:2rem;
}

.value-section-intro h2{
  margin-bottom:.75rem;
  font-size:clamp(2rem, 4vw, 3rem);
  line-height:1.1;
  letter-spacing:-.045em;
}

.value-section-intro > p:last-child{
  margin-bottom:0;
  color:var(--text-200);
}

.value-scroll-hint{
  margin-bottom:.75rem;
  color:var(--text-200);
  font-size:.8rem;
}

.value-table-scroll{
  overflow-x:auto;
  overscroll-behavior-x:contain;
  border:1px solid var(--line-muted);
  border-radius:var(--radius-xl);
  background:var(--bg);
}

.value-table{
  width:100%;
  min-width:820px;
  border-collapse:separate;
  border-spacing:0;
  table-layout:fixed;
  font-size:.9rem;
  line-height:1.5;
}

.value-table__feature{
  width:22%;
}

.value-table__caption{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap;
}

.value-table__peak{
  background:var(--value-accent-soft);
}

.value-table th,
.value-table td{
  padding:1.1rem 1.25rem;
  text-align:left;
  vertical-align:middle;
  overflow-wrap:break-word;
}

.value-table thead th{
  height:105px;
  border-bottom:1px solid var(--line-muted);
  font-size:1.1rem;
  line-height:1.3;
}

.value-table thead th:first-child{
  font-size:.8rem;
  color:var(--text-200);
}

.value-table .value-table__highlight{
  border-top:4px solid var(--value-accent);
}

.value-table__tag{
  display:block;
  margin-bottom:.5rem;
  color:var(--value-accent-strong);
  font-size:.7rem;
  font-weight:700;
}

.value-table tbody tr + tr > *{
  border-top:1px solid var(--line-muted);
}

.value-table tbody th{
  font-size:.85rem;
  font-weight:600;
}

.value-table tbody td:nth-child(2){
  border-right:1px solid var(--value-accent-border);
  border-left:1px solid var(--value-accent-border);
}

.value-table__session-price{
  color:var(--value-accent-strong);
  font-size:1.9rem;
  letter-spacing:-.04em;
}

.value-check{
  padding-right:.25rem;
  color:var(--value-accent-strong);
  font-weight:800;
}

.value-comparison__notes{
  margin-top:1rem;
  color:var(--text-200);
  font-size:.8rem;
  line-height:1.6;
}

.value-comparison__notes p{
  margin:0;
}

.value-comparison__notes p + p{
  margin-top:.5rem;
}

.value-access-callout{
  max-width:58rem;
  margin:0 auto 3rem;
  text-align:center;
}

.value-access-callout > p{
  margin-bottom:1rem;
  color:var(--text-200);
  font-size:clamp(.95rem, 2vw, 1.2rem);
  font-weight:700;
}

.value-access-callout h2{
  margin:0;
  font-size:clamp(1.7rem, 3.5vw, 2.6rem);
  line-height:1.2;
  letter-spacing:-.04em;
  font-weight:850;
}

.value-team img{
  width:100%;
  border-radius:var(--radius-xl);
}

.value-team figcaption{
  margin-top:.75rem;
  color:var(--text-200);
  font-size:.75rem;
}

.value-coaching ol{
  list-style:none;
  counter-reset:coaching;
}

.value-coaching li{
  display:flex;
  align-items:baseline;
  gap:1rem;
  padding:1rem 0;
  border-top:1px solid var(--line-muted);
  font-size:clamp(1rem, 1.8vw, 1.2rem);
  font-weight:650;
  letter-spacing:-.02em;
  counter-increment:coaching;
}

.value-coaching li::before{
  content:counter(coaching, decimal-leading-zero);
  color:var(--btn-secondary-text);
  font-size:.75rem;
  letter-spacing:0;
}

.value-final{
  text-align:center;
  border-bottom:4px solid var(--btn-primary);
}

.value-final h2{
  max-width:58rem;
  margin:0 auto 2rem;
  font-size:clamp(1.8rem, 4.5vw, 3.4rem);
  line-height:1.15;
  letter-spacing:-.045em;
  font-weight:900;
}

.value-final .value-actions{
  justify-content:center;
}

.value-skip-link{
  position:fixed;
  top:.5rem;
  left:1rem;
  z-index:1100;
  padding:.75rem 1rem;
  background:var(--bg);
  color:var(--text);
  transform:translateY(-150%);
}

.value-skip-link:focus{
  transform:translateY(0);
}

.why-peak-page a:focus-visible,
.value-table-scroll:focus-visible{
  outline:3px solid var(--focus-ring);
  outline-offset:4px;
}

@media (min-width:900px){
  .value-hero__grid{
    grid-template-columns:minmax(0, 1.35fr) minmax(0, 1fr);
    gap:4rem;
  }

  .value-included__grid{
    grid-template-columns:1.15fr 1fr;
    gap:3rem;
  }

  .value-free-trial__inner{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
  }

  .value-scroll-hint{
    display:none;
  }
}

@media (max-width:599px){
  .value-actions a{
    flex:1 1 100%;
  }

  .value-table__feature{
    width:145px;
  }

  .value-table th,
  .value-table td{
    padding:1rem;
  }

  /* Keep the row labels visible while the comparison columns scroll. */
  .value-table tr > :first-child{
    position:sticky;
    left:0;
    z-index:1;
    border-right:1px solid var(--line-muted);
    background:var(--bg);
  }
}

@media (prefers-reduced-motion:reduce){
  .why-peak-page{
    scroll-behavior:auto;
  }

  html:has(.why-peak-page){
    scroll-behavior:auto;
  }

  .value-actions a{
    transition:none;
  }
}

@media (prefers-color-scheme:dark){
  .why-peak-page{
    --value-accent:#8bd7a4;
    --value-accent-strong:#b7efc8;
    --value-accent-border:#5aa978;
  }
}
