/* Approved copy layout, Figma Copy 20260905. Existing motion and tokens retained. */
#hero .hero-question, #hero .hero-free, #hero .hero-note { max-width: 520px; font-size: 18px; line-height: 27px; }
#hero .hero-question { margin: 28px 0 0; color: var(--white); }
#hero .hero-action { margin-top: 18px; }
#hero .hero-free { margin: 18px 0 0; font-weight: 700; }
#hero .hero-note { margin-top: 18px; }
.process-step .process-service { display: block; margin-top: 12px; color: var(--muted-dark); font-size: 14px; line-height: 20px; }
.process-step .process-service + h3 { margin-top: 18px; }
.reviews-head .eyebrow { margin: 0 0 18px; }
.review-card > .review-context { margin-top: 12px; font-size: 14px; line-height: 20px; text-transform: none; letter-spacing: 0; }
.review-card blockquote { margin-top: 18px; }
.review-card blockquote strong { font-weight: 700; }
.formats > .format-head { grid-column: 1 / -1; padding: 30px 22px; }
.format-head > .eyebrow { margin: 0 0 18px; max-width: 100%; font-size: clamp(20px, 5.6vw, 26px); line-height: 1.25; letter-spacing: .015em; text-transform: uppercase; }
.format-head h3 { margin: 0; font-size: 36px; font-weight: 500; letter-spacing: -.055em; line-height: 1.05; }
.results-transition { padding-top: 32px; max-width: 820px; }
.results-transition h3 { margin: 0; font-size: 30px; font-weight: 400; line-height: 1.08; letter-spacing: -1.2px; }
.results-transition p { margin: 18px 0 0; color: var(--muted-light); font-size: 18px; line-height: 27px; }
#offer .offer-intensity {
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}
#offer .offer-intensity > div { padding: 18px 0; }
#offer .offer-intensity > div > strong {
  font-size: 26px;
  line-height: 29px;
  letter-spacing: -.55px;
}
#offer .offer-intensity > div > span:not(.intensity-rhythm) {
  margin-top: 12px;
  font-size: 18px;
  line-height: 27px;
}
#offer .offer-timeline .offer-list li {
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px 16px;
  min-height: 0;
  padding: 24px 0;
}
#offer .offer-timeline .offer-list li::before {
  grid-column: 2;
  grid-row: 1;
  font-size: 26px;
  line-height: 29px;
  letter-spacing: -.55px;
  text-transform: none;
  font-weight: 400;
}
#offer .offer-timeline .offer-list li > span { grid-column: 1; grid-row: 1 / span 2; padding-top: 5px; }
#offer .offer-timeline .offer-list li > p { grid-column: 2; grid-row: 2; }
#offer .offer-outcome-head h3 { font-size: 36px; line-height: 38px; }
#offer .offer-outcome-head p { font-size: 18px; line-height: 27px; }
#offer .outcome-cards { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; padding: 12px; }
#offer .outcome-cards > .outcome-module { grid-area: auto; grid-template-columns: minmax(0, 1fr); gap: 12px; margin: 0; padding: 20px; min-width: 0; }
#offer .outcome-cards h4 { font-size: 26px; line-height: 29px; }
#offer .outcome-cards p { margin-top: 14px; font-size: 18px; line-height: 27px; }
#offer .offer-guarantee h3 { margin: 18px 0 0; font-size: 34px; font-weight: 500; line-height: 36px; letter-spacing: -.035em; }
#offer .offer-guarantee p:not(.eyebrow) { margin: 18px 0 0; max-width: 820px; font-size: 18px; line-height: 27px; color: var(--muted-light); }
#offer .offer-guarantee .eyebrow { margin: 0; font-size: 14px; line-height: 20px; }
@media (min-width: 821px) {
  .formats > .format-head { padding: clamp(34px, 4vw, 60px); }
  .format-head h3 { font-size: clamp(36px, 3.5vw, 52px); }
  #offer .offer-outcome-head h3 { font-size: 52px; line-height: 55px; }
  #offer .outcome-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
}
@media (min-width: 1024px) {
  #offer .offer-intensity { max-width: none; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
}
