:root {
  --navy-950: #050637;
  --navy-900: #080a50;
  --navy-800: #101379;
  --navy-700: #1a218f;
  --gold-500: #f6b91b;
  --gold-400: #ffc83d;
  --gold-200: #ffe4a0;
  --cream: #fbf8f0;
  --paper: #fffdf8;
  --white: #ffffff;
  --ink: #17182a;
  --muted: #636578;
  --line: rgba(16, 19, 121, .13);
  --green: #0f8a5f;
  --shadow-sm: 0 10px 28px rgba(6, 8, 55, .08);
  --shadow-lg: 0 35px 90px rgba(4, 5, 42, .25);
  --radius-sm: 10px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --container: 1180px;
  --font-display: Georgia, 'Times New Roman', serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--font-display); font-weight: 500; letter-spacing: -.035em; line-height: 1.04; }
h1 { font-size: clamp(3rem, 6.1vw, 5.9rem); }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.25rem); }
h3 { line-height: 1.25; }
p { color: var(--muted); }
cite { font-family: var(--font-display); font-style: italic; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.section-dark { position: relative; color: var(--white); background: var(--navy-950); overflow: hidden; }
.section-dark p { color: rgba(255,255,255,.72); }
.section-soft { background: #f1f0f8; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px; color: var(--navy-950); background: var(--gold-400); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; height: 88px; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled { position: fixed; background: rgba(5,6,55,.96); box-shadow: 0 8px 30px rgba(0,0,0,.16); backdrop-filter: blur(14px); }
.site-header-solid { position: relative; background: var(--navy-950); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; min-width: 220px; }
.brand img { width: 55px; height: 55px; object-fit: cover; border-radius: 50%; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; letter-spacing: .02em; }
.brand strong { font-family: var(--font-display); font-size: 1.08rem; font-weight: 600; }
.brand small { margin-top: 4px; color: var(--gold-400); font-size: .65rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) { color: rgba(255,255,255,.8); font-size: .89rem; font-weight: 650; text-decoration: none; transition: color .2s; }
.site-nav > a:not(.button):hover { color: var(--gold-400); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; }
.back-link { color: rgba(255,255,255,.8); font-size: .9rem; font-weight: 700; text-decoration: none; }
.back-link:hover { color: var(--gold-400); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 56px; padding: 15px 25px; border: 0; border-radius: 7px; font-size: .9rem; font-weight: 800; letter-spacing: .015em; text-align: center; text-decoration: none; box-shadow: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--gold-400); outline-offset: 4px; }
.button-small { min-height: 45px; padding: 11px 18px; color: var(--navy-950); background: var(--gold-500); }
.button-gold { color: var(--navy-950); background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); box-shadow: 0 15px 35px rgba(246,185,27,.2); }
.button-gold:hover { box-shadow: 0 18px 40px rgba(246,185,27,.32); }
.button-navy { color: var(--white); background: var(--navy-800); box-shadow: 0 14px 34px rgba(16,19,121,.18); }
.button-navy:hover { background: var(--navy-700); }
.button-large { min-height: 64px; padding-inline: 32px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy-800); font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(16,19,121,.25); }
.text-link-light { color: var(--white); border-color: rgba(255,255,255,.3); }
.text-link:hover { border-color: currentColor; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--gold-400) !important; font-size: .74rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 2px; background: currentColor; }
.eyebrow-dark { color: var(--navy-800) !important; }
.eyebrow-gold { color: var(--gold-500) !important; }
.centered-eyebrow { justify-content: center; }

