:root {
  --bg: #fbf7ef;
  --ink: #19232d;
  --muted: #667085;
  --paper: #fffdf8;
  --card: #ffffff;
  --line: #eadcca;
  --accent: #bd7247;
  --accent-dark: #8f4f2f;
  --sage: #486d5a;
  --sage-soft: #e5eee8;
  --blue: #294866;
  --blue-soft: #e5eef2;
  --gold-soft: #f3e1b8;
  --lav-soft: #eee9f5;
  --shadow: 0 24px 70px rgba(31, 41, 51, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  overflow: hidden;
}

.container {
  width: min(1120px, calc(100vw - 40px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 247, 239, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.topbar-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  font-weight: 900;
  letter-spacing: 0;
}

.nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.hero {
  padding: 72px 0 72px;
  background:
    linear-gradient(140deg, rgba(229, 238, 232, 0.78), rgba(251, 247, 239, 0) 44%),
    radial-gradient(circle at 78% 20%, rgba(243, 225, 184, 0.78), rgba(251, 247, 239, 0) 38%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
  gap: 42px;
  align-items: center;
}

.hero-grid > *,
.split-grid > *,
.intro-grid > *,
.preview-grid > *,
.offer-grid > *,
.faq-grid > *,
.help-card > * {
  min-width: 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 780px;
  font-size: clamp(42px, 5vw, 68px);
}

h2 {
  font-size: clamp(32px, 4vw, 52px);
}

h3 {
  font-size: 22px;
}

p {
  color: var(--muted);
  font-size: 17px;
  overflow-wrap: anywhere;
}

.hero-lede {
  max-width: 680px;
  margin-top: 26px;
  font-size: 20px;
  color: #4f5f6f;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(143, 79, 47, 0.18);
}

.button.primary {
  background: var(--ink);
  color: #fff;
}

.button.full {
  width: 100%;
}

.microcopy {
  max-width: 330px;
  color: #6f7a85;
  font-size: 13px;
  font-weight: 700;
}

.microcopy.center {
  max-width: none;
  margin-top: 14px;
  text-align: center;
}

.product-stack {
  position: relative;
  min-height: 500px;
}

.kit-card,
.kit-mini {
  position: absolute;
  border: 1px solid rgba(25, 35, 45, 0.12);
  box-shadow: var(--shadow);
}

.kit-main {
  right: 0;
  top: 0;
  width: 78%;
  min-height: 400px;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #263f57, #9f5f39);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: rotate(3deg);
}

.kit-main span {
  width: max-content;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.kit-main h2 {
  max-width: 320px;
  color: #fff;
  font-size: 44px;
}

.kit-main p {
  max-width: 300px;
  color: rgba(255, 255, 255, 0.78);
}

.kit-mini {
  width: 48%;
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 18px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 900;
  text-align: center;
}

.kit-mini.one { left: 0; top: 96px; transform: rotate(-5deg); background: var(--blue-soft); }
.kit-mini.two { left: 18px; top: 190px; transform: rotate(-2deg); background: var(--gold-soft); }
.kit-mini.three { left: 2px; top: 284px; transform: rotate(-4deg); background: var(--sage-soft); }
.kit-mini.four { left: 46px; top: 378px; transform: rotate(2deg); background: var(--lav-soft); }

.cost-band {
  padding: 52px 0;
  color: #fff;
  background: var(--ink);
}

.cost-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr 0.8fr;
  gap: 34px;
  align-items: center;
}

.cost-band .section-kicker,
.cost-band p {
  color: #cfd7df;
}

.cost-band h2 {
  color: #fff;
  font-size: clamp(28px, 3.4vw, 44px);
}

.section {
  padding: 80px 0;
}

.split-grid,
.intro-grid,
.preview-grid,
.offer-grid,
.faq-grid,
.help-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 58px;
  align-items: start;
}

.problem-list {
  display: grid;
  gap: 14px;
}

.problem-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
}

.problem-item span {
  color: var(--accent-dark);
  font-weight: 900;
}

.problem-item p {
  color: #344250;
  font-weight: 700;
}

.statement-panel {
  padding: clamp(28px, 5vw, 58px);
  border-radius: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(31, 41, 51, 0.08);
}

.clarity-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.clarity-row div {
  min-height: 142px;
  padding: 18px;
  border-radius: 16px;
  background: #f3eadb;
}

.clarity-row span {
  display: block;
  margin-bottom: 14px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.clarity-row strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}

.intro-copy p + p {
  margin-top: 18px;
}

.deliverables-card,
.checkout-card,
.fit-card,
.help-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--card);
  box-shadow: 0 18px 50px rgba(31, 41, 51, 0.08);
}

