:root {
  color-scheme: light;
  --ink: #2a1d17;
  --ink-soft: #58463a;
  --muted: #625044;
  --paper: #f8f1e5;
  --paper-deep: #ecdfcd;
  --card: #fffaf2;
  --line: #d6c2a5;
  --rust: #a13f25;
  --rust-dark: #762814;
  --green: #315742;
  --dark: #241812;
  --focus: #075fa8;
  --shadow-sm: 0 6px 18px rgba(42, 29, 23, 0.1);
  --shadow-md: 0 16px 38px rgba(42, 29, 23, 0.16);
  --shadow-lg: 0 28px 70px rgba(26, 16, 11, 0.24);
  --shadow: var(--shadow-lg);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --wrap: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, .button, summary { touch-action: manipulation; }

::selection { background: #e4b593; color: var(--ink); }

:focus-visible {
  outline: 4px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  left: 16px;
  top: 12px;
  transform: translateY(-150%);
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  background: #fff;
  color: #111;
}

.skip-link:focus { transform: translateY(0); }

.wrap {
  width: min(var(--wrap), calc(100% - 48px));
  margin: 0 auto;
}

.narrow { max-width: 800px; }
.section { padding: 88px 0; }

h1, h2, h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  line-height: 1.1;
  letter-spacing: -0.012em;
}

h1 { font-size: clamp(2.65rem, 4.4vw, 4.4rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.5rem); }
h3 { font-size: 1.35rem; }
p { margin: 0; }

.eyebrow {
  margin-bottom: 15px;
  color: var(--rust);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
}

.lead {
  max-width: 65ch;
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 1.12rem;
  line-height: 1.62;
}

.trust-bar {
  padding: 13px 18px;
  background: var(--rust-dark);
  color: #fff8ed;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.trust-bar span { padding: 0 8px; opacity: 0.72; }

.hero {
  overflow: hidden;
  padding: 84px 0 92px;
  border-bottom: 1px solid #4f392d;
  background: #251913;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  align-items: center;
  gap: 88px;
}

.hero h1 { color: #fff8ee; }
.hero .eyebrow { color: #e8a37a; }

.hero-lead {
  max-width: 720px;
  margin: 24px 0 28px;
  color: #eadfd1;
  font-size: 1.22rem;
  line-height: 1.6;
}

.hero-lead strong { color: #fff8ee; }

.button {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  padding: 16px 25px;
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  background: var(--rust);
  box-shadow: 0 7px 0 #62200f, var(--shadow-sm);
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease-out, box-shadow 180ms ease-out;
}

.button:hover {
  background: var(--rust-dark);
  box-shadow: 0 7px 0 #4f190c, 0 12px 28px rgba(79, 27, 13, 0.28);
}

.button:active { box-shadow: 0 2px 0 #4f190c, var(--shadow-sm); }

.button-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.checkout { gap: 0.35em; }
.checkout > .cta-action,
.checkout > .cta-price { color: inherit; }
.checkout > .cta-price { white-space: nowrap; }

.hero .button-note { color: #d6c7b7; }

.product-visual {
  position: relative;
  min-height: 650px;
}

.product-bundle { min-height: 610px; }

.guide-only {
  display: grid;
  min-height: 650px;
  place-items: center;
  isolation: isolate;
}

.guide-only::before {
  position: absolute;
  z-index: 0;
  width: min(410px, 82%);
  aspect-ratio: 2 / 3;
  border: 1px solid rgba(255, 248, 238, 0.2);
  border-radius: var(--radius-sm);
  background: rgba(255, 248, 238, 0.06);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  content: "";
  transform: translate(-22px, 18px) rotate(-3deg);
}

.hero-guide {
  position: relative;
  z-index: 1;
  width: min(410px, 84%);
  border: 1px solid rgba(255, 248, 238, 0.4);
  border-radius: 4px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.5);
  transform: rotate(0.8deg);
}

.bundle-book {
  position: absolute;
  width: min(255px, 58%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 7px;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.45);
}

.bundle-main { z-index: 1; top: 42px; left: 0; transform: rotate(-5deg); }
.bundle-bonus { z-index: 2; top: 20px; right: 0; transform: rotate(5deg); }
.bundle-guide { z-index: 3; right: 50%; bottom: 0; transform: translateX(50%); }

.book-cover {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 40px;
  width: min(320px, 72%);
  border-radius: 8px;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.42);
  transform: rotate(2deg);
}

.plan-card {
  position: absolute;
  z-index: 3;
  width: min(340px, 82%);
  padding: 22px;
  border: 1px solid #cdbb9e;
  border-radius: 8px;
  background: #fff9eb;
  box-shadow: var(--shadow);
  color: var(--ink);
}

.plan-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--rust);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.055em;
}

.plan-card strong {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.35;
}

.plan-card-one { left: 0; bottom: 100px; transform: rotate(-2deg); }
.plan-card-two { right: 0; bottom: 0; transform: rotate(1deg); }

.facts {
  padding: 32px 0;
  border-top: 1px solid #eadbc7;
  border-bottom: 1px solid var(--line);
  background: #fffaf2;
}

.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }

.facts-grid div {
  padding: 6px 20px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.facts-grid div:last-child { border-right: 0; }
.facts strong, .facts span { display: block; }
.facts strong { color: var(--rust); font-family: "Newsreader", Georgia, "Times New Roman", serif; font-size: 1.75rem; }
.facts span { color: var(--muted); font-size: 0.85rem; }
.problem { background: var(--card); }

.pain-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 34px;
}

.pain-list article { padding: 26px; border-left: 5px solid var(--rust); background: var(--paper); }
.pain-list p { margin-top: 10px; color: var(--ink-soft); }

.pain-close {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 6px solid var(--green);
  background: #eef5ef;
  color: #31503d;
  font-weight: 700;
}

.section-heading { max-width: 820px; margin: 0 0 48px; text-align: left; }

.steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: flex;
  gap: 18px;
  min-height: 154px;
  padding: 28px 28px 28px 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.steps li:nth-child(odd) { padding-right: 34px; border-right: 1px solid var(--line); }
.steps li:nth-child(even) { padding-left: 34px; }
.steps li:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }

.step-number {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--rust);
  color: #fff;
  font-weight: 800;
}