.hero { min-height: 980px; padding: 165px 0 54px; background: radial-gradient(circle at 90% 10%, #202892 0, transparent 34%), linear-gradient(145deg, #04052f 0%, #090b58 63%, #050637 100%); }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(to bottom, transparent, rgba(0,0,0,.18)); pointer-events: none; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .35; pointer-events: none; }
.hero-orb-one { width: 430px; height: 430px; right: -220px; top: 180px; border: 1px solid rgba(246,185,27,.35); }
.hero-orb-two { width: 620px; height: 620px; left: -510px; top: 270px; border: 1px solid rgba(255,255,255,.12); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 74px; }
.hero-copy { padding-top: 30px; }
.hero h1 { max-width: 760px; margin-bottom: 30px; color: white; }
.hero h1 em { color: var(--gold-400); font-weight: 400; }
.hero-lede { max-width: 690px; margin-bottom: 36px; font-size: clamp(1.08rem, 1.6vw, 1.32rem); line-height: 1.68; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.trust-line { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 34px; color: rgba(255,255,255,.62); font-size: .78rem; font-weight: 700; }
.trust-line i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold-500); }
.hero-visual { position: relative; min-height: 660px; display: flex; align-items: center; justify-content: center; }
.book-halo { position: absolute; width: 530px; height: 530px; border-radius: 50%; background: radial-gradient(circle, rgba(246,185,27,.26), rgba(246,185,27,0) 68%); filter: blur(12px); }
.book-frame { position: relative; z-index: 1; width: min(100%, 490px); padding: 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); box-shadow: var(--shadow-lg); transform: rotate(1.4deg); }
.book-frame::before { content: ''; position: absolute; inset: -12px 22px 12px -12px; z-index: -1; border: 1px solid rgba(246,185,27,.45); }
.book-frame img { width: 100%; aspect-ratio: 1120 / 1500; object-fit: cover; }
.floating-note { position: absolute; z-index: 3; width: 205px; padding: 14px 16px; color: var(--navy-950); background: rgba(255,255,255,.95); border-left: 4px solid var(--gold-500); box-shadow: var(--shadow-sm); }
.floating-note span { display: block; color: var(--navy-700); font-size: .63rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.floating-note strong { display: block; margin-top: 4px; font-family: var(--font-display); font-size: .96rem; line-height: 1.2; }
.note-top { top: 68px; right: -22px; }
.note-bottom { bottom: 56px; left: -30px; }
.opportunity-ribbon { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-lg); }
.opportunity-ribbon > div { padding: 24px 30px; border-right: 1px solid var(--line); }
.opportunity-ribbon strong { display: block; color: var(--navy-800); font-family: var(--font-display); font-size: 1.45rem; }
.opportunity-ribbon span { display: block; margin-top: 3px; color: var(--muted); font-size: .75rem; font-weight: 650; }
.opportunity-ribbon > p { grid-column: 1 / -1; margin: 0; padding: 8px 30px; color: rgba(255,255,255,.72); background: var(--navy-800); font-size: .68rem; text-align: right; }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 92px; }
.photo-stack { position: relative; padding: 0 44px 44px 0; }
.photo-stack::before { content: ''; position: absolute; inset: 44px 0 0 44px; background: var(--gold-500); }
.photo-main { position: relative; z-index: 1; overflow: hidden; box-shadow: var(--shadow-lg); }
.photo-main img { width: 100%; min-height: 500px; object-fit: cover; }
.photo-caption { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(82%, 390px); padding: 22px 26px; color: white; background: var(--navy-800); }
.photo-caption strong, .photo-caption span { display: block; }
.photo-caption strong { font-family: var(--font-display); font-size: 1.2rem; }
.photo-caption span { margin-top: 5px; color: rgba(255,255,255,.7); font-size: .78rem; }
.section-copy h2, .opportunity-copy h2, .founder-copy h2, .faq-intro h2 { margin-bottom: 28px; }
.section-copy > p, .opportunity-copy > p, .founder-copy > p, .faq-intro > p { font-size: 1rem; }
.large-copy { color: var(--ink) !important; font-family: var(--font-display); font-size: 1.35rem !important; line-height: 1.55; }
.section-copy .text-link { margin-top: 14px; }
.section-heading { max-width: 790px; margin: 0 auto 62px; }
.section-heading.centered { text-align: center; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading > p:last-child { max-width: 680px; margin-inline: auto; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step-card { position: relative; min-height: 320px; padding: 34px 26px; background: white; border-top: 3px solid transparent; transition: transform .25s, box-shadow .25s, border-color .25s; }
.step-card:hover { transform: translateY(-7px); border-color: var(--gold-500); box-shadow: var(--shadow-sm); }
.step-number { position: absolute; top: 24px; right: 24px; color: rgba(16,19,121,.16); font-family: var(--font-display); font-size: 2.3rem; }
.step-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 54px; color: var(--navy-800); background: rgba(16,19,121,.08); font-size: 1.5rem; }
.step-card h3 { color: var(--navy-800); font-family: var(--font-display); font-size: 1.35rem; }
.step-card p { font-size: .88rem; }
.principle-bar { display: flex; align-items: center; gap: 18px; margin-top: 28px; padding: 25px 30px; color: white; background: var(--navy-950); }
.principle-bar strong { color: var(--gold-400); }
.principle-bar span { color: rgba(255,255,255,.72); }
.principle-bar a { margin-left: auto; color: white; font-weight: 800; text-decoration: none; }

.opportunity-section { background: var(--navy-900); }
.opportunity-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 90px; }
.opportunity-copy h2 { color: white; }
.opportunity-copy > p { max-width: 700px; color: rgba(255,255,255,.7); }
.check-list { display: grid; gap: 20px; padding: 0; margin: 34px 0 38px; list-style: none; }
.check-list li { display: grid; grid-template-columns: 34px 1fr; gap: 15px; }
.check-list li > span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--navy-950); background: var(--gold-500); border-radius: 50%; font-weight: 900; }
.check-list strong { color: white; }
.check-list p { margin: 3px 0 0; color: rgba(255,255,255,.62); font-size: .88rem; }
.qualification-card { position: relative; padding: 48px; color: var(--ink); background: white; box-shadow: var(--shadow-lg); }
.qualification-card::after { content: ''; position: absolute; inset: 13px -13px -13px 13px; z-index: -1; border: 1px solid rgba(246,185,27,.6); }
.qualification-kicker { margin-bottom: 26px; color: var(--navy-800); font-family: var(--font-display); font-size: 1.65rem; }
.qualification-card ul { display: grid; gap: 17px; padding-left: 19px; }
.qualification-card li { padding-left: 5px; color: var(--muted); font-size: .91rem; }
.qualification-card li::marker { color: var(--gold-500); }
.risk-chip { display: inline-block; margin-top: 20px; padding: 7px 11px; color: #7a2e00; background: #fff0e7; font-size: .7rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.qualification-card > p { margin: 14px 0 0; font-size: .74rem; }

.book-section { background: linear-gradient(90deg, var(--cream) 0 45%, var(--paper) 45%); }
.book-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.book-secondary { position: relative; max-width: 485px; margin: auto; padding: 18px; background: white; box-shadow: var(--shadow-lg); transform: rotate(-1.2deg); }
.book-secondary img { width: 100%; aspect-ratio: 1120 / 1500; object-fit: cover; }
.book-stamp { position: absolute; right: -28px; bottom: 60px; padding: 12px 17px; color: var(--navy-950); background: var(--gold-400); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; box-shadow: var(--shadow-sm); }
.learning-list { display: grid; margin: 30px 0; border-top: 1px solid var(--line); }
.learning-list div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.learning-list span { color: var(--gold-500); font-family: var(--font-display); font-weight: 700; }
.learning-list p { margin: 0; color: var(--ink); font-size: .92rem; font-weight: 650; }
.micro-copy { font-size: .74rem !important; }

.founder-section { padding: 120px 0; }
.founder-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 82px; }
.founder-copy blockquote { margin: 34px 0 8px; padding: 24px 0 24px 27px; color: white; border-left: 3px solid var(--gold-500); font-family: var(--font-display); font-size: 1.27rem; line-height: 1.55; }
.quote-attribution { color: var(--gold-400) !important; font-size: .78rem !important; font-weight: 800; }
.founder-photo { position: relative; }
.founder-photo img { width: 100%; min-height: 560px; object-fit: cover; box-shadow: var(--shadow-lg); }
.founder-photo-tag { position: absolute; right: -20px; bottom: -28px; width: 360px; padding: 21px 25px; color: var(--navy-950); background: var(--gold-400); }
.founder-photo-tag strong, .founder-photo-tag span { display: block; }
.founder-photo-tag strong { font-family: var(--font-display); font-size: 1.15rem; }
.founder-photo-tag span { margin-top: 3px; font-size: .74rem; }
.community-section { padding: 80px 0; background: var(--paper); }
.community-visual { position: relative; min-height: 580px; overflow: hidden; }
.community-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,55,.83), rgba(5,6,55,.1) 70%); }
.community-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.community-overlay { position: absolute; z-index: 2; left: 7%; bottom: 15%; max-width: 600px; color: white; }
.community-overlay h2 { margin: 0; }

