:root {
  --navy: #2e1647;
  --navy2: #4b1f75;
  --orange: #7b2cbf;
  --gold: #c9a227;
  --cream: #faf7fc;
  --paper: #ffffff;
  --pale: #f1eaf7;
  --ink: #16212c;
  --muted: #5c6a75;
  --line: #dfd3e8;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; }
a { color: inherit; }
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 20; }
.brand { text-decoration: none; font-family: "Libre Franklin", sans-serif; font-weight: 900; letter-spacing: -.04em; color: var(--navy); font-size: 1.12rem; }
.brand span { color: var(--orange); }
.navCta, .primaryButton { background: var(--orange); color: white; padding: 12px 20px; border-radius: 8px; text-decoration: none; font-weight: 800; }
.hero { min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 68px; max-width: 1180px; margin: 0 auto; padding: 72px 24px 84px; }
.eyebrow { margin: 0 0 12px; color: var(--orange); font-size: .78rem; letter-spacing: .14em; font-weight: 900; }
h1, h2, h3 { font-family: "Libre Franklin", sans-serif; color: var(--navy); line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(3.2rem, 6vw, 5.6rem); margin: 0 0 24px; max-width: 720px; }
h1 em { font-style: normal; color: var(--orange); }
h2 { font-size: clamp(2.25rem, 4vw, 3.7rem); margin: 0 0 22px; }
h3 { font-size: 1.1rem; margin: 7px 0; letter-spacing: -.025em; }
.lead { font-size: 1.22rem; color: var(--muted); max-width: 650px; margin: 0 0 32px; }
.signup label { display: block; font-weight: 800; margin-bottom: 9px; color: var(--navy); }
.formRow { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 630px; }
.formRow input { min-width: 0; width: 100%; border: 2px solid #cfd9e0; border-radius: 8px; padding: 15px 16px; font: inherit; font-size: 1rem; }
.formRow #email { grid-column: 1 / -1; }
.formRow button { grid-column: 1 / -1; }
.formRow input:focus { outline: 3px solid rgba(123,44,191,.2); border-color: var(--orange); }
.formRow button { border: 0; border-radius: 8px; padding: 15px 20px; background: var(--navy); color: white; font: inherit; font-weight: 800; cursor: pointer; }
.formRow button:hover, .formRow button:focus { background: var(--orange); }
.privacy { font-size: .82rem; color: var(--muted); margin: 8px 0 0; }
.formMessage { font-weight: 800; color: var(--navy); margin: 10px 0 0; }
.formResponseFrame { position: absolute; width: 1px; height: 1px; border: 0; opacity: 0; pointer-events: none; }
.bookStage { min-height: 510px; position: relative; display: grid; place-items: center; background: var(--pale); border-radius: 42% 58% 48% 52% / 55% 45% 55% 45%; overflow: hidden; }
.book { width: 290px; height: 410px; background: var(--cream); padding: 42px 34px; box-shadow: 26px 30px 0 var(--navy), 34px 40px 45px rgba(46,22,71,.28); transform: rotate(4deg); position: relative; z-index: 2; border: 1px solid #dfd3e8; }
.book:after { content: ""; position: absolute; top: 0; right: -10px; width: 10px; height: 100%; background: #cfc0da; transform: skewY(42deg); transform-origin: left top; }
.bookTop { font-size: .58rem; color: var(--orange); font-weight: 900; letter-spacing: .12em; }
.bookTitle { margin-top: 45px; font-family: "Libre Franklin"; font-weight: 900; color: var(--navy); font-size: 1.76rem; line-height: 1.18; letter-spacing: -.06em; }
.bookTitle span { color: var(--orange); font-size: 2.34rem; }
.bookRule { width: 58px; height: 5px; background: var(--orange); margin: 25px 0; }
.bookSub { color: var(--navy); font-size: .78rem; font-weight: 900; letter-spacing: .08em; }
.orbit { position: absolute; border: 2px solid rgba(123,44,191,.25); border-radius: 50%; }
.orbitOne { width: 440px; height: 440px; }
.orbitTwo { width: 350px; height: 350px; border-color: rgba(46,22,71,.18); }
.proofLine { background: var(--navy); color: white; display: grid; grid-template-columns: repeat(3, 1fr); padding: 34px max(24px, calc((100vw - 920px) / 2)); }
.proofLine div { display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid rgba(255,255,255,.2); }
.proofLine div:last-child { border: 0; }
.proofLine strong { font: 900 2rem/1 "Libre Franklin"; color: var(--gold); }
.proofLine span { font-size: .92rem; }
.trap, .founder { max-width: 1120px; margin: 0 auto; padding: 110px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.trapCopy { border-left: 5px solid var(--orange); padding-left: 30px; font-size: 1.12rem; color: var(--muted); }
.inside { background: var(--cream); padding: 110px 24px; }
.sectionIntro, .inside .codes, .tools > * { max-width: 1120px; margin-left: auto; margin-right: auto; }
.sectionIntro { text-align: center; max-width: 780px; }
.codes { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #dfd3e8; }
.codes article { display: grid; grid-template-columns: 50px 190px 1fr; gap: 12px; align-items: baseline; padding: 24px 16px; border-bottom: 1px solid #dfd3e8; }
.codes article:nth-child(odd) { border-right: 1px solid #dfd3e8; }
.codes article span, .toolGrid span { color: var(--orange); font-weight: 900; }
.codes article p { margin: 0; color: var(--muted); font-size: .94rem; }
.founderMark { width: 100%; aspect-ratio: 1.15; background: var(--navy); color: var(--orange); display: grid; place-items: center; font: 900 clamp(5rem,12vw,10rem)/1 "Libre Franklin"; border-radius: 10px; box-shadow: 20px 20px 0 var(--orange); }
.founder p { color: var(--muted); font-size: 1.03rem; }
blockquote { margin: 28px 0 0; padding: 20px 0 20px 24px; border-left: 5px solid var(--orange); font-size: 1.2rem; font-weight: 800; color: var(--navy); }
.tools { background: var(--pale); padding: 100px 24px; text-align: center; }
.toolGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: left; }
.toolGrid > div { background: white; padding: 26px; border-top: 5px solid var(--orange); box-shadow: 0 12px 30px rgba(46,22,71,.08); }
.toolGrid p { color: var(--muted); font-size: .92rem; margin-bottom: 0; }
.finalCta { max-width: 1120px; margin: 100px auto; padding: 58px; border-radius: 16px; background: var(--navy); color: white; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.finalCta h2 { color: white; margin-bottom: 12px; }
.finalCta p:not(.eyebrow) { margin: 0; color: #cfdae2; }
.finalCta .primaryButton { white-space: nowrap; }
.faq { max-width: 820px; margin: 0 auto; padding: 20px 24px 110px; }
details { border-top: 1px solid var(--line); padding: 18px 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 800; color: var(--navy); font-size: 1.05rem; }
details p { color: var(--muted); }
footer { padding: 36px max(24px, calc((100vw - 1120px) / 2)); background: #f7f3fa; display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: .85rem; }
footer p:last-child { margin-left: auto; }
@media (max-width: 900px) {
  .hero, .trap, .founder { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
  .bookStage { order: -1; min-height: 440px; }
  .book { transform: rotate(2deg) scale(.88); }
  .codes, .toolGrid { grid-template-columns: 1fr 1fr; }
  .codes article { grid-template-columns: 42px 1fr; }
  .codes article p { grid-column: 2; }
  .codes article:nth-child(odd) { border-right: 0; }
  .finalCta { margin: 70px 24px; }
}
@media (max-width: 620px) {
  .nav { height: 68px; }
  .navCta { padding: 10px 13px; font-size: .82rem; }
  h1 { font-size: 3.1rem; }
  .formRow { grid-template-columns: 1fr; }
  .formRow #email, .formRow button { grid-column: 1; }
  .proofLine { grid-template-columns: 1fr; gap: 18px; }
  .proofLine div { border-right: 0; justify-content: flex-start; }
  .codes, .toolGrid { grid-template-columns: 1fr; }
  .trap, .founder, .inside, .tools { padding-top: 78px; padding-bottom: 78px; }
  .finalCta { padding: 38px 28px; display: block; }
  .finalCta .primaryButton { display: inline-block; margin-top: 24px; }
  footer { align-items: flex-start; flex-direction: column; gap: 8px; }
  footer p { margin: 0; }
  footer p:last-child { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