.steps p { margin-top: 8px; color: var(--ink-soft); }

.roadmap {
  overflow: hidden;
  border-top: 1px solid #c7ae87;
  border-bottom: 1px solid #c7ae87;
  background: #eadcc6;
}

.ledger-shell {
  position: relative;
  padding: 0;
  border: 2px solid #b39569;
  background-color: #fffaf0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='32' viewBox='0 0 96 32'%3E%3Cpath d='M0 31.5h96' stroke='%23decfb7' stroke-width='1'/%3E%3C/svg%3E");
  box-shadow: 16px 16px 0 rgba(105, 73, 44, 0.13);
}

.week-tabs {
  display: grid;
  grid-template-columns: 1.55fr repeat(12, 1fr);
  align-items: end;
  gap: 3px;
  padding: 0 18px;
  transform: translateY(-34px);
}

.week-tabs span {
  display: grid;
  min-width: 0;
  min-height: 38px;
  place-items: center;
  border: 1px solid #b39569;
  border-bottom: 0;
  background: #e8d4b2;
  color: #5c402a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.week-tabs .active {
  min-height: 50px;
  background: var(--rust);
  color: #fffaf0;
}

.ledger-body { margin-top: -34px; padding: 54px 58px 58px; }
.ledger-body .section-heading { max-width: 880px; }

.phase-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.phase-line article { padding: 30px; }
.phase-line article + article { border-left: 1px solid #bfa987; }

.phase-line span {
  display: block;
  margin-bottom: 8px;
  color: var(--rust-dark);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.phase-line h3 { color: var(--rust-dark); font-size: 1.42rem; }
.phase-line p { margin-top: 11px; color: var(--ink-soft); font-size: 1rem; line-height: 1.58; }

.every-week {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  align-items: center;
  gap: 30px;
  margin-top: 32px;
  padding: 22px 0 0;
}

.every-week > strong {
  color: var(--green);
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.25;
}

.every-week ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin: 0;
  padding: 0;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

.every-week li { padding: 0 13px; border-left: 1px solid #bfa987; }
.every-week li:first-child { padding-left: 0; border-left: 0; }

.money { background: var(--paper-deep); }

.money-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px;
}

.money-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 34px;
  border: 2px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--card);
  box-shadow: var(--shadow-md);
}

