@media (max-width: 760px) {
  body { font-size: 15px; overflow-x: hidden; }
  nav, section, footer { padding-left: 20px; padding-right: 20px; }

  .hero { min-height: 100svh; padding-top: 18px; background: linear-gradient(150deg, #5b3886 0%, #a95f9d 62%, #f0a69d 100%); }
  nav { align-items: center; font-size: 11px; }
  .brand { max-width: 155px; line-height: 1.2; }
  .insta { font-size: 11px; }
  .instagram-link svg { width: 14px; height: 14px; }
  .hero::before { top: 0; left: 0; right: 0; bottom: 0; background-position: 50% center; }
  .hero-copy { max-width: 100%; margin-top: 11vh; padding: 16px; border-radius: 18px; background: rgba(45, 25, 65, .16); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
  .hero .eyebrow { margin-bottom: 18px; }
  .hero h1 { max-width: 340px; font-size: clamp(50px, 15vw, 70px); line-height: .86; }
  .lead { max-width: 330px; margin: 28px 0 18px; font-size: 17px; }
  .meta { max-width: 340px; font-size: 11px; line-height: 1.55; }
  .hero .button { width: min(100%, 350px); margin-top: 24px; padding: 16px 20px; }
  .offer-note { max-width: 300px; font-size: 11px; }
  .hero-note { left: 20px; bottom: 20px; max-width: 195px; font-size: 10px; }
  .hero-scroll { display: none; }

  .section { padding-top: 70px; padding-bottom: 70px; }
  .eyebrow { margin-bottom: 18px; font-size: 10px; }
  h2, .intro h2, .audience h2, .program h2, .faq h2, .author h2, .outcome h2, .purchase h2, .reviews-heading h2 { font-size: clamp(43px, 12.5vw, 58px); line-height: .9; }
  .intro-grid { gap: 34px; }
  .intro-copy p { font-size: 16px; line-height: 1.6; }
  .intro-copy .large-copy { font-size: 20px; line-height: 1.38; }

  .program-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 38px; border-top: 0; }
  .program article, .program article:not(:first-child) { min-height: 0; padding: 20px; border: 1px solid var(--line); border-radius: 10px; }
  .program h3 { margin: 26px 0 12px; font-size: 23px; }
  .program article p { font-size: 14px; }
  .toolbox { margin-top: 28px; padding: 20px; }
  .toolbox p:last-child { font-size: 15px; }

  .statement { padding-top: 78px; padding-bottom: 78px; }
  .statement p { font-size: clamp(38px, 11vw, 53px); line-height: .88; }
  .statement .statement-small { margin-top: 26px; font-size: 15px; }
  .audience-list { margin-top: 38px; }
  .audience-list p { grid-template-columns: 32px 1fr; gap: 10px; padding: 19px 0; font-size: 17px; }

  .outcome { min-height: 0; padding-top: 80px; padding-bottom: 80px; }
  .outcome-copy { margin-top: 28px; font-size: 16px; }
  .author { gap: 32px; }
  .author-photo { height: 360px; }
  .author-photo img { object-position: center top; }
  .author-copy p:not(.eyebrow) { margin-top: 20px; }

  .reviews-grid { display: grid; grid-template-columns: 1fr; gap: 24px; overflow: visible; padding: 0; margin-top: 32px; }
  .review-card { width: 100%; height: auto; padding: 0; flex: initial; }
  .review-card img { width: 100%; height: auto; object-fit: initial; }

  .faq-list { margin-top: 38px; }
  summary { padding: 18px 0; font-size: 16px; line-height: 1.35; }
  details p { font-size: 14px; }
  .purchase { gap: 34px; padding-top: 70px; padding-bottom: 70px; }
  .purchase-copy > p:not(.eyebrow) { margin-top: 24px; font-size: 16px; }
  .price-card { width: 100%; padding: 24px; box-shadow: 7px 7px 0 rgba(255, 255, 255, .27); }
  .price-card strong { font-size: 66px; }
  .button-light { padding: 16px 18px; }
  footer { justify-content: center; text-align: center; gap: 12px 20px; padding-top: 20px; padding-bottom: 20px; }
}
