@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800&display=swap");

:root {
  --ink: #071f24;
  --teal: #3a6b6b;
  --teal-deep: #1b365d;
  --navy: #1b365d;
  --sage: #819595;
  --green: #157347;
  --red: #b42318;
  --white: #ffffff;
  --paper: #f4f7f7;
  --line: #cbd4d3;
  --max: 1320px;
}

* { box-sizing: border-box; }

/* Optional recorded lesson player. Native controls remain usable without JavaScript. */
.lesson-audio { margin: 1.5rem 0 2rem; padding: 1.25rem; border: 1px solid var(--line); border-left: 4px solid var(--navy); border-radius: 4px; background: var(--paper); min-width: 0; }
.lesson-audio-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: .75rem; color: var(--navy); font-size: 18px; }
.lesson-audio-heading > span { flex: 0 0 auto; font-variant-numeric: tabular-nums; font-size: 15px; }
.lesson-audio audio { display: block; width: 100%; height: 54px; }
.lesson-audio audio:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
.lesson-audio-footer { display: flex; align-items: center; justify-content: space-between; gap: .75rem 1.5rem; flex-wrap: wrap; margin-top: .85rem; }
.lesson .lesson-audio-footer > p { flex: 1 1 250px; margin: 0; font-size: 14px; line-height: 1.5; }
.lesson-audio-speed { display: flex; align-items: center; gap: .65rem; font-size: 14px; white-space: nowrap; }
.lesson-audio-speed select { width: 90px; min-height: 44px; padding: .4rem .5rem; margin: 0; border: 1px solid var(--sage); border-radius: 3px; background: var(--white); color: var(--ink); font: inherit; }
.lesson-audio .lesson-audio-error { margin: .85rem 0 0; font-size: 15px; line-height: 1.5; color: var(--red); }
.lesson-audio [hidden] { display: none; }
@media (max-width: 480px) { .lesson-audio { padding: .85rem; } }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Figtree", Arial, sans-serif; color: var(--ink); background: var(--white); font-size: 18px; line-height: 1.6; }
img { max-width: 100%; }
a { color: var(--teal-deep); text-underline-offset: 3px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 4px solid var(--teal); outline-offset: 4px; }
.skip { position: absolute; left: -9999px; top: 1rem; z-index: 100; }
.skip:focus { left: 1rem; padding: .75rem 1rem; background: var(--white); color: var(--ink); }

h1, h2, h3, strong { font-family: "Figtree", Arial, sans-serif; letter-spacing: 0; }
h1, h2, h3 { line-height: 1.08; margin-top: 0; }
h1 { font-size: 64px; }
h2 { font-size: 46px; }
h3 { font-size: 25px; }
p { margin-top: 0; }

.site-header { position: static; z-index: 50; background: var(--sage); border: 0; }
.header-inner { width: min(1440px, calc(100% - 64px)); min-height: 213px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2.5rem; }
.brand { display: flex; align-items: center; gap: 2rem; color: var(--white); text-decoration: none; flex: 0 0 auto; }
.brand img { width: 173px; height: 173px; object-fit: contain; }
.brand-name { display: block; color: var(--white); font-size: 21px; font-weight: 300; }
.site-header nav { display: flex; align-items: center; justify-content: flex-end; gap: .3rem; flex-wrap: wrap; }
.site-header nav a:not(.button), .nav-command { min-height: 38px; padding: 8px 10px; color: var(--white); text-decoration: none; font-size: 16px; font-weight: 300; text-transform: none; }
.site-header nav a:not(.button):hover, .nav-command:hover { transform: none; border-bottom: 2px solid var(--white); }
.site-header .button { min-height: 38px; margin-left: .35rem; padding: 8px 12px; color: var(--white); background: transparent; border-color: var(--white); font-size: 16px; font-weight: 400; text-transform: none; }
.site-header nav form { margin: 0; }

button, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .78rem 1.15rem; border: 2px solid var(--teal); border-radius: 2px; background: var(--white); color: var(--teal-deep); font: inherit; font-size: 15px; font-weight: 900; line-height: 1.1; text-decoration: none; text-transform: uppercase; cursor: pointer; }
button:hover, .button:hover { transform: translateY(-2px); }
.primary { background: var(--teal); color: var(--white); border-color: var(--teal); }
.compact { min-height: 44px; padding: .68rem 1rem; }
.nav-command { border: 0; background: transparent; }
.accent-button { background: var(--navy); color: var(--white); border-color: var(--navy); }
.outline-light { color: var(--white); border-color: var(--white); background: transparent; }
.white-button { color: var(--teal-deep); background: var(--white); border-color: var(--white); }
.ink-button { color: var(--white); background: var(--teal-deep); border-color: var(--teal-deep); }

.section-index { margin: 0 0 .8rem; color: var(--teal-deep); font-size: 14px; font-weight: 900; text-transform: uppercase; }
.section-heading { max-width: 900px; margin-bottom: 3.5rem; }
.section-heading h2 { margin-bottom: 1rem; }
.section-heading > p:last-child { max-width: 760px; font-size: 20px; }
.section-heading.light, .section-heading.light .section-index { color: var(--white); }
.section-grid { width: min(var(--max), calc(100% - 96px)); margin: 0 auto; }

/* Public sales page */
.sales-hero { color: var(--white); background: var(--teal-deep); border-bottom: 16px solid var(--navy); }
.sales-hero-inner { width: min(var(--max), calc(100% - 96px)); min-height: 690px; margin: 0 auto; padding: 54px 0 48px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 440px); grid-template-areas: "brand offer" "kicker offer" "title offer" "value offer" "actions offer" "note offer"; align-content: center; column-gap: 80px; }
.hero-brand { grid-area: brand; display: flex; align-items: center; gap: 1rem; margin-bottom: 1.25rem; color: var(--white); font-size: 18px; font-weight: 900; text-transform: uppercase; }
.hero-brand img { width: 76px; height: 76px; object-fit: contain; background: var(--white); border-radius: 50%; }
.hero-kicker { grid-area: kicker; margin: 0 0 1rem; max-width: 650px; font-size: 20px; font-weight: 700; }
.sales-hero h1 { grid-area: title; max-width: 820px; margin: 0 0 1.1rem; color: var(--white); font-size: 78px; font-weight: 900; text-transform: uppercase; }
.hero-value { grid-area: value; max-width: 730px; margin-bottom: 1.4rem; font-size: 21px; }
.hero-offer { grid-area: offer; align-self: stretch; display: grid; grid-template-rows: repeat(3, 1fr); border-left: 1px solid rgba(255,255,255,.48); border-right: 1px solid rgba(255,255,255,.48); }
.hero-offer > div { display: flex; flex-direction: column; justify-content: center; padding: 1.35rem 2.2rem; border-top: 1px solid rgba(255,255,255,.48); }
.hero-offer > div:last-child { border-bottom: 1px solid rgba(255,255,255,.48); }
.hero-offer strong { display: block; color: var(--white); font-size: 68px; line-height: .9; }
.hero-offer span { margin-top: .6rem; font-size: 16px; font-weight: 900; text-transform: uppercase; }
.hero-actions { grid-area: actions; display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-actions .button { min-height: 58px; padding: .95rem 1.4rem; }
.hero-primary { color: var(--teal-deep); background: var(--white); border-color: var(--white); }
.hero-secondary { color: var(--white); background: transparent; border-color: var(--white); }
.hero-note { grid-area: note; margin: 1rem 0 0; font-size: 14px; }

.problem-band { padding: 100px 0; background: var(--paper); }
.problem-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 90px; }
.problem-grid h2 { max-width: 580px; margin-bottom: 0; font-size: 54px; }
.problem-copy > p { max-width: 700px; font-size: 21px; font-weight: 650; }
.problem-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 2.2rem 0 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.problem-list li { padding: .8rem 0; border-bottom: 1px solid rgba(16,23,23,.55); font-weight: 800; }
.problem-list li:nth-child(odd) { padding-right: 1rem; }

.outcomes-band { width: min(var(--max), calc(100% - 96px)); margin: 0 auto; padding: 110px 0; }
.outcome-lines { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 3px solid var(--teal); border-bottom: 3px solid var(--teal); }
.outcome-lines article { min-height: 310px; padding: 2rem 1.7rem 2rem 0; border-right: 1px solid var(--line); }
.outcome-lines article:not(:first-child) { padding-left: 1.7rem; }
.outcome-lines article:last-child { border-right: 0; }
.outcome-lines span { color: var(--navy); font-size: 20px; font-weight: 900; }
.outcome-lines h3 { margin: 2.8rem 0 .8rem; color: var(--teal-deep); font-size: 28px; text-transform: uppercase; }