.money-label {
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1.25;
  text-transform: uppercase;
}

.money-card h3 { margin-top: 14px; font-size: clamp(1.7rem, 3vw, 2.15rem); }
.money-card ul { margin: 24px 0 0; padding: 0; list-style: none; }

.money-card li {
  padding: 17px 0;
  border-top: 1px solid rgba(82, 58, 44, 0.16);
}

.money-card li strong,
.money-card li span { display: block; }

.money-card li strong {
  font-size: 1.04rem;
  line-height: 1.35;
}

.money-card li span {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.48;
}

.money-leak { border-top: 8px solid var(--rust); background: #fff8f3; }
.money-save { border-top: 8px solid var(--green); background: #f5faf5; }
.money-leak .money-label { background: #f2d4c7; color: #702713; }
.money-save .money-label { background: #d9e8dc; color: #234a34; }
.money-leak li strong { color: #7d2d1b; }
.money-save li strong { color: #28513a; }

.money-result {
  margin-top: auto;
  padding: 17px 18px;
  border-radius: var(--radius-sm);
  font-weight: 800;
  line-height: 1.4;
}

.money-result span {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.money-leak .money-result { background: #f5ddd2; color: #6e2818; }
.money-save .money-result { background: #dceadf; color: #244a35; }

.honest-note {
  margin-top: 24px;
  padding: 20px 22px;
  border-left: 6px solid var(--green);
  background: #eef5ef;
  color: #31503d;
}

.honest-note strong { color: #244a35; }

.week-preview { border-top: 1px solid var(--line); background: var(--card); }

.week-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.week-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
}

.week-grid h3 { margin-bottom: 14px; color: var(--rust-dark); }
.week-grid p { margin-top: 8px; color: var(--ink-soft); font-size: 0.93rem; line-height: 1.45; }
.week-grid .sunday-card { border: 3px solid var(--rust); background: #fff8eb; }

.reuse { background: var(--paper-deep); }

.reuse-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 44px;
}

.check-list { margin: 26px 0 0; padding-left: 24px; }
.check-list li { margin: 10px 0; }

.reuse-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-top: 7px solid var(--green);
  border-radius: 14px;
  background: var(--card);
  box-shadow: var(--shadow);
}

.reuse-card > p:not(.eyebrow) { margin-top: 14px; color: var(--ink-soft); }

.route {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.route span:nth-child(odd) { padding: 12px 8px; border: 1px solid #a9c3b2; background: #eef5ef; }

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  overflow: hidden;
  border: 2px solid var(--rust);
  border-radius: 12px;
  background: var(--card);
}

.timeline div { padding: 24px; border-right: 1px solid var(--line); }
.timeline div:last-child { border-right: 0; }
.timeline time { color: var(--rust); font-weight: 800; }
.timeline p { margin-top: 6px; color: var(--ink-soft); }

.preview {
  border-top: 1px solid var(--line);
  background: var(--card);
}
.preview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.preview-grid figure { margin: 0; }
.preview-grid img { width: 100%; border: 7px solid #fff; box-shadow: 0 12px 30px rgba(45, 31, 20, 0.18); }
.preview-grid figcaption { margin-top: 11px; color: var(--muted); font-size: 16px; line-height: 1.5; }

.preview .section-heading { max-width: 850px; }
.preview .lead strong { color: var(--rust-dark); }

.proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 36px;
}

.proof-window {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--card);
  box-shadow: 10px 10px 0 rgba(116, 86, 56, 0.08);
}

.preview-source {
  display: block;
  margin-bottom: 14px;
  color: var(--rust-dark);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.35;
  text-transform: uppercase;
}

.proof-sheet {
  position: relative;
  height: 330px;
  overflow: hidden;
  margin: 0;
  border-right: 1px solid var(--line);
  background: var(--paper);
}

.proof-sheet::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: 7px 14px;
  background: var(--dark);
  color: #fff8ed;
  content: "WEEK 1 OF MAMA ODESSA'S 90-DAY PROGRAM";
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
}

.proof-window img {
  display: block;
  width: 100%;
  transform: translateY(-1%);
}

.proof-window figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.58;
}

.proof-window figcaption strong { display: block; margin-bottom: 10px; color: var(--ink); font-family: "Newsreader", Georgia, "Times New Roman", serif; font-size: 1.5rem; line-height: 1.2; }
.proof-window figcaption span { display: block; }

.comparison { background: var(--paper-deep); }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 34px; }

.comparison-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--card);
}

.comparison-card h3 { margin-bottom: 16px; }
.comparison-card ul { margin: 0; padding-left: 22px; }
.comparison-card li { margin: 9px 0; }
.muted-card { color: var(--ink-soft); }
.answer-card { border-top: 6px solid var(--green); }
.offer { background: var(--paper); }
.early-offer {
  padding-top: 80px;
  border-bottom: 1px solid var(--line);
  background: #f1e3d0;
}

.offer-card {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
  gap: 50px;
  padding: 48px;
  border: 1px solid var(--line);
  border: 2px solid #b79a72;
  border-radius: 0;
  background: var(--card);
  box-shadow: 14px 14px 0 #dbc7aa;
}

.offer-copy { min-width: 0; }
.offer-cover { align-self: center; }
.offer-cover img { width: min(100%, 340px); margin: 0 auto; border: 1px solid #d2bfa5; border-radius: 4px; box-shadow: var(--shadow-md); }

.offer-promise {
  max-width: 62ch;
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 6px solid var(--rust);
  background: #f6e8dc;
  color: var(--ink-soft);
}

.offer-promise strong { color: var(--rust-dark); }

.included-list { margin: 26px 0; padding: 0; list-style: none; }

.included-list li {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 92px;
  align-items: start;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.included-list li:last-child { border-bottom: 1px solid var(--line); }
.included-list strong { display: block; color: var(--ink); font-size: 1.08rem; line-height: 1.38; }
.included-list p { margin-top: 6px; color: var(--ink-soft); font-size: 1rem; line-height: 1.58; }

.stack-label {
  align-self: start;
  padding: 6px 8px;
  border-radius: 4px;
  background: #f0dcc9;
  color: var(--rust-dark);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.045em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.item-value {
  display: block;
  justify-self: end;
  color: var(--green);
  line-height: 1.2;
  text-align: right;
}

.item-value strong,
.item-value span { display: block; }
.item-value strong { font-family: "Newsreader", Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.item-value span { margin-top: 3px; font-size: 16px; font-weight: 800; }

.value-total {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 2px;
  padding: 14px 18px;
  border: 1px solid #d6b792;
  background: #f6e8dc;
  color: var(--rust-dark);
  font-weight: 800;
}

.value-total span { min-width: 0; }
.value-total strong { font-family: "Newsreader", Georgia, "Times New Roman", serif; font-size: 2rem; line-height: 1; }
.price { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 12px; margin-bottom: 18px; }
.price strong { color: var(--rust); font-family: "Newsreader", Georgia, "Times New Roman", serif; font-size: 3.2rem; line-height: 1; }
.price span { min-width: 0; color: var(--muted); }
.price span b { display: block; color: var(--green); font-size: 1.05rem; }

.offer-reassurance { color: #31503d; font-weight: 700; }

.guarantee {
  margin-top: 26px;
  padding: 22px;
  border-left: 6px solid var(--green);
  background: #eef5ef;
}

.guarantee h3 { color: #244a35; }
.guarantee p { margin-top: 8px; color: #31503d; }

.delivery {
  max-width: 840px;
  margin: 34px auto 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--card);
}

.delivery ol { margin: 17px 0 0; padding-left: 24px; }
.delivery li { margin: 8px 0; }
.voices { border-top: 1px solid var(--line); background: var(--card); }
.proof-note { margin: 16px 0 26px; color: var(--muted); font-size: 1rem; }
.voice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.voice-grid blockquote { margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); box-shadow: var(--shadow-sm); }
.review-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--rust-dark); font-size: 16px; font-weight: 900; letter-spacing: 0.055em; text-transform: uppercase; }
.review-star { display: inline-grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border-radius: 50%; background: #f2e4bd; color: #765019; font-size: 1.05rem; line-height: 1; }
.voice-grid blockquote p { color: var(--ink); font-family: "Newsreader", Georgia, "Times New Roman", serif; font-size: 1.18rem; font-style: italic; line-height: 1.55; }
.voice-grid cite { display: block; margin-top: 20px; color: var(--muted); font-size: 16px; font-style: normal; }
.voice-grid cite strong, .voice-grid cite span { display: block; }
.voice-grid cite strong { margin-bottom: 3px; color: var(--ink-soft); font-size: 17px; }
.publisher { background: var(--paper-deep); }
.publisher-grid { display: grid; grid-template-columns: 300px 1fr; align-items: center; gap: 54px; max-width: 900px; }
.publisher img { border-radius: 14px; box-shadow: var(--shadow); }
.publisher p:not(.eyebrow) { margin-top: 18px; color: var(--ink-soft); }
.faq-section { background: var(--card); }
.faq { margin-top: 30px; border-top: 2px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 62px; padding: 18px 4px; cursor: pointer; font-weight: 800; }
.faq details p { padding: 0 28px 22px 4px; color: var(--ink-soft); }
.contact { background: var(--paper-deep); }
.contact-card { padding: 40px; border: 1px solid var(--line); border-radius: 16px; background: var(--card); box-shadow: var(--shadow); }
.contact-card > p { margin-top: 12px; color: var(--ink-soft); }
form { display: grid; margin-top: 26px; }
label { margin: 14px 0 6px; font-weight: 800; }
label span { color: var(--muted); font-size: 0.85rem; font-weight: 400; }
input, textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 2px solid #8b7969; border-radius: var(--radius-sm); background: #fff; color: var(--ink); }
textarea { resize: vertical; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
form .button { margin-top: 20px; }
form .button:disabled { cursor: wait; opacity: 0.68; }
.form-status { min-height: 1.6em; margin-top: 10px; color: var(--green); }
.final-offer { background: var(--dark); color: #fff7eb; text-align: center; }
.final-offer h2 { color: #fff7eb; }
.final-offer > .wrap > p { margin: 18px 0 26px; color: #ded0bf; font-size: 1.12rem; }
.final-offer .button-note { color: #d0c0ae; }

footer { padding: 42px 0 100px; background: #19120f; color: #d4c5b5; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 20px 36px; }
.footer-grid p { margin-top: 6px; font-size: 16px; }
.footer-grid nav { display: flex; gap: 20px; }
.footer-grid a { text-underline-offset: 5px; }
.legal { grid-column: 1 / -1; color: #a99888; }

.sticky-buy {
  position: fixed;
  z-index: 40;
  right: 18px;
  bottom: 18px;
  display: none;
  align-items: center;
  gap: 18px;
  max-width: 520px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 253, 248, 0.98);
  box-shadow: var(--shadow-md);
}

.sticky-buy.show { display: flex; }
.sticky-buy div { padding-left: 8px; }
.sticky-buy strong,
.sticky-buy > div > span { display: block; }
.sticky-buy > div > span { color: var(--muted); font-size: 16px; }
.sticky-buy .button { min-height: 60px; padding: 14px 18px; color: #fff; font-size: 20px; }
.sticky-buy .button span { color: inherit; }

@media (max-width: 1180px) {
  .offer-card { grid-template-columns: 1fr; }
  .offer-cover { width: min(300px, 76%); margin: 0 auto; }
}

@media (max-width: 900px) {
  .hero-grid, .publisher-grid, .reuse-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .product-visual { width: min(540px, 100%); margin: 10px auto 0; }
  .preview-grid { grid-template-columns: 1fr 1fr; }
  .week-grid { grid-template-columns: 1fr 1fr; }
  .ledger-body { padding: 46px 38px 44px; }
  .phase-line { grid-template-columns: 1fr; }
  .phase-line article + article { border-top: 1px solid #bfa987; border-left: 0; }
  .every-week { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 640px) {
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); font-size: 20px; }
  .wrap { width: min(var(--wrap), calc(100% - 32px)); }
  .section { padding: 64px 0; }
  .trust-bar { font-size: 16px; line-height: 1.5; }
  .trust-bar span { padding: 0 3px; }
  .hero { padding: 56px 0 64px; }
  .hero-grid { gap: 44px; }
  .hero-lead { font-size: 1.08rem; }
  .button { width: 100%; min-height: 60px; }
  .button.checkout { display: flex; flex-wrap: wrap; padding-right: 12px; padding-left: 12px; }
  .checkout > .cta-action, .checkout > .cta-price { display: inline; }
  .checkout > .cta-price { margin-left: 0.25em; }
  .product-visual { min-height: 520px; }
  .guide-only { min-height: 520px; }
  .guide-only::before { width: min(310px, 80%); transform: translate(-14px, 12px) rotate(-3deg); }
  .hero-guide { width: min(310px, 82%); }
  .product-bundle { min-height: 500px; }
  .bundle-book { width: 58%; }
  .bundle-main { left: 0; }
  .bundle-bonus { right: 0; }
  .bundle-guide { width: 54%; }
  .book-cover { right: 16px; width: 72%; }
  .plan-card { width: 86%; padding: 17px; }
  .plan-card-one { bottom: 82px; }
  .facts-grid { grid-template-columns: 1fr 1fr; gap: 20px 0; }
  .facts-grid div:nth-child(2) { border-right: 0; }
  .pain-list, .steps, .comparison-grid, .voice-grid, .timeline, .week-grid, .money-grid, .proof-grid { grid-template-columns: 1fr; }
  .steps li, .steps li:nth-child(odd), .steps li:nth-child(even) { padding: 24px 0; border-right: 0; border-bottom: 0; }
  .steps li:last-child { border-bottom: 1px solid var(--line); }
  .roadmap { padding-top: 88px; }
  .ledger-shell { width: min(var(--wrap), calc(100% - 22px)); }
  .week-tabs { grid-template-columns: 1.8fr repeat(12, minmax(34px, 1fr)); padding: 0 10px; overflow-x: auto; }
  .week-tabs span { min-width: 36px; }
  .week-tabs .active { min-width: 72px; }
  .ledger-body { padding: 36px 22px 34px; }
  .phase-line article { padding: 24px 0; }
  .every-week li { width: 100%; padding: 5px 0; border-top: 1px solid #d2c09f; border-left: 0; }
  .every-week li:first-child { border-top: 0; }
  .route { grid-template-columns: 1fr; }
  .route span:nth-child(even) { transform: rotate(90deg); }
  .timeline div { border-right: 0; border-bottom: 1px solid var(--line); }
  .timeline div:last-child { border-bottom: 0; }
  .preview-grid { gap: 16px; }
  .proof-window { grid-template-columns: 1fr; }
  .proof-sheet { height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-window figcaption { padding: 24px; }
  .preview-grid figcaption { font-size: 16px; }
  .offer-card { padding: 26px 20px; gap: 32px; }
  .included-list li { grid-template-columns: 1fr auto; gap: 10px 16px; }
  .stack-label { justify-self: start; }
  .included-list li > div { grid-column: 1 / -1; }
  .item-value { grid-column: 2; grid-row: 1; }
  .offer-reassurance { display: block; }
  .delivery { padding: 24px 20px; }
  .publisher-grid { gap: 30px; }
  .publisher img { width: min(260px, 76%); margin: 0 auto; }
  .contact-card { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { flex-wrap: wrap; }
  .legal { grid-column: auto; }
  .sticky-buy { left: 0; right: 0; bottom: 0; max-width: none; padding-bottom: max(12px, env(safe-area-inset-bottom)); border-right: 0; border-bottom: 0; border-left: 0; border-radius: 0; }
  .sticky-buy div { display: none; }
  .sticky-buy .button { width: 100%; font-size: clamp(17px, 4.8vw, 20px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