.deliverables-card ul,
.checkout-card ul,
.fit-card ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.deliverables-card li,
.checkout-card li,
.fit-card li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: #3d4a57;
  font-weight: 800;
}

.bundle-section {
  background: #f7efe2;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 40px;
}

.bundle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.bundle-grid article {
  min-height: 290px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
}

.bundle-grid span {
  display: block;
  margin-bottom: 32px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 900;
}

.bundle-grid h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.bundle-grid p {
  font-size: 15px;
}

.preview-section {
  background: var(--bg);
}

.preview-pages {
  position: relative;
  min-height: 460px;
}

.preview-page {
  position: absolute;
  width: 68%;
  min-height: 360px;
  padding: 26px;
  border-radius: 18px;
  border: 1px solid rgba(25, 35, 45, 0.12);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.preview-page-one {
  left: 0;
  top: 0;
  transform: rotate(-3deg);
}

.preview-page-two {
  right: 0;
  bottom: 0;
  transform: rotate(4deg);
}

.page-tag {
  width: max-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--accent-dark);
  background: #f1dfc7;
  font-size: 12px;
  font-weight: 900;
}

.line,
.small-lines,
.headline-block,
.cta-block,
.note-box {
  border-radius: 999px;
  background: #dccab0;
}

.line {
  width: 88%;
  height: 12px;
  margin-top: 24px;
}

.line.short {
  width: 58%;
}

.box-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 26px;
}

.box-row span {
  min-height: 72px;
  padding: 12px;
  border-radius: 12px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.note-box {
  height: 76px;
  margin-top: 18px;
  border-radius: 14px;
  background: #f1e6d4;
}

.headline-block {
  width: 86%;
  height: 28px;
  margin-top: 26px;
  background: var(--blue);
}

.small-lines {
  width: 72%;
  height: 54px;
  margin-top: 22px;
  border-radius: 12px;
}

.cta-block {
  width: 54%;
  height: 42px;
  margin-top: 28px;
  background: var(--accent);
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.fit-card.muted {
  background: #f4eee4;
}

.proof-section {
  background: var(--paper);
}

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

.testimonial-grid figure {
  margin: 0;
  min-height: 255px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(31, 41, 51, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-grid blockquote {
  margin: 0;
  color: #26313d;
  font-size: 19px;
  line-height: 1.38;
  font-weight: 800;
}

.testimonial-grid figcaption {
  margin-top: 24px;
  color: var(--accent-dark);
  font-size: 14px;
  font-weight: 900;
}

.author-section {
  background: #f7efe2;
}

.author-card {
  max-width: 960px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card);
  box-shadow: 0 18px 50px rgba(31, 41, 51, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1.45fr);
  gap: 34px;
  align-items: center;
}

.author-card h2 {
  font-size: clamp(30px, 3.2vw, 44px);
}

.author-card p:last-child {
  max-width: none;
  color: #405060;
  font-size: 18px;
}

.help-section {
  background: var(--bg);
}

.help-card {
  align-items: center;
  box-shadow: none;
}

.help-card h2 {
  font-size: clamp(30px, 3.2vw, 42px);
}

.help-card p + p {
  margin-top: 16px;
}

.offer-section {
  padding: 80px 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(72, 109, 90, 0.72), rgba(25, 35, 45, 0.95)),
    var(--ink);
}

.offer-section h2,
.offer-section .section-kicker {
  color: #fff;
}

.offer-section p {
  color: #d5dde4;
}

.checkout-card {
  background: #fffdf8;
  color: var(--ink);
  padding: 34px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
  padding-bottom: 18px;
  font-weight: 900;
}

.price-row span {
  color: var(--accent-dark);
  font-size: 13px;
  text-transform: uppercase;
}

.price-row strong {
  font-size: 52px;
  letter-spacing: 0;
}

.checkout-card h3 {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 28px;
}

.checkout-card li {
  color: #334250;
}

.guarantee-box {
  margin: 24px 0;
  padding: 20px;
  border-radius: 16px;
  background: var(--sage-soft);
}

.guarantee-box strong {
  color: var(--sage);
}

.guarantee-box p {
  color: #53675a;
  font-size: 15px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.62);
}

summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
}

