:root {
  --navy: #0f1d35;
  --navy-2: #172b48;
  --gold: #c39a53;
  --gold-pale: #efe1c5;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --ink: #202938;
  --muted: #65707b;
  --line: #ddd8ce;
  --shadow: 0 24px 60px rgba(15, 29, 53, 0.1);
}

.cookie-banner {
  position: fixed;
  z-index: 1000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  max-width: 70rem;
  margin: 0 auto;
  padding: 1.1rem 1.25rem;
  color: #fff;
  background: #0f1d35;
  border: 1px solid rgba(201, 168, 76, 0.6);
  border-radius: 0.85rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.28);
}

.cookie-banner-copy { max-width: 48rem; }
.cookie-banner strong { color: #fff; font-size: 1rem; }
.cookie-banner p { margin: 0.3rem 0 0; color: #e8edf5; font-size: 0.9rem; line-height: 1.55; }
.cookie-banner a { color: #f1d680; }
.cookie-banner-actions { display: flex; flex-shrink: 0; gap: 0.65rem; }
.cookie-button {
  min-height: 2.75rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid #c9a84c;
  border-radius: 0.5rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.cookie-reject { color: #fff; background: transparent; }
.cookie-accept { color: #0f1d35; background: #e2c45f; }
.cookie-button:focus-visible, .cookie-settings:focus-visible { outline: 3px solid #52b7ad; outline-offset: 3px; }
.cookie-settings {
  position: fixed;
  z-index: 900;
  left: 0.75rem;
  bottom: 0.6rem;
  padding: 0.35rem 0.55rem;
  color: #fff;
  background: #0f1d35;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0.35rem;
  font: inherit;
  font-size: 0.75rem;
  cursor: pointer;
}

@media (max-width: 720px) {
  .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-banner-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
button, input { font: inherit; }
a { color: inherit; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-150%); padding: 10px 14px; border-radius: 8px; background: var(--navy); color: white; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 30px; width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 22px 0; border-bottom: 1px solid rgba(15,29,53,.1); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--navy); }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: 1rem; font-weight: 700; letter-spacing: .04em; }
.brand strong, .brand small { display: block; line-height: 1.08; }
.brand strong { font-size: .94rem; letter-spacing: .07em; text-transform: uppercase; }
.brand small { margin-top: 3px; color: var(--muted); font-family: Georgia, serif; font-size: .78rem; font-style: italic; }
nav { display: flex; align-items: center; gap: 27px; }
nav a { position: relative; color: #364253; font-size: .86rem; font-weight: 700; text-decoration: none; }
nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--gold); transition: width .18s ease; }
nav a:hover::after, nav a.active::after { width: 100%; }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 8px; background: white; padding: 9px 12px; color: var(--navy); font-weight: 750; }
.live-training-banner { background: #e8d5ad; color: var(--navy); }
.live-training-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 58px; padding-block: 10px; }
.live-training-banner p { margin: 0; font-size: .88rem; }
.live-training-banner p strong { font-size: .72rem; letter-spacing: .14em; }
.live-training-banner p span { margin-inline: 10px; color: #9a7335; }
.live-training-banner a { color: var(--navy); font-size: .82rem; font-weight: 850; text-decoration: none; white-space: nowrap; }
.live-training-banner a span { margin-left: 6px; color: #9a7335; }

h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.1; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.9rem, 6vw, 5.7rem); font-weight: 500; }
h2 { margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 4vw, 3.65rem); font-weight: 500; }
h3 { margin-bottom: 12px; font-size: 1.3rem; }
.eyebrow { margin: 0 0 16px; color: #9a7335; font-size: .72rem; font-weight: 850; letter-spacing: .19em; }
.eyebrow.light { color: var(--gold-pale); }
.lead { max-width: 650px; margin: 0 0 30px; color: #56616e; font-size: clamp(1.05rem, 1.7vw, 1.24rem); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 21px; border: 1px solid transparent; border-radius: 5px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .14s ease, background .14s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; box-shadow: 0 10px 24px rgba(15,29,53,.14); }
.button-primary:hover { background: var(--navy-2); }
.button-gold { background: var(--gold); color: var(--navy); }
.button.full { width: 100%; }
.text-link { color: var(--navy); font-weight: 800; text-decoration-color: var(--gold); text-underline-offset: 5px; }

.hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 65px; align-items: center; min-height: 690px; padding-block: 80px; }
.hero-copy { position: relative; z-index: 2; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.trust-line { margin: 30px 0 0; color: #707983; font-size: .77rem; letter-spacing: .03em; word-spacing: .18em; }
.trust-line span { color: var(--gold); margin-right: 3px; }
.hero-visual { position: relative; height: 500px; border-radius: 240px 240px 30px 30px; background: radial-gradient(circle at 58% 33%, #fff 0 15%, transparent 44%), linear-gradient(145deg, #eee5d5, #f9f6ef 70%); overflow: hidden; }
.gold-orbit { position: absolute; border: 1px solid rgba(195,154,83,.45); border-radius: 50%; }
.orbit-one { width: 360px; height: 360px; top: 70px; left: 45px; }
.orbit-two { width: 260px; height: 260px; top: 120px; left: 95px; }
.notebook { position: absolute; top: 130px; left: 84px; width: 270px; height: 205px; padding: 29px 29px; transform: rotate(-6deg); border-radius: 6px; background: #fffefb; box-shadow: 0 30px 50px rgba(25,37,52,.18); }
.notebook::before { content: ""; position: absolute; top: 0; left: 22px; width: 2px; height: 100%; background: #e5c1ba; }
.notebook-label { display: block; margin: 0 0 24px 12px; color: var(--navy); font-size: .62rem; font-weight: 850; letter-spacing: .14em; }
.notebook-line { display: block; width: 72%; height: 1px; margin: 13px 0 0 12px; background: #ced5d5; }
.notebook-line.long { width: 86%; }
.notebook-line.short { width: 51%; }
.notebook-note { display: block; margin: 25px 0 0 12px; color: #937242; font-family: Georgia, serif; font-size: .92rem; font-style: italic; }
.pen { position: absolute; z-index: 3; top: 313px; left: 275px; width: 180px; height: 10px; transform: rotate(-39deg); border-radius: 8px; background: var(--navy); box-shadow: -7px 5px 0 #c8a564; }
.tea-cup { position: absolute; right: 50px; bottom: 44px; width: 110px; height: 82px; border-radius: 7px 7px 45px 45px; background: #d7b679; box-shadow: 0 17px 20px rgba(33,37,43,.13); }
.tea-cup::before { content: ""; position: absolute; right: -30px; top: 14px; width: 43px; height: 44px; border: 9px solid #d7b679; border-left: 0; border-radius: 0 50% 50% 0; }
.tea-cup span { position: absolute; top: -9px; left: 8px; width: 94px; height: 20px; border-radius: 50%; background: #72503c; border: 6px solid #e5ca97; }

.live-training-section { padding-block: 74px; background: var(--navy); color: white; }
.live-training-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 62px; align-items: center; }
.live-training-section h2 { color: white; margin-bottom: 15px; }
.live-training-section > .section-shell > div > p:not(.eyebrow) { max-width: 610px; margin: 0; color: #c7cfda; font-size: 1.06rem; }
.live-training-card { padding: 31px; border: 1px solid rgba(239,225,197,.4); border-radius: 8px; background: rgba(255,255,255,.055); box-shadow: 0 24px 48px rgba(0,0,0,.12); }
.live-training-label { margin: 0 0 28px; color: var(--gold-pale); font-size: .7rem; font-weight: 850; letter-spacing: .18em; }
.live-training-card h3 { color: white; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; font-weight: 500; }
.live-training-card > p:not(.live-training-label) { margin: 0 0 25px; color: #c7cfda; }

.start-section { padding-block: 110px 130px; }
.section-intro { max-width: 710px; margin-bottom: 42px; }
.section-intro p:not(.eyebrow) { max-width: 600px; margin-bottom: 0; color: var(--muted); font-size: 1.04rem; }
.section-intro.narrow { max-width: 680px; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.path-grid-four { grid-template-columns: repeat(2, 1fr); }
.path-card { position: relative; display: flex; flex-direction: column; min-height: 350px; padding: 32px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.path-card.featured { background: var(--cream); border-color: #d7c6a7; }
.card-number { align-self: flex-end; color: #c8b99e; font-family: Georgia, serif; font-size: 2.8rem; }
.card-kicker { margin: 38px 0 10px; color: #967341; font-size: .68rem; font-weight: 850; letter-spacing: .15em; }
.path-card p:not(.card-kicker) { margin: 0 0 22px; color: var(--muted); }
.path-card a { margin-top: auto; color: var(--navy); font-size: .88rem; font-weight: 850; text-underline-offset: 5px; text-decoration-color: var(--gold); }

.approach-section, .fit-section { padding-block: 110px; background: var(--navy); color: white; }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 45px 80px; align-items: start; }
.approach-section h2, .fit-section h2 { color: white; }
.approach-copy p { margin-top: 0; color: #c7cfda; font-size: 1.06rem; }
.approach-copy .button { margin-top: 15px; }
.quote-card { grid-column: 1 / -1; position: relative; display: flex; align-items: center; gap: 24px; margin-top: 30px; padding: 26px 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 7px; }
.quote-mark { color: var(--gold); font-family: Georgia, serif; font-size: 5rem; line-height: .65; }
.quote-card blockquote { flex: 1; margin: 0; color: white; font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; }
.quote-card p { margin: 0; color: var(--gold-pale); font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.site-footer { display: grid; grid-template-columns: 1.1fr 1fr 1fr auto; align-items: center; gap: 20px; padding-block: 34px; color: var(--muted); font-size: .78rem; }
.site-footer p { margin: 0; }
.site-footer > a { text-underline-offset: 4px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.footer-links a { color: inherit; text-underline-offset: 4px; }
.footer-brand .brand-mark { width: 36px; height: 36px; font-size: .8rem; }
.footer-brand strong { font-size: .77rem; }
.footer-brand small { font-size: .68rem; }

.product-hero { display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; min-height: 720px; padding-block: 85px; }
.product-copy h1 { font-size: clamp(3rem, 5.8vw, 5.5rem); }
.product-copy h1 em { color: #9b7538; font-weight: 500; }
.price-row { display: flex; align-items: center; gap: 18px; margin: 32px 0 21px; }
.price-row strong { color: var(--navy); font-family: Georgia, serif; font-size: 3.15rem; font-weight: 500; }
.price-row span { padding-left: 18px; border-left: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.microcopy { margin: 12px 0 0; color: var(--muted); font-size: .76rem; }
.creator-line { margin: -13px 0 22px; color: #8a6a38; font-size: .82rem; }
.product-stack { position: relative; height: 520px; }
.workbook-back, .workbook-main { position: absolute; top: 45px; left: 50%; width: 310px; height: 415px; border-radius: 7px; }
.workbook-back { transform: translateX(-42%) rotate(7deg); background: #c9a76e; box-shadow: var(--shadow); }
.workbook-main { z-index: 2; transform: translateX(-58%) rotate(-3deg); padding: 38px 32px; background: var(--navy); box-shadow: 0 35px 65px rgba(15,29,53,.25); color: white; }
.mini-brand { color: var(--gold-pale); font-size: .55rem; font-weight: 750; letter-spacing: .12em; }
.cover-rule { width: 55px; height: 2px; margin: 62px 0 24px; background: var(--gold); }
.workbook-main p { margin: 0; color: var(--gold-pale); font-family: Georgia, serif; font-size: 1.1rem; }
.workbook-main h2 { position: relative; z-index: 3; max-width: 190px; margin: 0 0 20px; color: white; font-family: Georgia, serif; font-size: 2.85rem; line-height: .88; letter-spacing: -.03em; }
.workbook-main h2 span { display: block; white-space: nowrap; }
.cover-subtitle { display: block; margin-top: 2px; color: var(--gold); font-size: .69rem; font-weight: 850; letter-spacing: .21em; }
.workbook-main small { position: absolute; bottom: 35px; left: 32px; max-width: 150px; color: #d8e0ea; line-height: 1.45; }
.identity-card { position: absolute; z-index: 4; right: 3px; bottom: 38px; width: 225px; padding: 20px; transform: rotate(4deg); border-radius: 6px; background: var(--cream); box-shadow: 0 18px 38px rgba(15,29,53,.18); }
.identity-card span { color: #94703a; font-size: .56rem; font-weight: 850; letter-spacing: .13em; }
.identity-card strong { display: block; margin-top: 12px; color: var(--navy); font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.25; }

.legal-hero { padding-block: 84px 38px; }
.legal-hero h1 { max-width: 760px; margin: 10px 0 14px; }
.legal-updated { color: var(--muted); }
.legal-copy { max-width: 860px; padding-bottom: 90px; }
.legal-copy h2 { margin: 42px 0 12px; color: var(--navy); font-family: Georgia, serif; font-size: clamp(1.45rem, 3vw, 2rem); }
.legal-copy p, .legal-copy li { color: #405069; line-height: 1.75; }
.legal-copy ul { padding-left: 22px; }
.legal-copy a { color: var(--navy); text-underline-offset: 3px; }

.review-detail-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); align-items: center; gap: 64px; padding-block: 84px 72px; }
.review-detail-hero h1 { margin: 10px 0 18px; }
.review-detail-hero .lead { max-width: 680px; }
.review-detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.review-detail-video { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--navy); box-shadow: var(--shadow); }
.review-detail-video iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.review-detail-section { padding-block: 74px; }
.review-detail-section.alt { background: #f3efe7; }
.review-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.review-point { padding: 30px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.review-point h3 { margin-top: 0; color: var(--navy); font-family: Georgia, serif; font-size: 1.45rem; }
.review-point p, .review-point li { color: var(--muted); line-height: 1.7; }
.review-point ul { margin-bottom: 0; padding-left: 20px; }
.review-verdict { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 42px; padding: 42px; border-radius: 10px; background: var(--navy); color: white; }
.review-verdict h2 { margin: 8px 0 14px; color: white; }
.review-verdict p { color: #d6deea; line-height: 1.7; }
.review-extra-links { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 18px; }
.review-extra-links a { color: var(--navy); font-weight: 750; text-underline-offset: 4px; }
@media (max-width: 820px) {
  .review-detail-hero, .review-detail-grid, .review-verdict { grid-template-columns: 1fr; }
  .review-detail-hero { gap: 34px; padding-block: 58px; }
  .review-verdict { padding: 30px; }
}

.inside-section { padding-block: 110px 130px; }
.inside-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.inside-grid article { padding: 34px 30px 25px 0; border-right: 1px solid var(--line); }
.inside-grid article + article { padding-left: 30px; }
.inside-grid article:last-child { border-right: 0; }
.inside-grid article > span { color: var(--gold); font-family: Georgia, serif; font-size: 1.4rem; }
.inside-grid h3 { margin-top: 42px; }
.inside-grid p { margin-bottom: 0; color: var(--muted); }
.fit-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 16px 0; padding-left: 32px; color: #c7cfda; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.product-cta-card { padding: 38px; border-radius: 8px; background: var(--paper); color: var(--ink); box-shadow: 0 28px 50px rgba(0,0,0,.16); }
.product-cta-card h3 { font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.product-cta-card > p:not(.eyebrow) { color: var(--muted); }
.cta-price { display: flex; align-items: baseline; gap: 9px; margin: 22px 0; }
.cta-price strong { color: var(--navy); font-family: Georgia, serif; font-size: 3rem; font-weight: 500; }
.cta-price span { color: var(--muted); font-size: .8rem; }
.product-cta-card small { display: block; margin-top: 11px; color: #8b939b; text-align: center; }
.product-cta-card .affiliate-note { margin: 20px 0 0; padding-top: 17px; border-top: 1px solid var(--line); color: #737c84; font-size: .72rem; line-height: 1.5; }

.megalink-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; align-items: center; min-height: 720px; padding-block: 82px 90px; }
.megalink-hero h1 { font-size: clamp(3rem, 5.8vw, 5.5rem); }
.megalink-hero h1 em { color: #9b7538; font-weight: 500; }
.route-card { padding: 38px; border: 1px solid #d8c7a8; border-radius: 12px; background: linear-gradient(145deg, #f9f4ea, #fffdf8); box-shadow: var(--shadow); }
.route-label { margin: 0 0 27px; color: #926c32; font-size: .7rem; font-weight: 850; letter-spacing: .17em; }
.route-card ol { margin: 0; padding: 0; list-style: none; }
.route-card li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: start; padding: 22px 0; border-top: 1px solid #ded5c5; }
.route-card li > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--gold); border-radius: 50%; color: #926c32; font-family: Georgia, serif; }
.route-card li strong, .route-card li small { display: block; }
.route-card li strong { margin: 1px 0 5px; color: var(--navy); font-size: 1rem; }
.route-card li small { color: var(--muted); font-size: .82rem; line-height: 1.55; }
.route-note { margin: 19px 0 0; padding: 17px 19px; border-left: 3px solid var(--gold); background: white; color: #59636e; font-size: .8rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.feature-grid article { min-height: 245px; padding: 31px 30px 31px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-grid article:nth-child(3n+2), .feature-grid article:nth-child(3n+3) { padding-left: 30px; }
.feature-grid article:nth-child(3n) { border-right: 0; }
.feature-grid article > span { color: var(--gold); font-family: Georgia, serif; font-size: 1.35rem; }
.feature-grid h3 { margin-top: 34px; }
.feature-grid p { margin-bottom: 0; color: var(--muted); }
.honest-section { padding-block: 110px; background: var(--navy); color: white; }
.honest-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 85px; align-items: center; }
.honest-section h2 { color: white; }
.honest-section p:not(.eyebrow) { color: #c7cfda; }
.fit-panel { padding: 35px; border: 1px solid rgba(255,255,255,.17); border-radius: 9px; background: rgba(255,255,255,.05); }
.fit-panel h3 { color: white; }
.check-list.compact { margin-top: 18px; }
.check-list.compact li { margin: 12px 0; }
.not-fit-title { margin-top: 28px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.13); }
.plain-list { margin: 17px 0 0; padding-left: 20px; color: #c7cfda; }
.plain-list li { margin: 10px 0; }
.bonus-section { padding-block: 110px 120px; }
.bonus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.bonus-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bonus-card { min-height: 265px; padding: 36px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.bonus-card:first-child { background: var(--cream); border-color: #d8c7a8; }
.bonus-number { color: #926c32; font-size: .69rem; font-weight: 850; letter-spacing: .16em; }
.bonus-card h3 { margin-top: 44px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.bonus-card p { margin-bottom: 0; color: #405069; line-height: 1.65; }
.support-boundary { margin: 24px 0 0; padding: 22px 25px; border-left: 3px solid var(--gold); background: #f7f5f0; color: #405069; font-size: .92rem; line-height: 1.65; }
.decision-section { padding-block: 95px; background: #172b48; color: white; }
.decision-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 85px; align-items: center; }
.decision-section h2 { color: white; }
.decision-section p:not(.eyebrow) { color: #c7cfda; }
.decision-cta { padding: 33px; border: 1px solid rgba(255,255,255,.17); border-radius: 9px; }
.light-price strong { color: white; }
.light-price span { color: var(--gold-pale); }
.decision-cta > p { margin: 12px 0 0; text-align: center; font-size: .72rem; }
.decision-cta .dark-note { margin-top: 21px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); text-align: left; line-height: 1.55; }

.route-hero { padding-block: 92px 105px; text-align: center; }
.route-hero h1 { font-size: clamp(3.4rem, 7vw, 6.5rem); }
.route-hero h1 em { color: #9b7538; font-weight: 500; }
.route-hero .lead { margin-inline: auto; }
.level-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; text-align: left; }
.level-choice { min-height: 220px; padding: 29px; border: 1px solid var(--line); border-radius: 9px; background: white; text-decoration: none; transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.level-choice:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: var(--shadow); }
.level-choice > span { color: var(--gold); font-family: Georgia, serif; font-size: 1.35rem; }
.level-choice strong, .level-choice small { display: block; }
.level-choice strong { margin: 32px 0 10px; color: var(--navy); font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.level-choice small { color: var(--muted); font-size: .88rem; line-height: 1.55; }
.route-caveat { max-width: 760px; margin: 27px auto 0; color: var(--muted); font-size: .82rem; }
.membership-section { padding-block: 105px 115px; background: var(--navy); color: white; }
.membership-section .section-intro h2 { color: white; }
.membership-section .section-intro p:not(.eyebrow) { color: #c7cfda; }
.membership-row { display: grid; grid-template-columns: 80px 1fr 240px; gap: 36px; align-items: start; padding: 42px 0; border-top: 1px solid rgba(255,255,255,.15); scroll-margin-top: 24px; }
.membership-row:last-of-type { border-bottom: 1px solid rgba(255,255,255,.15); }
.membership-number { color: var(--gold); font-family: Georgia, serif; font-size: 2.15rem; }
.membership-copy h3 { color: white; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 500; }
.membership-copy > p:not(.level-tag) { max-width: 630px; color: #c7cfda; }
.membership-copy ul { columns: 2; gap: 28px; margin: 24px 0 0; padding-left: 20px; color: #dce2e8; font-size: .88rem; }
.membership-copy li { margin: 8px 0; break-inside: avoid; }
.level-tag { margin: 0 0 8px; color: #967341; font-size: .67rem; font-weight: 850; letter-spacing: .16em; }
.membership-section .level-tag { color: var(--gold-pale); }
.membership-action { padding: 25px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.05); }
.membership-action > strong, .membership-action > span { display: block; }
.membership-action > strong { color: white; font-family: Georgia, serif; font-size: 2.7rem; font-weight: 500; }
.membership-action > span { min-height: 42px; margin: 1px 0 18px; color: var(--gold-pale); font-size: .76rem; }
.secondary-offer-link { display: block; margin-top: 15px; color: white; font-size: .78rem; font-weight: 750; text-align: center; text-underline-offset: 4px; }
.affiliate-bar { margin: 35px 0 0; padding: 22px 25px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.06); color: #d8dfe7; font-size: .86rem; }
.tools-section { padding-block: 110px 120px; }
.needs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.need-card { min-height: 390px; padding: 32px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.need-card:nth-child(2) { background: var(--cream); border-color: #d8c7a8; }
.need-card h3 { margin: 36px 0 25px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.need-card > p:not(.level-tag) { color: #405069; line-height: 1.65; }
.need-card ul { margin: 0; padding-left: 19px; color: var(--muted); }
.need-card li { margin: 16px 0; }
.need-card a { color: var(--navy); text-underline-offset: 3px; text-decoration-color: var(--gold); }
.need-card a.button.button-primary { color: #fff; text-decoration: none; }
.need-card a.button.button-primary:hover, .need-card a.button.button-primary:focus-visible { color: #fff; }
.honest-section .need-card .level-tag { color: #8e6a36; }
.honest-section .need-card > p:not(.level-tag) { color: #405069; }

.reviews-hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; min-height: 590px; padding-block: 85px; }
.reviews-hero h1 { max-width: 760px; font-size: clamp(3.4rem, 7vw, 6.4rem); }
.review-promise { padding: 38px; border: 1px solid #d8c7a8; border-radius: 10px; background: var(--cream); box-shadow: var(--shadow); }
.review-promise ul { margin: 0; padding: 0; list-style: none; }
.review-promise li { position: relative; margin: 18px 0; padding-left: 31px; color: #4f5b68; }
.review-promise li::before { content: "✓"; position: absolute; left: 0; color: #9a7335; font-weight: 900; }
.review-list-section { padding-block: 105px 125px; border-top: 1px solid var(--line); }
.review-entry { display: grid; grid-template-columns: 1.15fr .85fr; border: 1px solid var(--line); border-radius: 11px; overflow: hidden; background: white; box-shadow: 0 18px 45px rgba(15,29,53,.07); }
.review-entry-main, .review-checking { padding: 42px; }
.review-entry-main h3 { margin: 35px 0 18px; font-family: Georgia, serif; font-size: clamp(2.1rem, 4vw, 3.1rem); font-weight: 500; }
.review-entry-main > p { color: var(--muted); }
.review-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; color: var(--muted); font-size: .78rem; }
.status-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border-radius: 999px; background: #f3ead8; color: #745526; font-weight: 800; }
.status-badge span { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.review-honesty { margin-top: 26px; padding: 18px 20px; border-left: 3px solid var(--gold); background: #f7f5f0; font-size: .88rem; }
.review-checking { background: var(--navy); color: white; }
.review-checking .eyebrow { color: var(--gold-pale); }
.review-checking ul { margin: 25px 0 30px; padding-left: 20px; color: #d3dae3; }
.review-checking li { margin: 13px 0; }
.review-waiting { display: block; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: var(--gold-pale); font-size: .8rem; }
.review-video-section { padding-top: 105px; }
.review-video-heading { display: flex; justify-content: space-between; align-items: end; gap: 45px; }
.review-video-heading .button { flex: 0 0 auto; margin-bottom: 42px; }
.review-video-grid { display: grid; grid-template-columns: 1.5fr .7fr; gap: 22px; align-items: start; }
.video-card { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: 0 18px 45px rgba(15,29,53,.07); }
.video-frame { position: relative; aspect-ratio: 16 / 9; background: var(--navy); }
.short-frame { position: relative; width: min(100%, 290px); margin: 24px auto 0; aspect-ratio: 9 / 16; border-radius: 8px; overflow: hidden; background: var(--navy); }
.video-frame iframe, .short-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-card-copy { padding: 28px; }
.video-card-copy > span { color: #926c32; font-size: .68rem; font-weight: 850; letter-spacing: .16em; }
.video-card-copy h3 { margin: 18px 0 10px; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; }
.video-card-copy p { color: var(--muted); }
.video-card-copy a { color: var(--navy); font-size: .85rem; font-weight: 850; text-underline-offset: 5px; text-decoration-color: var(--gold); }
.earlier-review-section { padding-top: 105px; }
.earlier-review-heading { display: flex; justify-content: space-between; align-items: end; gap: 45px; }
.earlier-review-heading .button { flex: 0 0 auto; margin-bottom: 42px; }
.review-library-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.library-card { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: 0 15px 38px rgba(15,29,53,.06); }
.library-thumb { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--navy); }
.library-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.library-thumb:hover img { transform: scale(1.025); }
.library-thumb > span { position: absolute; left: 16px; bottom: 15px; padding: 7px 10px; border-radius: 4px; background: rgba(15,29,53,.9); color: white; font-size: .72rem; font-weight: 800; }
.library-card-copy { padding: 27px; }
.library-card-copy .card-kicker { margin: 0 0 10px; }
.library-card-copy h3 { margin-bottom: 12px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.library-card-copy > p:not(.card-kicker) { min-height: 74px; color: var(--muted); font-size: .9rem; }
.library-links { display: flex; flex-wrap: wrap; gap: 10px 16px; padding-top: 18px; border-top: 1px solid var(--line); }
.library-links a { color: var(--navy); font-size: .76rem; font-weight: 850; text-underline-offset: 4px; text-decoration-color: var(--gold); }
.review-method-section { padding-block: 110px; background: var(--navy); color: white; }
.review-method-section h2 { color: white; }
.review-method-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.review-method-grid article { padding: 32px 27px 20px 0; border-right: 1px solid rgba(255,255,255,.16); }
.review-method-grid article + article { padding-left: 27px; }
.review-method-grid article:last-child { border-right: 0; }
.review-method-grid span { color: var(--gold); font-family: Georgia, serif; font-size: 1.35rem; }
.review-method-grid h3 { margin-top: 32px; color: white; }
.review-method-grid p { margin-bottom: 0; color: #c7cfda; }
.review-method-section .affiliate-bar { margin-top: 48px; }

.preview-dialog { width: min(480px, calc(100% - 30px)); padding: 32px; border: 0; border-radius: 10px; box-shadow: 0 30px 80px rgba(15,29,53,.3); }
.preview-dialog::backdrop { background: rgba(15,29,53,.62); backdrop-filter: blur(3px); }
.preview-dialog h2 { font-size: 2rem; }
.preview-dialog > p:not(.eyebrow) { color: var(--muted); }
.dialog-close { position: absolute; top: 14px; right: 16px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--navy); font-size: 1.35rem; cursor: pointer; }
.dialog-ok { margin-top: 12px; }

@media (max-width: 900px) {
  .hero, .product-hero, .fit-grid, .megalink-hero, .honest-grid, .decision-grid, .reviews-hero, .review-entry { grid-template-columns: 1fr; }
  .hero { padding-top: 55px; }
  .hero-visual { height: 450px; }
  .product-hero { padding-top: 55px; }
  .product-stack { order: -1; height: 475px; }
  .approach-grid, .live-training-grid { grid-template-columns: 1fr; }
  .quote-card { grid-column: auto; }
  .path-grid, .inside-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 290px; }
  .inside-grid article, .inside-grid article + article { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .inside-grid article:last-child { border-bottom: 0; }
  .inside-grid h3 { margin-top: 16px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid article, .feature-grid article:nth-child(3n+2), .feature-grid article:nth-child(3n+3) { padding: 28px; border-right: 1px solid var(--line); }
  .feature-grid article:nth-child(even) { border-right: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .level-grid, .needs-grid { grid-template-columns: 1fr; }
  .level-choice { min-height: 0; }
  .membership-row { grid-template-columns: 60px 1fr; }
  .membership-action { grid-column: 2; }
  .review-method-grid { grid-template-columns: 1fr 1fr; }
  .review-method-grid article:nth-child(even) { border-right: 0; }
  .review-video-grid { grid-template-columns: 1fr; }
  .video-card-short { display: grid; grid-template-columns: minmax(220px, .7fr) 1fr; align-items: center; }
  .short-frame { width: 220px; margin: 24px; }
  .review-library-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .section-shell, .site-header { width: min(100% - 30px, 1180px); }
  .site-header { flex-wrap: wrap; }
  .menu-button { display: inline-block; }
  nav { display: none; width: 100%; flex-direction: column; align-items: flex-start; gap: 15px; padding: 10px 0 5px; }
  nav.open { display: flex; }
  .live-training-banner-inner { align-items: flex-start; flex-direction: column; gap: 5px; min-height: 0; padding-block: 14px; }
  .live-training-banner p { font-size: .82rem; line-height: 1.45; }
  .live-training-banner p span { margin-inline: 5px; }
  h1 { font-size: 3.25rem; }
  h2 { font-size: 2.45rem; }
  .hero { min-height: 0; padding-block: 55px 75px; gap: 40px; }
  .hero-visual { height: 370px; }
  .notebook { top: 75px; left: 12%; width: 230px; height: 180px; }
  .pen { top: 250px; left: 42%; width: 145px; }
  .tea-cup { right: 28px; bottom: 28px; transform: scale(.82); }
  .orbit-one { left: 10px; }
  .orbit-two { left: 52px; }
  .start-section, .inside-section { padding-block: 80px; }
  .approach-section, .fit-section, .live-training-section { padding-block: 80px; }
  .quote-card { align-items: flex-start; flex-direction: column; }
  .quote-card p { align-self: flex-end; }
  .site-footer { grid-template-columns: 1fr; padding-block: 30px; }
  .product-hero { min-height: 0; gap: 20px; padding-block: 35px 70px; }
  .megalink-hero { min-height: 0; gap: 45px; padding-block: 55px 75px; }
  .megalink-hero h1 { font-size: 3.05rem; }
  .route-card { padding: 27px 22px; }
  .feature-grid, .bonus-grid, .bonus-grid-three { grid-template-columns: 1fr; }
  .feature-grid article, .feature-grid article:nth-child(3n+2), .feature-grid article:nth-child(3n+3) { min-height: 0; padding: 28px 0; border-right: 0; }
  .feature-grid h3 { margin-top: 15px; }
  .honest-section, .decision-section { padding-block: 78px; }
  .honest-grid, .decision-grid { gap: 45px; }
  .fit-panel, .decision-cta { padding: 28px 22px; }
  .bonus-section { padding-block: 80px; }
  .route-hero { padding-block: 70px 80px; }
  .route-hero h1 { font-size: 3.4rem; }
  .membership-section, .tools-section { padding-block: 80px; }
  .membership-row { grid-template-columns: 1fr; gap: 12px; padding: 35px 0; }
  .membership-action { grid-column: auto; margin-top: 14px; }
  .membership-copy ul { columns: 1; }
  .need-card { min-height: 0; }
  .reviews-hero { min-height: 0; gap: 42px; padding-block: 65px 75px; }
  .reviews-hero h1 { font-size: 3.4rem; }
  .review-promise, .review-entry-main, .review-checking { padding: 28px 22px; }
  .review-list-section, .review-method-section { padding-block: 80px; }
  .review-video-section { padding-top: 80px; }
  .video-card-short { display: block; }
  .short-frame { width: min(100% - 40px, 270px); margin: 20px auto 0; }
  .earlier-review-section { padding-top: 80px; }
  .review-video-heading, .earlier-review-heading { align-items: flex-start; flex-direction: column; gap: 0; }
  .review-video-heading .button, .earlier-review-heading .button { margin: -15px 0 38px; }
  .review-library-grid { grid-template-columns: 1fr; }
  .library-card-copy > p:not(.card-kicker) { min-height: 0; }
  .review-method-grid { grid-template-columns: 1fr; }
  .review-method-grid article, .review-method-grid article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .review-method-grid article:last-child { border-bottom: 0; }
  .product-copy h1 { font-size: 3.05rem; }
  .product-stack { height: 390px; transform: scale(.82); transform-origin: center top; margin-bottom: -65px; }
  .workbook-back, .workbook-main { left: 47%; }
  .identity-card { right: -25px; }
  .fit-grid { gap: 48px; }
  .product-cta-card { padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
