/* /coaching/ — standalone landing page, en / fr / es.
 *
 * Self-contained on purpose: this page does not load site.css, so its layout
 * cannot be broken by a change to the main design system and the main site
 * cannot be broken by a change here. Same arrangement as ecom.css and
 * security.css, and deliberately NOT sharing with either — three landing
 * pages that share a stylesheet are three pages that can only be redesigned
 * together.
 *
 * Constraints it is written against:
 *   - CSP is `default-src 'none'; style-src 'self'; font-src 'self'`.
 *     No inline style attributes, no CDN, no external font.
 *   - The page ships NO JavaScript of its own. Every disclosure is a
 *     <details> element, the section rail is a plain anchor list, and every
 *     hover and sticky behaviour below is CSS. Nothing here waits on a script.
 *   - Font paths are absolute so ManifestStaticFilesStorage rewrites them to
 *     the hashed filenames at collectstatic time.
 *   - The copy is French and Spanish as well as English, so the unicode-range
 *     has to reach Latin-1 and Latin Extended-A or every é and ñ falls back to
 *     a system font mid-sentence.
 *
 * WHY THIS ONE IS BLUE AND ecom.css IS GREEN. Both are light, because both are
 * read at lunchtime on a phone by somebody who is not technical. But a coach
 * is being asked to believe that a stranger will make them look professional,
 * and the page has to look like the outcome it is selling — so this one is
 * cooler, squarer and more disciplined than the shop page, which is selling
 * momentum instead.
 */