details p {
  margin-top: 12px;
}

.final-cta {
  padding: 76px 0;
  text-align: center;
  background: var(--paper);
}

.final-cta p {
  margin: 14px auto 28px;
}

@media (max-width: 1100px) {
  .hero-grid,
  .cost-grid,
  .split-grid,
  .intro-grid,
  .preview-grid,
  .offer-grid,
  .faq-grid,
  .help-card {
    grid-template-columns: 1fr;
  }

  .product-stack {
    min-height: 540px;
  }

  .bundle-grid,
  .clarity-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .fit-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .page-shell,
  section,
  .container,
  .hero-grid,
  .cost-grid,
  .split-grid,
  .intro-grid,
  .preview-grid,
  .offer-grid,
  .faq-grid,
  .help-card,
  .fit-grid,
  .bundle-grid,
  .clarity-row {
    max-width: 100vw;
  }

  .container {
    width: min(350px, calc(100vw - 40px));
    margin-left: 20px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-copy,
  .cost-grid,
  .split-grid,
  .intro-grid,
  .preview-grid,
  .offer-grid,
  .faq-grid,
  .help-card,
  .author-card,
  .statement-panel,
  .fit-card {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container.hero-grid,
  .container.cost-grid,
  .container.split-grid,
  .container.intro-grid,
  .container.preview-grid,
  .container.offer-grid,
  .container.faq-grid,
  .container.help-card,
  .container.author-card {
    width: min(350px, calc(100vw - 40px));
    margin-left: 20px;
    margin-right: auto;
  }

  .topbar-inner {
    min-height: 66px;
  }

  .brand {
    font-size: 14px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    padding: 42px 0 56px;
  }

  .hero-grid {
    gap: 34px;
  }

  h1 {
    max-width: 100%;
    font-size: 28px;
  }

  h2 {
    max-width: 100%;
    font-size: 29px;
  }

  p {
    max-width: 100%;
  }

  .hero-lede {
    margin-top: 20px;
    font-size: 16px;
  }

  .hero-actions {
    margin-top: 24px;
    gap: 12px;
  }

  .button {
    min-height: 54px;
    width: 100%;
  }

  .product-stack {
    min-height: 388px;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .kit-main {
    right: 0;
    width: 66%;
    min-height: 300px;
    padding: 20px;
    transform: rotate(1deg);
  }

  .kit-main h2 {
    font-size: 26px;
  }

  .kit-main p {
    font-size: 14px;
  }

  .kit-mini {
    width: 56%;
    min-height: 74px;
    font-size: 14px;
    left: 0;
  }

  .kit-mini.one { top: 82px; }
  .kit-mini.two { top: 164px; }
  .kit-mini.three { top: 246px; }
  .kit-mini.four { top: 328px; }

  .section {
    padding: 56px 0;
  }

  .cost-band {
    padding: 44px 0;
  }

  .offer-section,
  .final-cta {
    padding: 58px 0;
  }

  .author-section {
    padding: 44px 0;
  }

  .author-card {
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 14px;
    border-radius: 16px;
  }

  .author-card h2 {
    font-size: 30px;
  }

  .author-card p:last-child {
    font-size: 16px;
    line-height: 1.55;
  }

  .help-card {
    padding: 24px;
    gap: 18px;
  }

  .help-card h2 {
    font-size: 30px;
  }

  .clarity-row,
  .bundle-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-grid figure {
    min-height: auto;
  }

  .testimonial-grid blockquote {
    font-size: 17px;
  }

  .preview-pages {
    min-height: 410px;
  }

  .preview-page {
    width: 76%;
    min-height: 320px;
  }
}
