/* ============================================================
   Screen Time Trainer — Fitness page overrides
   Loaded after site.css. Blue accent theme, poster look.
   ============================================================ */

/* ---------- Hero ---------- */
.hero__inner { padding-top: 215px; padding-bottom: 210px; }
.hero .wl-form { margin-top: 60px; }

/* ---------- Problem (blue torn paper) ---------- */
.problem__backdrop { top: -160px; width: 1346px; height: calc(100% + 190px); }
.problem__stamp { position: absolute; z-index: 2; width: 232px; top: -250px; right: 11%; }
.problem__inner { gap: 80px; padding-top: 30px; padding-bottom: 90px; }
.problem__text { min-height: 0; }
.problem__title { font-size: 48px; line-height: 1.1em; }
.problem__title i { font-family: var(--f-medi); }
.problem__p { font-family: var(--f-bold); font-size: 28px; line-height: 1.35em; }

/* ---------- 4 steps (dark on white) ---------- */
.steps__head { max-width: 1080px; }
.steps__title { max-width: 1040px; margin: 0 auto; }
.steps__sub { max-width: 700px; margin: 0 auto; }
.steps__sub { font-family: var(--f-bold); font-size: 28px; }
.steps__row::before { display: none; }
.step__tick { display: none; }
.step__title { color: var(--ink); margin-top: 38px; }
.step__title b { font-family: var(--f-black); }
.step__desc { color: var(--ink); font-family: var(--f-bold); font-size: 16px; line-height: 1.4em; }

/* ---------- Stats (1200px band, line + chart right) ---------- */
.stats { max-width: 1200px; margin: 0 auto; }
.stats__bg img { object-position: center; }
.stats__inner { min-height: 900px; padding-left: 80px; padding-right: 70px; padding-top: 150px; }
.stats__right { flex: 0 1 540px; align-self: flex-start; display: flex; flex-direction: column; align-items: flex-start; gap: 48px; }
.stats__line { flex: none; align-self: auto; margin-top: 0; font-family: var(--f-bold); font-size: 52px; }
.stats__line b, .stats__line mark { font-size: 62px; }
.stats__chart { width: 440px; max-width: 100%; }