@font-face {
  font-family: "Plex"; src: url("/static/fonts/plex-latin-400.4767e1197706.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
  unicode-range: U+0000-052F, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2190-21FF;
}
@font-face {
  font-family: "Plex"; src: url("/static/fonts/plex-latin-500.80ebc672c915.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
  unicode-range: U+0000-052F, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2190-21FF;
}
@font-face {
  font-family: "Plex"; src: url("/static/fonts/plex-latin-600.f417eeb0d15e.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
  unicode-range: U+0000-052F, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2190-21FF;
}
@font-face {
  font-family: "Plex"; src: url("/static/fonts/plex-latin-700.8d04403cf599.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
  unicode-range: U+0000-052F, U+2000-206F, U+2070-209F, U+20A0-20CF, U+2190-21FF;
}

/* --- Tokens --------------------------------------------------------------
 * Every foreground/background pair below is at or above WCAG 2.2 AA for the
 * size it is used at. --accent is darkened from a mid blue specifically so it
 * passes on white AS TEXT, not only as a button fill — it is used for links
 * and for the "verify" calls to action, which are body-size.
 */
:root {
  --bg:        #fcfcfd;
  --card:      #ffffff;
  --band:      #f2f4f8;   /* alternating section bands */
  --line:      #e1e5ec;
  --line-hi:   #c6ccd8;

  --ink:       #10141b;   /* 16.6:1 on --bg */
  --ink-2:     #38414f;   /* 9.1:1  */
  --muted:     #5b6472;   /* 5.5:1 — body-size minimum */

  --accent:    #14459a;   /* 8.5:1 on white, so it is legible AS TEXT */
  --accent-hi: #0e3378;
  --accent-bg: #e9eefa;
  --accent-ink:#ffffff;

  /* The offer bar and the "free" line only. Warm enough to be noticed, dark
   * enough to be read: 5.6:1 on white. */
  --hot:       #a83a12;
  --hot-bg:    #fdf0e8;

  /* WhatsApp green, darkened until it passes BOTH ways: as a button fill
   * under a white label, and as text on the page. The brand green (#25D366)
   * is 1.6:1 against white and unusable for either. #0f7a45 is 5.4:1 and
   * still unmistakably WhatsApp. Same value as ecom.css, arrived at the same
   * way. */
  --wa:        #0f7a45;
  --wa-hi:     #0b6339;
  --wa-ink:    #ffffff;

  --radius:    14px;
  --radius-sm: 9px;

  --shadow:    0 1px 2px rgba(16, 20, 27, .05), 0 8px 24px -12px rgba(16, 20, 27, .18);
  --shadow-lg: 0 2px 4px rgba(16, 20, 27, .06), 0 20px 44px -20px rgba(16, 20, 27, .26);

  --wrap:      1160px;
  --narrow:    720px;
}

/* --- Reset ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

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

/* An anchor jump must not land the target under the sticky rail. */
:target { scroll-margin-top: 96px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Plex", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 { margin: 0; line-height: 1.18; letter-spacing: -.018em; font-weight: 600; }
p  { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
img, svg { max-width: 100%; }
b, strong { font-weight: 600; }

a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--accent-hi); }

/* One visible focus ring for the whole page. It is deliberately loud: the
 * form is the point of the page and a keyboard user must never lose their
 * place in it. */
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 0 0 8px 0;
}
.skip:focus { left: 0; color: #fff; }

/* --- Layout --------------------------------------------------------------- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.narrow { max-width: var(--narrow); }

.section-line { padding: 72px 0; border-top: 1px solid var(--line); }
.section-line:first-of-type { border-top: 0; }
.band { background: var(--band); }

.grid-2, .grid-3, .grid-4 { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* --- Type ----------------------------------------------------------------- */
.display {
  font-size: clamp(2.3rem, 6.2vw, 3.9rem);
  line-height: 1.06;
  letter-spacing: -.032em;
  font-weight: 700;
  margin: 0 0 20px;
}
.display .hl { display: block; }
/* The last line of the headline carries the question. Colouring it is what
 * makes a three-line display read as one sentence with a point, rather than
 * as three stacked slogans. */
.display .hl:last-child { color: var(--accent); }

.h2 { font-size: clamp(1.65rem, 3.4vw, 2.3rem); margin: 0 0 14px; }
.h3 { font-size: clamp(1.3rem, 2.4vw, 1.55rem); margin: 0 0 10px; }
.h4 { font-size: 1.06rem; font-weight: 600; margin: 0 0 6px; }

.eyebrow {
  font-size: .78rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase;
  color: var(--accent); margin: 0 0 10px;
}
.lede { font-size: 1.08rem; color: var(--ink-2); max-width: 66ch; margin: 0 0 4px; }
.small { font-size: .875rem; }
.dim { color: var(--muted); }
.center { text-align: center; }
.close {
  font-size: 1.1rem; font-weight: 500; color: var(--ink-2);
  max-width: 62ch; border-left: 3px solid var(--accent); padding-left: 18px; margin: 0;
}

.mt-8  { margin-top: 8px; }
.mt-12 { margin-top: 12px; }
.mt-16 { margin-top: 16px; }
.mt-20 { margin-top: 20px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }

.alert {
  background: var(--hot-bg); border: 1px solid #f0d3bf; color: var(--hot);
  padding: 12px 16px; border-radius: var(--radius-sm); font-size: .95rem; font-weight: 500;
}

/* --- Buttons -------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 20px; border-radius: 999px; border: 1px solid transparent;
  font: inherit; font-weight: 600; font-size: .95rem; line-height: 1.2;
  text-decoration: none; cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease, transform .1s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: var(--accent-ink); }
.btn-primary:hover { background: var(--accent-hi); color: var(--accent-ink); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-hi); }
.btn-ghost:hover { background: #fff; border-color: var(--ink-2); color: var(--ink); }
.btn-wa { background: var(--wa); color: var(--wa-ink); }
.btn-wa:hover { background: var(--wa-hi); color: var(--wa-ink); }
.btn-sm { padding: 8px 14px; font-size: .85rem; }
.btn-lg { padding: 15px 26px; font-size: 1rem; }
.btn-block { display: flex; width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 0; }

.icon    { width: 18px; height: 18px; flex: none; }
.icon-sm { width: 14px; height: 14px; flex: none; }
.tick    { width: 16px; height: 16px; flex: none; color: var(--accent); margin-top: 5px; }

.wa-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--wa); font-weight: 600; font-size: .95rem;
}
.wa-link:hover { color: var(--wa-hi); }

/* --- Offer bar ------------------------------------------------------------ */
.offerbar { background: var(--ink); color: #fff; font-size: .84rem; }
.offerbar-in {
  display: flex; align-items: center; gap: 14px;
  min-height: 42px; padding-top: 6px; padding-bottom: 6px;
  overflow-x: auto; scrollbar-width: none; white-space: nowrap;
}
.offerbar-in::-webkit-scrollbar { display: none; }
.offerbar a { color: #fff; font-weight: 600; text-decoration: none; }
.offerbar a:hover { color: #fff; text-decoration: underline; }
.offerbar b { color: #ffd7a8; }
.offerbar .tag {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.12); padding: 3px 11px; border-radius: 999px;
  font-weight: 600; flex: none;
}
.offerbar .dot { width: 7px; height: 7px; border-radius: 50%; background: #ffb168; flex: none; }
.ob-line { flex: none; color: rgba(255,255,255,.86); }
.ob-line + .ob-line::before { content: "·"; margin-right: 14px; opacity: .5; }
.spacer { flex: 1 1 auto; min-width: 12px; }

/* --- Masthead ------------------------------------------------------------- */
.masthead {
  position: sticky; top: 0; z-index: 40;
  background: rgba(252, 252, 253, .92);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.masthead-in { display: flex; align-items: center; gap: 16px; min-height: 62px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); }
.mark {
  display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px;
  background: var(--accent); color: #fff; font-weight: 700; font-size: .82rem; letter-spacing: .02em;
}
.brand-name { display: block; font-weight: 600; font-size: .97rem; line-height: 1.15; }
.brand-sub  { display: block; font-size: .76rem; color: var(--muted); line-height: 1.3; }
.masthead-cta { margin-left: auto; display: flex; align-items: center; gap: 8px; }

.langs { display: flex; gap: 2px; margin-right: 4px; }
.lang {
  display: inline-block; padding: 5px 9px; border-radius: 7px;
  font-size: .8rem; font-weight: 600; color: var(--muted); text-decoration: none;
}
.lang abbr { text-decoration: none; border: 0; }
.lang:hover { background: var(--band); color: var(--ink); }
.lang.is-on { background: var(--accent-bg); color: var(--accent); }

/* --- Hero ----------------------------------------------------------------- */
.hero { padding: 56px 0 64px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: center; }
.hero-sub { font-size: 1.12rem; color: var(--ink-2); max-width: 56ch; }

.assure { display: grid; gap: 9px; margin: 24px 0 0; }
.assure li { display: flex; gap: 10px; align-items: flex-start; font-size: .97rem; color: var(--ink-2); }

/* The browser mock. A picture of the outcome — see the template comment. */
.mock {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.mock-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 14px; background: var(--band); border-bottom: 1px solid var(--line);
}
.mock-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--line-hi); }
.mock-url {
  margin-left: 10px; font-size: .78rem; color: var(--muted);
  background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 3px 12px;
}
.mock-body { padding: 18px 18px 14px; }
.mock-file { font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin: 0 0 12px; }
.mock-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.mock-table td { padding: 9px 0; border-bottom: 1px solid var(--line); vertical-align: middle; }
.mt-when  { color: var(--muted); white-space: nowrap; width: 1%; padding-right: 14px; }
.mt-what  { color: var(--ink-2); }
.mt-state { text-align: right; white-space: nowrap; }
.pill {
  display: inline-block; padding: 2px 10px; border-radius: 999px;
  font-size: .76rem; font-weight: 600;
  background: #e7f4ec; color: var(--wa-hi);
}
.pill-new { background: var(--accent-bg); color: var(--accent); }
.mock-total {
  display: flex; justify-content: space-between; align-items: baseline;
  margin: 14px 0 0; font-size: .92rem; color: var(--muted);
}
.mock-total b { font-size: 1.1rem; color: var(--ink); }

/* --- Facts band ----------------------------------------------------------- */
.facts-band { padding: 44px 0; background: var(--band); }
.facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.fact { text-align: center; }
.fact-n {
  font-size: clamp(1.9rem, 4vw, 2.6rem); font-weight: 700; letter-spacing: -.03em;
  color: var(--accent); line-height: 1.05; margin: 0;
}
.fact-h { font-weight: 600; font-size: .95rem; margin: 4px 0 4px; }
.fact-p { font-size: .84rem; color: var(--muted); margin: 0; max-width: 30ch; margin-inline: auto; }

/* --- Section rail --------------------------------------------------------- */
/* Sticky under the masthead on a wide screen, a scrolling strip on a phone.
 * Both are CSS only; there is no scroll listener anywhere on this page. */
.rail {
  position: sticky; top: 62px; z-index: 30;
  background: rgba(252, 252, 253, .94);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.rail-in {
  display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none;
  padding-top: 6px; padding-bottom: 6px; white-space: nowrap;
}
.rail-in::-webkit-scrollbar { display: none; }
.rail-in a {
  padding: 6px 12px; border-radius: 999px; flex: none;
  font-size: .85rem; font-weight: 500; color: var(--muted); text-decoration: none;
}
.rail-in a:hover { background: var(--accent-bg); color: var(--accent); }

/* --- Chooser -------------------------------------------------------------- */
.pick {
  display: grid; gap: 6px; padding: 22px; text-decoration: none; color: inherit;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.pick:hover {
  border-color: var(--accent); box-shadow: var(--shadow); transform: translateY(-2px);
  color: inherit;
}
.pick-ic { width: 26px; height: 26px; color: var(--accent); }
.pick-h  { font-weight: 600; font-size: 1.06rem; line-height: 1.3; }
.pick-p  { color: var(--ink-2); font-size: .95rem; }
.pick-cta {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 4px;
  color: var(--accent); font-weight: 600; font-size: .9rem;
}
.pick:hover .pick-cta { color: var(--accent-hi); }

/* --- Steps and timeline --------------------------------------------------- */
.steps { display: grid; gap: 22px; }
.steps li { display: flex; gap: 16px; align-items: flex-start; }
.step-n {
  display: grid; place-items: center; flex: none;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent-bg); color: var(--accent); font-weight: 700; font-size: .95rem;
}
.steps p { margin: 0; color: var(--ink-2); }
.steps p + p { margin-top: 6px; }

.timeline { display: grid; gap: 0; border-left: 2px solid var(--line); padding-left: 26px; }
.timeline li { position: relative; padding: 0 0 26px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline p { margin: 0; color: var(--ink-2); max-width: 62ch; }
.tl-dot {
  position: absolute; left: -33px; top: 5px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--accent); border: 3px solid var(--bg);
}
.band .tl-dot { border-color: var(--band); }

/* --- Cards ---------------------------------------------------------------- */
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px;
}
.card p { margin: 0; color: var(--ink-2); font-size: .95rem; }
.card-ic { width: 24px; height: 24px; color: var(--accent); margin-bottom: 12px; display: block; }

/* --- Included grid -------------------------------------------------------- */
.inc { display: grid; gap: 4px; }
.inc-ic { width: 22px; height: 22px; color: var(--accent); margin-bottom: 6px; }
.inc-h  { font-weight: 600; font-size: .95rem; margin: 0; }
.inc-p  { font-size: .85rem; color: var(--muted); margin: 0; }

/* --- Prices --------------------------------------------------------------- */
.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; }
.plan {
  position: relative; display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px 22px;
  scroll-margin-top: 110px;
}
/* The middle plan is the one most coaches want, so it is raised rather than
 * shouted about. The flag says which it is in words; the border says it
 * again without adding a colour the palette does not have. */
.plan.is-featured {
  border-color: var(--accent); border-width: 2px; padding: 26px 21px 21px;
  box-shadow: var(--shadow-lg);
}
.plan-flag {
  position: absolute; top: -12px; left: 21px;
  background: var(--accent); color: #fff; border-radius: 999px;
  padding: 3px 12px; font-size: .74rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; margin: 0;
}
.plan-name { font-size: 1.25rem; margin: 0 0 6px; }
.plan-answers { font-size: .93rem; color: var(--ink-2); margin: 0 0 18px; min-height: 3em; }

.plan-price { display: flex; align-items: baseline; gap: 3px; margin: 0; }
.plan-price b { font-size: 2.5rem; font-weight: 700; letter-spacing: -.035em; line-height: 1; }
.plan-price .per { font-size: .95rem; color: var(--muted); font-weight: 500; }

.plan-setup { font-size: .88rem; color: var(--muted); margin: 10px 0 0; }
.plan-setup.is-free {
  display: flex; align-items: flex-start; gap: 7px;
  color: var(--hot); font-weight: 600;
}
.plan-setup.is-free .tick { color: var(--hot); margin-top: 4px; }
.plan-setup-note { font-size: .8rem; color: var(--muted); margin: 3px 0 0; }
.plan-days {
  display: inline-block; margin: 14px 0 0;
  background: var(--accent-bg); color: var(--accent);
  border-radius: 999px; padding: 3px 12px; font-size: .8rem; font-weight: 600;
}
.plan-for { font-size: .88rem; color: var(--muted); margin: 12px 0 18px; }
.plan-annual { font-size: .82rem; color: var(--muted); margin: 12px 0 0; text-align: center; }

.plan-inc-h {
  font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted); margin: 22px 0 10px; padding-top: 18px; border-top: 1px solid var(--line);
}
.ticks { display: grid; gap: 9px; }
.ticks li { display: flex; gap: 9px; align-items: flex-start; font-size: .9rem; color: var(--ink-2); }

/* --- Disclosures ---------------------------------------------------------- */
details.more { margin-top: 14px; }
details.more > summary {
  cursor: pointer; list-style: none;
  font-size: .88rem; font-weight: 600; color: var(--accent);
  display: inline-flex; align-items: center; gap: 6px;
}
details.more > summary::-webkit-details-marker { display: none; }
details.more > summary::after {
  content: ""; width: 7px; height: 7px; flex: none;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px); transition: transform .15s ease;
}
details.more[open] > summary::after { transform: rotate(-135deg) translateY(-2px); }
details.more > summary:hover { color: var(--accent-hi); }

/* --- FAQ ------------------------------------------------------------------ */
.faq { display: grid; gap: 0; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; padding: 18px 34px 18px 0; position: relative;
  font-weight: 600; font-size: 1.02rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 6px; top: 26px;
  width: 9px; height: 9px;
  border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted);
  transform: rotate(45deg); transition: transform .15s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); top: 30px; }
.faq summary:hover { color: var(--accent); }
.faq p { margin: 0 0 18px; color: var(--ink-2); max-width: 68ch; }

/* --- Verify --------------------------------------------------------------- */
.verify { display: grid; gap: 0; border-top: 1px solid var(--line); }
.verify li {
  display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center;
  padding: 20px 0; border-bottom: 1px solid var(--line);
}
.verify p { margin: 0; color: var(--ink-2); font-size: .93rem; max-width: 62ch; }
.v-ic { width: 24px; height: 24px; color: var(--accent); }
.v-cta {
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  font-weight: 600; font-size: .9rem; text-decoration: none;
}
.v-cta:hover { text-decoration: underline; }

/* --- Form ----------------------------------------------------------------- */
.form {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow);
}
.f  { margin: 0 0 16px; display: grid; gap: 6px; }
.f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.f label { font-weight: 600; font-size: .9rem; }
.help { font-size: .82rem; color: var(--muted); }
.err  { font-size: .84rem; color: var(--hot); font-weight: 600; }