.curriculum-band { padding: 110px max(48px, calc((100% - var(--max)) / 2)); background: var(--paper); border-top: 12px solid var(--navy); }
.curriculum-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); column-gap: 80px; max-width: none; }
.curriculum-heading .section-index { grid-column: 1 / -1; }
.curriculum-heading h2 { margin: 0; }
.curriculum-heading > p:last-child { align-self: end; margin: 0; }
.curriculum-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 64px; margin: 0; padding: 0; list-style: none; border-top: 3px solid var(--ink); }
.curriculum-list li { min-height: 210px; display: grid; grid-template-columns: 88px 1fr; gap: 1.5rem; padding: 1.7rem 0; border-bottom: 1px solid #9aa3a2; }
.curriculum-number { color: var(--navy); font-size: 44px; font-weight: 900; line-height: 1; }
.curriculum-list strong { display: block; max-width: 490px; margin-bottom: .55rem; color: var(--teal-deep); font-size: 23px; font-weight: 900; line-height: 1.18; text-transform: uppercase; }
.curriculum-list p { margin: 0; font-size: 17px; }

.tools-band { padding: 96px max(48px, calc((100% - var(--max)) / 2)); background: var(--paper); }
.tools-lead { display: grid; grid-template-columns: 360px 1fr; align-items: end; gap: 72px; margin-bottom: 3rem; }
.tools-number { margin: 0; color: var(--teal-deep); font-size: 220px; font-weight: 900; line-height: .72; }
.tools-lead h2 { margin-bottom: .8rem; font-size: 54px; }
.tools-lead > div > p:last-child { max-width: 700px; font-size: 21px; }
.tool-examples { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 2.4rem; border-top: 3px solid var(--ink); }
.tool-examples span { min-height: 76px; padding: 1rem 1rem 1rem 0; border-bottom: 1px solid rgba(16,23,23,.6); font-weight: 800; }
.tool-examples span:nth-child(3n+2), .tool-examples span:nth-child(3n+3) { padding-left: 1rem; border-left: 1px solid rgba(16,23,23,.35); }

.audience-band { width: min(var(--max), calc(100% - 96px)); margin: 0 auto; padding: 110px 0; }
.audience-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 3px solid var(--teal); }
.audience-list article { min-height: 280px; padding: 1.6rem 1.5rem 0 0; border-right: 1px solid var(--line); }
.audience-list article:not(:first-child) { padding-left: 1.5rem; }
.audience-list article:last-child { border-right: 0; }
.audience-list span { color: var(--navy); font-size: 36px; font-weight: 900; }
.audience-list h3 { margin: 2rem 0 .8rem; color: var(--teal-deep); font-size: 24px; }

.transformation-band { padding: 100px max(48px, calc((100% - var(--max)) / 2)); color: var(--white); background: var(--teal); border-bottom: 14px solid var(--navy); }
.transformation-band .section-heading { max-width: 1050px; }
.transformation-band h2 { font-size: 54px; }
.transformation-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 3rem 0 0; padding: 0; list-style: none; border-top: 2px solid var(--white); }
.transformation-list li { padding: .9rem 1rem .9rem 0; border-bottom: 1px solid rgba(255,255,255,.55); font-weight: 800; }
.transformation-list li:nth-child(3n+2), .transformation-list li:nth-child(3n+3) { padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.32); }

.faq-band { width: min(1080px, calc(100% - 96px)); margin: 0 auto; padding: 100px 0 90px; }
.faq-list { border-top: 3px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.45rem 3.5rem 1.45rem 0; cursor: pointer; font-size: 21px; font-weight: 900; list-style-position: outside; }
.faq-list details[open] summary { color: var(--teal-deep); }
.faq-list details p { max-width: 820px; padding: 0 0 1.5rem; }
.purchase-info { display: grid; grid-template-columns: .45fr 1fr; gap: 60px; padding: 54px max(48px, calc((100% - 1080px) / 2)); background: var(--paper); border-top: 1px solid var(--line); }
.purchase-info h2 { margin: 0; font-size: 30px; }
.purchase-info p { margin: 0; }
.final-cta { display: flex; justify-content: space-between; align-items: end; gap: 70px; padding: 90px max(48px, calc((100% - var(--max)) / 2)); color: var(--white); background: var(--navy); }
.final-cta .section-index, .final-cta a { color: var(--white); }
.final-cta h2 { margin-bottom: .7rem; font-size: 56px; }
.final-cta p { margin-bottom: 0; font-size: 22px; }
.final-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; flex: 0 0 auto; }

/* Shared learner system */
.welcome-band { padding: 76px max(48px, calc((100% - 1040px) / 2)) 92px; color: var(--white); background: var(--teal-deep); border-bottom: 12px solid var(--teal); }
.welcome-inner { max-width: 920px; }
.welcome-person { display: flex; align-items: center; gap: 1.4rem; margin-bottom: 2.7rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.48); }
.welcome-person img { width: 132px; height: 158px; flex: 0 0 auto; object-fit: cover; object-position: center top; }
.welcome-person .section-index { margin-bottom: .35rem; color: var(--white); }
.welcome-person strong, .welcome-person span { display: block; color: var(--white); }
.welcome-person strong { font-size: 23px; }
.welcome-person span { font-size: 16px; }
.welcome-band h1 { max-width: 780px; margin-bottom: 2rem; color: var(--white); font-size: 62px; }
.welcome-copy { max-width: 860px; }
.welcome-copy p { margin-bottom: 1.25rem; font-size: 20px; }
.welcome-copy strong { color: var(--white); }
.welcome-band form { margin-top: 2.3rem; }
.welcome-start { min-height: 58px; padding: 1rem 1.5rem; color: var(--teal-deep); background: var(--white); border-color: var(--white); }

.learner-hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; padding: 78px max(48px, calc((100% - var(--max)) / 2)); color: var(--white); background: var(--teal-deep); border-bottom: 12px solid var(--teal); }
.learner-hero h1 { margin-bottom: 1rem; font-size: 62px; }
.learner-hero > div:first-child > p:not(.section-index) { max-width: 680px; font-size: 21px; }
.learner-hero .section-index { color: var(--white); }
.learner-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.progress-panel { align-self: stretch; padding: 2rem 0 0 2.5rem; border-left: 1px solid rgba(255,255,255,.55); }
.progress-panel > span { display: block; font-size: 14px; font-weight: 900; text-transform: uppercase; }
.progress-panel strong { display: block; margin: .6rem 0; color: var(--white); font-size: 78px; line-height: 1; }
.progress { width: 100%; height: 14px; margin: 1.2rem 0; overflow: hidden; background: rgba(255,255,255,.22); border: 1px solid rgba(255,255,255,.6); }
.progress span { display: block; height: 100%; background: var(--white); }
.progress-panel p { font-size: 16px; }
.progress-panel a { color: var(--white); font-weight: 900; }
.learner-programme { width: min(var(--max), calc(100% - 96px)); margin: 0 auto; padding: 90px 0; }
.learner-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 2.8rem; }
.learner-section-heading h2 { max-width: 720px; margin: 0; }
.learner-programme ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 64px; margin: 0; padding: 0; list-style: none; border-top: 3px solid var(--ink); }
.learner-programme li { border-bottom: 1px solid var(--line); }
.learner-programme a { min-height: 112px; display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 1rem; color: var(--ink); text-decoration: none; }
.learner-programme a:hover strong { color: var(--teal); }
.learner-programme a > span { color: var(--navy); font-size: 29px; font-weight: 900; }
.learner-programme strong { font-size: 18px; text-transform: uppercase; }
.status { font-size: 12px; font-style: normal; font-weight: 900; text-transform: uppercase; }
.status-complete { color: var(--green); }
.status-in-progress { color: var(--navy); }

.start-here-band { width: min(var(--max), calc(100% - 96px)); margin: 0 auto; display: grid; grid-template-columns: 160px minmax(0, 1fr) auto; align-items: center; gap: 3rem; padding: 58px 0; border-bottom: 1px solid var(--line); }
.start-here-number { color: var(--navy); font-size: 54px; font-weight: 900; line-height: 1; }
.start-here-band h2 { margin-bottom: .7rem; font-size: 38px; }
.start-here-band p:last-child { max-width: 720px; margin-bottom: 0; }
.start-here-actions { display: flex; flex-direction: column; align-items: flex-start; gap: .8rem; }
.start-here-actions > a:last-child { font-size: 15px; font-weight: 800; }

.case-home-band { width: min(var(--max), calc(100% - 96px)); margin: 0 auto; display: grid; grid-template-columns: 160px minmax(0, 1fr) auto; align-items: center; gap: 3rem; padding: 58px 0; border-bottom: 1px solid var(--line); }
.case-home-number { color: var(--teal-deep); font-size: 54px; font-weight: 900; line-height: 1; }
.case-home-band h2 { max-width: 800px; margin-bottom: .7rem; font-size: 38px; }
.case-home-band p:last-child { max-width: 760px; margin-bottom: 0; }