/* ---------- What to expect (dark paper band) ---------- */
.expect { position: relative; max-width: 1200px; margin: 0 auto; padding: 95px 20px 100px; overflow: hidden; }
.expect__bg { position: absolute; inset: 0; z-index: 0; }
.expect__bg img { width: 100%; height: 100%; object-fit: cover; }
.expect__inner { position: relative; z-index: 1; }
.expect__title { color: #fff; line-height: 1.1em; }
.expect__arrow { margin: 50px auto 60px; }
.expect__row { max-width: 1050px; gap: 78px; }
.expect__card { flex: 1; position: relative; }
.expect__txt { position: absolute; left: 12px; right: 12px; bottom: 22px; text-align: center; display: flex; flex-direction: column; gap: 12px; }
.expect__cap { position: static; font-family: var(--f-bold); font-size: 31px; line-height: 1em; color: var(--cream); }
.expect__cap b { font-family: var(--f-xbold); }
.expect__sub { font-family: var(--f-bold); font-size: 20px; line-height: 1.2em; color: #fff; }

/* ---------- Comparison (dark on white) ---------- */
.compare__title { margin-bottom: 35px; }
.compare { background: #fff; }
.compare__inner { color: var(--ink); }
.compare__title { font-family: var(--f-xbold); color: var(--ink); }
.compare__grid::before { background: var(--ink); }
.compare__cell p { font-family: var(--f-bold); font-size: 22px; line-height: 1.6em; max-width: 420px; }
.compare__cell p.compare__other { color: var(--ink); font-family: var(--f-mont); font-weight: 500; font-size: 40px; line-height: 1em; letter-spacing: -0.05em; max-width: none; }
.compare__form .wl-form__email { border-color: var(--ink); }

/* ---------- Family ---------- */
.family { max-width: 1200px; margin: 0 auto; }
.family__sub { font-family: var(--f-bold); }
.family__itext h3 { font-family: var(--f-xbold); }
.family__itext p { font-family: var(--f-bold); line-height: 1.2em; }

/* ---------- FAQ ---------- */
.acc__q span { font-family: var(--f-bold); font-size: 14px; }
.faq { padding-top: 110px; padding-bottom: 120px; }
.faq__backdrop { top: -270px; height: calc(100% + 430px); }
.faq__stamp { bottom: -125px; right: 10.5%; }

/* ---------- EU note ---------- */
.eu { padding: 30px 20px; }
.eu__text p { max-width: 310px; }

/* ---------- Final CTA ---------- */
.cta { max-width: 1200px; margin: 0 auto; }
.cta__shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(305deg, rgba(0,0,0,0) 37%, rgb(0,0,0) 113%); }
.cta__inner { padding-top: 100px; padding-bottom: 80px; gap: 42px; }
.cta__title { font-size: 62px; }

/* ============================================================
   Tablet: 810 – 1199.98
   ============================================================ */
@media (max-width: 1199.98px) and (min-width: 810px) {
  .hero__inner { padding-bottom: 100px; }
  .problem__stamp { width: 240px; top: -125px; right: 20px; }
  .problem__photo { flex: 0 0 300px; }
  .problem__inner { gap: 50px; padding-top: 150px; padding-bottom: 210px; }
  .problem__title { font-size: 36px; }
  .problem__p { font-size: 22px; }

  .steps { padding-bottom: 80px; }
  .steps__head { margin-bottom: 60px; }
  .steps__title { font-size: 36px; }
  .steps__sub { font-size: 24px; }
  .steps__row { flex-wrap: wrap; row-gap: 50px; }
  .step { flex: 0 0 calc(50% - 10px); }

  .stats__inner { min-height: 690px; padding-left: 60px; padding-right: 40px; }
  .stats__line { font-size: 40px; }
  .stats__line b, .stats__line mark { font-size: 50px; }
  .stats__chart { width: 345px; }

  .expect__title { font-size: 36px; }
  .expect__row { gap: 34px; padding: 0 25px; }
  .expect__cap { font-size: 24px; }
  .expect__sub { font-size: 16px; }

  .compare__title { font-size: 40px; }
  .compare__cell { flex-direction: column; align-items: center; text-align: center; gap: 28px; padding: 30px 40px; }
  .compare__cell--us { flex-direction: column-reverse; justify-content: flex-end; text-align: center; }
  .compare__cell--them { justify-content: flex-start; text-align: center; }
  .compare__cell p { font-size: 22px; }

  .family__title { font-size: 40px; }
  .family__sub { font-size: 24px; }
  .family__list { max-width: 400px; }
  .family__item { flex-direction: column-reverse; align-items: flex-start; gap: 16px; }
  .family__toggle { flex: none; width: 76px; height: 42px; }

  .faq { padding-top: 80px; padding-bottom: 60px; }
  .faq__title { font-size: 40px; }
  .faq__stamp { display: none; }
  .faq__backdrop { top: -290px; height: calc(100% + 440px); }

  .cta__title { font-size: 42px; }
}

/* ============================================================
   Phone: <= 809.98
   ============================================================ */
@media (max-width: 809.98px) {
  .hero__shade { background: linear-gradient(331deg, rgba(255,255,255,0) 40%, rgba(0,0,0,0.91) 100%); }
  .hero__inner { padding-top: 140px; padding-bottom: 85px; }
  .hero__title { font-size: 42px; }
  .hero__sub { font-size: 20px; }
  .hero .wl-form { margin-top: 30px; }

  .problem__stamp { display: none; }
  .problem__backdrop { top: -140px; width: 1000px; height: calc(100% + 200px); }
  .problem__photo { flex: none; width: 260px; }
  .problem__text { flex: none; }
  .problem__title { font-size: 28px; }
  .problem__p { font-size: 18px; }

  .steps__title { font-size: 28px; }
  .steps__sub { font-size: 18px; }
  .step__desc { font-family: var(--f-bold); font-size: 14px; }

  .stats__inner { min-height: 0; align-items: center; text-align: center; padding: 60px 20px 70px; }
  .stats__right { order: 1; flex: none; align-self: center; align-items: center; gap: 40px; }
  .stats__right .stats__line { order: 0; }
  .stats__chart { order: 1; }
  .stats__line { font-size: 36px; }
  .stats__line b, .stats__line mark { font-size: 44px; }
  .stats__chart { width: 270px; }
  .stats__form { order: 2; margin-top: 50px; }

  .expect { padding: 70px 20px 80px; }
  .expect__title { font-size: 36px; }
  .expect__row { gap: 50px; padding: 0; }
  .expect__cap { font-size: 31px; }
  .expect__sub { font-size: 18px; }

  .compare__title { font-size: 36px; }
  .compare__grid::before { display: none; }
  .compare__cell { flex-direction: column; align-items: center; text-align: center; gap: 20px; padding: 26px 14px; }
  .compare__cell p.compare__other { font-size: 20px; }
  .compare__cell--us { flex-direction: column-reverse; justify-content: flex-end; text-align: center; }
  .compare__cell--them { justify-content: flex-start; text-align: center; }
  .compare__cell p { font-size: 14px; line-height: 1.6em; }
  .compare__ico { flex-basis: 50px; width: 50px; height: 50px; }

  .family__title { font-size: 36px; }
  .family__sub { font-size: 18px; }
  .family__item { flex-direction: column-reverse; align-items: flex-start; gap: 14px; }
  .family__toggle { flex: none; width: 76px; height: 42px; }
  .family__itext h3 { font-size: 28px; }
  .family__itext p { font-size: 18px; }

  .faq__title { font-size: 36px; }
  .faq__stamp { display: none; }

  .cta__inner { padding-top: 160px; padding-bottom: 70px; }
  .cta__title { font-size: 32px; }

  .eu__inner { flex-direction: column; align-items: flex-start; gap: 30px; }
  .eu__logo { order: 2; width: 250px; flex: none; margin: 0 auto; }
  .eu__text { order: 1; }
  .eu__text p { max-width: none; }
  .footer__nav { flex-direction: row; align-items: center; justify-content: center; gap: 28px; padding: 12px 20px; height: 54px; min-height: 0; }
}

/* fix: microcopy visibility on white comparison section */
.compare__form .wl-form__note { color: var(--ink); }
