:root {
  --navy: #071d36;
  --navy-2: #0d2e50;
  --navy-3: #132839;
  --gold: #d9a64b;
  --gold-dark: #b97718;
  --cream: #f6f0e5;
  --paper: #fffefa;
  --light: #f3f5f7;
  --ink: #10243a;
  --muted: #4f5f6e;
  --line: #d8dee5;
  --shadow: 0 22px 65px rgba(7, 29, 54, .12);
  --radius: 20px;
  --header: 72px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 20px); }
body {
  margin: 0;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 2000; left: 16px; top: 10px; padding: 10px 14px; border-radius: 10px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; min-width: 0; }
.narrow { max-width: 850px; }
.section { padding: clamp(70px, 8vw, 116px) 0; }
.section-compact { padding: clamp(42px, 5vw, 70px) 0; }
.section-tint { background: var(--light); }
.section-cream { background: var(--cream); }
.section-dark { color: #fff; background: var(--navy); }
.section-dark .eyebrow { color: #f1c46d; }
.section-dark .statement { color: #fff; }

h1, h2, h3, p, ul, ol, dl, figure { margin-top: 0; }
h1, h2, h3 { color: inherit; font-weight: 800; line-height: 1.08; letter-spacing: -.03em; }
h1 { max-width: 880px; margin-bottom: 24px; font-size: clamp(2.55rem, 5.1vw, 5.5rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 3.8vw, 4.15rem); }
h3 { margin-bottom: 10px; font-size: clamp(1.2rem, 1.7vw, 1.55rem); }
p { margin-bottom: 18px; }
.eyebrow { margin-bottom: 14px; color: var(--gold-dark); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.label { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; color: var(--gold-dark); font-size: .82rem; font-weight: 850; letter-spacing: .08em; line-height: 1.25; text-transform: uppercase; }
.label span { display: inline-grid; min-width: 48px; min-height: 34px; padding: 6px 10px; place-items: center; border-radius: 999px; color: #fff; background: var(--navy); letter-spacing: .03em; }
.section-dark .label, .final-section .label { color: #f1c46d; }
.section-dark .label span, .final-section .label span { color: var(--navy); background: var(--gold); }
.lead { max-width: 720px; margin-bottom: 14px; font-size: clamp(1.28rem, 2vw, 1.7rem); font-weight: 750; line-height: 1.35; }
.hero-subtitle { max-width: 860px; color: #111; font-size: clamp(1.25rem, 2.2vw, 2.1rem); line-height: 1.4; text-shadow: 0 1px 3px rgba(7,29,54,.18); }
.meaning-card { max-width: 760px; margin: 24px 0; padding: 20px 22px; border-left: 4px solid var(--gold); border-radius: 0 14px 14px 0; color: var(--navy); background: #fff; box-shadow: 0 12px 34px rgba(7,29,54,.08); font-size: 1.08rem; font-weight: 800; line-height: 1.45; }
.statement { color: var(--navy); font-size: clamp(1.22rem, 2vw, 1.72rem); font-weight: 750; line-height: 1.35; }
.section-heading { max-width: 900px; margin-bottom: 40px; }
.section-head-wide { margin-bottom: 34px; }
.section-head-wide h2 { max-width: 1120px; }
.premium-copy { color: #111; font-size: 19px; line-height: 1.48; text-shadow: 0 1px 2px rgba(7,29,54,.12); }
.premium-card { border: 1px solid #ded3c1; border-radius: 16px; background: #fff; box-shadow: 0 12px 36px rgba(7,29,54,.08); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.premium-card:hover, .premium-card:focus-within { border-color: rgba(185,119,24,.6); box-shadow: 0 18px 44px rgba(7,29,54,.13); transform: translateY(-2px); }
.closing-line { max-width: 980px; margin: 32px auto 0; text-align: center; font-size: 1.1rem; font-weight: 700; }
.gold-frame { width: 100%; padding: clamp(22px, 3vw, 32px); border: 2px solid var(--gold); border-radius: 18px; color: #111; background: #fffaf1; box-shadow: 0 14px 36px rgba(7,29,54,.1); font-size: clamp(1.3rem, 2vw, 1.75rem); font-weight: 800; line-height: 1.4; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: var(--header); border-bottom: 1px solid rgba(7, 29, 54, .09); background: rgba(255, 254, 250, .94); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; height: 100%; gap: 22px; }
.brand { flex: 0 0 auto; color: var(--navy); font-weight: 900; letter-spacing: .02em; text-decoration: none; }
.desktop-nav { display: flex; align-items: center; gap: 15px; margin-left: auto; min-width: 0; }
.desktop-nav a { font-size: 13px; font-weight: 650; text-decoration: none; white-space: nowrap; }
.desktop-nav a:hover { color: var(--gold-dark); }
.desktop-cta { flex: 0 0 auto; }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; padding: 10px; border: 0; border-radius: 12px; background: var(--light); cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--navy); }
.mobile-menu, .menu-backdrop { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 24px; border: 1px solid var(--gold); border-radius: 13px; color: #101820; background: var(--gold); box-shadow: 0 8px 22px rgba(185, 119, 24, .2); font-weight: 800; line-height: 1.15; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { background: #e3b45c; transform: translateY(-1px); }
.button-small { min-height: 44px; padding: 10px 16px; font-size: 13px; }

.hero { padding-top: calc(var(--header) + clamp(54px, 7vw, 90px)); padding-bottom: 0; background: radial-gradient(circle at 82% 20%, rgba(217,166,75,.19), transparent 32%), linear-gradient(180deg, #fffefa 0%, #f8f3ea 100%); }
.hero-grid { display: grid; width: min(1480px, calc(100% - 48px)); grid-template-columns: minmax(0, 1.35fr) minmax(440px, .85fr); align-items: center; gap: clamp(32px, 3vw, 52px); }
.hero-grid > *, .split-grid > *, .audience-layout > *, .price-grid > *, .final-grid > * { min-width: 0; }
.hero-photo { position: relative; align-self: center; justify-self: end; width: 100%; max-width: 540px; min-height: 0; aspect-ratio: 4 / 5; }
.hero-photo.media-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-author-card { position: absolute; z-index: 1; right: clamp(12px, 3vw, 22px); bottom: clamp(12px, 3vw, 22px); left: clamp(12px, 3vw, 22px); padding: clamp(16px, 3vw, 24px); border: 1px solid rgba(217,166,75,.38); border-radius: 18px; color: #fff; background: rgba(7,29,54,.94); box-shadow: 0 14px 34px rgba(0,0,0,.24); }
.hero-author-card strong, .hero-author-card span { display: block; }
.hero-author-card strong { margin-bottom: 7px; color: var(--gold); font-size: clamp(1.25rem, 2.2vw, 1.65rem); line-height: 1.15; }
.hero-author-card span { font-size: clamp(.86rem, 1.15vw, 1rem); line-height: 1.42; }
.check-list { display: grid; gap: 9px; max-width: 720px; margin: 28px 0; padding: 0; list-style: none; }
.hero .check-list { max-width: 860px; gap: 14px; color: #111; font-size: clamp(1.12rem, 2vw, 1.85rem); line-height: 1.42; text-shadow: 0 1px 2px rgba(7,29,54,.12); }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold-dark); font-weight: 900; }
.offer-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 22px; }
.offer-row div { display: grid; min-width: 170px; padding: 14px 18px; border: 1px solid #e5d6b9; border-radius: 14px; background: rgba(255,255,255,.72); }
.offer-row span { color: var(--muted); font-size: .82rem; }
.offer-row strong { color: var(--navy); font-size: 1.25rem; }
.monthly-note { max-width: 720px; color: var(--navy); font-weight: 800; }

.media-frame { margin-bottom: 0; overflow: hidden; border: 1px solid rgba(7,29,54,.08); border-radius: var(--radius); background: #e7e8e7; box-shadow: var(--shadow); }
.media-frame img { width: 100%; height: auto; object-fit: contain; }
.single-visual { display: flex; align-items: center; justify-content: center; align-self: center; min-width: 0; width: 100%; background: transparent; }
.single-visual img { width: min(100%, 720px); height: auto; object-fit: contain; object-position: center; border-radius: 20px; }
.trust-strip { background: var(--cream); }
.trust-strip .trust-grid { margin-top: 0; }
.audience-choice { border-bottom: 4px solid var(--gold); color: #fff; background: var(--navy); }
.audience-choice h2 { color: var(--gold); text-align: center; }
.choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.choice-card { min-height: 200px; padding: 28px; border: 1px solid rgba(217,166,75,.72); border-radius: 18px; color: #fff; background: rgba(255,255,255,.08); cursor: pointer; text-align: left; box-shadow: 0 12px 36px rgba(0,0,0,.16); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease; }
.choice-card:hover, .choice-card:focus-visible { border-color: var(--gold); background: rgba(255,255,255,.13); box-shadow: 0 18px 44px rgba(0,0,0,.24); transform: translateY(-3px); }
.choice-card strong { display: block; margin-bottom: 12px; color: var(--gold); font-size: clamp(22px, 1.7vw, 24px); font-weight: 800; }
.choice-card span { color: #fff; font-size: clamp(18px, 1.3vw, 20px); line-height: 1.45; text-shadow: none; }
.choice-card em { display: block; margin-top: 18px; color: var(--gold); font-style: normal; font-weight: 850; }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin-top: 28px; }
.trust-card { min-width: 0; padding: 24px; border: 1px solid #ded3c1; border-radius: 16px; background: #fff; box-shadow: 0 12px 36px rgba(7,29,54,.08); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.trust-card:hover, .trust-card:focus-within { border-color: rgba(185,119,24,.6); box-shadow: 0 18px 44px rgba(7,29,54,.13); transform: translateY(-2px); }
.trust-card strong { display: block; color: var(--gold-dark); font-size: clamp(20px, 1.5vw, 22px); font-weight: 850; line-height: 1.2; }
.trust-card p { margin: 10px 0 0; color: #111; font-size: clamp(16px, 1.2vw, 18px); line-height: 1.45; }
.trust-card small { display: block; margin-top: 9px; color: var(--navy); font-size: 15px; font-weight: 750; line-height: 1.35; }
.author-trust { margin: 34px 0; }

.two-up-media { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; margin-bottom: 28px; }
.two-up-media .media-frame { aspect-ratio: 3 / 2; }
.concept-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 22px 0 28px; }
.concept-grid span { padding: 15px 18px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: #111; font-size: clamp(17px, 1.2vw, 18px); text-align: center; font-weight: 750; }
.concept-note { max-width: 1030px; margin: 0 0 28px; padding: 14px 18px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.55); font-weight: 800; }
.statement-card { max-width: 980px; padding: clamp(24px, 4vw, 42px); border-left: 5px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; background: #fff; box-shadow: var(--shadow); }
.statement-card .statement { font-size: clamp(26px, 2.2vw, 30px); }
.statement-card > p:not(.statement) { color: #111; font-size: clamp(18px, 1.35vw, 20px); line-height: 1.5; text-shadow: 0 1px 2px rgba(7,29,54,.12); }
.concept-copy-card p:last-child { margin-bottom: 0; }

.split-grid { display: grid; grid-template-columns: minmax(480px, 650px) minmax(0, 1fr); align-items: center; gap: clamp(36px, 5vw, 70px); }
.split-grid-reverse { grid-template-columns: minmax(0, 1fr) minmax(480px, 650px); }
.split-grid > * { min-width: 0; }
.method-layout { display: grid; grid-template-columns: minmax(320px, .78fr) minmax(600px, 1.22fr); align-items: center; gap: clamp(36px, 5vw, 64px); }
#method .single-visual img { width: min(100%, 760px); border: 1px solid rgba(217,166,75,.68); background: #fff; box-shadow: var(--shadow); }
.question-list { display: grid; gap: 14px; padding-left: 24px; }
.consequence-visual picture, .consequence-visual picture img { display: block; width: 100%; height: auto; }
.consequence-copy { margin-top: 26px; padding: 20px 22px; border-left: 4px solid var(--gold); color: #111; background: rgba(255,255,255,.72); font-weight: 700; }
.timeline { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0; margin: 52px 0 0; padding: 0; list-style: none; }
.timeline li { position: relative; min-width: 0; padding: 30px 18px 18px; border-top: 3px solid var(--gold); background: #fbf7ee; }
.timeline li::before { content: ""; position: absolute; top: -8px; left: 18px; width: 13px; height: 13px; border-radius: 50%; background: var(--gold-dark); }
.timeline strong, .timeline span { display: block; }
.timeline span { color: var(--muted); }

.method-steps { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.method-steps li { min-width: 0; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.07); }
.method-steps li > span { display: block; margin-bottom: 9px; color: var(--gold); font-size: .82rem; font-weight: 900; letter-spacing: .08em; }
.method-steps strong { display: block; font-size: 1.03rem; line-height: 1.25; }
.method-steps p { margin: 9px 0 0; color: #dfe8f1; font-size: .92rem; line-height: 1.45; }

.lesson-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 24px; }
.lesson-card { display: flex; grid-column: span 2; overflow: hidden; flex-direction: column; border: 1px solid #ded3c1; border-radius: 18px; background: #fff; box-shadow: 0 12px 38px rgba(7,29,54,.09); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.lesson-card:hover, .lesson-card:focus-within { border-color: rgba(185,119,24,.6); box-shadow: 0 18px 44px rgba(7,29,54,.13); transform: translateY(-2px); }
.lesson-card:nth-child(4) { grid-column: 2 / span 2; }
.lesson-card:nth-child(5) { grid-column: 4 / span 2; }
.lesson-card img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.lesson-card > div { padding: 24px; }
.lesson-card > div > span { color: var(--gold-dark); font-size: 16px; font-weight: 850; }
.lesson-card h3 { margin-top: 8px; color: var(--navy); font-size: clamp(23px, 1.8vw, 25px); font-weight: 800; }
.lesson-card p { margin-bottom: 0; color: #111; font-size: clamp(18px, 1.35vw, 20px); line-height: 1.45; text-shadow: 0 1px 2px rgba(7,29,54,.11); }

.skill-list { display: grid; gap: 10px; margin: 0; }
.skills-layout { grid-template-columns: minmax(520px, 720px) minmax(0, 1fr); align-items: center; }
#skills .single-visual img { width: min(100%, 720px); }
.skill-list div { padding: 20px; border: 1px solid #ded3c1; border-radius: 14px; background: #fff; box-shadow: 0 12px 34px rgba(7,29,54,.08); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.skill-list div:hover { border-color: rgba(185,119,24,.6); box-shadow: 0 18px 44px rgba(7,29,54,.13); transform: translateY(-2px); }
.skill-list dt { color: var(--gold-dark); font-size: clamp(16px, 1.25vw, 18px); font-weight: 900; }
.skill-list dd { margin: 5px 0 0; color: #111; font-size: clamp(18px, 1.3vw, 20px); line-height: 1.45; }
.warning-card { margin-top: 34px; padding: clamp(24px, 4vw, 38px); border: 1px solid #e0bc76; border-radius: var(--radius); background: #fff8e9; }
.warning-card > p:first-child { color: #111; font-size: clamp(24px, 2vw, 27px); font-weight: 850; line-height: 1.4; }
.warning-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }
.warning-card li { padding: 9px 13px; border-radius: 999px; background: #f1dfbb; color: #111; font-size: clamp(16px, 1.2vw, 17px); font-weight: 750; }

.program-list { display: grid; gap: 10px; }
.program-list details { border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.07); }
.program-list summary { min-height: 48px; padding: 13px 48px 13px 16px; cursor: pointer; font-weight: 850; }
.program-list details p { margin: 0; padding: 0 16px 16px; color: #dfe8f1; }
.law-card { margin-top: 40px; padding: clamp(26px, 4vw, 42px); border: 1px solid rgba(217,166,75,.36); border-radius: var(--radius); color: #fff; background: var(--navy-2); }
.law-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.law-grid span { padding: 12px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.06); }
.directions { background: var(--navy); }
.direction-strip { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.direction-strip span { padding: 16px 18px; border: 1px solid rgba(217,166,75,.5); border-radius: 14px; color: var(--navy); background: #fffaf1; box-shadow: 0 12px 32px rgba(0,0,0,.14); font-size: 18px; font-weight: 800; text-align: center; }
.directions .fine-print { max-width: 980px; margin: 20px 0 0; color: #e6edf4; font-size: .95rem; }
.fine-print { max-width: 980px; margin: 20px 0 0; color: var(--muted); font-size: .88rem; }

.audience-layout { display: grid; grid-template-columns: minmax(520px, 680px) minmax(0, 1fr); align-items: start; gap: clamp(36px, 5vw, 70px); }
.audience-image { max-height: none; }
.audience-image img { width: min(100%, 680px); height: auto; object-fit: contain; object-position: center; }
.tabs { display: flex; gap: 8px; margin: 28px 0 20px; overflow-x: auto; padding-bottom: 4px; }
.tabs button { min-height: 46px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: #fff; cursor: pointer; font-weight: 750; white-space: nowrap; }
.tabs button[aria-selected="true"] { border-color: var(--navy); color: #fff; background: var(--navy); }
.tab-panels { min-height: 170px; padding: 26px; border: 1px solid #ded3c1; border-radius: 16px; background: #fff; box-shadow: 0 12px 36px rgba(7,29,54,.08); }
.tab-panels p { color: #111; font-size: clamp(18px, 1.35vw, 20px); line-height: 1.48; }
.tab-panels p:last-child { margin-bottom: 0; }
.license-note { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); font-size: .92rem !important; }
.time-note { margin: 20px 0; padding: 18px 20px; border-left: 4px solid var(--gold); color: #111; background: #fff; font-size: clamp(23px, 1.9vw, 25px); font-weight: 850; line-height: 1.45; box-shadow: 0 10px 30px rgba(7,29,54,.07); }
.compact-warning { margin-top: 0; }
.compact-warning h3 { color: var(--navy); font-size: clamp(23px, 1.9vw, 25px); }
.compact-warning p { color: #111; font-size: clamp(23px, 1.9vw, 25px); line-height: 1.45; }
.yuri-proof { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 22px; align-items: center; max-width: 1040px; margin: 34px auto 0; padding: 28px 30px; border: 1px solid #ded3c1; border-radius: 18px; background: #fff; box-shadow: 0 16px 45px rgba(7,29,54,.1); }
.yuri-proof img { width: 82px; height: 82px; border-radius: 50%; object-fit: cover; }
.yuri-proof blockquote { margin: 0; padding-left: 22px; border-left: 3px solid var(--gold); color: var(--navy); font-size: clamp(23px, 1.9vw, 25px); font-weight: 750; line-height: 1.42; }
.yuri-proof p { margin: 12px 0 0 25px; color: #111; font-size: clamp(17px, 1.25vw, 18px); line-height: 1.4; }

.author-grid { display: grid; grid-template-columns: minmax(480px, 650px) minmax(0, 1fr); align-items: center; gap: clamp(36px, 5vw, 70px); }
.fact-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.fact-list li { padding: 16px 18px; border-left: 3px solid var(--gold); background: var(--light); font-weight: 750; }
.author-quote { margin: 26px 0 0; padding: 22px 24px; border-left: 4px solid var(--gold); border-radius: 0 14px 14px 0; color: var(--navy); background: var(--cream); font-size: clamp(19px, 1.5vw, 22px); font-weight: 750; line-height: 1.45; }
.documents-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 30px; }
.document-card { min-height: 44px; overflow: hidden; padding: 10px 10px 16px; border: 1px solid #ded3c1; border-radius: 16px; color: var(--ink); background: #fff; cursor: zoom-in; box-shadow: 0 12px 36px rgba(7,29,54,.08); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.document-card:hover, .document-card:focus-visible { border-color: rgba(185,119,24,.6); box-shadow: 0 18px 44px rgba(7,29,54,.13); transform: translateY(-2px); }
.document-preview { display: grid; height: 250px; padding: 10px; place-items: center; overflow: hidden; border-radius: 10px; background: #fff; }
.document-preview img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.document-caption { display: block; padding: 12px 8px 0; color: var(--navy); font-size: clamp(16px, 1.15vw, 17px); font-weight: 800; line-height: 1.35; text-align: center; }

.reviews { padding-top: 82px; background: linear-gradient(180deg, var(--cream) 0%, var(--paper) 100%); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.review-card { display: flex; min-width: 0; padding: 26px; border: 1px solid #ded3c1; border-radius: 18px; flex-direction: column; background: #fff; box-shadow: 0 12px 36px rgba(7,29,54,.08); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.review-card:hover, .review-card:focus-within { border-color: rgba(185,119,24,.6); box-shadow: 0 18px 44px rgba(7,29,54,.13); transform: translateY(-2px); }
.review-head { display: flex; align-items: center; gap: 14px; }
.review-head img { width: 74px; height: 74px; border-radius: 50%; object-fit: cover; }
.review-head h3 { margin: 0 0 6px; color: var(--navy); font-size: 21px; }
.review-role { display: inline-block; padding: 5px 9px; border-radius: 999px; color: #70470b; background: #f4e6c9; font-size: 13px; font-weight: 800; line-height: 1.25; }
.review-short { margin: 20px 0; color: #111; font-size: 17px; line-height: 1.5; }
.review-card details { margin-top: auto; }
.review-toggle { min-height: 44px; color: var(--gold-dark); cursor: pointer; font-weight: 800; }
.review-toggle::-webkit-details-marker { display: none; }
.review-full { max-height: 520px; overflow: auto; padding-top: 12px; color: var(--ink); font-size: 16px; line-height: 1.5; }
.review-full p { color: var(--ink); }
.review-extra { display: none; }
.reviews-grid.show-all .review-extra { display: flex; }
.reviews-more { display: block; min-height: 48px; margin: 28px auto 0; padding: 12px 18px; border: 1px solid var(--gold-dark); border-radius: 12px; color: var(--navy); background: #fff; cursor: pointer; font-weight: 800; }

.objection-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.guided-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px; }
.objection-grid article { overflow: hidden; border: 1px solid #ded3c1; border-radius: 18px; background: #fff; box-shadow: 0 12px 38px rgba(7,29,54,.09); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.objection-grid article:hover, .objection-grid article:focus-within { border-color: rgba(185,119,24,.6); box-shadow: 0 18px 44px rgba(7,29,54,.13); transform: translateY(-2px); }
.objection-grid img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.objection-grid article > div { padding: 24px; }
.objection-grid h3 { color: var(--navy); font-size: clamp(22px, 1.8vw, 24px); }
.objection-grid p { margin-bottom: 0; color: #111; font-size: clamp(18px, 1.35vw, 20px); line-height: 1.45; text-shadow: 0 1px 2px rgba(7,29,54,.12); }
.badge-line { display: block; width: max-content; max-width: 100%; margin: 32px auto 18px; padding: 12px 18px; border-radius: 999px; color: #fff; background: var(--navy); font-weight: 800; text-align: center; text-decoration: none; }
.section-button { display: flex; width: max-content; max-width: 100%; margin: 28px auto 0; }
.center { text-align: center; }

.price-section { background: var(--navy); }
.price-grid, .final-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: start; gap: clamp(36px, 6vw, 80px); }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 26px; padding-left: 22px; }
.price-groups { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.price-groups article { padding: 20px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: rgba(255,255,255,.07); }
.price-groups h3 { color: #f1c46d; }
.price-groups p { margin-bottom: 0; color: #e6edf4; }
.result-disclaimer { margin-top: 24px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; color: #e6edf4; background: rgba(255,255,255,.05); font-size: .95rem; }
.price-card { position: sticky; top: calc(var(--header) + 22px); padding: 28px; border: 1px solid #e3c98f; border-radius: var(--radius); background: var(--cream); box-shadow: var(--shadow); }
.price-card span { display: block; color: var(--muted); }
.course-card-image { width: 100%; height: auto; margin: 16px 0 22px; border: 1px solid #ddc895; border-radius: 14px; background: var(--navy); object-fit: contain; }
.price-card strong { display: block; margin: 4px 0; color: var(--navy); font-size: clamp(2.4rem, 4vw, 3.5rem); line-height: 1; }
.price-card .payment-terms { color: #111; font-weight: 850; }
.price-card .button { width: 100%; }
.price-points { margin: 20px 0; padding-left: 20px; color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.product { display: flex; min-height: 520px; overflow: hidden; border: 1px solid #ded3c1; border-radius: 18px; flex-direction: column; background: #fff; box-shadow: 0 12px 36px rgba(7,29,54,.08); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.product:hover, .product:focus-within { border-color: rgba(185,119,24,.6); box-shadow: 0 18px 44px rgba(7,29,54,.13); transform: translateY(-2px); }
.product-image { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; background: var(--cream); border-bottom: 1px solid #e4d8c5; }
.product-cover { display: flex; min-height: 245px; padding: 28px; flex-direction: column; justify-content: flex-end; color: #fff; background: radial-gradient(circle at 80% 15%, rgba(217,166,75,.35), transparent 32%), linear-gradient(145deg, var(--navy-2), var(--navy)); }
.product-cover span { margin-bottom: auto; color: #efc876; font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.product-cover strong { max-width: 290px; font-size: clamp(28px, 2.3vw, 36px); line-height: 1.08; }
.product-body { display: flex; padding: 24px; flex: 1; flex-direction: column; }
.product-title { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 14px; }
.product-title h3 { margin: 0; color: var(--navy); font-size: 22px; }
.product-title > strong { flex: 0 0 auto; color: var(--gold-dark); font-size: 23px; line-height: 1.2; }
.product-body p { color: #111; font-size: 17px; line-height: 1.5; }
.product-features { margin: 18px 0 24px; padding-left: 22px; color: #111; font-size: 16px; line-height: 1.48; }
.product-features li + li { margin-top: 7px; }
.product-link.button { width: 100%; margin-top: auto; color: #101820; font-weight: 850; }
.catalog-extra-card[hidden] { display: none !important; }
.products-explainer { max-width: 760px; margin: 0 auto 24px; color: var(--muted); text-align: center; }
.product-conditions { max-width: 900px; margin: 24px auto 0; color: var(--muted); font-size: .92rem; text-align: center; }
.other-products-toggle { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; margin: 28px auto 0; padding: 12px 18px; border: 1px solid var(--gold-dark); border-radius: 12px; color: var(--navy); background: #fff; cursor: pointer; font-weight: 800; }
.toggle-arrow { font-size: 24px; transition: transform .18s ease; }
.other-products-toggle[aria-expanded="true"] .toggle-arrow { transform: rotate(180deg); }
.products-heading { margin-inline: auto; text-align: center; }
.products-heading .label { justify-content: center; }
.final-section { color: #fff; background: var(--navy); }
.final-section .eyebrow { color: #f1c46d; }
.final-content { max-width: 900px; text-align: center; }
.honest-line { max-width: 820px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.06); font-weight: 800; }
.final-chain { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 24px; }
.final-chain span { font-weight: 800; }
.final-chain b { color: var(--gold); }
.final-section .price-card { color: var(--ink); }
.final-content .label, .final-chain { justify-content: center; }
.final-content .honest-line { margin-inline: auto; }
.final-price { position: static; width: min(420px, 100%); margin: 32px auto 0; text-align: left; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 56px; padding: 17px 42px 17px 4px; color: var(--navy); cursor: pointer; font-size: 1.05rem; font-weight: 800; }
.faq-list details p { margin: 0; padding: 0 24px 20px 4px; color: #111; }
.faq-price { position: static; max-width: 520px; margin: 36px auto 0; }
.site-footer { padding: 34px 0 96px; color: #dfe8f1; background: #041426; }
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.footer-inner > span { font-weight: 900; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 10px 20px; justify-content: flex-end; }
.footer-inner a { color: #dfe8f1; font-size: .85rem; }

.mobile-buy { display: none; }
.to-top { position: fixed; z-index: 900; right: 22px; bottom: 22px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: var(--navy); box-shadow: var(--shadow); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s ease; }
.to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }

.modal { position: fixed; z-index: 1600; inset: 0; display: none; place-items: center; padding: 24px; }
.modal.is-open { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3, 13, 25, .82); }
.modal-panel { position: relative; display: flex; flex-direction: column; width: min(980px, 100%); max-height: calc(100dvh - 48px); overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.modal-close { position: absolute; z-index: 2; top: 10px; right: 10px; width: 46px; height: 46px; border: 0; border-radius: 50%; color: #fff; background: rgba(7,29,54,.88); cursor: pointer; font-size: 30px; line-height: 1; }
.modal-title { margin: 0; padding: 22px 72px 16px 24px; border-bottom: 1px solid var(--line); font-size: 1.4rem; }
.modal-content { min-height: 0; overflow: auto; padding: 24px; }
.modal-content > img { width: 100%; max-height: calc(100dvh - 150px); object-fit: contain; }
.full-review { max-width: 780px; margin: 0 auto; }
.full-review p { color: var(--ink); }

.course-stage { display: flex; flex-direction: column; align-items: center; }
.course-stage > h2, .course-intro { max-width: 900px; text-align: center; }
.inside-includes { width: min(100%, 980px); margin: 18px auto 8px; padding: clamp(24px, 4vw, 38px); border: 1px solid #ded3c1; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.inside-includes h3 { color: var(--navy); font-size: clamp(1.6rem, 2.4vw, 2.2rem); }
.inside-includes ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px 28px; padding-left: 22px; }
.materials-link { margin-top: 22px; }
.inside-includes .monthly-note { margin: 24px 0 0; padding-top: 18px; border-top: 1px solid var(--line); }
.carousel-sources { display: none; }
.device-carousel { position: relative; width: 100%; max-width: 1120px; margin: 26px auto 0; padding: 32px 66px 24px; border: 1px solid #d8c9ac; border-radius: 24px; background: linear-gradient(150deg, #fffdf8, #e9edf1); box-shadow: var(--shadow); }
.device-stage { display: flex; align-items: flex-end; justify-content: center; min-height: 0; }
.laptop { width: min(100%, 980px); margin-inline: auto; }
.laptop-screen { position: relative; overflow: hidden; aspect-ratio: 16 / 10; border: 12px solid #17202a; border-bottom-width: 18px; border-radius: 18px 18px 8px 8px; background: #111; }
.laptop-base { width: 112%; height: 18px; margin-left: -6%; border-radius: 2px 2px 18px 18px; background: linear-gradient(#cfd4da, #8d969f); box-shadow: 0 12px 20px rgba(7, 29, 54, .25); }
.laptop-screen .device-image { width: 100%; height: 100%; background: #fff; object-fit: cover; object-position: center top; cursor: zoom-in; }
.course-arrow { position: absolute; z-index: 3; top: 50%; display: grid; width: 48px; height: 64px; padding: 0; place-items: center; border: 1px solid rgba(7,29,54,.16); border-radius: 12px; color: #fff; background: var(--navy); box-shadow: 0 10px 24px rgba(7,29,54,.18); cursor: pointer; font-size: 42px; line-height: 1; transform: translateY(-50%); }
.course-prev { left: 10px; }
.course-next { right: 10px; }
.course-caption { margin-top: 24px; color: #111; font-size: 1rem; font-weight: 850; text-align: center; }
.course-gallery-open { margin-top: 26px; }
.course-gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.course-gallery-item { min-height: 44px; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #fff; cursor: zoom-in; text-align: left; }
.course-gallery-item img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; }
.course-gallery-item span { display: block; padding: 12px 14px; font-weight: 750; }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .desktop-cta { margin-left: auto; }
  .menu-toggle { display: block; margin-left: 0; }
  .menu-backdrop { position: fixed; z-index: 1100; inset: var(--header) 0 0; display: block; visibility: hidden; background: rgba(3,13,25,.56); opacity: 0; transition: .2s ease; }
  .menu-backdrop.is-open { visibility: visible; opacity: 1; }
  .mobile-menu { position: fixed; z-index: 1200; top: var(--header); right: 0; bottom: 0; display: flex; flex-direction: column; width: min(380px, 90vw); padding: 72px 24px 28px; background: var(--paper); box-shadow: -20px 0 60px rgba(7,29,54,.18); transform: translateX(105%); transition: transform .25s ease; }
  .mobile-menu.is-open { transform: none; }
  .mobile-menu nav { display: grid; gap: 2px; overflow-y: auto; }
  .mobile-menu nav a { min-height: 46px; padding: 10px 2px; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 700; }
  .mobile-menu .button { margin-top: auto; }
  .menu-close { position: absolute; top: 12px; right: 18px; width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--navy); background: var(--light); cursor: pointer; font-size: 30px; line-height: 1; }
  .lesson-grid { grid-template-columns: repeat(6, minmax(0,1fr)); }
  .trust-grid, .choice-grid, .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: minmax(0,1fr); }
  .hero-copy { order: 0; }
  .hero-photo { order: 1; justify-self: center; max-width: 560px; }
}

@media (max-width: 900px) {
  .hero-grid, .split-grid, .split-grid-reverse, .method-layout, .audience-layout, .author-grid, .price-grid, .final-grid { grid-template-columns: minmax(0,1fr); }
  .hero-photo { justify-self: center; min-height: 0; max-height: 680px; }
  .hero-copy { order: 0; }
  .hero-photo { order: 1; }
  .split-grid > .media-frame, .split-grid-reverse > .media-frame { order: 0; }
  .split-grid > div, .split-grid-reverse > div { order: 1; }
  .audience-image { max-height: 560px; }
  .concept-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .timeline { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px 0; }
  .lesson-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .lesson-card, .lesson-card:nth-child(4), .lesson-card:nth-child(5) { grid-column: auto; }
  .objection-grid, .reviews-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .choice-grid, .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .documents-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .price-card { position: static; max-width: 520px; }
  .inside-includes ul, .price-groups { grid-template-columns: minmax(0,1fr); }
}

@media (max-width: 767px) {
  :root { --header: 64px; }
  body { font-size: 17px; padding-bottom: 68px; }
  .container { width: min(100% - 32px, 1240px); }
  .section { padding: 64px 0; }
  .section-compact { padding: 42px 0; }
  h2 { font-size: clamp(1.85rem, 8.8vw, 2.75rem); }
  .desktop-cta { display: none; }
  .choice-grid, .trust-grid, .two-up-media, .reviews-grid, .objection-grid, .product-grid { grid-template-columns: minmax(0,1fr); }
  .direction-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .choice-card { min-height: 0; padding: 22px; }
  .choice-card span { font-size: 17px; }
  .trust-card { padding: 22px; }
  .trust-card p { font-size: 16px; }
  .hero { padding-top: calc(var(--header) + 30px); }
  .hero-photo { min-height: 0; }
  .offer-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .offer-row div { min-width: 0; }
  .hero .button { width: 100%; }
  .concept-grid { grid-template-columns: minmax(0,1fr); }
  .concept-grid span { text-align: left; }
  .timeline { grid-template-columns: minmax(0,1fr); gap: 14px; }
  .timeline li { border-top: 0; border-left: 3px solid var(--gold); padding: 14px 16px 14px 24px; }
  .timeline li::before { top: 20px; left: -8px; }
  .two-up-media { gap: 16px; }
  .two-up-media .media-frame { width: 90%; margin-inline: auto; }
  .single-visual { width: min(92%, 430px); margin-inline: auto; }
  .single-visual img { width: 100%; height: auto; margin-inline: auto; }
  #method .single-visual img, #skills .single-visual img, .audience-image img { width: 100%; height: auto; }
  .lesson-grid { grid-template-columns: minmax(0,1fr); }
  .lesson-card, .lesson-card:nth-child(4), .lesson-card:nth-child(5) { display: flex; grid-column: auto; flex-direction: column; }
  .lesson-card img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
  .lesson-card h3 { font-size: 23px; }
  .lesson-card p { font-size: 17px; }
  .warning-card ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .warning-card > p:first-child, .compact-warning h3, .compact-warning p, .time-note { font-size: 19px; }
  .method-steps { grid-template-columns: minmax(0,1fr); }
  .law-grid { grid-template-columns: minmax(0,1fr); }
  .documents-grid { grid-template-columns: minmax(0,1fr); }
  .document-card { width: min(100%, 390px); margin-inline: auto; }
  .document-preview { height: 220px; }
  .review-card { padding: 20px; }
  .review-short { font-size: 17px; }
  .review-full { max-height: 380px; }
  .review-head img { width: 72px; height: 72px; }
  .yuri-proof { grid-template-columns: 72px minmax(0,1fr); gap: 16px; padding: 22px; }
  .yuri-proof img { width: 72px; height: 72px; }
  .yuri-proof blockquote { padding-left: 16px; font-size: 19px; }
  .yuri-proof p { margin-left: 19px; font-size: 17px; }
  .objection-grid h3 { font-size: 22px; }
  .objection-grid p { font-size: 17px; }
  .feature-grid { grid-template-columns: minmax(0,1fr); }
  .product { min-height: 0; }
  .product-cover { min-height: 220px; }
  .footer-inner { display: grid; }
  .footer-inner nav { justify-content: flex-start; }
  .mobile-buy { position: fixed; z-index: 850; left: 12px; right: 72px; bottom: 10px; display: flex; align-items: center; justify-content: center; min-height: 50px; padding: 11px 14px; border-radius: 13px; color: #111b23; background: var(--gold); box-shadow: 0 8px 26px rgba(7,29,54,.23); font-size: .93rem; font-weight: 850; text-align: center; text-decoration: none; }
  .to-top { right: 12px; bottom: 10px; width: 50px; height: 50px; }
  .site-footer { padding-bottom: 88px; }
  .modal { padding: 10px; }
  .modal-panel { max-height: calc(100dvh - 20px); }
  .modal-content { padding: 16px; }
  .device-carousel { padding: 18px 8px 20px; border-radius: 18px; }
  .laptop { width: 88%; }
  .laptop-screen { border-width: 7px; border-bottom-width: 11px; border-radius: 12px 12px 5px 5px; }
  .laptop-base { width: 100%; height: 12px; margin-left: 0; }
  .course-arrow { width: 44px; height: 52px; border-radius: 10px; font-size: 32px; }
  .course-prev { left: 4px; }
  .course-next { right: 4px; }
  .course-caption { padding-inline: 44px; font-size: .88rem; }
  .course-gallery-grid { grid-template-columns: minmax(0,1fr); }
  .guided-grid { grid-template-columns: minmax(0,1fr); }
  .guided-grid img { height: auto; max-height: 62vw; }
  .final-content { text-align: center; }
  .final-price { width: 100%; max-width: none; }
  .faq-list summary { min-height: 52px; padding: 15px 36px 15px 4px; font-size: 1.02rem; }
}

@media (max-width: 430px) {
  h1 { font-size: clamp(1.9rem, 9.2vw, 2.5rem); }
  h2 { font-size: clamp(1.85rem, 8.8vw, 2.65rem); }
  .offer-row { grid-template-columns: minmax(0,1fr); }
  .lesson-card { grid-template-columns: minmax(0,1fr); }
  .lesson-card img { aspect-ratio: 3 / 2; }
  .warning-card ul { grid-template-columns: minmax(0,1fr); }
  .yuri-proof { grid-template-columns: minmax(0,1fr); }
  .yuri-proof img { width: 82px; height: 82px; }
  .yuri-proof blockquote { padding-left: 14px; }
  .tabs { margin-inline: -4px; padding-inline: 4px; }
}

@media (max-width: 375px) {
  .direction-strip { grid-template-columns: minmax(0,1fr); }
}

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