.cfield {
  width: 100%; font: inherit; font-size: .97rem; color: var(--ink);
  background: #fff; border: 1px solid var(--line-hi); border-radius: var(--radius-sm);
  padding: 11px 13px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.cfield:hover { border-color: var(--muted); }
.cfield:focus {
  outline: 0; border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-bg);
}
.cfield[aria-invalid="true"] { border-color: var(--hot); }
textarea.cfield { resize: vertical; min-height: 96px; }
/* A native select keeps the platform's own picker, which on a phone is a
 * full-screen wheel — far better than anything we would build, and it costs
 * no JavaScript. Only the closed state is styled. */
select.cfield { appearance: none; background-image: none; padding-right: 13px; }

.consent-row { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0 6px; }
.ccheck { margin-top: 4px; width: 18px; height: 18px; flex: none; accent-color: var(--accent); }
.consent-row label { font-size: .88rem; color: var(--ink-2); }

/* The honeypot. Off-screen and never focusable, so a human cannot reach it by
 * accident or by tab, and a bot that reads the DOM fills it in. */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* --- Footer and dock ------------------------------------------------------ */
.foot { border-top: 1px solid var(--line); padding: 34px 0 44px; background: var(--band); }
.foot-line { font-weight: 600; margin: 0 0 6px; }
.foot p { margin: 0 0 6px; }
.foot-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px; font-size: .88rem; }