.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.review-card { padding: 34px; background: white; border: 1px solid rgba(16,19,121,.08); box-shadow: 0 4px 15px rgba(6,8,55,.03); }
.stars { color: #00a878; letter-spacing: .18em; }
.review-card h3 { margin: 17px 0 12px; color: var(--navy-800); font-family: var(--font-display); font-size: 1.35rem; }
.review-card > p { min-height: 78px; font-size: .91rem; }
.review-card footer { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.review-avatar { width: 39px; height: 39px; display: grid; place-items: center; color: white; background: var(--navy-800); border-radius: 50%; font-size: .7rem; font-weight: 850; }
.review-card footer strong, .review-card footer small { display: block; }
.review-card footer small { margin-top: 2px; color: var(--muted); font-size: .67rem; }
.review-disclaimer { max-width: 880px; margin: 28px auto 0; font-size: .72rem; text-align: center; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 86px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro .button { margin-top: 17px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; color: var(--navy-800); cursor: pointer; font-family: var(--font-display); font-size: 1.2rem; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { flex: 0 0 32px; width: 32px; height: 32px; display: grid; place-items: center; background: #f1f0f8; border-radius: 50%; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 700px; margin: -5px 55px 25px 0; }
.final-cta { padding: 80px 0; }
.final-cta::before { content: ''; position: absolute; width: 420px; height: 420px; right: -170px; top: -180px; border: 1px solid rgba(246,185,27,.3); border-radius: 50%; }
.final-cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { max-width: 760px; margin-bottom: 12px; font-size: clamp(2.2rem, 4vw, 3.8rem); }
.final-cta p:last-child { margin-bottom: 0; }

.site-footer { color: rgba(255,255,255,.7); background: #030422; }
.site-footer p { color: rgba(255,255,255,.55); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .6fr .9fr 1fr; gap: 48px; padding: 70px 0 50px; }
.footer-brand > p { max-width: 380px; margin: 22px 0 0; font-size: .83rem; }
.footer-grid h3 { color: var(--gold-400); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 10px 0; color: rgba(255,255,255,.7); font-size: .84rem; text-decoration: none; }
.footer-grid .social-link { display: flex; width: fit-content; align-items: center; gap: 10px; transition: color .2s ease, transform .2s ease; }
.social-link:hover { color: var(--gold-400) !important; transform: translateX(3px); }
.social-link svg, .social-mini svg, .social-button svg { width: 21px; height: 21px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.brand-icon { fill: currentColor !important; stroke: none !important; }
.legal-copy { padding: 24px 0 30px; border-top: 1px solid rgba(255,255,255,.1); }
.legal-copy > p { margin-bottom: 22px; font-size: .68rem; line-height: 1.7; }
.legal-copy > div { display: flex; justify-content: space-between; gap: 20px; font-size: .7rem; }
.legal-copy a { color: var(--gold-400); }

/* Opt-in */
.optin-page { background: var(--cream); }
.optin-hero { min-height: 860px; padding: 95px 0 85px; background: radial-gradient(circle at 10% 20%, #1f278c, transparent 38%), var(--navy-950); }
.optin-orb { position: absolute; width: 680px; height: 680px; right: -450px; top: -220px; border: 1px solid rgba(246,185,27,.3); border-radius: 50%; }
.optin-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 86px; }
.optin-copy { padding-top: 55px; }
.optin-copy h1 { margin-bottom: 28px; color: white; font-size: clamp(3rem, 5.3vw, 5rem); }
.optin-points { display: grid; gap: 18px; margin: 35px 0; }
.optin-points > div { display: grid; grid-template-columns: 43px 1fr; gap: 15px; }
.optin-points > div > span { width: 39px; height: 39px; display: grid; place-items: center; color: var(--gold-400); border: 1px solid rgba(246,185,27,.4); border-radius: 50%; font-family: var(--font-display); font-size: .77rem; }
.optin-points p { margin: 0; color: rgba(255,255,255,.62); font-size: .82rem; }
.optin-points strong { display: block; color: white; font-size: .93rem; }
.book-mini { display: flex; align-items: center; gap: 16px; width: min(100%, 390px); padding: 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.book-mini img { width: 76px; height: 100px; object-fit: cover; }
.book-mini span, .book-mini strong, .book-mini small { display: block; }
.book-mini span { color: var(--gold-400); font-size: .62rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.book-mini strong { margin-top: 4px; color: white; font-family: var(--font-display); line-height: 1.25; }
.book-mini small { margin-top: 5px; color: rgba(255,255,255,.55); }
.form-shell { position: relative; padding: 38px 38px 30px; color: var(--ink); background: white; box-shadow: var(--shadow-lg); }
.form-shell::after { content: ''; position: absolute; inset: 13px -13px -13px 13px; z-index: -1; border: 1px solid rgba(246,185,27,.55); pointer-events: none; }
.form-heading { display: flex; align-items: center; gap: 15px; }
.secure-mark { width: 43px; height: 43px; display: grid; place-items: center; color: var(--navy-950); background: var(--gold-400); border-radius: 50%; font-weight: 900; }
.form-heading p { margin: 0 0 2px; color: var(--navy-700); font-size: .65rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.form-heading h2 { margin: 0; font-size: 2.1rem; }
.form-intro { margin: 17px 0 22px; font-size: .82rem; }
.form-embed { min-height: 600px; overflow: hidden; background: #fafafa; border: 1px solid var(--line); }
.form-embed iframe { width: 100%; height: 690px; display: block; border: 0; background: white; }
.form-fallback { margin: 14px 0 0; color: var(--muted); font-size: .86rem; text-align: center; }
.form-fallback a { color: var(--navy); font-weight: 800; text-underline-offset: 3px; }
.form-footnote { margin: 16px 0 0; font-size: .68rem; line-height: 1.55; }
.optin-reassurance { padding: 40px 0; background: white; border-bottom: 1px solid var(--line); }
.reassurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.reassurance-grid > div { display: grid; grid-template-columns: 31px 1fr; gap: 13px; }
.reassurance-grid > div > span { width: 28px; height: 28px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.reassurance-grid p { margin: 0; font-size: .78rem; }
.reassurance-grid strong { display: block; color: var(--ink); font-size: .88rem; }
.optin-legal { padding: 85px 0; }
.legal-panel { padding: 45px; background: white; border: 1px solid var(--line); }
.legal-panel h2 { margin-bottom: 35px; font-size: 2.25rem; }
.legal-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.legal-columns h3 { color: var(--navy-800); font-size: .9rem; }
.legal-columns p, .legal-contact { font-size: .76rem; }
.legal-contact { margin: 30px 0 0; padding-top: 22px; border-top: 1px solid var(--line); }
.legal-contact a { color: var(--navy-800); font-weight: 750; }
.compact-footer { color: rgba(255,255,255,.62); background: #030422; }
.compact-footer > div { min-height: 75px; display: flex; align-items: center; gap: 25px; font-size: .72rem; }
.compact-footer a { margin-left: auto; color: var(--gold-400); text-decoration: none; }
.compact-footer a + a { margin-left: 0; }
.compact-footer .compact-follow { margin-left: auto; color: rgba(255,255,255,.48); }
.compact-footer .social-mini { display: inline-flex; align-items: center; gap: 6px; margin-left: 0; }
.compact-footer .social-mini svg { width: 17px; height: 17px; }

/* Thank-you */
.thankyou-page { min-height: 100vh; background: var(--navy-950); }
.thankyou-main { position: relative; min-height: 100vh; padding: 45px 0; overflow: hidden; background: radial-gradient(circle at 50% 10%, #222b97, transparent 42%), var(--navy-950); }
.thankyou-orb { position: absolute; border: 1px solid rgba(246,185,27,.25); border-radius: 50%; }
.thankyou-orb-one { width: 600px; height: 600px; left: -420px; top: 20%; }
.thankyou-orb-two { width: 420px; height: 420px; right: -270px; top: 4%; }
.thankyou-wrap { position: relative; z-index: 1; }
.thankyou-brand { margin: 0 auto 32px; justify-content: center; }
.thankyou-card { max-width: 900px; margin: auto; padding: 58px 70px 48px; background: var(--paper); text-align: center; box-shadow: var(--shadow-lg); }
.success-ring { width: 78px; height: 78px; display: grid; place-items: center; margin: -98px auto 33px; background: var(--gold-400); border: 9px solid var(--navy-950); border-radius: 50%; }
.success-ring span { color: var(--navy-950); font-size: 1.65rem; font-weight: 900; }
.thankyou-card h1 { max-width: 740px; margin: 0 auto 22px; color: var(--navy-950); font-size: clamp(2.6rem, 5vw, 4.5rem); }
.thankyou-lede { max-width: 680px; margin: 0 auto 38px; font-size: 1.03rem; }
.inbox-next-step { display: flex; max-width: 700px; align-items: center; gap: 24px; margin: 0 auto; padding: 26px 30px; background: #f1f0f8; border-left: 4px solid var(--gold-500); text-align: left; }
.inbox-icon { width: 58px; height: 58px; display: grid; flex: 0 0 auto; place-items: center; color: var(--navy-950); background: var(--gold-400); border-radius: 50%; font-size: 1.55rem; }
.inbox-next-step p, .thankyou-social > p { margin: 0 0 3px; color: var(--navy-700); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.inbox-next-step h2 { margin: 0 0 5px; color: var(--navy-950); font-size: 1.55rem; }
.inbox-next-step div > span { color: var(--slate); font-size: .78rem; line-height: 1.65; }
.thankyou-social { max-width: 620px; margin: 22px auto 0; padding: 20px 24px 22px; color: white; background: var(--navy-950); }
.thankyou-social > p { color: var(--gold-400); }
.thankyou-social h2 { margin: 0 0 12px; color: white; font-size: 1.45rem; }
.thankyou-social-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.social-button { min-width: 0; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 9px 12px; color: white; border: 1px solid rgba(255,255,255,.25); text-decoration: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.social-button:hover { border-color: var(--gold-400); background: rgba(255,255,255,.08); transform: translateY(-2px); }
.social-button svg { width: 19px; height: 19px; }
.social-button span { text-align: left; font-size: .78rem; font-weight: 800; }
.social-button small { display: block; color: rgba(255,255,255,.58); font-size: .58rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.next-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; text-align: left; }
.next-steps > div { padding: 23px 20px; background: #f1f0f8; border-top: 3px solid var(--gold-500); }
.next-steps > div > span { color: var(--navy-700); font-family: var(--font-display); font-weight: 700; }
.next-steps p { margin: 10px 0 0; font-size: .76rem; }
.next-steps strong { display: block; color: var(--ink); font-size: .87rem; }
.thankyou-actions { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 35px; }
.thankyou-note { margin: 34px auto 0; padding-top: 22px; border-top: 1px solid var(--line); font-size: .69rem; }
.thankyou-footer { margin: 27px 0 0; color: rgba(255,255,255,.54); font-size: .7rem; text-align: center; }
.thankyou-footer a { color: var(--gold-400); }

/* Not-qualified */
.not-qualified-page { min-height: 100vh; background: var(--navy-950); }
.not-qualified-main { position: relative; min-height: 100vh; padding: 45px 0; overflow: hidden; background: radial-gradient(circle at 50% 10%, #222b97, transparent 42%), var(--navy-950); }
.not-qualified-wrap { position: relative; z-index: 1; }
.not-qualified-brand { margin: 0 auto 32px; justify-content: center; }
.not-qualified-card { max-width: 860px; margin: auto; padding: 58px 70px 46px; background: var(--paper); text-align: center; box-shadow: var(--shadow-lg); }
.consideration-ring { width: 78px; height: 78px; display: grid; place-items: center; margin: -98px auto 33px; color: var(--navy-950); background: var(--gold-400); border: 9px solid var(--navy-950); border-radius: 50%; font-size: 1.55rem; font-weight: 900; }
.not-qualified-card h1 { max-width: 680px; margin: 0 auto 20px; color: var(--navy-950); font-size: clamp(2.6rem, 5vw, 4.25rem); }
.not-qualified-lede { max-width: 650px; margin: 0 auto 30px; font-size: 1.03rem; }
.reassurance-message { display: flex; max-width: 650px; align-items: center; gap: 22px; margin: 0 auto; padding: 24px 28px; background: #f1f0f8; border-left: 4px solid var(--gold-500); text-align: left; }
.reassurance-icon { width: 52px; height: 52px; display: grid; flex: 0 0 auto; place-items: center; color: var(--navy-950); background: var(--gold-400); border-radius: 50%; font-size: 1.45rem; }
.reassurance-message h2 { margin: 0 0 6px; color: var(--navy-950); font-size: 1.45rem; }
.reassurance-message p { margin: 0; font-size: .82rem; line-height: 1.65; }
.instagram-invitation { max-width: 560px; margin: 22px auto 0; padding: 23px 25px 25px; color: white; background: var(--navy-950); }
.instagram-invitation > p { margin: 0 0 3px; color: var(--gold-400); font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.instagram-invitation h2 { margin: 0 0 15px; color: white; font-size: 1.55rem; }
.instagram-follow-button { width: fit-content; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 22px; color: var(--navy-950); background: var(--gold-400); text-decoration: none; transition: background .2s ease, transform .2s ease; }
.instagram-follow-button:hover { background: var(--gold-300); transform: translateY(-2px); }
.instagram-follow-button svg { width: 20px; height: 20px; }
.instagram-follow-button span { text-align: left; font-size: .82rem; font-weight: 850; }
.instagram-follow-button small { display: block; font-size: .54rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.journey-wish { max-width: 650px; margin: 28px auto 0; padding-top: 24px; border-top: 1px solid var(--line); font-size: .82rem; }
.not-qualified-actions { margin-top: 22px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-nav { gap: 18px; }
  .site-nav > a:not(.button) { display: none; }
  .hero-grid { gap: 35px; }
  .hero-visual { min-height: 590px; }
  .book-frame { width: 410px; }
  .note-top { right: -8px; }
  .note-bottom { left: -8px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .opportunity-grid, .founder-grid { gap: 55px; }
  .book-grid { gap: 55px; }
  .optin-grid { gap: 48px; }
}

@media (max-width: 820px) {
  .section { padding: 86px 0; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 88px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 25px 20px; background: var(--navy-950); transform: translateX(100%); transition: transform .25s; }
  .site-nav.is-open { transform: none; }
  .site-nav > a:not(.button) { display: block; padding: 17px 4px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1rem; }
  .site-nav .button { margin-top: 25px; }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-grid, .split-grid, .opportunity-grid, .book-grid, .founder-grid, .faq-grid, .optin-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; }
  .hero-copy { padding-top: 0; }
  .hero-visual { min-height: 620px; }
  .book-frame { width: min(75vw, 430px); }
  .note-top { right: 5%; }
  .note-bottom { left: 4%; }
  .opportunity-ribbon { grid-template-columns: 1fr; }
  .opportunity-ribbon > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .opportunity-ribbon > p { text-align: left; }
  .split-grid { gap: 66px; }
  .photo-main img { min-height: 430px; }
  .opportunity-grid, .book-grid, .founder-grid, .faq-grid { gap: 65px; }
  .book-section { background: var(--cream); }
  .book-secondary { width: min(82%, 470px); }
  .founder-photo { max-width: 680px; }
  .founder-photo-tag { right: 0; }
  .community-visual { min-height: 500px; }
  .faq-intro { position: static; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.3fr .7fr; }
  .optin-copy { padding-top: 10px; }
  .optin-grid { gap: 52px; }
  .legal-columns, .reassurance-grid { grid-template-columns: 1fr; }
  .next-steps { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .site-header, .header-inner { height: 76px; }
  .site-nav { inset: 76px 0 0; }
  .brand { min-width: 0; gap: 9px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: .92rem; }
  .brand small { font-size: .57rem; }
  .back-link { font-size: .76rem; }
  .hero { padding: 125px 0 42px; }
  .hero h1 { font-size: clamp(2.9rem, 14vw, 4.3rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { align-self: flex-start; }
  .trust-line { gap: 8px; }
  .hero-visual { min-height: 535px; }
  .book-frame { width: min(82vw, 360px); }
  .floating-note { width: 170px; padding: 11px 12px; }
  .floating-note strong { font-size: .8rem; }
  .note-top { top: 5px; right: -5px; }
  .note-bottom { bottom: 10px; left: -5px; }
  .opportunity-ribbon { margin-top: 35px; }
  .photo-stack { padding: 0 20px 30px 0; }
  .photo-stack::before { inset: 30px 0 0 25px; }
  .photo-main img { min-height: 360px; }
  .photo-caption { width: 90%; padding: 17px 19px; }
  .steps-grid, .reviews-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 270px; }
  .step-icon { margin-bottom: 35px; }
  .principle-bar { align-items: flex-start; flex-direction: column; }
  .principle-bar a { margin-left: 0; }
  .qualification-card { padding: 32px 26px; }
  .book-secondary { width: 92%; }
  .book-stamp { right: -8px; }
  .founder-photo img { min-height: 390px; }
  .founder-photo-tag { position: relative; bottom: auto; width: calc(100% - 20px); margin: -28px 0 0 20px; }
  .community-section { padding: 35px 0; }
  .community-visual { min-height: 470px; }
  .community-visual::after { background: linear-gradient(0deg, rgba(5,6,55,.88), rgba(5,6,55,.15)); }
  .community-overlay { left: 25px; right: 25px; bottom: 35px; }
  .review-card { padding: 27px 23px; }
  .review-card > p { min-height: auto; }
  .accordion summary { font-size: 1.04rem; }
  .final-cta { padding: 70px 0; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; padding-top: 50px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .legal-copy > div { flex-direction: column; }
  .optin-header .brand span { display: none; }
  .optin-hero { padding: 70px 0 65px; }
  .optin-copy h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .form-shell { padding: 27px 18px 22px; }
  .form-heading h2 { font-size: 1.75rem; }
  .form-embed { margin-inline: -8px; }
  .form-embed iframe { height: 760px; }
  .legal-panel { padding: 30px 22px; }
  .compact-footer > div { flex-wrap: wrap; justify-content: center; padding: 20px 0; }
  .compact-footer a { margin-left: 0; }
  .compact-footer .compact-follow { width: 100%; margin: 4px 0 0; text-align: center; }
  .thankyou-main { padding-top: 30px; }
  .thankyou-brand { margin-bottom: 48px; }
  .thankyou-card { padding: 50px 22px 35px; }
  .success-ring { margin-top: -91px; }
  .thankyou-actions { align-items: stretch; flex-direction: column; }
  .thankyou-actions .text-link { align-self: center; }
  .inbox-next-step { align-items: flex-start; padding: 23px 20px; }
  .inbox-icon { width: 45px; height: 45px; font-size: 1.2rem; }
  .thankyou-social { padding: 18px 12px 20px; }
  .thankyou-social-links { gap: 7px; }
  .social-button { width: 100%; gap: 6px; padding: 9px 7px; }
  .social-button svg { width: 17px; height: 17px; }
  .social-button span { font-size: .7rem; }
  .social-button small { font-size: .5rem; }
  .not-qualified-main { padding-top: 30px; }
  .not-qualified-brand { margin-bottom: 48px; }
  .not-qualified-card { padding: 50px 22px 34px; }
  .consideration-ring { margin-top: -91px; }
  .reassurance-message { align-items: flex-start; padding: 22px 18px; }
  .reassurance-icon { width: 43px; height: 43px; font-size: 1.1rem; }
  .instagram-invitation { padding: 21px 16px 23px; }
}

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