:root {
  --navy: #0c2a3e;
  --navy-2: #123d54;
  --teal: #37cdb1;
  --teal-dark: #167c72;
  --coral: #ff6b57;
  --coral-dark: #e75141;
  --gold: #ffc857;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --ink: #102a43;
  --muted: #5b6f7d;
  --line: #dce4e3;
  --shadow: 0 22px 55px rgba(12, 42, 62, .13);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--gold); color: var(--navy); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand strong { font-family: "Space Grotesk", "DM Sans", sans-serif; }
h1 { font-size: clamp(2.7rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.06em; }
h2 { font-size: clamp(2rem, 3.5vw, 3.45rem); line-height: 1.05; letter-spacing: -.045em; }
h3 { font-size: 1.35rem; line-height: 1.15; letter-spacing: -.025em; }
em { color: var(--coral); font-style: normal; }
.shell { width: var(--shell); margin-inline: auto; }
.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; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 14px; border-radius: 8px; background: var(--paper); color: var(--navy); }
.skip-link:focus { transform: translateY(0); }
.demo-bar { padding: 7px 18px; color: #ffeac4; background: #071c2a; text-align: center; font-size: .75rem; font-weight: 700; letter-spacing: .04em; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(12, 42, 62, .09); background: rgba(255, 253, 248, .94); backdrop-filter: blur(16px); }
.nav-shell { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); text-decoration: none; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font-size: 1rem; letter-spacing: -.03em; }
.brand small { margin-top: 5px; color: var(--teal-dark); font-size: .56rem; font-weight: 800; letter-spacing: .18em; }
.brand-mark { width: 35px; height: 35px; display: flex; align-items: flex-end; justify-content: center; gap: 3px; padding: 7px; border-radius: 11px; background: var(--navy); transform: rotate(-3deg); }
.brand-mark span { width: 5px; border-radius: 4px 4px 1px 1px; background: var(--teal); }
.brand-mark span:nth-child(1) { height: 10px; }
.brand-mark span:nth-child(2) { height: 15px; background: var(--gold); }
.brand-mark span:nth-child(3) { height: 20px; background: var(--coral); }
nav { margin-left: auto; }
nav ul { display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
nav a, nav summary { display: inline-flex; align-items: center; gap: 5px; padding: 11px 12px; border-radius: 10px; color: #344e5e; text-decoration: none; font-size: .88rem; font-weight: 700; cursor: pointer; }
nav a:hover, nav summary:hover, nav a.is-active { color: var(--navy); background: #eaf7f3; }
nav summary { list-style: none; }
nav summary::-webkit-details-marker { display: none; }
nav summary svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .2s ease; }
.nav-dropdown { position: relative; }
.nav-dropdown details[open] summary svg { transform: rotate(180deg); }
.dropdown-panel { position: absolute; top: calc(100% + 12px); left: 50%; width: 270px; padding: 10px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); box-shadow: var(--shadow); transform: translateX(-50%); }
.dropdown-panel::before { content: ""; position: absolute; top: -9px; left: 50%; width: 16px; height: 16px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: var(--paper); transform: translateX(-50%) rotate(45deg); }
.dropdown-panel a { position: relative; z-index: 1; display: grid; padding: 10px 12px; }
.dropdown-panel a span { font-size: .87rem; }
.dropdown-panel a small { color: var(--muted); font-size: .71rem; font-weight: 500; }
.dropdown-panel .dropdown-bundle { margin-top: 5px; color: white; background: var(--navy); }
.dropdown-panel .dropdown-bundle small { color: #cde5e0; }
.nav-toggle { display: none; margin-left: auto; padding: 8px; border: 0; background: none; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; border-radius: 2px; background: var(--navy); }

.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 23px; border: 0; border-radius: 14px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 17px; border-radius: 12px; font-size: .83rem; }
.button-coral { color: white; background: var(--coral); box-shadow: 0 12px 25px rgba(255, 107, 87, .25); }
.button-coral:hover { background: var(--coral-dark); }
.button-dark { color: white; background: var(--navy); }
.button-light { color: var(--navy); background: white; }
.button-wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }
.eyebrow { display: block; margin-bottom: 13px; color: var(--teal-dark); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: var(--teal); }