.dock { display: none; }

.thanks { padding: 56px 0 72px; }

/* --- Responsive ----------------------------------------------------------- */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-aside { max-width: 520px; }
  .grid-4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .plans { grid-template-columns: 1fr; max-width: 560px; }
  .plan-answers { min-height: 0; }
  .plan.is-featured { order: -1; }
  .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .section-line { padding: 52px 0; }
  .hero { padding: 40px 0 48px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .f2 { grid-template-columns: 1fr; }
  .form { padding: 20px; }
  .hide-sm { display: none; }
  .brand-sub { display: none; }
  .verify li { grid-template-columns: auto 1fr; }
  .v-cta { grid-column: 2; justify-self: start; }
  .close { font-size: 1rem; }

  /* The dock. Two thumb-sized targets pinned to the bottom of a small screen
   * — on a page whose entire audience is on a phone, the call to action
   * should never be more than one thumb away. `has-dock` reserves the space
   * so the footer cannot end up underneath it. */
  .dock {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
    display: flex; gap: 8px; padding: 10px 14px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(252, 252, 253, .95);
    backdrop-filter: saturate(180%) blur(10px);
    border-top: 1px solid var(--line);
  }
  body.has-dock { padding-bottom: 78px; }
  .rail { top: 58px; }
  :target { scroll-margin-top: 118px; }
}

