@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; }
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 */
.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); }

.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; }

.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, .section-content, .lesson-shell, .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; }
  .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; }
  .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, .section-content, .lesson-shell, .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; }
  .learner-hero h1, .library-hero h1, .workspace-hero h1, .section-hero h1, .lesson h1 { font-size: 42px; }
  .learner-actions { display: grid; }
  .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; }
  .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 .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 .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 .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; }
}
