@font-face { font-family: Newsreader; src: url('/assets/fonts/newsreader-regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Manrope; src: url('/assets/fonts/manrope-regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Manrope; src: url('/assets/fonts/manrope-semibold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }

:root {
  --paper: #fff;
  --ink: #171719;
  --muted: #5f6065;
  --secondary: #7c7e83;
  --panel: #eef0f2;
  --line: #dedfe2;
  --serif: Newsreader, Georgia, serif;
  --sans: Manrope, Arial, sans-serif;
  --header-height: 96px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 15px/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
a, button, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #50525d; outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { color: var(--ink); font-weight: 400; }
h1, h2 { font-family: var(--serif); letter-spacing: -1.3px; line-height: 1.08; }
h2 { font-size: clamp(36px, 3.4vw, 44px); }
h2 em, h1 em { color: var(--secondary); font-style: normal; }
h3 { font-size: 18px; line-height: 1.4; font-weight: 600; }
[hidden] { display: none !important; }
.wrap { width: min(1120px, calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 88px; }
.eyebrow { display: inline-flex; align-items: center; font-size: 11px; line-height: 1.5; color: #414247; padding: 6px 13px; border: 1px solid #e2e2e5; border-radius: 99px; background: #f8f8f9; margin-bottom: 20px; }
.small-label { display: block; font-size: 10px; letter-spacing: .8px; font-weight: 600; color: #6c6d72; }
.gold-rule { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-height: 44px; padding: 11px 18px; border: 1px solid #101012; border-radius: 7px; background: linear-gradient(180deg, #303033 0%, #111113 100%); box-shadow: inset 0 1px 0 #ffffff30, 0 2px 4px #00000022; color: #fff; font-size: 12px; font-weight: 600; line-height: 1.5; white-space: nowrap; transition: box-shadow .18s, transform .18s; }
.button:hover { box-shadow: inset 0 1px 0 #ffffff40, 0 4px 9px #00000025; transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button > span { font-size: 17px; line-height: 1; }
.button-small { min-height: 38px; padding: 9px 14px; font-size: 11px; gap: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid #bfc0c5; padding: 2px 0; font-size: 12px; line-height: 1.8; font-weight: 600; text-align: left; }
.text-link:hover { border-color: #222; }
.text-link > span { font-size: 17px; font-weight: 400; }
.skip-link { position: fixed; z-index: 100; left: 12px; top: 12px; padding: 12px 18px; background: #171719; color: white; transform: translateY(-160%); border-radius: 5px; }
.skip-link:focus { transform: translateY(0); }

/* Reference composition: quiet header, contained gray hero, overlapping pack. */
.site-header { position: sticky; z-index: 20; top: 0; height: var(--header-height); background: rgb(255 255 255 / .97); transition: box-shadow .2s; }
.site-header.has-scrolled { box-shadow: 0 1px 0 #e8e8eb; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; font-size: 11px; font-weight: 600; line-height: 1.5; }
.wordmark > span > span { display: block; }
.wordmark svg { width: 29px; }
.desktop-nav { display: flex; gap: 29px; align-items: center; font-size: 12px; }
.desktop-nav a { padding-block: 12px; }
.desktop-nav a:hover { color: #777; }
.header-action { display: grid; align-items: center; justify-items: end; min-width: 168px; }
.header-preview { grid-area: 1/1; min-height: 38px; padding: 9px 14px; gap: 10px; background: linear-gradient(#2d2d30, #111113); border: 1px solid #111; border-radius: 7px; box-shadow: inset 0 1px 0 #ffffff30, 0 2px 4px #0002; color: #fff; font-size: 11px; }
.header-preview:hover { border-color: #111; }
.sticky-buy { grid-area: 1/1; visibility: hidden; opacity: 0; pointer-events: none; }
.has-scrolled .sticky-buy { visibility: visible; opacity: 1; pointer-events: auto; }
.has-scrolled .header-preview { visibility: hidden; opacity: 0; pointer-events: none; }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; grid-template-rows: auto 1fr; position: relative; column-gap: 30px; margin-top: 46px; padding: 68px 62px 42px 72px; min-height: 552px; background: var(--panel); border-radius: 28px; }
.hero-copy { grid-column: 1; grid-row: 1; position: relative; z-index: 2; }
.hero h1 { font-size: clamp(46px, 4.4vw, 59px); line-height: 1.01; letter-spacing: -1.8px; }
.hero h1 em { display: inline-block; margin-top: 4px; }
.hero-description { max-width: 452px; margin-top: 22px; font-size: 14px; line-height: 1.85; color: #414247; }
.hero-purchase { grid-column: 1; grid-row: 2; position: relative; z-index: 2; padding-top: 21px; }
.hero-buttons { display: flex; gap: 10px; align-items: center; }
.preview-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 17px; border: 1px solid #c9cbd0; border-radius: 7px; color: #26262a; font-size: 12px; line-height: 1.5; white-space: nowrap; transition: background .18s; }
.preview-button:hover { background: #fff8; }
.hero-facts { display: flex; gap: 36px; margin-top: 29px; }
.hero-facts > div { display: flex; flex-direction: column; gap: 3px; }
.hero-facts strong { font: 400 35px/1 var(--serif); letter-spacing: -1.2px; }
.hero-facts span { font-size: 11px; color: #5a5b61; }
.purchase-meta { margin-top: 20px; color: #505158; font-size: 10px; }
.cost-note { max-width: 452px; margin-top: 9px; color: #63646a; font-size: 10px; line-height: 1.8; }
.hero-visual { grid-column: 2; grid-row: 1/3; position: relative; min-width: 0; align-self: stretch; margin: -68px -40px -42px -8px; }
.pack-stage { position: absolute; inset: 0; isolation: isolate; }
.cover-frame { position: absolute; z-index: 3; top: -18px; left: 15px; width: 270px; padding: 0; border: 7px solid #242427; border-radius: 12px; background: #fff; transform: rotate(-7deg); box-shadow: 0 24px 35px -15px #13131a60, inset 0 0 0 1px #fff4; overflow: hidden; transition: transform .25s; }
.cover-frame:hover { transform: rotate(-5deg) translateY(-3px); }
.cover-image { width: 100%; }
.document-bar { height: 24px; display: flex; align-items: center; gap: 6px; padding: 0 9px; background: #242427; color: #f7f7f8; font: 600 6px/1.2 var(--sans); letter-spacing: .7px; }
.document-bar > span:last-child { margin-left: auto; color: #ccc; font-size: 6px; }
.file-dot { width: 4px; height: 4px; border-radius: 50%; background: #aaaab0; }
.back-sheet { position: absolute; width: 194px; height: 259px; background: white; padding: 16px; border: 1px solid #d6d7db; border-radius: 5px; box-shadow: 0 14px 28px -16px #17171d50; overflow: hidden; }
.back-sheet img { width: 100%; height: 207px; object-fit: contain; object-position: top; }
.back-sheet > span { position: absolute; bottom: 11px; left: 14px; width: calc(100% - 28px); border-top: 1px solid #e1e1e3; padding-top: 8px; font-size: 5px; color: #555; font-weight: 600; letter-spacing: .4px; }
.sheet-scorecard { z-index: 1; right: 17px; top: 40px; transform: rotate(10deg); }
.sheet-checklist { z-index: 2; right: 8px; top: 194px; transform: rotate(8deg); }
.calculator-frame { position: absolute; top: 306px; left: 0; z-index: 4; width: 284px; padding: 0; background: white; border: 6px solid #2d2d31; border-radius: 8px; box-shadow: 0 15px 25px -12px #1115; transform: rotate(-4deg); overflow: hidden; transition: transform .25s; }
.calculator-frame .document-bar { height: 21px; padding: 0 4px; background: #2d2d31; font-size: 5px; }
.calculator-frame img { width: 100%; height: 113px; object-fit: contain; background: white; }
.calculator-frame:hover { transform: rotate(-2deg) translateY(-3px); }
.floating-preview { position: absolute; z-index: 5; right: 12px; bottom: 28px; width: 325px; min-height: 145px; padding: 23px 68px 23px 26px; border: 1px solid #ffffff60; border-radius: 17px; background: linear-gradient(125deg, #4d4d50e8, #27272bee); backdrop-filter: blur(16px); color: white; box-shadow: 0 13px 24px -15px #1118, inset 0 1px 0 #ffffff16; transition: transform .2s; }
.floating-preview:hover { transform: translateY(-3px); }
.floating-kicker { display: block; font-size: 10px; line-height: 1.5; color: #d2d2d6; margin-bottom: 6px; }
.floating-preview strong { display: block; font-size: 15px; line-height: 1.5; font-weight: 600; }
.floating-description { display: block; margin-top: 7px; font-size: 12px; line-height: 1.8; color: #f0f0f2; }
.floating-arrow { position: absolute; right: 21px; bottom: 25px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #dedee2; border-radius: 10px; background: white; color: #111; font-size: 22px; }
.file-roster { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 31px 19px; }
.file-roster > div { display: flex; align-items: center; gap: 10px; min-width: 0; }
.file-roster svg { width: 25px; height: 25px; flex-shrink: 0; }
.file-roster > div > span { font-size: 12px; line-height: 1.5; font-weight: 600; }
.file-roster small { display: block; font-size: 10px; line-height: 1.6; letter-spacing: 1px; font-weight: 400; color: #75767b; margin-top: 4px; }

/* The long-form page continues the same white, charcoal and cool-gray system. */
.problem { text-align: center; padding-top: 99px; }
.section-intro { margin-top: 19px; font-size: 14px; line-height: 1.9; color: var(--muted); }
.narrow { max-width: 630px; margin-inline: auto; }
.problem-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 910px; margin: 35px auto 0; text-align: left; }
.problem-columns article { border: 1px solid var(--line); border-radius: 16px; padding: 29px 32px; background: #fafafa; }
.problem-columns h3 { font: 400 28px/1.25 var(--serif); letter-spacing: -.5px; margin-top: 15px; }
.problem-columns p { margin-top: 13px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.problem-close { margin-top: 26px; font-size: 12px; color: #55565c; }
.tools-section { background: #f7f8fa; border-block: 1px solid #f1f1f3; }
.section-heading { text-align: center; margin: 0 auto 39px; }
.section-heading > p, .section-heading > div:last-child:not(:first-child) { max-width: 610px; margin: 20px auto 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.section-heading > div:last-child > .text-link { margin-top: 14px; }
.tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.tool-card { min-width: 0; border: 1px solid #e1e2e5; border-radius: 17px; background: white; overflow: hidden; }
.tool-topline { display: flex; justify-content: space-between; gap: 10px; padding: 17px 20px; color: #65666c; font-size: 10px; font-weight: 600; letter-spacing: .5px; border-bottom: 1px solid #ededee; }
.tool-image { display: block; position: relative; width: 100%; aspect-ratio: 1.38; padding: 23px; background: #eef0f2; overflow: hidden; }
.tool-image img { width: 100%; height: 100%; object-fit: contain; background: white; box-shadow: 0 4px 14px #1111; transition: transform .2s; }
.tool-image:hover img { transform: scale(1.025); }
.enlarge-icon { position: absolute; display: grid; place-items: center; right: 12px; bottom: 12px; width: 29px; height: 29px; border: 1px solid #d5d5db; border-radius: 7px; background: white; font-size: 17px; }
.tool-copy { padding: 26px 25px; }
.tool-copy h3 { font: 400 30px/1.12 var(--serif); letter-spacing: -.5px; }
.tool-copy p { margin: 17px 0 23px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.tool-copy .text-link { font-size: 11px; }
.image-note { margin-top: 25px; text-align: center; color: #6b6c72; font-size: 11px; }
.outcomes { display: grid; grid-template-columns: 1fr 1fr; gap: 92px; }
.outcomes-heading > p:last-child { max-width: 395px; margin-top: 23px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.check-list, .plain-list { list-style: none; margin: 0; padding: 0; }
.check-list li { position: relative; border-bottom: 1px solid #e8e8eb; padding: 13px 0 13px 28px; font-size: 13px; line-height: 1.85; }
.check-list li:first-child { padding-top: 0; }
.check-list li::before { content: '✓'; position: absolute; top: 13px; left: 0; color: #53555a; }
.check-list li:first-child::before { top: 0; }
.finish-line { margin-top: 26px; padding: 24px 25px; border: 1px solid #e1e2e5; border-radius: 14px; background: #f4f5f7; }
.finish-line p { margin-top: 11px; font: 400 26px/1.2 var(--serif); }
.chapters-section { width: min(1200px, calc(100% - 32px)); margin-inline: auto; border: 1px solid #e8e9ec; border-radius: 27px; background: #f6f7f9; }
.chapters-section .wrap { width: calc(100% - 112px); }
.chapter-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4, 1fr); grid-auto-flow: column; column-gap: 65px; }
.chapter-list li { display: flex; align-items: baseline; gap: 20px; padding: 25px 0; border-top: 1px solid #dedfe3; }
.chapter-num { flex: 0 0 31px; color: #8b8d93; font: 400 28px/1 var(--serif); }
.chapter-list h3 { font-size: 14px; margin-bottom: 8px; }
.chapter-list p { color: var(--muted); font-size: 13px; line-height: 1.85; }
.chapters-bottom { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-top: 27px; border-top: 1px solid #dedfe3; }
.chapters-bottom > span { font: 400 22px/1.3 var(--serif); color: #686970; }
.scope { padding-bottom: 70px; }
.scope-box { padding: 47px 52px; border: 1px solid var(--line); border-radius: 20px; background: #fbfbfc; }
.scope-body { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; margin-top: 25px; font-size: 14px; line-height: 1.9; color: var(--muted); }
.scope-signoff { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; color: #55565c; }
.audience { text-align: center; }
.audience-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; text-align: left; margin-top: 33px; }
.audience-columns > div { padding: 28px 31px; border: 1px solid var(--line); border-radius: 15px; }
.audience-columns > div:last-child { background: #f9f9fa; }
.audience h3 { margin-bottom: 23px; font-size: 15px; }
.audience .check-list li { border: 0; padding: 0 0 14px 25px; }
.audience .check-list li::before { top: 0; }
.plain-list li { position: relative; padding: 0 0 14px 24px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.plain-list li::before { content: '—'; position: absolute; left: 0; color: #8e8f95; }
.offer-card { display: grid; grid-template-columns: 1.1fr 1fr; border: 1px solid #dfe0e4; border-radius: 24px; overflow: hidden; background: #f7f8fa; }
.offer-main { padding: 48px; }
.offer-main h2 { font-size: 47px; }
.offer-product { margin-top: 30px; font-size: 13px; font-weight: 600; }
.pack-list { list-style: none; margin: 17px 0 0; padding: 0; }
.pack-list li { display: flex; justify-content: space-between; align-items: baseline; gap: 17px; border-top: 1px solid #dedfe3; padding-block: 13px; font-size: 11px; }
.pack-list li span:first-child { min-width: 0; }
.pack-list li span:last-child { color: var(--muted); font-size: 10px; white-space: nowrap; }
.offer-purchase { align-self: center; padding: 45px 41px; margin: 23px 23px 23px 0; border: 1px solid #e4e4e8; border-radius: 18px; background: white; }
.price { display: flex; align-items: center; gap: 18px; }
.price > span:first-child { font: 400 79px/.9 var(--serif); letter-spacing: -3px; }
.price > span:last-child { font-size: 11px; line-height: 1.9; color: #62636a; }
.offer-promise { margin-top: 21px; font-size: 13px; line-height: 1.85; color: var(--muted); }
.offer-purchase > .button { width: 100%; margin-top: 25px; min-height: 48px; }
.offer-purchase .cost-note { margin-top: 17px; font-size: 11px; }
.offer-preview { border-top: 1px solid var(--line); padding-top: 22px; margin-top: 24px; }
.offer-preview p { margin-top: 10px; font-size: 11px; line-height: 1.9; color: var(--muted); }
.offer-preview > span { display: block; margin-top: 7px; font-size: 10px; color: #6b6d73; }
.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; padding-bottom: 90px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 0; font-size: 14px; font-weight: 600; line-height: 1.6; }
summary::-webkit-details-marker { display: none; }
.faq-toggle { position: relative; flex: 0 0 15px; width: 15px; height: 15px; }
.faq-toggle::before, .faq-toggle::after { content: ''; position: absolute; top: 7px; width: 13px; height: 1px; background: #61636a; }
.faq-toggle::after { transform: rotate(90deg); transition: transform .2s; }
details[open] .faq-toggle::after { transform: rotate(0); }
.faq-answer { padding: 0 29px 23px 0; font-size: 14px; line-height: 1.9; color: var(--muted); }
.final-cta { text-align: center; padding: 66px 35px; background: var(--panel); border-radius: 25px; margin-bottom: 65px; }
.final-cta .eyebrow { margin-bottom: 21px; background: #ffffff99; }
.final-cta h2 { font-size: 49px; }
.final-cta .button { margin-top: 28px; }
.final-cta > p:last-child { color: var(--muted); font-size: 11px; margin-top: 15px; }
.site-footer { border-top: 1px solid #e8e8eb; padding-block: 28px 32px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { font: 400 21px/1.3 var(--serif); }
.footer-top nav { display: flex; align-items: center; gap: 23px; font-size: 11px; }
.footer-top nav a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 28px; margin-top: 24px; font-size: 9px; line-height: 1.8; color: #72737a; }

/* Original excerpts and accessible dialogs. */
dialog { padding: 0; max-height: 90dvh; border: 1px solid var(--line); background: white; color: var(--ink); box-shadow: 0 20px 90px #1113; }
dialog::backdrop { background: #19191f99; backdrop-filter: blur(5px); }
body.modal-open { overflow: hidden; }
.preview-dialog { width: min(1000px, calc(100vw - 40px)); border-radius: 17px; overflow: auto; }
.modal-header { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 30px; background: white; border-bottom: 1px solid var(--line); }
.modal-header .eyebrow { border: 0; border-radius: 0; background: none; padding: 0; margin-bottom: 8px; font-size: 10px; color: var(--muted); }
.modal-header h2 { font-size: 30px; letter-spacing: -.5px; }
.close-button { flex-shrink: 0; display: grid; place-items: center; width: 42px; height: 42px; font-size: 27px; line-height: 1; border: 1px solid var(--line); border-radius: 9px; background: #f6f6f8; }
.close-button:hover { background: #eaeaee; }
.preview-tabs { display: flex; flex-wrap: wrap; gap: 8px; padding: 20px 30px 0; }
.preview-tabs:empty { display: none; }
.preview-tabs button { border: 1px solid var(--line); border-radius: 7px; padding: 10px 16px; font-size: 12px; }
.preview-tabs button[aria-pressed='true'] { background: #212124; color: white; border-color: #212124; }
.preview-content { padding: 20px 30px 30px; }
.preview-content > p { margin-bottom: 8px; color: var(--muted); font-size: 12px; }
.open-image { display: inline-block; font-size: 11px; border-bottom: 1px solid #b5b6bc; margin-bottom: 20px; }
.preview-content img { width: 100%; height: auto; border: 1px solid var(--line); }
.modal-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 30px; border-top: 1px solid var(--line); font-size: 10px; color: var(--muted); }
.modal-footer a { color: var(--ink); font-size: 11px; }
.transcript { margin-top: 22px; border-block: 1px solid var(--line); }
.transcript summary { padding-block: 17px; font-size: 12px; }
.transcript pre { white-space: pre-wrap; overflow-wrap: anywhere; font: 12px/1.85 var(--sans); padding-bottom: 20px; margin: 0; }
.purchase-dialog { width: min(510px, calc(100vw - 32px)); padding: 38px; border-radius: 18px; }
.purchase-dialog .close-button { margin: 0 0 23px auto; }
.purchase-dialog h2 { font-size: 35px; }
.purchase-dialog > p:not(.eyebrow) { margin-top: 20px; font-size: 14px; line-height: 1.85; color: var(--muted); }
.purchase-dialog .button { margin-top: 25px; }
.noscript-note { padding: 20px; background: #212124; color: white; text-align: center; }
.noscript-note a { text-decoration: underline; }

@media (max-width: 1100px) {
  .hero { padding-left: 43px; padding-right: 40px; column-gap: 22px; }
  .hero h1 { font-size: 51px; }
  .hero-description { font-size: 13px; }
  .hero-visual { margin-right: -24px; margin-left: 0; }
  .cover-frame { width: 248px; left: 9px; }
  .back-sheet { width: 166px; height: 235px; }
  .back-sheet img { height: 189px; }
  .sheet-scorecard { right: 12px; }
  .sheet-checklist { right: 0; }
  .calculator-frame { width: 246px; top: 296px; left: 0; }
  .calculator-frame img { height: 102px; }
  .floating-preview { width: 294px; right: 8px; bottom: 27px; padding-left: 23px; }
  .hero-facts { gap: 26px; }
  .desktop-nav { gap: 21px; font-size: 11px; }
  .header-action { min-width: 157px; }
  .file-roster { gap: 14px; }
  .file-roster > div { gap: 8px; }
  .file-roster > div > span { font-size: 11px; }
  .file-roster svg { width: 22px; }
  .outcomes { gap: 55px; }
  .offer-main { padding: 38px 33px; }
  .offer-purchase { padding: 36px 30px; }
  .chapter-list { column-gap: 40px; }
}
@media (min-width: 701px) and (max-width: 900px) {
  :root { --header-height: 86px; }
  .wrap { width: calc(100% - 48px); }
  .header-inner { gap: 16px; }
  .desktop-nav { gap: 15px; font-size: 10px; }
  .desktop-nav a:first-child { display: none; }
  .wordmark { font-size: 10px; gap: 8px; }
  .header-action { min-width: 146px; }
  .header-preview, .button-small { font-size: 10px; padding-inline: 11px; }
  .hero { padding: 53px 28px 33px; column-gap: 14px; margin-top: 23px; }
  .hero h1 { font-size: 42px; letter-spacing: -1.2px; }
  .hero-description { font-size: 14px; }
  .hero-buttons { flex-wrap: wrap; gap: 8px; }
  .hero-buttons .button, .preview-button { font-size: 10px; padding-inline: 12px; min-height: 40px; }
  .hero-facts { gap: 19px; margin-top: 24px; }
  .hero-facts strong { font-size: 30px; }
  .hero-facts span { font-size: 9px; }
  .purchase-meta { font-size: 9px; }
  .cost-note { font-size: 10px; }
  .hero-visual { margin: -53px -14px -33px 0; }
  .cover-frame { width: 202px; left: 4px; top: -5px; border-width: 6px; }
  .back-sheet { width: 143px; height: 216px; padding: 11px; }
  .back-sheet img { height: 175px; }
  .sheet-scorecard { right: 13px; top: 45px; }
  .sheet-checklist { right: 7px; top: 191px; }
  .calculator-frame { width: 208px; top: 274px; left: 0; }
  .calculator-frame img { height: 87px; }
  .floating-preview { right: 5px; bottom: 32px; width: 257px; padding: 20px 60px 20px 20px; min-height: 128px; }
  .floating-preview strong { font-size: 12px; }
  .floating-description { font-size: 12px; }
  .floating-arrow { right: 16px; bottom: 23px; width: 34px; height: 34px; border-radius: 8px; }
  .file-roster { display: grid; grid-template-columns: 1fr 1fr; justify-items: center; gap: 22px; padding-block: 28px 10px; }
  .file-roster > div { width: 230px; }
  .file-roster > div > span { font-size: 12px; }
  .section { padding-block: 74px; }
  .tool-grid { gap: 15px; }
  .tool-topline { font-size: 10px; padding-inline: 14px; }
  .tool-image { padding: 16px; }
  .tool-copy { padding: 22px 17px; }
  .tool-copy h3 { font-size: 25px; }
  .tool-copy p { font-size: 12px; }
  .tool-copy .text-link { font-size: 9px; gap: 7px; }
  .outcomes { gap: 35px; }
  h2 { font-size: 37px; }
  .chapters-section .wrap { width: calc(100% - 64px); }
  .chapter-list { column-gap: 30px; }
  .chapter-list li { gap: 13px; }
  .chapter-list h3 { font-size: 13px; }
  .scope-box { padding: 38px; }
  .scope-body { gap: 30px; font-size: 13px; }
  .audience-columns { gap: 20px; }
  .audience-columns > div { padding: 25px; }
  .offer-main { padding: 32px 25px; }
  .offer-main h2 { font-size: 41px; }
  .offer-purchase { padding: 30px 23px; margin: 16px 16px 16px 0; }
  .pack-list li { font-size: 10px; gap: 10px; }
  .pack-list li span:last-child { font-size: 9px; }
  .faq-section { gap: 40px; }
}
@media (max-width: 700px) {
  :root { --header-height: 74px; }
  html { scroll-padding-top: 92px; }
  .wrap { width: calc(100% - 36px); }
  .desktop-nav { display: none; }
  .header-inner { gap: 10px; }
  .wordmark { gap: 8px; font-size: 10px; }
  .wordmark svg { width: 25px; height: 29px; }
  .header-action { min-width: 0; }
  .header-preview, .button-small { min-height: 38px; font-size: 10px; padding: 9px 11px; gap: 7px; }
  .header-preview > span, .button-small > span { font-size: 14px; }
  .hero { display: flex; flex-direction: column; gap: 0; padding: 33px 23px 28px; margin-top: 15px; min-height: 0; border-radius: 22px; }
  .hero h1 { font-size: clamp(36px, 8.6vw, 51px); line-height: 1.06; letter-spacing: -1.15px; }
  .hero h1 em { margin-top: 1px; }
  .hero-description { font-size: 14px; line-height: 1.85; margin-top: 18px; max-width: none; }
  .hero-visual { flex-shrink: 0; width: 100%; height: 365px; margin: 28px auto 0; max-width: 370px; }
  .cover-frame { top: 1px; left: 10px; width: 193px; border-width: 5px; border-radius: 9px; }
  .document-bar { font-size: 5px; height: 20px; padding-inline: 5px; }
  .document-bar > span:last-child { font-size: 5px; }
  .back-sheet { width: 138px; height: 193px; padding: 11px; }
  .back-sheet img { height: 150px; }
  .back-sheet > span { font-size: 4px; padding-top: 7px; }
  .sheet-scorecard { top: 20px; right: 7px; }
  .sheet-checklist { top: 124px; right: 0; }
  .calculator-frame { top: 230px; left: -2px; width: 216px; border-width: 5px; }
  .calculator-frame img { height: 88px; }
  .calculator-frame .document-bar { font-size: 4px; height: 18px; }
  .floating-preview { width: 259px; min-height: 112px; right: -5px; bottom: 0; padding: 18px 59px 18px 19px; border-radius: 13px; }
  .floating-kicker { font-size: 10px; margin-bottom: 4px; }
  .floating-preview strong { font-size: 12px; }
  .floating-description { font-size: 12px; margin-top: 5px; }
  .floating-arrow { width: 33px; height: 33px; right: 15px; bottom: 20px; font-size: 19px; border-radius: 8px; }
  .hero-purchase { padding-top: 28px; }
  .hero-buttons { display: grid; gap: 9px; grid-template-columns: 1fr; }
  .hero-buttons .button, .hero-buttons .preview-button { width: 100%; min-height: 46px; font-size: 12px; padding-inline: 17px; }
  .hero-facts { justify-content: space-between; gap: 10px; margin-top: 27px; }
  .hero-facts strong { font-size: 31px; }
  .hero-facts span { font-size: 10px; }
  .purchase-meta { margin-top: 20px; font-size: 10px; line-height: 1.8; }
  .cost-note { max-width: none; font-size: 11px; line-height: 1.9; margin-top: 10px; }
  .file-roster { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 17px; align-items: start; padding: 27px 5px 5px; }
  .file-roster > div { gap: 8px; align-items: flex-start; }
  .file-roster svg { width: 21px; height: 25px; margin-top: 2px; }
  .file-roster > div > span { font-size: 11px; }
  .file-roster small { font-size: 10px; letter-spacing: .4px; margin-top: 4px; }
  .section { padding-block: 64px; }
  .eyebrow { font-size: 10px; padding: 5px 12px; margin-bottom: 18px; }
  h2 { font-size: 35px; letter-spacing: -.8px; line-height: 1.1; }
  .problem { padding-top: 69px; }
  .section-intro { font-size: 14px; margin-top: 19px; }
  .problem-columns { grid-template-columns: 1fr; gap: 16px; margin-top: 29px; }
  .problem-columns article { padding: 25px; border-radius: 14px; }
  .problem-columns h3 { font-size: 28px; margin-top: 12px; }
  .problem-columns p { font-size: 14px; margin-top: 12px; }
  .problem-close { font-size: 11px; margin-top: 22px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading > p, .section-heading > div:last-child:not(:first-child) { font-size: 14px; margin-top: 19px; }
  .tool-grid { grid-template-columns: 1fr; gap: 21px; }
  .tool-topline { font-size: 10px; padding: 15px 20px; }
  .tool-image { aspect-ratio: 1.45; padding: 24px; }
  .tool-copy { padding: 25px; }
  .tool-copy h3 { font-size: 31px; }
  .tool-copy p { font-size: 14px; margin: 17px 0 18px; }
  .text-link, .tool-copy .text-link { min-height: 36px; }
  .image-note { font-size: 10px; line-height: 1.9; }
  .outcomes { grid-template-columns: 1fr; gap: 29px; }
  .outcomes-heading > p:last-child { max-width: none; margin-top: 20px; }
  .check-list li { font-size: 14px; padding-block: 14px; }
  .check-list li::before { top: 14px; }
  .finish-line { padding: 23px; }
  .finish-line p { font-size: 27px; }
  .chapters-section { width: calc(100% - 20px); border-radius: 21px; }
  .chapters-section .wrap { width: calc(100% - 40px); }
  .chapter-list { display: block; }
  .chapter-list li { gap: 16px; padding-block: 24px; }
  .chapter-list h3 { font-size: 14px; }
  .chapter-list p { font-size: 14px; }
  .chapters-bottom { display: block; }
  .chapters-bottom > span { display: block; font-size: 23px; }
  .chapters-bottom .button { width: 100%; margin-top: 22px; min-height: 46px; }
  .scope-box { padding: 29px 24px; border-radius: 17px; }
  .scope-box h2 { font-size: 32px; }
  .scope-body { grid-template-columns: 1fr; gap: 17px; margin-top: 23px; font-size: 14px; }
  .scope-signoff { font-size: 11px; margin-top: 21px; padding-top: 19px; }
  .audience-columns { grid-template-columns: 1fr; gap: 18px; margin-top: 29px; }
  .audience-columns > div { padding: 25px; }
  .audience .check-list li, .plain-list li { font-size: 14px; }
  .offer-card { grid-template-columns: 1fr; border-radius: 20px; }
  .offer-main { padding: 29px 25px; }
  .offer-main h2 { font-size: 42px; }
  .offer-product { font-size: 13px; margin-top: 26px; }
  .pack-list li { font-size: 12px; gap: 12px; }
  .pack-list li span:last-child { font-size: 10px; }
  .offer-purchase { margin: 0 13px 13px; padding: 30px 22px; border-radius: 14px; }
  .price > span:first-child { font-size: 76px; }
  .offer-purchase > .button { min-height: 47px; }
  .offer-purchase .cost-note { font-size: 11px; }
  .faq-section { grid-template-columns: 1fr; gap: 27px; padding-bottom: 61px; }
  .faq-section > div:first-child { text-align: center; }
  .faq-section h2 br { display: none; }
  .faq-section h2 em::before { content: ' '; }
  .faq-list summary { font-size: 14px; padding-block: 22px; }
  .faq-answer { padding-right: 10px; }
  .final-cta { padding: 43px 23px; margin-bottom: 45px; border-radius: 20px; }
  .final-cta h2 { font-size: 37px; }
  .final-cta .eyebrow { font-size: 8px; }
  .final-cta .button { width: 100%; min-height: 46px; margin-top: 24px; }
  .final-cta > p:last-child { font-size: 9px; }
  .footer-top { display: block; }
  .footer-brand { font-size: 19px; }
  .footer-top nav { flex-wrap: wrap; margin-top: 19px; gap: 18px; font-size: 11px; }
  .footer-bottom { display: block; font-size: 9px; margin-top: 22px; }
  .footer-bottom p + p { margin-top: 9px; }
  .preview-dialog { width: calc(100vw - 20px); max-height: 94dvh; border-radius: 13px; }
  .modal-header { padding: 18px 16px; gap: 12px; }
  .modal-header .eyebrow { font-size: 8px; }
  .modal-header h2 { font-size: 25px; }
  .close-button { width: 38px; height: 38px; font-size: 25px; }
  .preview-tabs { padding: 16px 15px 0; gap: 7px; }
  .preview-tabs button { font-size: 10px; padding: 10px 12px; }
  .preview-content { padding: 18px 14px 24px; }
  .preview-content > p { font-size: 12px; }
  .open-image { font-size: 11px; }
  .modal-footer { display: block; padding: 17px; font-size: 9px; }
  .modal-footer a { display: table; margin-top: 9px; font-size: 10px; }
  .transcript pre { font-size: 13px; }
  .purchase-dialog { padding: 26px; }
  .purchase-dialog h2 { font-size: 32px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 28px); }
  .wordmark { font-size: 9px; gap: 6px; }
  .wordmark svg { width: 23px; }
  .header-preview, .button-small { font-size: 9px; padding-inline: 9px; }
  .hero { padding-inline: 19px; }
  .hero h1 { font-size: 34px; }
  .hero-description { font-size: 13px; }
  .hero-visual { height: 334px; }
  .cover-frame { width: 171px; left: 8px; }
  .back-sheet { width: 120px; height: 175px; }
  .back-sheet img { height: 140px; }
  .sheet-checklist { top: 112px; }
  .calculator-frame { top: 211px; width: 185px; }
  .calculator-frame img { height: 75px; }
  .floating-preview { width: 231px; right: -3px; min-height: 106px; padding: 16px 53px 16px 16px; }
  .floating-preview strong { font-size: 11px; }
  .floating-arrow { right: 13px; width: 30px; height: 30px; }
  .hero-facts span { font-size: 9px; }
  .file-roster { column-gap: 12px; }
  .file-roster > div { gap: 6px; }
  .file-roster > div > span { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .button:hover, .cover-frame:hover, .calculator-frame:hover, .floating-preview:hover, .tool-image:hover img { transform: none; }
}
/* Shown only while the connected checkout uses Stripe test mode. */
.test-mode-notice{grid-column:1/-1;margin:0 0 16px;padding:10px 14px;border:1px solid #dedfe2;border-radius:8px;background:#fff;color:#45464a;font:600 13px/1.5 Manrope,sans-serif;text-align:center}
.sales-paused-notice{grid-column:1/-1;margin:0 0 16px;padding:10px 14px;border:1px solid #dedfe2;border-radius:8px;background:#fff;color:#45464a;font:600 13px/1.5 Manrope,sans-serif;text-align:center}
[data-checkout][disabled]{cursor:not-allowed;opacity:.58;transform:none}

/* Legal and contact routes extend the landing page's editorial system. */
.legal-shell { min-height: calc(100dvh - var(--header-height)); }
.legal-hero { padding: 72px 0 45px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 820px; font-size: clamp(44px, 6vw, 72px); }
.legal-hero p:last-child { max-width: 700px; margin-top: 22px; color: var(--muted); font-size: 15px; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 720px); gap: 86px; align-items: start; padding-block: 62px 96px; }
.legal-aside { position: sticky; top: calc(var(--header-height) + 28px); padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #f8f9fa; }
.legal-aside strong { display: block; margin-bottom: 12px; font-size: 11px; letter-spacing: .5px; text-transform: uppercase; }
.legal-aside a { display: block; padding: 8px 0; color: #57585e; font-size: 12px; }
.legal-aside a:hover { color: var(--ink); text-decoration: underline; }
.legal-content section + section { margin-top: 48px; padding-top: 48px; border-top: 1px solid var(--line); }
.legal-content h2 { font-size: 34px; letter-spacing: -.7px; }
.legal-content h3 { margin-top: 27px; font-size: 14px; }
.legal-content p, .legal-content li { color: #4f5056; font-size: 14px; line-height: 1.9; }
.legal-content p { margin-top: 15px; }
.legal-content ul { margin: 14px 0 0; padding-left: 20px; }
.legal-content li + li { margin-top: 8px; }
.legal-record { display: grid; grid-template-columns: 190px 1fr; gap: 0; margin-top: 22px; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.legal-record dt, .legal-record dd { margin: 0; padding: 13px 16px; border-bottom: 1px solid var(--line); font-size: 13px; line-height: 1.7; }
.legal-record dt { background: #f5f6f8; font-weight: 600; }
.legal-record dd { color: #4f5056; }
.legal-record dt:last-of-type, .legal-record dd:last-of-type { border-bottom: 0; }
.legal-placeholder { color: #8b3b3b; font-weight: 600; }
.contact-card { margin-top: 30px; padding: 31px; border: 1px solid var(--line); border-radius: 17px; background: #f7f8fa; }
.contact-card h2 { font-size: 31px; }
.contact-card .button { margin-top: 22px; }
.legal-note { margin-top: 26px; padding: 20px 22px; border-left: 3px solid #33343a; background: #f5f6f8; }
.legal-footer { margin-top: 0; }
@media (max-width: 700px) {
  .legal-hero { padding: 48px 0 33px; }
  .legal-hero h1 { font-size: 43px; }
  .legal-layout { grid-template-columns: 1fr; gap: 31px; padding-block: 38px 70px; }
  .legal-aside { position: static; }
  .legal-record { grid-template-columns: 1fr; }
  .legal-record dt { border-bottom: 0; padding-bottom: 4px; }
  .legal-record dd { padding-top: 4px; }
}