/* --- Print ---------------------------------------------------------------- */
/* A coach who is deciding with somebody else prints the prices. The rail, the
 * dock and the offer bar are navigation and have no meaning on paper. */
@media print {
  .offerbar, .rail, .dock, .masthead-cta, .skip, #consent { display: none !important; }
  body { font-size: 11pt; background: #fff; }
  .section-line { padding: 18pt 0; border-top: 1px solid #ccc; }
  .band, .facts-band { background: #fff; }
  .plan, .card, .form { box-shadow: none; border: 1px solid #bbb; break-inside: avoid; }
  .plans { grid-template-columns: repeat(3, 1fr); }
  details.more, .faq details { display: block; }
  .faq details p { display: block; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
}

/* --- Stripe checkout ------------------------------------------------------
 * Added when the page gained a real "pay now" path alongside the enquiry form.
 * The price card now leads with the ONE-OFF build fee, because that is what a
 * coach pays today and the number they are actually deciding about; the
 * recurring hosting sits under it and says when it starts. Burying "and then
 * $29 a month" is how a chargeback begins.
 */

/* The monthly/yearly switch. Two links, no JavaScript — see the template. */
.billing-switch {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px;
  margin-top: 24px;
}
.bs-label { font-size: .9rem; color: var(--muted); font-weight: 500; }
.bs-opts {
  display: inline-flex; gap: 2px; padding: 3px;
  background: var(--band); border: 1px solid var(--line); border-radius: 999px;
}
.band .bs-opts { background: #fff; }
.bs-opt {
  display: inline-block; padding: 6px 16px; border-radius: 999px;
  font-size: .88rem; font-weight: 600; color: var(--muted); text-decoration: none;
}
.bs-opt:hover { color: var(--ink); }
.bs-opt.is-on { background: var(--accent); color: var(--accent-ink); }

/* "Paid today" — the label over the build fee. */
.plan-today {
  font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 4px;
}
/* The struck-through standard build price. `s` rather than a class alone, so
 * it is announced as struck-out rather than merely looking it. */
.plan-price .was {
  font-size: 1.05rem; font-weight: 500; color: var(--muted);
  text-decoration-thickness: 1.5px; margin-left: 4px;
}
.plan-saving {
  display: flex; align-items: flex-start; gap: 7px;
  margin: 8px 0 0; font-size: .88rem; font-weight: 600; color: var(--hot);
}
.plan-saving .tick { color: var(--hot); margin-top: 4px; }

/* The recurring line. Boxed, because it is a second commitment and the card
 * should not let it read as part of the price above it. */
.plan-hosting {
  display: grid; gap: 3px; margin: 16px 0 0;
  padding: 12px 14px; border-radius: var(--radius-sm);
  background: var(--accent-bg);
}
.ph-then { font-weight: 600; font-size: .93rem; color: var(--accent-hi); }
.ph-covers { font-size: .8rem; color: var(--ink-2); }

.plan-buy { margin: 18px 0 0; }
.plan-buy-note {
  margin: 8px 0 0; font-size: .78rem; color: var(--muted); text-align: center;
}

/* The receipt on the welcome page. */
.receipt { width: 100%; border-collapse: collapse; font-size: .95rem; }
.receipt td { padding: 10px 0; border-bottom: 1px solid var(--line); }
.receipt td:first-child { color: var(--muted); }
.receipt td:last-child { text-align: right; font-weight: 600; }

@media print {
  .billing-switch, .plan-buy, .plan-buy-note { display: none !important; }
}

/* --- Segment pages --------------------------------------------------------
 * /coaching/for/<slug>/ — the outreach variants. They reuse every rule above;
 * the only thing they add is the list of sibling specialisms at the foot.
 */
.seg-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.seg-links a {
  display: inline-block; padding: 6px 14px; border-radius: 999px;
  background: var(--card); border: 1px solid var(--line);
  font-size: .85rem; font-weight: 500; color: var(--ink-2); text-decoration: none;
}
.seg-links a:hover { border-color: var(--accent); color: var(--accent); }
.seg-links a.is-generic { background: var(--accent-bg); border-color: transparent; color: var(--accent); }

/* --- The segment example --------------------------------------------------
 * A drawn preview of the site a specialism would get — see
 * templates/core/_coach_example.html. No images anywhere in here on purpose.
 *
 * It is deliberately SMALLER and quieter than the real page around it: it has
 * to read as an illustration of somebody else's site, not as a second design
 * competing with the one it sits inside. Hence the reduced type scale, the
 * flatter surfaces and the muted palette.
 */
.ex { display: grid; gap: 18px; }

/* The browser window. */
.ex-win {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg);
}
.ex-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 9px 13px; background: var(--band); border-bottom: 1px solid var(--line);
}
.ex-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--line-hi); }
.ex-url {
  margin-left: 9px; font-size: .72rem; color: var(--muted);
  background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 2px 11px;
}
.ex-body { padding: 0; }

/* Their nav. */
.ex-nav {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 13px 18px; border-bottom: 1px solid var(--line); flex-wrap: wrap;
}
.ex-brand { font-weight: 700; font-size: .82rem; letter-spacing: -.01em; }
.ex-nav-links { display: flex; gap: 14px; }
.ex-nav-links span { font-size: .74rem; color: var(--muted); }

/* Their hero. */
.ex-hero { padding: 26px 18px 30px; text-align: center; background: var(--accent-bg); }
.ex-h {
  font-size: clamp(1.05rem, 2.4vw, 1.4rem); font-weight: 700;
  letter-spacing: -.02em; color: var(--ink); margin: 0 0 6px;
}
.ex-p { font-size: .82rem; color: var(--ink-2); margin: 0 0 14px; }
.ex-btn {
  display: inline-block; background: var(--accent); color: var(--accent-ink);
  border-radius: 999px; padding: 8px 18px; font-size: .78rem; font-weight: 600;
}
.ex-btn-sm { padding: 7px 15px; font-size: .74rem; }

/* The two inner screens. */
.ex-screens { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ex-screen {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 14px 15px 15px;
}
.ex-screen-h {
  font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 10px;
}

.ex-list { width: 100%; border-collapse: collapse; font-size: .76rem; }
.ex-list td { padding: 7px 0; border-bottom: 1px solid var(--line); vertical-align: middle; }
.ex-list tr:last-child td { border-bottom: 0; }
.ex-a { color: var(--ink); font-weight: 600; white-space: nowrap; padding-right: 10px; }
.ex-b { color: var(--ink-2); }
.ex-c { color: var(--muted); text-align: right; white-space: nowrap; padding-left: 8px; }
.ex-pill {
  display: inline-block; padding: 1px 9px; border-radius: 999px;
  font-size: .68rem; font-weight: 600; background: #e7f4ec; color: var(--wa-hi);
}
.ex-pill.is-taken { background: var(--band); color: var(--muted); }

.ex-cards { display: grid; gap: 7px; }
.ex-card {
  display: block; padding: 9px 11px; border-radius: var(--radius-sm);
  background: var(--band); font-size: .76rem; color: var(--ink-2); font-weight: 500;
}

.ex-media { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.ex-clip {
  display: grid; gap: 5px; padding: 9px; border-radius: var(--radius-sm);
  background: var(--band);
}
/* A play triangle drawn with borders — one element, no SVG, no image. */
.ex-play {
  width: 0; height: 0; margin: 2px 0 1px;
  border-left: 9px solid var(--accent);
  border-top: 6px solid transparent; border-bottom: 6px solid transparent;
}
.ex-clip-t { font-size: .7rem; color: var(--ink-2); line-height: 1.35; }

.ex-stats { display: grid; gap: 11px; }
.ex-stat { display: grid; gap: 1px; }
.ex-stat b {
  font-size: 1.4rem; font-weight: 700; letter-spacing: -.03em;
  color: var(--accent); line-height: 1;
}
.ex-stat span { font-size: .72rem; color: var(--muted); }

.ex-form { display: grid; gap: 7px; }
.ex-field {
  display: block; padding: 8px 11px; border-radius: var(--radius-sm);
  background: #fff; border: 1px solid var(--line-hi);
  font-size: .74rem; color: var(--muted);
}
.ex-form .ex-btn { justify-self: start; margin-top: 3px; }

@media (max-width: 700px) {
  .ex-screens { grid-template-columns: 1fr; }
  .ex-nav-links { display: none; }
}

/* --- The greeting ---------------------------------------------------------
 * Shown only on a segment page reached from an outreach link carrying ?n=.
 * Sits between the masthead and the hero, and is styled to read as a note
 * addressed to one person rather than as another banner — quieter than the
 * offer bar above it, and warm rather than urgent.
 */
.hello { background: var(--accent-bg); border-bottom: 1px solid var(--line); }
.hello-in {
  display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 12px;
  padding-top: 14px; padding-bottom: 14px;
}
.hello-h { font-weight: 700; color: var(--accent); font-size: .98rem; flex: none; }
.hello-t { color: var(--ink-2); font-size: .92rem; flex: 1 1 300px; min-width: 0; }
.hello-cta {
  font-weight: 600; font-size: .92rem; color: var(--accent);
  text-decoration: underline; text-underline-offset: 3px; flex: none;
}
.hello-cta:hover { color: var(--accent-hi); }
@media (max-width: 640px) { .hello-in { display: grid; } }

/* The demo page's banner turns warm when it is personalised — the same signal
 * the deep demo uses. See core/personalise.BANNER_PERSONAL. */
.ribbon.is-personal { background: var(--hot); }
