/* ============================================================================
   Still Strong: sales page + thank-you page.
   Mobile first. Designed and checked at 390px before anything else.
   Reader is a woman aged 45 to 60 on a phone, so body text never goes below
   19px and line height never below 1.7. Do not shrink these for aesthetics.

   Tokens are ported from the 1% Better Performance design system
   (1percent-homepage/site/src/styles/global.css) so this page reads as the
   same brand: Montserrat for structure, Lora for the long-form body.
   ========================================================================== */

:root {
  --paper: #FBFAF8;
  --surface: #FFFFFF;
  --ink: #17171A;
  --body-ink: #26262A;
  --muted: #6B6B6B;
  --line: #E8E5DF;
  --tint: #F3F1EC;
  --red: #E3050C;
  --red-press: #B80009;
  --wrap: 680px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--body-ink);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Single column, centred, nothing beside it. */
.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 22px;
}

/* --- Type -----------------------------------------------------------------
   Headings are Montserrat, subheads left aligned per the copy doc. Paragraphs
   are short by design, so the vertical rhythm is generous rather than tight. */

h1, h2, h3, h4 {
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin: 0 0 18px;
  text-wrap: balance;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

/* Most section subheads are written in capitals in the copy doc and are kept
   that way. Caps need a little tracking to stay readable, so h2 opens it back
   up; the offer heading is mixed case and gets the tight setting instead. */
h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.045em;
  margin-top: 8px;
}

h3 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 12px;
}

p {
  margin: 0 0 24px;
}

strong { font-weight: 600; color: var(--ink); }

a { color: inherit; }

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
  border-radius: 2px;
}

.eyebrow {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 16px;
}

.subhead {
  font-size: 20px;
  line-height: 1.55;
  color: #3A3A3E;
  margin: 0 0 8px;
}

/* --- Page rhythm ---------------------------------------------------------- */

.masthead {
  padding: 34px 0 4px;
}

/* Sections carry the whitespace. A rule between them gives the eye a rest
   without adding anything clickable. */
section {
  padding: 34px 0;
}

section + section {
  border-top: 1px solid var(--line);
}

figure {
  margin: 0 0 30px;
}

.hero-img img,
.headshot img {
  border-radius: 12px;
}

.headshot {
  max-width: 260px;
  margin: 0 auto 30px;
}

.headshot figcaption {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
  text-align: center;
  margin-top: 12px;
}

/* --- Credential strip ------------------------------------------------------
   Sits under the subhead where a page like this would normally put "as seen in"
   badges. Stacked on mobile, three across once there is room. */

.creds {
  list-style: none;
  margin: 22px 0 4px;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
}

.creds li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.creds strong {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
}

.creds span {
  font-size: 16px;
  line-height: 1.45;
  color: var(--muted);
}

/* --- Diagram and page spreads --------------------------------------------- */

.diagram {
  margin: 26px 0 4px;
}

.diagram img {
  border-radius: 12px;
}

.spreads {
  display: grid;
  gap: 20px;
  margin: 30px 0 28px;
}

.spreads figure { margin: 0; }

.spreads img {
  border-radius: 12px;
  box-shadow: 0 2px 14px rgba(31, 58, 46, 0.10);
}

.spreads figcaption {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  text-align: center;
  margin-top: 10px;
}

/* --- Product mockup -------------------------------------------------------- */

.mockup {
  max-width: 320px;
  margin: 0 auto 22px;
}

/* --- Reviews ---------------------------------------------------------------
   Verified Google reviews of the coaching practice. The note directly under the
   heading is not decorative: it keeps the endorsement tied to the thing it
   actually endorses. Do not remove it. */

.reviews blockquote {
  margin: 0 0 22px;
  padding: 20px 20px 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--red);
  border-radius: 12px;
}

.reviews blockquote p {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.6;
}

.reviews cite {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  color: var(--ink);
}

.reviews cite::after {
  content: " · Google review";
  font-weight: 500;
  color: var(--muted);
}

.reviews-note {
  font-size: 16px;
  color: var(--muted);
  margin: 0 0 22px;
}

.reviews-link {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 16px;
  margin: 0;
}

