:root {
  --ink: #f9f4e9;
  --muted: #c7b8ca;
  --night: #070409;
  --night-soft: #100716;
  --plum: #260d31;
  --purple: #6f2d8b;
  --purple-light: #c28ed5;
  --gold: #d3a037;
  --gold-light: #ffe38e;
  --gold-dark: #83560f;
  --line: rgba(255, 222, 132, .25);
  --paper: #fffaf0;
  --paper-ink: #28192d;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.8rem; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(111, 45, 139, .25), transparent 25rem),
    radial-gradient(circle at 92% 28%, rgba(211, 160, 55, .08), transparent 30rem),
    var(--night);
  font: 1rem/1.65 var(--sans);
}
body::before { position: fixed; inset: 0; z-index: -1; content: ""; pointer-events: none; opacity: .07; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.skip-link { position: fixed; top: .8rem; left: .8rem; z-index: 100; padding: .7rem 1rem; color: #140a18; background: var(--gold-light); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 1rem; color: var(--gold-light); font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .2em; }
.button { display: inline-flex; min-height: 3.55rem; align-items: center; justify-content: center; padding: .9rem 1.4rem; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .78rem; font-weight: 900; text-align: center; text-transform: uppercase; letter-spacing: .09em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #170a1b; background: linear-gradient(120deg, #b77713, var(--gold-light) 49%, #c7891c); box-shadow: 0 1rem 2.6rem rgba(211, 160, 55, .16); }
.button-purple { color: white; background: linear-gradient(130deg, #351143, #81369d); box-shadow: 0 1rem 2.6rem rgba(54, 17, 67, .24); }
.button-outline { border-color: var(--line); color: var(--gold-light); background: rgba(255, 255, 255, .035); }
.button-outline:hover { background: rgba(255, 255, 255, .08); }

.reset-site-header { position: sticky; top: 0; z-index: 30; display: flex; min-height: 5.5rem; align-items: center; justify-content: space-between; gap: 2rem; padding: .65rem clamp(1.2rem, 5vw, 5rem); border-bottom: 1px solid var(--line); background: rgba(7, 4, 9, .94); backdrop-filter: blur(18px); }
.reset-brand { display: inline-flex; align-items: center; gap: .85rem; }
.reset-brand img { width: 3.8rem; aspect-ratio: 1.2; object-fit: cover; border: 1px solid var(--line); }
.reset-brand span { display: grid; line-height: 1.1; }
.reset-brand strong { font: 700 .9rem/1.1 var(--serif); text-transform: uppercase; letter-spacing: .1em; }
.reset-brand small { margin-top: .28rem; color: var(--gold-light); font-size: .65rem; text-transform: uppercase; letter-spacing: .13em; }
.reset-site-header nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.reset-site-header nav a:hover { color: var(--gold-light); }

.reset-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(20rem, .72fr); align-items: center; gap: clamp(3rem, 7vw, 8rem); min-height: calc(100svh - 5.5rem); padding: clamp(3.5rem, 7vw, 7rem) clamp(1.2rem, 6vw, 6.5rem); overflow: hidden; border-bottom: 1px solid var(--line); }
.reset-hero::before { position: absolute; top: 50%; left: -14rem; width: 34rem; aspect-ratio: 1; border: 1px solid rgba(255, 227, 142, .1); border-radius: 50%; content: ""; box-shadow: 0 0 0 4rem rgba(255, 227, 142, .016), 0 0 0 8rem rgba(111, 45, 139, .018); transform: translateY(-50%); }
.reset-hero-copy { position: relative; z-index: 1; max-width: 58rem; }
.reset-hero h1 { max-width: 10ch; margin: 0; font: 500 clamp(4.3rem, 8.5vw, 9.2rem)/.82 var(--serif); letter-spacing: -.065em; }
.reset-hero h1 em { color: var(--gold-light); font-weight: 400; }
.reset-subtitle { max-width: 43rem; margin: 1.6rem 0 0; color: var(--gold-light); font: 500 clamp(1.3rem, 2.4vw, 2rem)/1.25 var(--serif); }
.reset-lead { max-width: 45rem; margin: 1.2rem 0 0; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.reset-method { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; margin-top: 1.7rem; color: #e7d9e9; font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.reset-method i { display: grid; width: 1.8rem; aspect-ratio: 1; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-light); font: normal 500 .76rem/1 var(--serif); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.reset-cover { position: relative; width: min(32rem, 100%); justify-self: center; margin: 0; border: 1px solid rgba(255, 227, 142, .45); background: #120817; box-shadow: 0 2.7rem 7rem rgba(0, 0, 0, .56), 0 0 4rem rgba(111, 45, 139, .18); transform: rotate(.7deg); }
.reset-cover::before { position: absolute; inset: .65rem; z-index: 1; border: 1px solid rgba(255, 227, 142, .2); content: ""; pointer-events: none; }
.reset-cover img { width: 100%; }
.reset-cover figcaption { padding: .8rem 1rem; color: var(--gold-light); font-size: .67rem; font-weight: 850; text-align: center; text-transform: uppercase; letter-spacing: .13em; }

.offer-section { padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 6vw, 6.5rem); background: radial-gradient(circle at 10% 20%, rgba(211, 160, 55, .12), transparent 26rem), linear-gradient(145deg, #180720, #0b050e 62%); }
.offer-heading { max-width: 65rem; margin-bottom: 3rem; }
.offer-heading h2, .journey-heading h2, .access-copy h2, .vault-heading h2, .standard-upgrade h2 { margin: 0; font: 500 clamp(3rem, 6vw, 6.5rem)/.93 var(--serif); letter-spacing: -.055em; }
.offer-heading h2 em, .journey-heading h2 em, .access-copy h2 em, .vault-heading h2 em, .standard-upgrade h2 em { color: var(--gold-light); font-weight: 400; }
.offer-heading > p:last-child { max-width: 48rem; color: var(--muted); }
.offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.offer-card { position: relative; display: flex; min-height: 43rem; flex-direction: column; padding: clamp(1.5rem, 4vw, 3rem); overflow: hidden; border: 1px solid var(--line); background: rgba(255, 255, 255, .035); }
.offer-card::after { position: absolute; right: -7rem; bottom: -7rem; width: 18rem; aspect-ratio: 1; border: 1px solid rgba(255, 227, 142, .09); border-radius: 50%; content: ""; box-shadow: 0 0 0 3rem rgba(255, 227, 142, .013), 0 0 0 6rem rgba(111, 45, 139, .015); }
.deluxe-card { background: linear-gradient(145deg, rgba(111, 45, 139, .38), rgba(255, 255, 255, .04)); }
.best-value { position: absolute; top: 1.5rem; right: 1.5rem; padding: .45rem .7rem; color: #190a1d; background: var(--gold-light); font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.offer-label { margin: 0 0 2rem; color: var(--gold-light); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
.offer-card h3 { margin: 0; font: 500 clamp(3.2rem, 6vw, 6rem)/.9 var(--serif); letter-spacing: -.05em; }
.offer-price { display: flex; align-items: flex-start; margin: 1.3rem 0 2rem; color: var(--gold-light); font: 500 clamp(4rem, 7vw, 7rem)/.8 var(--serif); }
.offer-price span { margin: .45rem .35rem 0 0; font: 850 .8rem/1 var(--sans); letter-spacing: .08em; }
.offer-card ul { display: grid; gap: .8rem; margin: 0 0 2.3rem; padding: 0; list-style: none; }
.offer-card li { position: relative; padding-left: 1.5rem; color: #dfd2e2; }
.offer-card li::before { position: absolute; left: 0; color: var(--gold-light); content: "✦"; }
.offer-card .button { position: relative; z-index: 2; width: 100%; margin-top: auto; }
.payment-status { max-width: 70rem; margin: 1.3rem auto 0; color: #a999ae; font-size: .82rem; text-align: center; }
.payment-status a { color: var(--gold-light); font-weight: 800; text-decoration: underline; text-underline-offset: .2rem; }

.journey-section { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: clamp(3rem, 7vw, 8rem); padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 6vw, 6.5rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #080409; }
.journey-heading { position: sticky; top: 8rem; }
.journey-heading > p:last-child { color: var(--muted); }
.phase-grid { display: grid; gap: .8rem; }
.phase-grid article { position: relative; min-height: 15rem; padding: 2rem 2rem 2rem 7rem; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(111, 45, 139, .15), rgba(255, 255, 255, .025)); }
.phase-grid article > span { color: var(--gold-light); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.phase-grid article > b { position: absolute; top: 50%; left: 1.4rem; color: rgba(255, 227, 142, .25); font: 500 4.5rem/1 var(--serif); transform: translateY(-50%); }
.phase-grid h3 { margin: 1.2rem 0 .6rem; font: 500 clamp(2rem, 3.5vw, 3.3rem)/1 var(--serif); }
.phase-grid p { max-width: 42rem; margin: 0; color: var(--muted); }

.access-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(3rem, 7vw, 8rem); padding: clamp(5rem, 9vw, 8rem) clamp(1.2rem, 6vw, 6.5rem); background: radial-gradient(circle at 85% 50%, rgba(111, 45, 139, .28), transparent 27rem), #100716; }
.access-copy > p:last-child { max-width: 38rem; color: var(--muted); }
.access-card { padding: clamp(1.4rem, 4vw, 3rem); border: 1px solid rgba(255, 227, 142, .4); background: rgba(255, 255, 255, .045); }
.access-card label { display: block; margin-bottom: .65rem; color: var(--gold-light); font-size: .74rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.access-card > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .7rem; }
input, textarea, select { width: 100%; min-height: 3.35rem; padding: .8rem .95rem; border: 1px solid rgba(255, 227, 142, .24); border-radius: 0; color: var(--ink); background: rgba(7, 4, 9, .72); outline: none; }
textarea { min-height: 7rem; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--gold-light); box-shadow: 0 0 0 3px rgba(255, 227, 142, .1); }
.access-card > p { min-height: 1.4rem; margin: .7rem 0; color: #f1bdc5; font-size: .84rem; }
.access-card > p.is-success { color: var(--gold-light); }
.access-card > a { color: var(--gold-light); font-size: .76rem; font-weight: 800; text-decoration: underline; text-underline-offset: .25rem; }
.notice-section { padding: 2rem clamp(1.2rem, 6vw, 6.5rem); border-top: 1px solid var(--line); color: #a999ad; background: #050306; font-size: .78rem; text-align: center; }
.notice-section strong { color: var(--gold-light); text-transform: uppercase; letter-spacing: .1em; }
.notice-section p { max-width: 70rem; margin: .6rem auto 0; }

/* Program workspace */
.program-view { min-height: 100vh; background: #09050c; }
.program-header { display: grid; grid-template-columns: 1fr minmax(18rem, .7fr); align-items: end; gap: 3rem; padding: clamp(3rem, 6vw, 5rem) clamp(1.2rem, 5vw, 5rem); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 85% 10%, rgba(111, 45, 139, .35), transparent 28rem), #110718; }
.program-header h1 { margin: 0; font: 500 clamp(3.1rem, 6vw, 6.4rem)/.9 var(--serif); letter-spacing: -.055em; }
.program-header h1 em { color: var(--gold-light); font-weight: 400; }
.program-progress > div:first-child { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.program-progress span { color: var(--gold-light); font-weight: 850; }
.progress-track { height: .5rem; margin-top: .8rem; overflow: hidden; background: rgba(255, 255, 255, .08); }
.progress-track > span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--purple), var(--gold-light)); transition: width .25s ease; }
.program-layout { display: grid; grid-template-columns: 20rem minmax(0, 1fr); min-height: 70vh; }
.day-navigation { position: sticky; top: 5.5rem; align-self: start; max-height: calc(100vh - 5.5rem); overflow-y: auto; border-right: 1px solid var(--line); background: #0c050f; }
.day-navigation-heading { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 1.25rem; border-bottom: 1px solid var(--line); background: #0c050f; }
.day-navigation-heading span { color: var(--gold-light); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.day-navigation-heading button { display: none; border: 0; color: var(--gold-light); background: none; font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.day-list { display: grid; }
.day-button { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; width: 100%; padding: .85rem 1.1rem; border: 0; border-bottom: 1px solid rgba(255, 227, 142, .09); color: #c7b8ca; background: transparent; cursor: pointer; text-align: left; }
.day-button:hover { background: rgba(255, 255, 255, .035); }
.day-button.is-current { color: white; background: linear-gradient(90deg, rgba(111, 45, 139, .35), transparent); box-shadow: inset 3px 0 var(--gold-light); }
.day-button.is-complete { color: #e4d3a4; }
.day-button > span { display: grid; width: 2rem; aspect-ratio: 1; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-light); font: 500 .73rem/1 var(--serif); }
.day-button > div { min-width: 0; }
.day-button strong { display: block; overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.day-button small { display: block; margin-top: .15rem; color: #87798b; font-size: .64rem; text-transform: uppercase; letter-spacing: .08em; }
.day-button b { color: var(--gold-light); }
.sidebar-actions { display: grid; gap: .55rem; padding: 1rem; }
.sidebar-button { min-height: 2.8rem; padding: .65rem .7rem; border: 1px solid var(--line); color: var(--gold-light); background: rgba(255, 255, 255, .025); cursor: pointer; font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.muted-button { color: #9f90a3; }
.day-workspace { min-width: 0; padding: clamp(2rem, 6vw, 6rem); }
.day-content { max-width: 68rem; margin: auto; }
.day-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; margin-bottom: 1.2rem; }
.day-kicker span { padding: .4rem .65rem; border: 1px solid var(--line); color: var(--gold-light); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.day-content h2 { max-width: 15ch; margin: 0; font: 500 clamp(3rem, 6vw, 6rem)/.9 var(--serif); letter-spacing: -.055em; }
.day-focus { max-width: 44rem; margin: 1.3rem 0 2.5rem; color: var(--muted); font-size: 1.1rem; }
.insight-card { position: relative; padding: clamp(1.3rem, 4vw, 2.7rem); overflow: hidden; border: 1px solid var(--line); background: linear-gradient(140deg, rgba(111, 45, 139, .25), rgba(255, 255, 255, .025)); }
.insight-card::after { position: absolute; right: -4rem; bottom: -5rem; width: 12rem; aspect-ratio: 1; border: 1px solid rgba(255, 227, 142, .08); border-radius: 50%; content: ""; }
.insight-card h3, .practice-card h3, .journal-card h3, .move-card h3 { margin: 0 0 .8rem; color: var(--gold-light); font: 500 clamp(1.7rem, 3vw, 2.5rem)/1 var(--serif); }
.insight-card p { max-width: 55rem; margin: 0; color: #ddcfe0; }
.practice-card { margin-top: 1rem; padding: clamp(1.3rem, 4vw, 2.7rem); border: 1px solid var(--line); background: rgba(255, 255, 255, .025); }
.practice-card ol { display: grid; gap: .8rem; margin: 0; padding: 0; counter-reset: step; list-style: none; }
.practice-card li { position: relative; padding-left: 2.8rem; color: #d8cadb; counter-increment: step; }
.practice-card li::before { position: absolute; top: -.1rem; left: 0; display: grid; width: 2rem; aspect-ratio: 1; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-light); content: counter(step); font-size: .68rem; font-weight: 850; }
.journal-card { margin-top: 1rem; padding: clamp(1.3rem, 4vw, 2.7rem); color: var(--paper-ink); background: var(--paper); }
.journal-card h3 { color: var(--plum); }
.journal-field { display: grid; gap: .5rem; margin-top: 1rem; color: #653e70; font-size: .78rem; font-weight: 850; }
.journal-field textarea { border-color: rgba(67, 35, 76, .2); color: var(--paper-ink); background: white; }
.move-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; margin-top: 1rem; padding: clamp(1.3rem, 4vw, 2.7rem); border: 1px solid rgba(255, 227, 142, .4); background: linear-gradient(130deg, #2b0e36, #130719); }
.move-card p { max-width: 48rem; margin: 0; color: #dbcddd; }
.affirmation { margin: 1rem 0 0; padding: clamp(1.5rem, 4vw, 3rem); border-left: 3px solid var(--gold-light); color: var(--gold-light); background: rgba(211, 160, 55, .05); font: italic 500 clamp(1.35rem, 2.7vw, 2.2rem)/1.35 var(--serif); }
.day-actions { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2rem; }
.day-actions > div { display: flex; gap: .6rem; }
.day-actions button { min-width: 9rem; }
.complete-button.is-complete { color: #160a19; background: var(--gold-light); }

/* Deluxe vault */
.deluxe-vault { padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 6vw, 6.5rem); border-top: 1px solid var(--line); background: radial-gradient(circle at 88% 8%, rgba(211, 160, 55, .12), transparent 26rem), linear-gradient(145deg, #1b0824, #09050c); }
.vault-heading { max-width: 65rem; margin-bottom: 2.5rem; }
.vault-heading > p:last-child { max-width: 48rem; color: var(--muted); }
.audio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.audio-card { display: grid; min-height: 18rem; align-content: start; padding: 1.7rem; border: 1px solid var(--line); background: rgba(255, 255, 255, .035); }
.audio-card > span { color: var(--gold-light); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.audio-card h3 { margin: 1rem 0 .6rem; font: 500 2rem/1 var(--serif); }
.audio-card p { margin: 0; color: var(--muted); }
.audio-actions { display: flex; gap: .55rem; margin-top: auto; padding-top: 1.5rem; }
.audio-actions button { min-height: 2.9rem; padding: .65rem 1rem; border: 1px solid var(--line); color: var(--gold-light); background: transparent; cursor: pointer; font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.audio-card details { margin-top: 1rem; color: #bdaec1; font-size: .85rem; }
.audio-card summary { color: var(--gold-light); cursor: pointer; font-weight: 800; }
.audio-card details p { margin-top: .8rem; white-space: pre-line; }
.worksheet-heading { margin: clamp(4rem, 8vw, 7rem) 0 2rem; }
.worksheet-heading h3 { margin: 0; font: 500 clamp(2.5rem, 5vw, 5rem)/.95 var(--serif); letter-spacing: -.045em; }
.worksheet-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.worksheet-card { padding: 1.7rem; border: 1px solid var(--line); background: rgba(255, 255, 255, .03); }
.worksheet-card > span { color: var(--gold-light); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.worksheet-card h4 { margin: 1rem 0 .55rem; font: 500 1.9rem/1 var(--serif); }
.worksheet-card > p { color: var(--muted); }
.worksheet-field { display: grid; gap: .45rem; margin-top: .8rem; color: var(--gold-light); font-size: .72rem; font-weight: 800; }
.vault-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.standard-upgrade { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 6vw, 6.5rem); border-top: 1px solid var(--line); background: radial-gradient(circle at 20% 30%, rgba(111, 45, 139, .28), transparent 25rem), #0b050e; }
.standard-upgrade > div { max-width: 55rem; }
.standard-upgrade > div > p:last-child { color: var(--muted); }

.print-workbook { display: none; }
.reset-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2.5rem clamp(1.2rem, 6vw, 6.5rem); border-top: 1px solid var(--line); color: #a898ad; background: #050306; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.reset-footer > div { display: grid; }
.reset-footer strong { color: white; }
.reset-footer span, .reset-footer p { color: var(--gold-light); }
.noscript { position: fixed; right: 1rem; bottom: 1rem; left: 1rem; z-index: 60; margin: 0; padding: 1rem; color: #170a1a; background: var(--gold-light); text-align: center; }

@media (max-width: 1020px) {
  .reset-hero, .journey-section, .access-section { grid-template-columns: 1fr; }
  .reset-hero { min-height: auto; }
  .reset-cover { width: min(36rem, 90vw); }
  .journey-heading { position: static; max-width: 48rem; }
  .program-layout { grid-template-columns: 16.5rem minmax(0, 1fr); }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 4.8rem; }
  .reset-site-header { min-height: 4.8rem; padding: .55rem 1rem; }
  .reset-brand img { width: 3rem; }
  .reset-brand small { display: none; }
  .reset-site-header nav a:not(:nth-child(2)) { display: none; }
  .offer-grid, .audio-grid, .worksheet-grid, .program-header { grid-template-columns: 1fr; }
  .offer-card { min-height: auto; }
  .offer-card .button { margin-top: 1.5rem; }
  .program-layout { display: block; }
  .day-navigation { position: sticky; top: 4.8rem; z-index: 20; max-height: none; overflow: visible; border-right: 0; border-bottom: 1px solid var(--line); }
  .day-navigation-heading button { display: block; }
  .day-list { position: absolute; top: 100%; right: 0; left: 0; display: none; max-height: 60vh; overflow-y: auto; border-bottom: 1px solid var(--line); background: #0c050f; box-shadow: 0 2rem 4rem rgba(0, 0, 0, .45); }
  .day-list.is-open { display: grid; }
  .sidebar-actions { display: none; }
  .move-card { grid-template-columns: 1fr; }
  .day-actions { align-items: stretch; flex-direction: column; }
  .day-actions > div { display: grid; grid-template-columns: 1fr 1fr; }
  .day-actions button { width: 100%; min-width: 0; }
  .standard-upgrade { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 580px) {
  .reset-hero h1 { font-size: clamp(3.8rem, 19vw, 5.6rem); }
  .reset-cover { width: 100%; transform: none; }
  .hero-actions, .access-card > div, .vault-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button, .access-card .button, .vault-actions .button { width: 100%; }
  .offer-heading h2, .journey-heading h2, .access-copy h2, .vault-heading h2, .standard-upgrade h2 { font-size: clamp(3rem, 15vw, 5rem); }
  .phase-grid article { padding: 2rem; }
  .phase-grid article > b { position: static; display: block; margin: 1rem 0; transform: none; }
  .program-header { gap: 2rem; }
  .program-progress > div:first-child { align-items: flex-start; flex-direction: column; }
  .day-workspace { padding: 2.5rem 1.1rem 4rem; }
  .day-content h2 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .day-actions > div { grid-template-columns: 1fr; }
  .reset-footer { align-items: flex-start; flex-direction: column; }
  .reset-footer p { margin: 0; }
}

@media print {
  @page { margin: .55in; }
  body { color: #1d1220; background: white; font-size: 10pt; }
  body::before, .reset-site-header, #sales-view, #program-view, .reset-footer, .noscript { display: none !important; }
  #print-workbook { display: block !important; color: #1d1220; }
  .print-cover { display: grid; min-height: 8.7in; align-content: center; padding: .5in; border: 3px solid #28192d; text-align: center; break-after: page; }
  .print-cover p { color: #6b3a78; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
  .print-cover h1 { margin: .2in 0; font: 500 46pt/.92 var(--serif); }
  .print-cover h1 em { color: #83560f; }
  .print-cover strong { color: #83560f; font: 500 20pt/1.3 var(--serif); }
  .print-day, .print-worksheet { padding: .1in 0; break-before: page; }
  .print-day-header, .print-worksheet-header { padding-bottom: .12in; border-bottom: 2px solid #28192d; }
  .print-day-header span, .print-worksheet-header span { color: #6b3a78; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
  .print-day h2, .print-worksheet h2 { margin: .08in 0; font: 500 28pt/1 var(--serif); }
  .print-day h3, .print-worksheet h3 { margin: .18in 0 .08in; color: #5a2d66; font: 500 17pt/1 var(--serif); }
  .print-day p, .print-day li, .print-worksheet p { line-height: 1.45; }
  .print-response { min-height: .65in; padding: .1in; border: 1px solid #c9bbc9; white-space: pre-wrap; }
  .print-response.is-empty { background: repeating-linear-gradient(white, white .25in, #d8cdd8 .26in); }
  .print-declaration { margin-top: .25in; padding: .18in; border-left: 3px solid #83560f; font: italic 500 14pt/1.45 var(--serif); }
  .print-footer-note { margin-top: .3in; color: #766b78; font-size: 8pt; }
}

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