.case-hero { display: grid; grid-template-columns: minmax(0, 1fr) 250px; align-items: end; gap: 80px; padding: 70px max(48px, calc((100% - var(--max)) / 2)); color: var(--white); background: var(--teal-deep); border-bottom: 12px solid var(--teal); }
.case-hero .back-link, .case-hero .section-index { color: var(--white); }
.case-hero .back-link { display: inline-block; margin-bottom: 2.5rem; }
.case-hero h1 { margin-bottom: 1rem; font-size: 62px; }
.case-hero > div > p:last-child { max-width: 820px; font-size: 21px; }
.case-hero aside { padding: 0 0 .5rem 2rem; border-left: 1px solid rgba(255,255,255,.55); }
.case-hero aside span { display: block; font-size: 14px; font-weight: 900; text-transform: uppercase; }
.case-hero aside strong { display: block; margin: .4rem 0; color: var(--white); font-size: 82px; line-height: 1; }
.case-hero aside p { margin: 0; font-size: 15px; }
.case-intro { width: min(var(--max), calc(100% - 96px)); margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 72px 0; border-bottom: 1px solid var(--line); }
.case-intro h2 { max-width: 520px; font-size: 42px; }
.case-intro ul { margin: 0; padding: 0; list-style: none; border-top: 3px solid var(--ink); }
.case-intro li { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 18px; }
.case-journey { width: min(var(--max), calc(100% - 96px)); margin: 0 auto; padding: 80px 0 110px; }
.case-journey-heading { max-width: 860px; margin-bottom: 3rem; }
.case-journey-heading h2 { margin-bottom: 1rem; font-size: 46px; }
.case-journey-heading p:last-child { font-size: 19px; }
.case-journey > ol { margin: 0; padding: 0; list-style: none; border-top: 4px solid var(--ink); }
.case-journey > ol > li { scroll-margin-top: 1rem; padding: 3rem 0; border-bottom: 1px solid var(--line); }
.case-journey header { display: grid; grid-template-columns: 90px 1fr; align-items: start; gap: 1.5rem; margin-bottom: 2rem; }
.case-journey header > span { color: var(--navy); font-size: 48px; font-weight: 900; line-height: 1; }
.case-journey header p { margin: 0 0 .3rem; color: var(--teal-deep); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.case-journey h3 { margin: 0; font-size: 32px; }
.case-checkpoint-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 48px; margin-left: 114px; border-top: 1px solid var(--line); }
.case-checkpoint-copy > div { padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.case-checkpoint-copy strong { display: block; margin-bottom: .45rem; color: var(--teal-deep); font-size: 13px; text-transform: uppercase; }
.case-checkpoint-copy p { margin: 0; font-size: 17px; }
.case-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 1.8rem 0 1.6rem 114px; background: var(--paper); border-top: 5px solid var(--teal); }
.case-metrics > div { min-width: 0; padding: 1rem 1.2rem; border-right: 1px solid var(--line); }
.case-metrics > div:last-child { border-right: 0; }
.case-metrics dt { margin-bottom: .25rem; color: var(--teal-deep); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.case-metrics dd { margin: 0; color: var(--navy); font-size: 23px; font-weight: 900; overflow-wrap: anywhere; }
.case-journey > ol > li > a { margin-left: 114px; font-weight: 900; }

.section-case { width: min(var(--max), calc(100% - 96px)); margin: 0 auto; padding: 64px 0; border-bottom: 1px solid var(--line); }
.section-case-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 2rem; }
.section-case-heading h2 { max-width: 820px; margin: 0; font-size: 38px; }
.section-case-heading > a { flex: 0 0 auto; font-weight: 900; }
.section-case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 3px solid var(--ink); }
.section-case-grid > div { padding: 1.5rem 1.8rem 1.5rem 0; border-bottom: 1px solid var(--line); }
.section-case-grid > div + div { padding-left: 1.8rem; border-left: 1px solid var(--line); }
.section-case-grid strong { display: block; margin-bottom: .45rem; color: var(--teal-deep); font-size: 13px; text-transform: uppercase; }
.section-case-grid p { margin: 0; font-size: 17px; }
.section-case .case-metrics { margin-left: 0; margin-bottom: 0; }