.reviews-link a { color: var(--muted); }

/* --- Lists ---------------------------------------------------------------- */

.checklist {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

/* The check marks are literal characters in the copy, not a CSS decoration,
   so they are kept as text. Flex keeps the wrapped lines aligned under each
   other instead of tucking back under the mark. */
.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 20px;
}

.checklist .tick {
  flex: 0 0 auto;
  font-size: 17px;
  line-height: 1.85;
}

.plainlist {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.plainlist li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
}

.plainlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
}

/* --- The offer ------------------------------------------------------------ */

.offer {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 30px 22px 34px;
  margin: 0 0 30px;
}

.offer h2 {
  font-size: 30px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.offer .offer-sub {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--muted);
  margin: 0 0 22px;
}

.mockup {
  max-width: 320px;
  margin: 0 auto 26px;
}

.price {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ink);
  margin: 26px 0 8px;
}

.price .compare {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: var(--muted);
  margin-bottom: 10px;
}

/* --- Buy button ----------------------------------------------------------
   Appears exactly twice on the sales page: end of the offer section and under
   the FAQ. Full width on mobile so it is unmissable and easy to hit. */

.buy {
  display: block;
  width: 100%;
  background: var(--red);
  color: #fff;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  padding: 22px 24px;
  border: 0;
  border-radius: 11px;
  cursor: pointer;
  margin: 4px 0 14px;
  -webkit-appearance: none;
}

.buy:hover { background: var(--red-press); }
.buy:active { transform: translateY(1px); }

.buy-note {
  font-size: 16px;
  line-height: 1.5;
  color: var(--muted);
  text-align: center;
  margin: 0;
}

.buy-terms {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  text-align: center;
  margin: 0;
}

/* --- Guarantee ------------------------------------------------------------ */

.guarantee {
  background: var(--tint);
  border-radius: 16px;
  padding: 28px 22px 8px;
}

.guarantee h2 { font-size: 23px; }

/* --- FAQ ------------------------------------------------------------------ */

.faq-item {
  margin-bottom: 28px;
}

.faq-item h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

.faq-item p:last-child { margin-bottom: 0; }

/* --- P.S. ----------------------------------------------------------------- */

.signature {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 10px;
}

/* --- Legal ---------------------------------------------------------------- */

.legal {
  border-top: 1px solid var(--line);
  padding: 30px 0 44px;
}

.legal p {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 14px;
}

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

/* --- Thank-you page ------------------------------------------------------- */

.ty {
  padding: 44px 0 8px;
}

.ty h1 { font-size: 30px; }

.download {
  display: block;
  width: 100%;
  background: var(--red);
  color: #fff;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  padding: 22px 20px;
  border-radius: 11px;
  margin: 26px 0 30px;
}

.download:hover { background: var(--red-press); }

.ty-note {
  border-top: 1px solid var(--line);
  padding-top: 26px;
}

.coaching-line {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
  margin: 26px 0 0;
}

.coaching-line a { color: var(--muted); }

/* --- Wider screens --------------------------------------------------------
   The page is built for 390px. Everything below only relaxes the spacing and
   lets the type breathe a little; the column never exceeds 680px. */

@media (min-width: 700px) {
  body { font-size: 20px; }

  .wrap { padding: 0 28px; }

  h1 { font-size: 42px; }
  h2 { font-size: 27px; }
  h3 { font-size: 23px; }

  .offer h2 { font-size: 36px; }

  .subhead { font-size: 22px; }

  section { padding: 44px 0; }

  .masthead { padding: 46px 0 6px; }

  .offer { padding: 38px 34px 42px; }

  .guarantee { padding: 34px 34px 12px; }

  .buy, .download {
    font-size: 21px;
    padding: 24px 28px;
  }

  .faq-item h3 { font-size: 20px; }

  .creds { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .creds span { font-size: 15px; }

  .mockup { max-width: 380px; }

  .reviews blockquote { padding: 24px 26px 22px; }
  .reviews blockquote p { font-size: 19px; }
}

/* Respect a reduced-motion preference; the only motion here is smooth scroll. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .buy:active { transform: none; }
}