.hero { min-height: 680px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 30px; padding-block: 85px 95px; }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 27px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #d9f8f1; background: rgba(255,255,255,.06); font-size: .75rem; font-weight: 700; letter-spacing: .04em; }
.hero-kicker i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(55,205,177,.12); }
.hero h1 { max-width: 680px; margin-bottom: 24px; }
.hero h1 em { display: block; }
.hero-copy > p { max-width: 600px; margin-bottom: 30px; color: #c5d7de; font-size: 1.15rem; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-actions .text-link { color: white; }
.trust-row { display: flex; gap: 29px; margin-top: 46px; color: #a9c1ca; font-size: .73rem; }
.trust-row span { display: grid; }
.trust-row b { color: white; font-family: "Space Grotesk"; font-size: 1.3rem; }
.hero-art { position: relative; min-height: 510px; perspective: 1000px; }
.hero-art::before { content: ""; position: absolute; inset: 50px 20px 20px 50px; border-radius: 50%; background: radial-gradient(circle, rgba(55,205,177,.2), transparent 67%); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; top: 5px; left: 28px; }
.orbit-two { width: 350px; height: 350px; top: 73px; left: 97px; }
.money-card { position: absolute; z-index: 2; top: 120px; left: 40px; width: min(440px, 82%); aspect-ratio: 1.58; padding: 28px 30px; border: 1px solid rgba(255,255,255,.32); border-radius: 25px; color: var(--navy); background: linear-gradient(135deg, #62e0ca, #34bda8); box-shadow: 0 35px 80px rgba(0,0,0,.36); transform: rotate(-8deg); }
.money-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(110deg, transparent, rgba(255,255,255,.22), transparent 60%); pointer-events: none; }
.card-top, .card-bottom { display: flex; align-items: flex-start; justify-content: space-between; }
.mini-brand { font-family: "Space Grotesk"; font-size: .67rem; font-weight: 800; line-height: .9; }
.contactless { font-weight: 800; transform: rotate(90deg); }
.chip { width: 42px; height: 31px; display: block; margin: 30px 0 15px; border: 1px solid #8c712f; border-radius: 7px; background: linear-gradient(90deg, transparent 45%, #a98935 47%, #a98935 51%, transparent 53%), linear-gradient(#f6d778, #cfaa46); }
.money-card > strong { display: block; font-size: .72rem; letter-spacing: .1em; }
.card-digits { margin: 7px 0 18px; font-family: "Space Grotesk"; font-size: clamp(1.1rem, 2.2vw, 1.55rem); font-weight: 700; letter-spacing: .08em; }
.card-bottom { font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.float-badge { position: absolute; z-index: 3; display: grid; grid-template-columns: 43px 1fr; column-gap: 10px; min-width: 210px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; color: var(--navy); background: white; box-shadow: var(--shadow); }
.float-badge > span { grid-row: 1 / span 2; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--coral); font-size: 1.35rem; font-weight: 800; }
.float-badge b { align-self: end; font-size: .84rem; }
.float-badge small { color: var(--muted); font-size: .68rem; }
.badge-save { top: 56px; right: 2px; transform: rotate(4deg); }
.badge-goal { bottom: 39px; right: 16px; transform: rotate(-3deg); }
.badge-goal > span { color: var(--navy); background: var(--gold); }

.quick-paths { position: relative; z-index: 4; margin-top: -36px; }
.paths-grid { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 20px; background: white; box-shadow: var(--shadow); }
.paths-grid a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; min-height: 102px; padding: 20px 28px; text-decoration: none; }
.paths-grid a + a { border-left: 1px solid var(--line); }
.paths-grid a:hover { background: #f1faf7; }
.path-number { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; color: var(--navy); background: var(--gold); font-family: "Space Grotesk"; font-weight: 800; }
.path-number-alt { color: white; background: var(--coral); }
.paths-grid b, .paths-grid small { display: block; }
.paths-grid small { margin-top: 2px; color: var(--muted); }
.paths-grid i { font-style: normal; font-size: 1.4rem; }

.section { padding: 100px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 40px; }
.section-heading h2 { margin-bottom: 0; }
.book-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.book-card { scroll-margin-top: 105px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 28px rgba(12, 42, 62, .06); transition: transform .2s ease, box-shadow .2s ease; }
.book-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.cover-wrap { position: relative; aspect-ratio: 1.48; overflow: hidden; background: #e8efed; }
.cover-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .35s ease; }
.book-card:hover .cover-wrap img { transform: scale(1.025); }
.level-tag { position: absolute; bottom: 14px; left: 14px; padding: 7px 11px; border-radius: 999px; color: white; background: rgba(12,42,62,.9); backdrop-filter: blur(8px); font-size: .7rem; font-weight: 800; letter-spacing: .04em; }
.book-copy { padding: 23px; }
.book-copy h3 { min-height: 50px; margin-bottom: 9px; }
.book-copy > p { min-height: 75px; color: var(--muted); font-size: .88rem; }
.book-meta { display: flex; gap: 15px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--teal-dark); font-size: .72rem; font-weight: 800; }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 21px; }
.price-row > strong { font-family: "Space Grotesk"; font-size: 1.35rem; }
.price-row .button { min-height: 42px; padding-inline: 16px; border-radius: 11px; font-size: .78rem; }

.how-section { padding: 100px 0; color: white; background: var(--navy); }
.how-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.how-grid > div > p { max-width: 420px; margin-bottom: 28px; color: #bdd1d8; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.steps li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--teal); font-family: "Space Grotesk"; font-weight: 800; }
.steps li:nth-child(2) > span { background: var(--gold); }
.steps li:nth-child(3) > span { color: white; background: var(--coral); }
.steps h3 { margin: 1px 0 4px; }
.steps p { margin: 0; color: #bdd1d8; }

.bundle-card { display: grid; grid-template-columns: 1.1fr .8fr .7fr; align-items: center; gap: 35px; padding: 40px; border-radius: 27px; color: white; background: var(--navy-2); box-shadow: var(--shadow); }
.bundle-card h3 { margin-bottom: 10px; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.bundle-card p { margin-bottom: 0; color: #c1d7dd; }
.bundle-card-accent { position: relative; overflow: hidden; background: linear-gradient(120deg, #0c2a3e 0 63%, #15536a 63%); }
.bundle-card-accent::after { content: "$"; position: absolute; right: -20px; top: -80px; color: rgba(255,255,255,.035); font-family: "Space Grotesk"; font-size: 20rem; font-weight: 800; line-height: 1; }
.check-list { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 5px 0 5px 25px; color: #def6f0; font-size: .86rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 800; }
.bundle-footer { position: relative; z-index: 1; display: grid; gap: 16px; justify-items: end; }
.bundle-footer > div { display: grid; text-align: right; }
.bundle-footer small { color: #bdd1d8; }
.bundle-footer strong { font-family: "Space Grotesk"; font-size: 2rem; }
.page-hero { padding: 92px 0 85px; color: white; background: var(--navy); }
.page-hero h1 { margin-bottom: 20px; font-size: clamp(2.8rem, 5.5vw, 5.1rem); }
.page-hero > .shell > p { max-width: 580px; color: #c3d6dc; font-size: 1.08rem; }
.level-legend { display: flex; gap: 22px; margin-top: 35px; color: #c3d6dc; font-size: .78rem; font-weight: 700; }
.level-legend span { display: flex; align-items: center; gap: 8px; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); }
.dot-two { background: var(--gold); }.dot-three { background: var(--coral); }
.series-section { padding: 95px 0; }
.series-section + .series-section { background: var(--cream); }
.series-heading { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 23px; margin-bottom: 40px; }
.series-heading h2 { margin-bottom: 6px; font-size: clamp(2rem, 4vw, 3.25rem); }
.series-heading p { margin-bottom: 0; color: var(--muted); }
.series-chip { width: 80px; height: 80px; display: grid; place-items: center; border-radius: 23px; color: var(--navy); background: var(--teal); font-family: "Space Grotesk"; font-weight: 800; transform: rotate(-3deg); }
.series-section:nth-of-type(3) .series-chip { background: var(--gold); transform: rotate(3deg); }
.series-bundle { margin-top: 35px; }

.checkout-section { min-height: 760px; padding: 65px 0 100px; background: var(--cream); }
.checkout-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .72fr); gap: 42px; align-items: start; }
.checkout-main > h1 { margin-bottom: 35px; font-size: clamp(2.5rem, 5vw, 4.6rem); }
.back-link { display: inline-block; margin-bottom: 25px; color: var(--muted); text-decoration: none; font-size: .84rem; font-weight: 700; }
.buyer-panel, .payment-panel, .order-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.buyer-panel { margin-bottom: 18px; }
.buyer-panel h2, .payment-panel h2 { margin-bottom: 18px; font-size: 1.25rem; }
label { display: block; margin-bottom: 8px; font-size: .78rem; font-weight: 800; }
label > span { color: var(--muted); font-weight: 500; }
input[type="email"], input[type="tel"], input[type="text"], input[name="name"] { width: 100%; height: 52px; padding: 0 15px; border: 1px solid #bac9ce; border-radius: 12px; color: var(--ink); background: #fff; outline: none; }
input:focus { border-color: var(--teal-dark); box-shadow: 0 0 0 4px rgba(55,205,177,.16); }
.consent-check { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; margin-top: 16px; color: #4f626e; font-size: .75rem; font-weight: 500; }
.consent-check input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--teal-dark); }
.payment-intro { color: var(--muted); font-size: .82rem; }
.pay-option { width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; margin-top: 11px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: white; text-align: left; cursor: pointer; transition: border .18s, transform .18s, background .18s; }
.pay-option:hover { border-color: var(--teal-dark); background: #f5fbf9; transform: translateY(-1px); }
.pay-option:disabled { cursor: wait; opacity: .6; }
.pay-option b, .pay-option small { display: block; }
.pay-option b { font-size: .9rem; }
.pay-option small { margin-top: 2px; color: var(--muted); font-size: .69rem; }
.pay-option > i { font-style: normal; }
.pay-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: white; background: var(--navy); font-size: 1.1rem; font-weight: 800; }
.venmo-icon { background: #1688f8; }.bitcoin-icon { background: #f7931a; }
#venmo-button { margin-top: 11px; min-height: 0; }
.provider-note { margin: 8px 0 0; color: var(--muted); font-size: .7rem; text-align: center; }
.secure-note { display: flex; gap: 12px; margin-top: 22px; padding: 15px; border-radius: 13px; background: #eef8f5; }
.secure-note > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal-dark); }
.secure-note p { margin: 0; color: var(--muted); font-size: .72rem; }
.secure-note b { color: var(--ink); }
.order-card { position: sticky; top: 110px; padding: 31px; box-shadow: 0 12px 35px rgba(12,42,62,.08); }
.order-card h2 { margin-bottom: 6px; font-size: 1.6rem; }
.order-card > p { color: var(--muted); font-size: .84rem; }
.mini-covers { height: 160px; position: relative; display: flex; align-items: center; justify-content: center; margin: 24px 0; border-radius: 16px; background: #eaf4f1; }
.mini-covers img { position: absolute; width: 105px; height: 135px; object-fit: cover; border: 3px solid white; border-radius: 8px; box-shadow: 0 8px 20px rgba(12,42,62,.2); transform: translateX(calc(var(--offset) * 28px)) rotate(calc(var(--offset) * 3deg)); }
.mini-covers img:first-child:last-child { transform: none; }
.order-card ul { margin: 0; padding: 0; list-style: none; }
.order-card li { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: .75rem; }
.order-card li strong { color: var(--teal-dark); }
.order-total { display: flex; align-items: end; justify-content: space-between; margin-top: 20px; }
.order-total span { font-weight: 800; }
.order-total strong { font-family: "Space Grotesk"; font-size: 2rem; }
.order-total small { font-family: "DM Sans"; color: var(--muted); font-size: .65rem; }
.adult-note { margin: 17px 0 0 !important; padding-top: 15px; border-top: 1px solid var(--line); font-size: .69rem !important; }

.form-step { display: inline-block; margin-bottom: 9px; padding: 6px 9px; border-radius: 8px; color: var(--teal-dark); background: #e9f8f4; font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.guardian-check { margin: 20px 0; padding: 14px; border-radius: 12px; background: var(--cream); }
.form-legal { margin: 13px 0 0; color: var(--muted); font-size: .67rem; text-align: center; }
.form-status { min-height: 24px; margin-top: 12px; color: var(--teal-dark); font-size: .8rem; font-weight: 800; text-align: center; }
.form-status.error { color: var(--coral-dark); }

.status-page { min-height: 650px; display: grid; align-items: center; padding: 90px 0; background: var(--cream); }
.status-card { max-width: 700px; margin: auto; padding: 55px; border-radius: 28px; background: white; box-shadow: var(--shadow); text-align: center; }
.status-card h1 { margin-bottom: 18px; font-size: clamp(2.5rem, 5vw, 4.2rem); }
.status-card > p { color: var(--muted); }
.status-icon { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; background: #e7f8f4; }
.status-icon span { width: 22px; height: 22px; border: 3px solid var(--teal-dark); border-top-color: transparent; border-radius: 50%; animation: spin .9s linear infinite; }
.status-icon.is-paid { background: var(--teal); }
.status-icon.is-paid span { width: 27px; height: 15px; border: 0; border-left: 4px solid var(--navy); border-bottom: 4px solid var(--navy); border-radius: 1px; transform: rotate(-45deg) translate(2px,-2px); animation: none; }
.status-progress { height: 7px; overflow: hidden; margin: 28px 0; border-radius: 99px; background: #e9efee; }
.status-progress i { width: 40%; height: 100%; display: block; border-radius: inherit; background: var(--teal); animation: loading 1.3s ease-in-out infinite alternate; }
.download-area { display: grid; gap: 9px; margin: 25px 0; }
.download-area .button { width: 100%; }
.download-expiry { color: var(--muted); font-size: .72rem; }
.order-reference { font-size: .78rem; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes loading { from { transform: translateX(-100%); } to { transform: translateX(250%); } }

.legal-page { padding: 85px 0 110px; }
.legal-shell { max-width: 760px; }
.legal-page h1 { margin-bottom: 10px; font-size: clamp(3rem, 5vw, 4.8rem); }
.legal-page h2 { margin: 40px 0 12px; font-size: 1.5rem; }
.legal-page p { color: #405966; }
.updated { padding-bottom: 26px; border-bottom: 1px solid var(--line); font-size: .8rem; }
.policy-callout { margin: 30px 0; padding: 15px 18px; border-left: 4px solid var(--gold); background: var(--cream); font-weight: 700; }

.site-footer { padding: 70px 0 25px; color: white; background: #071c2a; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr .8fr; gap: 45px; }
.brand-light { color: white; }
.footer-grid > div:first-child p { max-width: 290px; margin-top: 20px; color: #92aeb8; font-size: .83rem; }
.footer-grid h2 { margin-bottom: 15px; color: #87a3ad; font-family: "DM Sans"; font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; margin: 9px 0; color: #d2e0e4; font-size: .8rem; text-decoration: none; }
.footer-grid > div > a:hover { color: var(--teal); }
.age-pill { display: inline-block; padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.footer-note p { margin-top: 16px; color: #92aeb8; font-size: .72rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #76919b; font-size: .68rem; }
.toast { position: fixed; z-index: 1000; right: 22px; bottom: 22px; max-width: min(380px, calc(100% - 44px)); padding: 15px 18px; border-radius: 13px; color: white; background: var(--navy); box-shadow: var(--shadow); font-size: .82rem; font-weight: 700; transform: translateY(160%); opacity: 0; transition: .25s ease; }
.toast.is-visible { transform: translateY(0); opacity: 1; }
.toast.is-error { background: #9c352b; }

@media (max-width: 980px) {
  .nav-cta { display: none; }
  .nav-toggle { display: block; }
  nav { position: absolute; top: 100%; left: 0; right: 0; display: none; max-height: calc(100vh - 70px); overflow: auto; padding: 12px 20px 20px; border-bottom: 1px solid var(--line); background: var(--paper); }
  nav.is-open { display: block; }
  nav ul { display: block; }
  nav a, nav summary { width: 100%; padding: 13px; }
  .dropdown-panel { position: static; width: auto; margin: 2px 0 10px 15px; border: 0; box-shadow: none; transform: none; }
  .dropdown-panel::before { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 710px; }
  .hero-art { min-height: 470px; }
  .money-card { left: 50%; transform: translateX(-50%) rotate(-7deg); }
  .badge-save { right: 8%; }.badge-goal { right: 6%; }
  .book-grid { grid-template-columns: repeat(2, 1fr); }
  .book-grid .book-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 13px); }
  .how-grid { gap: 45px; }
  .bundle-card { grid-template-columns: 1fr 1fr; }
  .bundle-footer { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; }
  .checkout-grid { grid-template-columns: 1fr; }
  .order-card { position: static; grid-row: 1; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); --radius: 19px; }
  h1 { letter-spacing: -.045em; }
  .nav-shell { min-height: 68px; }
  .hero { min-height: auto; }
  .hero-grid { padding-block: 58px 70px; }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .trust-row { gap: 18px; }
  .hero-art { min-height: 365px; margin-top: 10px; }
  .orbit-one { width: 350px; height: 350px; left: calc(50% - 175px); }
  .orbit-two { width: 255px; height: 255px; left: calc(50% - 128px); }
  .money-card { top: 92px; width: 88%; padding: 20px; }
  .chip { margin: 18px 0 8px; }
  .card-digits { margin-bottom: 8px; }
  .float-badge { min-width: 178px; padding: 10px 12px; transform: scale(.82) rotate(3deg); transform-origin: right; }
  .badge-save { top: 38px; right: -1%; }.badge-goal { bottom: 18px; right: -2%; }
  .paths-grid { grid-template-columns: 1fr; }
  .paths-grid a + a { border-top: 1px solid var(--line); border-left: 0; }
  .paths-grid a { padding: 17px; }
  .section, .series-section { padding: 70px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .book-grid { grid-template-columns: 1fr; }
  .book-grid .book-card:last-child { grid-column: auto; max-width: none; }
  .book-copy h3, .book-copy > p { min-height: auto; }
  .how-grid { grid-template-columns: 1fr; }
  .bundle-card { grid-template-columns: 1fr; padding: 28px; }
  .bundle-footer { grid-column: auto; align-items: stretch; flex-direction: column; }
  .bundle-footer > div { text-align: left; }
  .series-heading { grid-template-columns: 1fr; }
  .series-chip { width: 64px; height: 64px; }
  .page-hero { padding: 70px 0; }
  .level-legend { align-items: flex-start; flex-direction: column; gap: 8px; }
  .checkout-section { padding-top: 38px; }
  .checkout-grid { gap: 20px; }
  .buyer-panel, .payment-panel, .order-card { padding: 21px; }
  .status-card { padding: 35px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-note { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

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