.foundation-hero { display: grid; grid-template-columns: minmax(0, 1fr) 230px; align-items: end; gap: 80px; padding: 70px max(48px, calc((100% - var(--max)) / 2)); color: var(--white); background: var(--teal-deep); border-bottom: 12px solid var(--teal); }
.foundation-hero .back-link, .foundation-hero .section-index { color: var(--white); }
.foundation-hero .back-link { display: inline-block; margin-bottom: 2.5rem; }
.foundation-hero h1 { max-width: 850px; margin-bottom: 1rem; font-size: 62px; }
.foundation-hero > div > p:last-child { max-width: 800px; font-size: 21px; }
.foundation-hero aside { padding: 0 0 .5rem 2rem; border-left: 1px solid rgba(255,255,255,.55); }
.foundation-hero aside strong { display: block; color: var(--white); font-size: 76px; line-height: 1; }
.foundation-hero aside span { font-size: 14px; font-weight: 900; text-transform: uppercase; }
.foundation-hero aside p { margin: 1.3rem 0 0; font-size: 14px; }
.foundation-layout { width: min(var(--max), calc(100% - 96px)); margin: 0 auto; display: grid; grid-template-columns: 280px minmax(0, 820px); gap: 80px; align-items: start; padding: 72px 0 100px; }
.foundation-nav { padding: 1.6rem 1.5rem; background: var(--paper); border-top: 5px solid var(--navy); }
.foundation-nav nav { margin-bottom: 1.4rem; }
.foundation-nav nav a { display: block; padding: .55rem 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; }
.foundation-nav > a { font-size: 14px; font-weight: 900; }
.foundation-copy > section { scroll-margin-top: 1rem; padding: 3.5rem 0; border-bottom: 1px solid var(--line); }
.foundation-copy > section:first-of-type { padding-top: 2.5rem; }
.foundation-copy h2 { margin-bottom: 1.4rem; font-size: 38px; }
.foundation-copy p, .foundation-copy li { font-size: 19px; }
.gary-note { padding: 2rem 2.2rem; background: var(--paper); border-left: 8px solid var(--teal); }
.gary-note p:last-child { margin-bottom: 0; }
.journey-steps { margin: 2.4rem 0 0; padding: 0; list-style: none; border-top: 3px solid var(--ink); }
.journey-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 1.4rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.journey-steps li > span { color: var(--navy); font-size: 27px; font-weight: 900; }
.journey-steps strong { display: block; margin-bottom: .35rem; font-size: 21px; }
.journey-steps p { margin-bottom: 0; font-size: 17px; }
.route-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 2rem; border-top: 3px solid var(--ink); }
.route-grid article { min-height: 320px; padding: 1.6rem 1.5rem 1.6rem 0; border-bottom: 1px solid var(--line); }
.route-grid article:nth-child(even) { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.route-grid h3 { margin-bottom: .8rem; color: var(--teal-deep); font-size: 24px; }
.route-grid p { font-size: 17px; }
.route-grid strong { display: block; padding-top: 1rem; border-top: 1px solid var(--line); font-size: 15px; }
.first-exercise { border-bottom: 0 !important; }
.first-exercise ol { padding-left: 1.4rem; }
.first-exercise li { margin-bottom: .8rem; }

.glossary-hero { padding: 68px max(48px, calc((100% - var(--max)) / 2)); color: var(--white); background: var(--teal-deep); border-bottom: 12px solid var(--teal); }
.glossary-hero .back-link, .glossary-hero .section-index { color: var(--white); }
.glossary-hero .back-link { display: inline-block; margin-bottom: 2.5rem; }
.glossary-hero h1 { margin-bottom: .8rem; font-size: 62px; }
.glossary-hero p:last-child { max-width: 760px; font-size: 21px; }
.glossary-workspace { width: min(1040px, calc(100% - 96px)); margin: 0 auto; padding: 72px 0 100px; }
.glossary-intro { display: grid; grid-template-columns: 1fr minmax(340px, .8fr); align-items: end; gap: 60px; margin-bottom: 2rem; }
.glossary-intro h2 { margin-bottom: .6rem; font-size: 38px; }
.glossary-intro label { display: grid; gap: .5rem; font-size: 14px; font-weight: 900; text-transform: uppercase; }
.glossary-intro input { width: 100%; min-height: 54px; padding: .8rem 1rem; border: 2px solid #889291; border-radius: 2px; color: var(--ink); background: var(--white); font: inherit; text-transform: none; }
.glossary-count { margin-bottom: .7rem; color: var(--teal-deep); font-size: 14px; font-weight: 900; text-transform: uppercase; }
.glossary-list { margin: 0; border-top: 3px solid var(--ink); }
.glossary-entry { display: grid; grid-template-columns: 280px 1fr; gap: 48px; padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.glossary-entry[hidden] { display: none; }
.glossary-entry dt { color: var(--teal-deep); font-size: 23px; font-weight: 900; line-height: 1.2; }
.glossary-entry dd { margin: 0; }
.glossary-entry dd p { margin-bottom: .75rem; font-size: 17px; }
.glossary-entry dd p:last-child { margin-bottom: 0; }
.glossary-entry dd strong { display: block; margin-bottom: .15rem; font-size: 13px; text-transform: uppercase; }
.glossary-empty { padding: 3rem 0; border-top: 3px solid var(--ink); }

.section-hero { display: grid; grid-template-columns: 1fr 180px 2fr; align-items: center; gap: 50px; padding: 70px max(48px, calc((100% - var(--max)) / 2)); color: var(--white); background: var(--teal-deep); border-bottom: 10px solid var(--teal); }
.section-hero .back-link { align-self: start; color: var(--white); }
.section-hero > span { color: var(--white); font-size: 110px; font-weight: 900; line-height: .8; }
.section-hero h1 { margin-bottom: .7rem; font-size: 56px; }
.section-hero .section-index { color: var(--white); }
.section-content { width: min(var(--max), calc(100% - 96px)); margin: 0 auto; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; padding: 86px 0; }
.section-content h2 { font-size: 38px; }
.lesson-list { margin: 0; padding: 0; list-style: none; border-top: 3px solid var(--ink); }
.lesson-list li { border-bottom: 1px solid var(--line); }
.lesson-list a { min-height: 92px; display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 1rem; color: var(--ink); text-decoration: none; }
.lesson-list span { color: var(--navy); font-size: 21px; font-weight: 900; }
.lesson-list strong { font-size: 19px; }
.lesson-list em { color: var(--teal-deep); font-size: 13px; font-style: normal; font-weight: 900; text-transform: uppercase; }
.section-resources { padding-left: 2rem; border-left: 6px solid var(--navy); }
.section-resources ul { margin: 0 0 2rem; padding: 0; list-style: none; }
.section-resources li { padding: .75rem 0; border-bottom: 1px solid var(--line); }
.section-resources li span { display: block; color: var(--teal-deep); font-size: 12px; font-weight: 900; text-transform: uppercase; }

.lesson-shell { width: min(var(--max), calc(100% - 96px)); margin: 0 auto; display: grid; grid-template-columns: 310px minmax(0, 820px); gap: 80px; align-items: start; padding: 72px 0 100px; }
.lesson-sidebar { position: static; padding: 2rem; color: var(--white); background: var(--teal-deep); border-bottom: 8px solid var(--teal); }
.lesson-sidebar a { color: var(--white); }
.sidebar-number { display: block; margin: 2rem 0 .6rem; color: var(--white); font-size: 72px; font-weight: 900; line-height: .8; }
.lesson-sidebar h2 { margin-bottom: 1rem; font-size: 25px; }
.lesson-sidebar p { font-size: 14px; }
.lesson-tools { margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.5); }
.lesson-tools h3 { font-size: 16px; text-transform: uppercase; }
.lesson-tools a { display: block; padding: .3rem 0; font-size: 14px; font-weight: 800; }
.lesson .section-index { margin-top: .3rem; }
.lesson h1 { margin-bottom: .8rem; font-size: 56px; }
.lesson-review { margin-bottom: 2.5rem; color: var(--teal-deep); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.lesson p, .lesson li { font-size: 19px; }
.lesson h2 { margin-top: 2.8rem; font-size: 34px; }
.lesson ul { padding-left: 1.25rem; }
.principle { margin: 2rem 0; padding: 1.25rem 1.4rem; background: var(--paper); border-left: 8px solid var(--navy); font-weight: 800; }
.step { padding-left: 1.1rem; border-left: 5px solid var(--teal); }
.lesson-actions, .prev-next { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2.8rem; }
.prev-next { justify-content: space-between; padding-top: 1.6rem; border-top: 2px solid var(--ink); }
.prev-next a { max-width: 46%; color: var(--ink); font-weight: 800; text-decoration: none; }
.prev-next a:last-child { margin-left: auto; text-align: right; }
.prev-next span { display: block; color: var(--navy); font-size: 12px; text-transform: uppercase; }

.library-hero { display: flex; justify-content: space-between; align-items: end; gap: 80px; padding: 74px max(48px, calc((100% - var(--max)) / 2)); color: var(--white); background: var(--navy); border-bottom: 12px solid var(--teal); }
.library-hero h1, .workspace-hero h1 { margin-bottom: .8rem; font-size: 60px; }
.library-hero p:not(.section-index), .workspace-hero p:not(.section-index) { max-width: 760px; font-size: 20px; }
.library-hero .section-index, .workspace-hero .section-index { color: var(--white); }
.library-hero > strong { color: var(--white); font-size: 150px; line-height: .75; }
.tool-library { width: min(var(--max), calc(100% - 96px)); margin: 0 auto; padding: 72px 0 100px; }
.filter { display: grid; grid-template-columns: auto minmax(280px, 480px); align-items: center; gap: 1.3rem; max-width: 690px; margin-bottom: 2.5rem; font-weight: 900; }
.filter select, .form input, .form textarea, .form select, .calc input { width: 100%; padding: .8rem .9rem; border: 2px solid #889291; border-radius: 2px; color: var(--ink); background: var(--white); font: inherit; }
.tool-list { margin: 0; padding: 0; list-style: none; border-top: 3px solid var(--ink); }
.tool-list li { min-height: 150px; display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 2rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.tool-list > li > span { align-self: stretch; display: flex; align-items: center; color: var(--navy); font-size: 21px; font-weight: 900; border-right: 1px solid var(--line); }
.tool-list strong { display: block; color: var(--teal-deep); font-size: 22px; }
.tool-list p { margin: .35rem 0; font-size: 16px; }
.tool-list em { color: var(--ink); font-size: 12px; font-style: normal; font-weight: 900; text-transform: uppercase; }

.workspace-hero { padding: 72px max(48px, calc((100% - var(--max)) / 2)); color: var(--white); background: var(--teal-deep); border-bottom: 12px solid var(--teal); }
.compact-workspace { padding-top: 58px; padding-bottom: 58px; }
.calculator-workspace, .form-workspace { width: min(var(--max), calc(100% - 96px)); margin: 0 auto; padding: 72px 0 100px; }
.calc-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.calc { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.5rem; margin: 0; padding: 2rem; border: 2px solid var(--teal); border-top: 10px solid var(--teal); background: var(--white); }
.calc-index { position: absolute; top: 1.2rem; right: 1.4rem; color: var(--navy); font-size: 28px; font-weight: 900; }
.calc h2 { grid-column: 1 / -1; max-width: 75%; margin-bottom: .8rem; color: var(--teal-deep); font-size: 28px; }
.calc label { display: grid; gap: .35rem; font-size: 14px; font-weight: 900; }
.calc output { grid-column: 1 / -1; display: grid; gap: .6rem; margin-top: .8rem; padding: 1rem; color: var(--white); background: var(--teal-deep); }
.calc output span { display: flex; justify-content: space-between; gap: 1rem; }
.form-workspace { max-width: 900px; }
.form { display: grid; gap: 1.2rem; }
.form label { display: grid; gap: .35rem; font-weight: 800; }
.form fieldset { margin: 0; padding: 1.4rem; border: 2px solid var(--teal); }
.form legend { padding: 0 .5rem; font-weight: 900; }
.check { display: flex !important; align-items: flex-start; gap: .7rem; font-weight: 500 !important; }
.check input { width: auto; flex: 0 0 auto; margin-top: .35rem; }
.quiz-form fieldset { position: relative; padding: 2rem; border: 0; border-top: 3px solid var(--ink); }
.question-number { display: block; margin-bottom: 1rem; color: var(--navy); font-size: 32px; font-weight: 900; }
.quiz-form legend { max-width: 760px; padding: 0; font-size: 22px; font-weight: 900; }
.quiz-form textarea { margin-top: 1rem; }
.review-form { border-top: 3px solid var(--ink); }
.review-form .check { display: grid !important; grid-template-columns: 48px 24px 1fr !important; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.review-form .check > span { color: var(--navy); font-weight: 900; }
.trustpilot-invitation { margin: 2.4rem 0 .8rem; padding: 2rem; background: var(--paper); border-left: 7px solid var(--teal); }
.trustpilot-invitation h2 { margin-bottom: .8rem; color: var(--teal-deep); font-size: 32px; }
.trustpilot-invitation p { max-width: 720px; }
.trustpilot-button { color: var(--white); background: var(--teal-deep); border-color: var(--teal-deep); }
.trustpilot-home, .trustpilot-sales { background: var(--paper); border-block: 1px solid var(--line); }
.trustpilot-home > div, .trustpilot-sales { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding-top: 48px; padding-bottom: 48px; }
.trustpilot-home h2, .trustpilot-sales h2 { margin-bottom: .55rem; font-size: 36px; }
.trustpilot-home p:last-child, .trustpilot-sales p:last-child { max-width: 720px; margin-bottom: 0; }
.trustpilot-home .button, .trustpilot-sales .button { flex: 0 0 auto; }
.trustpilot-sales { padding-left: max(32px, calc((100% - 1240px) / 2)); padding-right: max(32px, calc((100% - 1240px) / 2)); }

.narrow, .legal-page, .checkout-confirm { width: min(820px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0 90px; }
.narrow h1, .legal-page h1, .checkout-confirm h1 { font-size: 52px; }
.lead-small { color: var(--teal-deep); font-size: 21px; font-weight: 700; }
.legal-section { padding: 2rem 0; border-top: 2px solid var(--line); }
.legal-section h2 { margin-bottom: 1rem; font-size: 30px; }
.legal-table, .admin-table { overflow-x: auto; }
.checkout-confirm fieldset { border: 3px solid var(--teal); }
.checkout-links { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
.price-line { display: inline-block; padding: .35rem .65rem; color: var(--white); background: var(--navy); font-size: 22px; font-weight: 900; text-transform: uppercase; }
.note { color: #40504f; font-size: 15px; }
.warning, .error { padding: 1rem 1.2rem; background: #fff0ed; border-left: 7px solid var(--red); }
.success { padding: 1rem 1.2rem; background: #e7f5ed; border-left: 7px solid var(--green); }

table { width: 100%; border-collapse: collapse; background: var(--white); }
th, td { padding: .8rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--white); background: var(--teal-deep); }
pre { padding: 1rem; overflow: auto; white-space: pre-wrap; background: var(--paper); border-left: 6px solid var(--teal); }
main > section:not([class]) { width: min(var(--max), calc(100% - 96px)); margin: 0 auto; padding: 72px 0 100px; }

.site-footer { color: var(--white); background: var(--teal-deep); border-top: 12px solid var(--teal); }
.footer-inner { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 3rem 4rem; padding: 58px 0 38px; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { width: 96px; height: 96px; object-fit: contain; background: var(--white); border-radius: 50%; }
.footer-brand strong { display: block; font-size: 22px; text-transform: uppercase; }
.footer-brand span { display: block; color: var(--white); font-size: 14px; font-weight: 900; }
.footer-contact { display: flex; flex-direction: column; justify-content: center; }
.footer-contact a { color: var(--white); }
.site-footer nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: center; gap: .45rem 1rem; }
.site-footer nav a { color: var(--white); font-size: 14px; font-weight: 800; text-decoration: none; }
.footer-legal { grid-column: 1 / -1; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.45); font-size: 13px; }
.footer-legal p { margin: .15rem 0; }

@media (max-width: 1100px) {
  h1 { font-size: 56px; }
  h2 { font-size: 40px; }
  .header-inner { width: min(var(--max), calc(100% - 40px)); }
  .sales-hero-inner { width: calc(100% - 64px); min-height: 620px; grid-template-columns: 1fr 300px; column-gap: 48px; }
  .sales-hero h1 { font-size: 64px; }
  .hero-offer strong { font-size: 54px; }
  .section-grid, .outcomes-band, .audience-band, .learner-programme, .start-here-band, .case-home-band, .case-intro, .case-journey, .section-case, .section-content, .lesson-shell, .foundation-layout, .tool-library, .calculator-workspace { width: calc(100% - 64px); }
  .problem-grid { gap: 56px; }
  .problem-grid h2, .tools-lead h2, .transformation-band h2 { font-size: 46px; }
  .outcome-lines, .audience-list { grid-template-columns: repeat(2, 1fr); }
  .outcome-lines article:nth-child(2), .audience-list article:nth-child(2) { border-right: 0; }
  .outcome-lines article:nth-child(n+3), .audience-list article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .tools-lead { grid-template-columns: 280px 1fr; }
  .tools-number { font-size: 170px; }
  .lesson-shell { grid-template-columns: 270px minmax(0, 1fr); gap: 52px; }
  .foundation-layout { grid-template-columns: 240px minmax(0, 1fr); gap: 52px; }
  .lesson h1 { font-size: 48px; }
  .footer-inner { width: calc(100% - 48px); }
}

@media (max-width: 820px) {
  body { font-size: 17px; }
  h1 { font-size: 48px; }
  h2 { font-size: 36px; }
  .site-header { position: static; }
  .header-inner { min-height: 148px; }
  .brand { gap: 1.2rem; }
  .brand img { width: 112px; height: 112px; }
  .brand-name { font-size: 19px; }
  .site-header nav { gap: .15rem; }
  .site-header nav a:not(.button), .nav-command, .site-header .button { padding: 7px; font-size: 14px; }
  .sales-hero-inner { min-height: 0; padding: 44px 0 42px; grid-template-columns: 1fr; grid-template-areas: "brand" "kicker" "title" "value" "offer" "actions" "note"; }
  .sales-hero h1 { font-size: 58px; }
  .hero-offer { grid-template-columns: repeat(3, 1fr); grid-template-rows: auto; margin: 1.4rem 0; border: 0; border-top: 1px solid rgba(255,255,255,.5); border-bottom: 1px solid rgba(255,255,255,.5); }
  .hero-offer > div { padding: 1.1rem 1rem; border: 0; border-right: 1px solid rgba(255,255,255,.5); }
  .hero-offer > div:last-child { border: 0; }
  .hero-offer strong { font-size: 44px; }
  .problem-band, .outcomes-band, .curriculum-band, .tools-band, .audience-band, .transformation-band, .faq-band { padding-top: 72px; padding-bottom: 72px; }
  .problem-grid, .curriculum-heading, .tools-lead, .learner-hero, .section-content, .lesson-shell, .purchase-info { grid-template-columns: 1fr; }
  .problem-grid, .curriculum-heading, .tools-lead, .learner-hero, .section-content, .lesson-shell { gap: 42px; }
  .problem-grid h2 { font-size: 44px; }
  .curriculum-heading .section-index { grid-column: auto; }
  .curriculum-list, .learner-programme ol { grid-template-columns: 1fr; }
  .curriculum-list li { min-height: 0; }
  .tools-lead { align-items: start; }
  .tools-number { font-size: 150px; }
  .tool-examples, .transformation-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tool-examples span:nth-child(3n+2), .tool-examples span:nth-child(3n+3), .transformation-list li:nth-child(3n+2), .transformation-list li:nth-child(3n+3) { padding-left: 0; border-left: 0; }
  .tool-examples span:nth-child(even), .transformation-list li:nth-child(even) { padding-left: 1rem; border-left: 1px solid currentColor; }
  .final-cta { align-items: flex-start; flex-direction: column; gap: 2rem; }
  .learner-hero { padding-left: 32px; padding-right: 32px; }
  .progress-panel { padding: 2rem 0 0; border-top: 1px solid rgba(255,255,255,.55); border-left: 0; }
  .learner-section-heading { align-items: flex-start; flex-direction: column; gap: 0; }
  .start-here-band { grid-template-columns: 120px 1fr; }
  .start-here-actions { grid-column: 2; }
  .case-home-band { grid-template-columns: 120px 1fr; }
  .case-home-band > a { grid-column: 2; justify-self: start; }
  .foundation-hero, .case-hero, .foundation-layout, .glossary-intro, .case-intro { grid-template-columns: 1fr; }
  .case-hero { gap: 40px; }
  .case-hero aside { max-width: 320px; }
  .case-checkpoint-copy { grid-template-columns: 1fr; }
  .foundation-hero { gap: 38px; }
  .foundation-hero aside { padding: 1.5rem 0 0; border-top: 1px solid rgba(255,255,255,.55); border-left: 0; }
  .foundation-nav { display: none; }
  .section-hero { grid-template-columns: 110px 1fr; padding-left: 32px; padding-right: 32px; }
  .section-hero .back-link { grid-column: 1 / -1; }
  .section-hero > span { font-size: 82px; }
  .section-content { gap: 50px; }
  .section-resources { padding-left: 1.5rem; }
  .lesson-sidebar { position: static; }
  .library-hero > strong { font-size: 110px; }
  .tool-list li { grid-template-columns: 100px 1fr; }
  .tool-list li .button { grid-column: 2; justify-self: start; }
  .calc-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: repeat(2, 1fr); }
  .site-footer nav { grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  .header-inner { width: calc(100% - 28px); min-height: 0; align-items: flex-start; flex-direction: column; gap: .45rem; padding: .8rem 0 1rem; }
  .brand { gap: 1rem; }
  .brand img { width: 88px; height: 88px; }
  .brand-name { font-size: 18px; }
  .site-header nav { width: 100%; justify-content: flex-start; gap: 0; padding-top: .45rem; border-top: 1px solid rgba(255,255,255,.5); }
  .site-header nav .button { min-height: 36px; margin-left: .2rem; padding: .45rem .6rem; font-size: 13px; }
  .sales-hero-inner, .section-grid, .outcomes-band, .audience-band, .learner-programme, .start-here-band, .case-home-band, .case-intro, .case-journey, .section-case, .section-content, .lesson-shell, .foundation-layout, .glossary-workspace, .tool-library, .calculator-workspace, .form-workspace { width: calc(100% - 36px); }
  .sales-hero-inner { padding-top: 30px; }
  .hero-brand { font-size: 15px; }
  .hero-brand img { width: 58px; height: 58px; }
  .hero-kicker { font-size: 17px; }
  .sales-hero h1 { font-size: 46px; }
  .hero-value { font-size: 18px; }
  .hero-offer strong { font-size: 36px; }
  .hero-offer span { font-size: 11px; }
  .hero-offer > div { padding: .9rem .5rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .problem-band, .outcomes-band, .curriculum-band, .tools-band, .audience-band, .transformation-band, .faq-band { padding: 58px 18px; }
  .problem-band .section-grid, .outcomes-band, .audience-band, .faq-band { width: 100%; }
  .problem-grid h2, .tools-lead h2, .transformation-band h2 { font-size: 36px; }
  .problem-list, .outcome-lines, .audience-list, .tool-examples, .transformation-list { grid-template-columns: 1fr; }
  .problem-list li:nth-child(odd), .outcome-lines article, .outcome-lines article:not(:first-child), .audience-list article, .audience-list article:not(:first-child), .tool-examples span, .tool-examples span:nth-child(even), .transformation-list li, .transformation-list li:nth-child(even) { padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; }
  .outcome-lines article, .audience-list article { min-height: 0; padding-top: 1.4rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
  .outcome-lines h3, .audience-list h3 { margin-top: 1rem; }
  .curriculum-list li { grid-template-columns: 58px 1fr; gap: .8rem; }
  .curriculum-number { font-size: 34px; }
  .curriculum-list strong { font-size: 19px; }
  .tools-number { font-size: 130px; }
  .tools-band { padding-left: 18px; padding-right: 18px; }
  .final-cta { padding: 64px 18px; }
  .final-cta h2 { font-size: 38px; }
  .learner-hero, .section-hero, .library-hero, .workspace-hero { padding: 52px 18px; }
  .welcome-band { padding: 48px 18px 64px; }
  .welcome-person { align-items: flex-start; gap: 1rem; margin-bottom: 2rem; }
  .welcome-person img { width: 94px; height: 116px; }
  .welcome-person strong { font-size: 19px; }
  .welcome-person span { font-size: 14px; }
  .welcome-band h1 { font-size: 42px; }
  .welcome-copy p { font-size: 17px; }
  .welcome-start { width: 100%; }
  .learner-hero h1, .library-hero h1, .workspace-hero h1, .section-hero h1, .lesson h1 { font-size: 42px; }
  .learner-actions { display: grid; }
  .start-here-band { grid-template-columns: 1fr; gap: 1.2rem; padding: 42px 0; }
  .start-here-number { font-size: 44px; }
  .start-here-band h2 { font-size: 31px; }
  .start-here-actions { grid-column: 1; }
  .case-home-band { grid-template-columns: 1fr; gap: 1.2rem; padding: 42px 0; }
  .case-home-number { font-size: 44px; }
  .case-home-band h2 { font-size: 31px; }
  .case-home-band > a { grid-column: 1; }
  .foundation-hero, .glossary-hero, .case-hero { padding: 52px 18px; }
  .foundation-hero h1, .glossary-hero h1, .case-hero h1 { font-size: 42px; }
  .case-intro, .case-journey { padding-top: 42px; }
  .case-journey-heading h2 { font-size: 34px; }
  .case-journey header { grid-template-columns: 60px 1fr; gap: 1rem; }
  .case-journey header > span { font-size: 36px; }
  .case-journey h3 { font-size: 26px; }
  .case-checkpoint-copy, .case-metrics, .case-journey > ol > li > a { margin-left: 0; }
  .case-metrics { grid-template-columns: 1fr; }
  .case-metrics > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .case-metrics > div:last-child { border-bottom: 0; }
  .section-case-heading { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .section-case-heading h2 { font-size: 31px; }
  .section-case-grid { grid-template-columns: 1fr; }
  .section-case-grid > div + div { padding-left: 0; border-left: 0; }
  .foundation-layout, .glossary-workspace { padding-top: 42px; }
  .gary-note { padding: 1.4rem; }
  .foundation-copy h2, .glossary-intro h2 { font-size: 31px; }
  .foundation-copy p, .foundation-copy li { font-size: 17px; }
  .journey-steps li { grid-template-columns: 46px 1fr; gap: .8rem; }
  .route-grid { grid-template-columns: 1fr; }
  .route-grid article { min-height: 0; padding: 1.4rem 0; border-left: 0 !important; }
  .glossary-intro { gap: 1.2rem; }
  .glossary-entry { grid-template-columns: 1fr; gap: .65rem; }
  .learner-programme a { grid-template-columns: 48px 1fr; padding: .8rem 0; }
  .learner-programme a .status { grid-column: 2; }
  .section-hero { grid-template-columns: 78px 1fr; gap: 24px; }
  .section-hero > span { font-size: 62px; }
  .lesson-list a { grid-template-columns: 52px 1fr; padding: .8rem 0; }
  .lesson-list em { grid-column: 2; }
  .lesson-shell { padding-top: 36px; }
  .lesson-sidebar { padding: 1.4rem; }
  .lesson p, .lesson li { font-size: 17px; }
  .prev-next { display: grid; grid-template-columns: 1fr; }
  .prev-next a, .prev-next a:last-child { max-width: none; margin: 0; text-align: left; }
  .library-hero { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .library-hero > strong { font-size: 88px; }
  .filter { grid-template-columns: 1fr; }
  .tool-list li { grid-template-columns: 1fr; gap: .8rem; }
  .tool-list > li > span { min-height: 0; padding-bottom: .5rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .tool-list li .button { grid-column: 1; }
  .calc { grid-template-columns: 1fr; padding: 1.4rem; }
  .calc h2, .calc output { grid-column: 1; }
  .calc h2 { padding-right: 2.3rem; }
  .quiz-form fieldset { padding: 1.4rem 0; }
  .review-form .check { grid-template-columns: 38px 22px 1fr !important; gap: .6rem; }
  .trustpilot-invitation { padding: 1.4rem; }
  .trustpilot-home > div, .trustpilot-sales { align-items: flex-start; flex-direction: column; gap: 1.3rem; }
  .trustpilot-home h2, .trustpilot-sales h2 { font-size: 30px; }
  .purchase-info { padding: 42px 18px; gap: 1rem; }
  .narrow, .legal-page, .checkout-confirm { width: calc(100% - 36px); padding-top: 48px; }
  .narrow h1, .legal-page h1, .checkout-confirm h1 { font-size: 40px; }
  .footer-inner { width: calc(100% - 36px); grid-template-columns: 1fr; gap: 2rem; }
  .footer-brand img { width: 78px; height: 78px; }
  .site-footer nav { grid-column: 1; grid-template-columns: repeat(2, 1fr); }
}

/* Public sales page reset - scoped to keep learner screens unchanged. */
.sales-page {
  --sales-teal: var(--teal);
  --sales-navy: var(--navy);
  --sales-soft: var(--paper);
  --sales-line: var(--line);
  --sales-max: 1240px;
}

.sales-page a:focus-visible, .sales-page button:focus-visible, .sales-page summary:focus-visible { outline-color: var(--sales-navy); }

.sales-page .section-index { margin-bottom: .65rem; color: var(--sales-teal); font-size: 14px; letter-spacing: 0; }
.sales-page .section-heading { margin-bottom: 2.8rem; }
.sales-page .section-heading h2 { font-size: 42px; }

.sales-page .sales-hero { color: var(--white); background: var(--sales-teal); border: 0; border-top: 1px solid rgba(255,255,255,.28); }
.sales-page .sales-hero-inner { width: min(var(--sales-max), calc(100% - 64px)); min-height: 430px; padding: 42px 0 46px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; grid-template-areas: none; align-items: center; gap: 64px; }
.sales-page .hero-copy { min-width: 0; grid-area: auto; }
.sales-page .hero-brand { display: block; margin: 0 0 .45rem; color: var(--white); font-size: 14px; letter-spacing: 0; opacity: .82; }
.sales-page .sales-hero h1 { display: block; max-width: 700px; margin: 0 0 .65rem; color: var(--white); font-size: 68px; line-height: .96; }
.sales-page .hero-kicker { margin: 0 0 .6rem; max-width: 690px; font-size: 21px; font-weight: 700; }
.sales-page .hero-value { max-width: 680px; margin: 0 0 1.25rem; font-size: 18px; }
.sales-page .hero-actions { display: flex; gap: .75rem; margin: 0; }
.sales-page .hero-actions .button { min-height: 48px; padding: .78rem 1.05rem; }
.sales-page .hero-primary { color: var(--sales-teal); background: var(--white); border-color: var(--white); }
.sales-page .hero-secondary { color: var(--white); background: transparent; border-color: rgba(255,255,255,.78); }
.sales-page .hero-offer { grid-area: auto; align-self: stretch; display: grid; grid-template: 1fr 1fr / 1fr 1fr; margin: 0; border: 0; border-left: 1px solid rgba(255,255,255,.52); }
.sales-page .hero-offer > div { display: flex; flex-direction: column; justify-content: center; padding: 1rem 0 1rem 2rem; border: 0; }
.sales-page .hero-offer > div:last-child { border: 0; }
.sales-page .hero-offer .hero-price { grid-column: 1 / -1; border-bottom: 1px solid rgba(255,255,255,.35); }
.sales-page .hero-offer strong { color: var(--white); font-size: 45px; line-height: .9; }
.sales-page .hero-offer .hero-price strong { font-size: 62px; }
.sales-page .hero-offer span { margin-top: .45rem; color: var(--white); font-size: 13px; opacity: .84; }

.sales-page .problem-band { padding: 84px 0; background: var(--white); }
.sales-page .section-grid { width: min(var(--sales-max), calc(100% - 64px)); }
.sales-page .problem-grid { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 84px; }
.sales-page .problem-grid h2 { max-width: 540px; margin: 0; color: var(--sales-navy); font-size: 46px; }
.sales-page .problem-copy { padding-left: 32px; border-left: 3px solid var(--sales-teal); }
.sales-page .problem-copy > p { max-width: 660px; font-size: 19px; font-weight: 600; }
.sales-page .problem-list { grid-template-columns: 1fr; margin: 1.4rem 0 0; border-top: 1px solid var(--sales-navy); }
.sales-page .problem-list li { padding: .55rem 0; border-bottom: 1px solid var(--sales-line); font-weight: 700; }
.sales-page .problem-list li:nth-child(odd) { padding-right: 0; }

.sales-page .experience-band { padding: 0 max(32px, calc((100% - var(--sales-max)) / 2)); color: var(--white); background: var(--sales-navy); }
.sales-page .experience-inner { display: grid; grid-template-columns: 300px minmax(0, 1fr); align-items: center; gap: 84px; padding: 72px 0; }
.sales-page .experience-portrait { width: 300px; aspect-ratio: 1; margin: 0; overflow: hidden; }
.sales-page .experience-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 24%; }
.sales-page .experience-copy { max-width: 700px; }
.sales-page .experience-copy .section-index { color: var(--white); opacity: .72; }
.sales-page .experience-copy h2 { max-width: 650px; margin-bottom: 1.4rem; color: var(--white); font-size: 48px; }
.sales-page .experience-copy > p { max-width: 700px; font-size: 18px; }
.sales-page .experience-copy .experience-intro { font-size: 22px; font-weight: 700; }
.sales-page .experience-signoff { display: flex; flex-direction: column; margin: 2rem 0 0; padding-top: 1.15rem; border-top: 1px solid rgba(255,255,255,.38); }
.sales-page .experience-signoff strong { color: var(--white); font-size: 18px; }
.sales-page .experience-signoff span { font-size: 14px; opacity: .76; }
.sales-page .experience-signoff .experience-role { color: var(--white); font-weight: 700; opacity: 1; }

.sales-page .sample-band { padding: 56px max(32px, calc((100% - var(--sales-max)) / 2)); color: var(--ink); background: var(--sales-soft); border-bottom: 1px solid var(--sales-line); }
.sales-page .sample-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: start; }
.sales-page .sample-copy h2 { margin: 0 0 1rem; color: var(--sales-navy); font-size: 32px; line-height: 1.15; }
.sales-page .sample-copy > p:last-child { margin: 0; max-width: 540px; font-size: 18px; }
.sales-page .sample-listen { min-width: 0; }
.sales-page .sample-duration { margin: 0 0 .8rem; color: var(--sales-navy); font-size: 15px; font-weight: 700; }
.sales-page .sample-listen audio { display: block; width: 100%; min-width: 0; height: 54px; }
.sales-page .sample-listen audio:focus-visible { outline: 3px solid var(--sales-navy); outline-offset: 4px; }
.sales-page .sample-disclosure { margin: .8rem 0 1.25rem; font-size: 14px; }
.sales-page .sample-transcript { border-top: 1px solid var(--sales-line); border-bottom: 1px solid var(--sales-line); }
.sales-page .sample-transcript summary { padding: .9rem 0; color: var(--sales-navy); font-size: 16px; font-weight: 700; cursor: pointer; }
.sales-page .sample-transcript > div { padding: .25rem 0 1.25rem; }
.sales-page .sample-transcript p { font-size: 16px; line-height: 1.65; }
.sales-page .sample-transcript h3 { margin: 1.4rem 0 .6rem; color: var(--sales-navy); font-size: 18px; }
.sales-page .sample-transcript p:last-child { margin-bottom: 0; }
@media (max-width: 700px) {
  .sales-page .sample-band { padding: 40px 18px; }
  .sales-page .sample-inner { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .sales-page .sample-copy h2 { font-size: 28px; }
}

.sales-page .offer-band { width: 100%; padding: 82px max(32px, calc((100% - var(--sales-max)) / 2)); display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 90px; background: var(--sales-soft); }
.sales-page .offer-intro h2 { margin: 0 0 .8rem; color: var(--sales-navy); font-size: 42px; }
.sales-page .offer-intro > p:last-child { max-width: 600px; font-size: 19px; }
.sales-page .offer-price { margin: 0 0 .8rem; color: var(--sales-teal); font-size: 50px; font-weight: 900; line-height: 1; }
.sales-page .offer-price span { font-size: 15px; text-transform: uppercase; }
.sales-page .offer-label { margin: 0 0 .6rem; color: var(--sales-navy); font-size: 15px; font-weight: 900; text-transform: uppercase; }
.sales-page .offer-inclusions ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--sales-navy); }
.sales-page .offer-inclusions li { padding: .72rem 1rem .72rem 0; border-bottom: 1px solid var(--sales-line); font-weight: 700; }

.sales-page .curriculum-band { padding: 90px max(32px, calc((100% - var(--sales-max)) / 2)); background: var(--white); border: 0; }
.sales-page .curriculum-heading { grid-template-columns: minmax(0, .95fr) minmax(340px, 1.05fr); gap: 80px; align-items: end; }
.sales-page .curriculum-heading .section-index { grid-column: auto; }
.sales-page .curriculum-heading h2 { color: var(--sales-navy); font-size: 42px; }
.sales-page .curriculum-heading > p { max-width: 600px; font-size: 18px; }
.sales-page .curriculum-list { column-gap: 60px; border-top: 2px solid var(--sales-navy); }
.sales-page .curriculum-list li { min-height: 150px; grid-template-columns: 52px 1fr; gap: 1rem; padding: 1.35rem 0; border-bottom-color: var(--sales-line); }
.sales-page .curriculum-number { color: var(--sales-teal); font-size: 25px; }
.sales-page .curriculum-list strong { color: var(--sales-navy); font-size: 21px; }
.sales-page .curriculum-list p { max-width: 500px; font-size: 16px; }

.sales-page .tools-band { padding: 82px max(32px, calc((100% - var(--sales-max)) / 2)); background: var(--sales-soft); }
.sales-page .tools-lead { grid-template-columns: 250px 1fr; align-items: center; gap: 70px; margin-bottom: 2.2rem; }
.sales-page .tools-number { color: var(--sales-teal); font-size: 160px; }
.sales-page .tools-lead h2 { margin-bottom: .65rem; color: var(--sales-navy); font-size: 42px; }
.sales-page .tools-lead > div > p:last-child { max-width: 660px; font-size: 19px; }
.sales-page .tool-examples { grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; border-top: 2px solid var(--sales-navy); }
.sales-page .tool-examples span { min-height: 62px; padding: .8rem 1rem .8rem 0; border-color: var(--sales-line); font-size: 15px; }
.sales-page .tool-examples span:nth-child(3n+2), .sales-page .tool-examples span:nth-child(3n+3) { padding-left: 0; border-left: 0; }
.sales-page .tool-examples span:not(:nth-child(4n+1)) { padding-left: 1rem; border-left: 1px solid var(--sales-line); }

.sales-page .transformation-band { padding: 88px max(32px, calc((100% - var(--sales-max)) / 2)); color: var(--ink); background: var(--white); border: 0; }
.sales-page .transformation-band .section-heading { max-width: 940px; }
.sales-page .transformation-band h2 { color: var(--sales-navy); font-size: 42px; }
.sales-page .transformation-list { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 2.4rem; border-top: 2px solid var(--sales-navy); }
.sales-page .transformation-list li { padding: .7rem 1rem .7rem 0; border-bottom: 1px solid var(--sales-line); font-weight: 700; }
.sales-page .transformation-list li:nth-child(3n+2), .sales-page .transformation-list li:nth-child(3n+3) { padding-left: 0; border-left: 0; }
.sales-page .transformation-list li:nth-child(even) { padding-left: 1rem; border-left: 1px solid var(--sales-line); }

.sales-page .faq-band { width: 100%; margin: 0; padding: 82px max(32px, calc((100% - 980px) / 2)); background: var(--sales-soft); }
.sales-page .faq-band .section-heading { margin-bottom: 2rem; }
.sales-page .faq-list { border-top: 2px solid var(--sales-navy); }
.sales-page .faq-list details { border-bottom-color: var(--sales-line); }
.sales-page .faq-list summary { padding: 1rem 2rem 1rem 0; font-size: 18px; }
.sales-page .faq-list details[open] summary { color: var(--sales-teal); }
.sales-page .faq-list details p { padding-bottom: 1rem; font-size: 16px; }
.sales-page .purchase-info { margin-top: 3rem; padding: 1.8rem 0 0; grid-template-columns: 220px 1fr; gap: 42px; background: transparent; border-top: 2px solid var(--sales-navy); }
.sales-page .purchase-info h3 { margin: 0; color: var(--sales-navy); font-size: 24px; text-transform: uppercase; }
.sales-page .purchase-info p { font-size: 15px; }
.sales-page .purchase-info p + p { margin-top: .8rem; }

.sales-page .final-cta { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 64px; padding: 68px max(32px, calc((100% - var(--sales-max)) / 2)); color: var(--white); background: var(--sales-teal); }
.sales-page .final-cta .section-index, .sales-page .final-cta a { color: var(--white); }
.sales-page .final-cta h2 { margin: 0; font-size: 44px; }
.sales-page .final-cta ul { display: grid; grid-template-columns: repeat(2, auto); gap: .3rem 1.4rem; margin: 0; padding: 0; list-style: none; font-size: 14px; text-transform: uppercase; }
.sales-page .final-cta li { white-space: nowrap; }
.sales-page .final-cta li strong { font-size: 21px; }
.sales-page .final-actions { gap: .55rem; }
.sales-page .final-actions .button { color: var(--sales-teal); background: var(--white); border-color: var(--white); }
.sales-page .final-actions > a:last-child { font-size: 14px; }

.sales-page .site-footer { background: var(--sales-teal); border-top: 1px solid rgba(255,255,255,.3); }
.sales-page .footer-inner { width: min(var(--sales-max), calc(100% - 48px)); padding-top: 44px; }
.sales-page .footer-brand img { width: 74px; height: 74px; }
.sales-page .footer-brand span { color: var(--white); opacity: .82; }

@media (max-width: 900px) {
  .sales-page .sales-hero-inner { grid-template-columns: minmax(0, 1fr) 280px; gap: 38px; }
  .sales-page .sales-hero h1 { font-size: 58px; }
  .sales-page .problem-grid, .sales-page .offer-band { gap: 48px; }
  .sales-page .experience-inner { grid-template-columns: 240px minmax(0, 1fr); gap: 48px; }
  .sales-page .experience-portrait { width: 240px; }
  .sales-page .experience-copy h2 { font-size: 42px; }
  .sales-page .curriculum-heading { gap: 44px; }
  .sales-page .tools-lead { grid-template-columns: 190px 1fr; gap: 44px; }
  .sales-page .tools-number { font-size: 130px; }
  .sales-page .tool-examples { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sales-page .tool-examples span:not(:nth-child(4n+1)) { padding-left: 0; border-left: 0; }
  .sales-page .tool-examples span:nth-child(even) { padding-left: 1rem; border-left: 1px solid var(--sales-line); }
  .sales-page .final-cta { grid-template-columns: 1fr auto; gap: 36px; }
  .sales-page .final-cta ul { grid-row: 2; }
  .sales-page .final-actions { grid-row: 1 / 3; grid-column: 2; }
}

@media (max-width: 700px) {
  .sales-page .sales-hero-inner { width: calc(100% - 36px); min-height: 0; padding: 42px 0 46px; grid-template-columns: 1fr; gap: 30px; }
  .sales-page .sales-hero h1 { font-size: 48px; }
  .sales-page .hero-kicker { font-size: 18px; }
  .sales-page .hero-value { font-size: 17px; }
  .sales-page .hero-offer { grid-template: auto / 1.15fr 1fr 1fr; border-top: 1px solid rgba(255,255,255,.45); border-left: 0; }
  .sales-page .hero-offer .hero-price { grid-column: auto; border-bottom: 0; }
  .sales-page .hero-offer > div { padding: 1rem .65rem 0 0; }
  .sales-page .hero-offer strong, .sales-page .hero-offer .hero-price strong { font-size: 35px; }
  .sales-page .hero-actions { display: grid; }
  .sales-page .hero-actions .button { width: 100%; }
  .sales-page .problem-band, .sales-page .offer-band, .sales-page .curriculum-band, .sales-page .tools-band, .sales-page .transformation-band, .sales-page .faq-band { padding: 58px 18px; }
  .sales-page .experience-band { padding: 0 18px; }
  .sales-page .experience-inner { grid-template-columns: 1fr; gap: 32px; padding: 48px 0 56px; }
  .sales-page .experience-portrait { width: 220px; }
  .sales-page .experience-copy { max-width: none; }
  .sales-page .experience-copy h2 { font-size: 36px; }
  .sales-page .experience-copy .experience-intro { font-size: 20px; }
  .sales-page .section-grid { width: 100%; }
  .sales-page .problem-grid, .sales-page .offer-band, .sales-page .curriculum-heading, .sales-page .tools-lead { grid-template-columns: 1fr; gap: 32px; }
  .sales-page .problem-grid h2, .sales-page .offer-intro h2, .sales-page .curriculum-heading h2, .sales-page .tools-lead h2, .sales-page .transformation-band h2, .sales-page .section-heading h2 { font-size: 36px; }
  .sales-page .problem-copy { padding: 0; border-left: 0; }
  .sales-page .offer-inclusions ul, .sales-page .curriculum-list, .sales-page .transformation-list { grid-template-columns: 1fr; }
  .sales-page .curriculum-list li { min-height: 0; grid-template-columns: 44px 1fr; }
  .sales-page .tools-number { font-size: 110px; }
  .sales-page .tool-examples { grid-template-columns: 1fr; }
  .sales-page .tool-examples span, .sales-page .tool-examples span:nth-child(even) { padding-left: 0; border-left: 0; }
  .sales-page .transformation-list li, .sales-page .transformation-list li:nth-child(even) { padding-left: 0; border-left: 0; }
  .sales-page .purchase-info { grid-template-columns: 1fr; gap: 1rem; }
  .sales-page .final-cta { grid-template-columns: 1fr; gap: 26px; padding: 56px 18px; }
  .sales-page .final-cta h2 { font-size: 38px; }
  .sales-page .final-cta ul, .sales-page .final-actions { grid-row: auto; grid-column: auto; }
  .sales-page .final-actions .button { width: 100%; }
  .sales-page .footer-inner { width: calc(100% - 36px); }
}

@media (max-width: 430px) {
  .sales-page .sales-hero h1 { font-size: 44px; }
  .sales-page .hero-offer span { font-size: 10px; }
  .sales-page .final-cta ul { grid-template-columns: 1fr; }
}

/* Keep the learning route ahead of supporting case studies. */
.learning-section-hero { grid-template-columns: 88px minmax(0, 1fr); gap: 20px 32px; padding-top: 32px; padding-bottom: 36px; }
.learning-section-hero .back-link { grid-column: 1 / -1; }
.learning-section-hero > span { font-size: 72px; }
.learning-section-hero h1 { max-width: 950px; font-size: 38px; line-height: 1.15; }
.section-start-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 24px; margin-top: 20px; }
.section-start-actions > a:not(.button) { color: white; font-weight: 700; }
.section-start-actions .white-button { background: white; color: var(--navy); border-color: white; }
.learning-section-content { padding-top: 38px; padding-bottom: 48px; grid-template-columns: minmax(0, 1fr) minmax(230px, .4fr); gap: 48px; scroll-margin-top: 24px; }
.lesson-choice-list a { grid-template-columns: 48px minmax(0, 1fr) auto; padding: 20px 8px; gap: 18px; }
.lesson-choice-list a:hover, .lesson-choice-list a:focus-visible { background: var(--paper); }
.lesson-choice-list .lesson-details { min-width: 0; }
.lesson-choice-list .lesson-details strong { display: block; line-height: 1.3; }
.lesson-choice-list .lesson-details p { margin: 8px 0 6px; font-size: 14px; line-height: 1.5; }
.lesson-choice-list .lesson-state { font-size: 13px; font-weight: 700; color: var(--teal-deep); }
.lesson-choice-list .lesson-open { font-size: 15px; font-weight: 800; color: var(--teal-deep); text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; }
.learning-navigation { align-items: stretch; }
.learning-navigation a { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 8px; text-align: left; width: calc(50% - 8px); max-width: none; }
.learning-navigation a:last-child { text-align: left; }
.learning-navigation a.primary { color: white; }
.learning-navigation small { font-size: 14px; font-weight: 500; text-transform: none; }
.foundation-copy > section.lesson-audio { margin-top: 0; padding: 1.25rem; }
.foundation-copy .lesson-audio-footer > p { margin: 0; font-size: 14px; }
@media (max-width: 1000px) {
  .learning-section-content { grid-template-columns: minmax(0, 1fr); gap: 36px; }
}
@media (max-width: 560px) {
  .learning-section-hero { grid-template-columns: 48px minmax(0, 1fr); gap: 18px; padding: 28px 18px; }
  .learning-section-hero > span { font-size: 42px; }
  .learning-section-hero h1 { font-size: 28px; }
  .section-start-actions { gap: 16px; }
  .section-start-actions .button { width: 100%; padding: 12px; }
  .learning-section-content { padding-top: 28px; }
  .lesson-choice-list a { grid-template-columns: 36px minmax(0, 1fr); gap: 10px 14px; }
  .lesson-choice-list .lesson-open { grid-column: 2; }
  .lesson-choice-list .lesson-number { font-size: 18px; }
  .lesson-choice-list .lesson-details strong { font-size: 18px; }
  .learning-navigation a { width: 100%; }
  .learning-lesson-shell .lesson { grid-row: 1; }
  .learning-lesson-shell .lesson-sidebar { grid-row: 2; }
}
