:root {
  --bg: #F3EEE6;
  --fg: #1F2E33;
  --accent: #C65A3A;
  --muted: #7B8A86;
  --card: #FBF6EF;

  --cd-page-bg: #F3EEE6;
  --cd-page-fg: #1F2E33;
  --cd-page-accent: #C65A3A;
  --cd-page-muted: #7B8A86;
  --cd-page-card: #FBF6EF;

  --night: #20363d;
  --night-2: #2a474f;
  --sage: #8ca19a;
  --line: rgba(31, 46, 51, 0.12);
  --line-strong: rgba(31, 46, 51, 0.22);
  --warm: rgba(198, 90, 58, 0.12);
  --warm-strong: rgba(198, 90, 58, 0.22);
  --shadow-sm: 0 10px 30px rgba(31, 46, 51, 0.08);
  --shadow-md: 0 24px 60px rgba(31, 46, 51, 0.12);
  --shadow-lg: 0 40px 100px rgba(31, 46, 51, 0.16);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --radius-xl: 48px;
  --container: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--cd-page-fg);
  background:
    radial-gradient(circle at 15% 10%, rgba(198, 90, 58, 0.08), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(123, 138, 134, 0.12), transparent 24%),
    linear-gradient(180deg, #f6f1ea 0%, var(--cd-page-bg) 45%, #efe8de 100%);
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body::selection {
  background: rgba(198, 90, 58, 0.22);
}

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

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
summary {
  font: inherit;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  z-index: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(31, 46, 51, 0.08) 0.7px, transparent 0.8px),
    radial-gradient(circle at 80% 40%, rgba(31, 46, 51, 0.05) 0.7px, transparent 0.8px),
    radial-gradient(circle at 30% 75%, rgba(31, 46, 51, 0.06) 0.7px, transparent 0.8px);
  background-size: 18px 18px, 24px 24px, 22px 22px;
  mix-blend-mode: multiply;
}

.cursor-glow {
  position: fixed;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(198, 90, 58, 0.13) 0%, rgba(198, 90, 58, 0.06) 35%, rgba(198, 90, 58, 0) 72%);
  transition: opacity 220ms ease;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.narrow {
  width: min(920px, calc(100% - 40px));
}

.section {
  position: relative;
  padding: 96px 0;
}

.section-intro {
  margin-bottom: 38px;
}

.section-intro.center {
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 52px;
}

.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
  position: relative;
}

.section-kicker::before,
.eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

h1, h2, h3, h4 {
  margin: 0;
  font-family: "Fraunces", serif;
  line-height: 0.96;
  font-weight: 600;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(3rem, 6vw, 6.4rem);
}

h2 {
  font-size: clamp(2.25rem, 4vw, 4.2rem);
  margin-bottom: 16px;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.05;
}

p {
  margin: 0 0 14px;
  color: rgba(31, 46, 51, 0.9);
  font-size: 1.04rem;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(243, 238, 230, 0.75);
  border-bottom: 1px solid rgba(31, 46, 51, 0.08);
}

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

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(198, 90, 58, 0.95) 0 20%, rgba(198, 90, 58, 0.22) 21% 56%, transparent 57%),
    conic-gradient(from 180deg, rgba(31, 46, 51, 0.22), rgba(31, 46, 51, 0.75), rgba(198, 90, 58, 0.58), rgba(31, 46, 51, 0.22));
  box-shadow: inset 0 0 0 1px rgba(31, 46, 51, 0.08), 0 8px 20px rgba(31, 46, 51, 0.14);
  animation: slowPulse 6s ease-in-out infinite;
}

.brand-name {
  font-family: "Fraunces", serif;
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.top-trust {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.top-trust span {
  padding: 10px 14px;
  border: 1px solid rgba(31, 46, 51, 0.08);
  border-radius: 999px;
  background: rgba(251, 246, 239, 0.7);
  color: rgba(31, 46, 51, 0.82);
  font-size: 0.9rem;
}

.hero {
  padding-top: 56px;
  overflow: clip;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 28%, rgba(198, 90, 58, 0.12), transparent 18%),
    radial-gradient(circle at 68% 38%, rgba(31, 46, 51, 0.08), transparent 28%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 42px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-title {
  max-width: 11ch;
  margin-bottom: 18px;
}

.hero-sub {
  max-width: 640px;
  font-size: 1.14rem;
  color: rgba(31, 46, 51, 0.8);
  margin-bottom: 26px;
}

.hero-offer {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.offer-price,
.offer-guarantee {
  min-width: 190px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(251,246,239,0.98), rgba(251,246,239,0.8));
  border: 1px solid rgba(31, 46, 51, 0.08);
  box-shadow: var(--shadow-sm);
}

.label {
  display: block;
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 6px;
}

.offer-price strong,
.offer-guarantee strong {
  font-size: 1.32rem;
  line-height: 1;
  color: var(--fg);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition:
    transform 300ms var(--ease),
    box-shadow 300ms var(--ease),
    background 300ms var(--ease),
    color 300ms var(--ease),
    border-color 300ms var(--ease);
  overflow: hidden;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 10%, rgba(255,255,255,0.22) 40%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 700ms var(--ease);
}

.btn:hover::after {
  transform: translateX(120%);
}

.btn:hover {
  transform: translateY(-2px) scale(1.01);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), #d66d4e);
  color: #fff8f1;
  box-shadow: 0 18px 40px rgba(198, 90, 58, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 24px 50px rgba(198, 90, 58, 0.32);
}

.btn-secondary {
  background: rgba(251, 246, 239, 0.55);
  color: var(--fg);
  border-color: rgba(31, 46, 51, 0.14);
  box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
  background: rgba(251, 246, 239, 0.85);
  border-color: rgba(31, 46, 51, 0.22);
}

.btn-block {
  width: 100%;
}

.btn-large {
  min-height: 66px;
  padding-inline: 34px;
  font-size: 1.05rem;
}

.microcopy {
  color: rgba(31, 46, 51, 0.66);
  font-size: 0.95rem;
  max-width: 680px;
}

.trust-row {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.trust-chip {
  padding: 18px 18px 16px;
  border-radius: var(--radius-md);
  background: rgba(251, 246, 239, 0.72);
  border: 1px solid rgba(31, 46, 51, 0.08);
  box-shadow: var(--shadow-sm);
}

.trust-chip strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 6px;
}

.trust-chip span {
  color: rgba(31, 46, 51, 0.72);
  font-size: 0.94rem;
}

.hero-visual {
  position: relative;
  min-height: 700px;
}

.scene {
  position: relative;
  min-height: 700px;
  isolation: isolate;
}

.scene-guideline {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(31, 46, 51, 0.18), transparent);
  height: 1px;
  width: 100%;
  left: 0;
}

.scene-guideline-1 {
  top: 18%;
}

.scene-guideline-2 {
  bottom: 16%;
}

.amber-halo {
  position: absolute;
  inset: 14% 10% auto auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(198, 90, 58, 0.32) 0%, rgba(198, 90, 58, 0.16) 28%, rgba(198, 90, 58, 0.04) 52%, transparent 72%);
  filter: blur(10px);
  animation: haloBreath 7.5s ease-in-out infinite;
}

.nightstand {
  position: absolute;
  left: 8%;
  right: 0;
  bottom: 10%;
  height: 260px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent),
    linear-gradient(135deg, var(--night-2), #16282f 70%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    inset 0 -20px 40px rgba(0,0,0,0.16),
    0 30px 80px rgba(22, 40, 47, 0.25);
  transform: perspective(1000px) rotateX(58deg) rotateZ(-12deg);
  transform-origin: bottom left;
}

.product-arc-wrap {
  position: absolute;
  right: 7%;
  top: 5%;
  width: min(100%, 560px);
  aspect-ratio: 1;
}

.product-arc {
  position: absolute;
  inset: 0;
  transform: rotate(-110deg);
  overflow: visible;
  filter: drop-shadow(0 20px 30px rgba(31, 46, 51, 0.12));
}

.arc-track {
  fill: none;
  stroke: rgba(31, 46, 51, 0.12);
  stroke-width: 2;
  stroke-dasharray: 7 10;
}

.arc-progress {
  fill: none;
  stroke: url(#arcGradient);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 1194;
  stroke-dashoffset: 1194;
  transition: stroke-dashoffset 120ms linear;
}

.book-mockup {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 320px;
  height: 450px;
  transform: translate(-50%, -50%) rotate(-7deg);
  transform-style: preserve-3d;
  animation: mockupFloat 5.8s ease-in-out infinite;
}

.book-spine {
  position: absolute;
  left: -18px;
  top: 16px;
  width: 30px;
  height: 418px;
  border-radius: 14px 0 0 14px;
  background: linear-gradient(180deg, #15252b, #24404a);
  transform: rotateY(50deg);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
}

.book-cover {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), transparent 30%),
    radial-gradient(circle at 72% 25%, rgba(198,90,58,0.18), transparent 20%),
    linear-gradient(160deg, #183038 0%, #203b43 45%, #15272d 100%);
  color: #eef1ed;
  padding: 36px 30px;
  box-shadow:
    0 50px 90px rgba(16, 28, 33, 0.42),
    inset 0 0 0 1px rgba(255,255,255,0.08);
  overflow: hidden;
}

.book-cover::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 16px;
  pointer-events: none;
}

.book-cover::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 56px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
}

.cover-top {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.84rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(238, 241, 237, 0.7);
  margin-bottom: 26px;
}

.cover-main {
  font-family: "Fraunces", serif;
  font-size: 3.55rem;
  line-height: 0.92;
  letter-spacing: -0.05em;
  max-width: 5ch;
  margin-bottom: 16px;
}

.cover-sub {
  font-size: 1rem;
  color: rgba(238, 241, 237, 0.8);
  max-width: 15ch;
  line-height: 1.35;
}

.cover-line {
  margin: 28px 0 22px;
  width: 82px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), rgba(255,255,255,0.25));
}

.cover-foot {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 28px;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(238, 241, 237, 0.72);
}

.minutes-badge {
  position: absolute;
  left: 2%;
  bottom: 16%;
  width: 170px;
  padding: 18px 18px 16px;
  border-radius: 50px;
  background: rgba(251, 246, 239, 0.72);
  border: 1px solid rgba(31, 46, 51, 0.08);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(12px);
  animation: badgeDrift 6.6s ease-in-out infinite;
}

.minutes-badge span {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 2.4rem;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.minutes-badge small {
  color: var(--muted);
  font-size: 0.86rem;
}

.pain {
  padding-top: 40px;
}

.pain-grid,
.benefit-grid,
.reason-grid,
.bonus-grid,
.includes-grid,
.objection-list {
  display: grid;
  gap: 18px;
}

.pain-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pain-card,
.benefit-card,
.reason-card,
.bonus-card,
.objection-card,
.include-card,
.phase-card {
  border-radius: var(--radius-md);
  background: rgba(251, 246, 239, 0.76);
  border: 1px solid rgba(31, 46, 51, 0.08);
  box-shadow: var(--shadow-sm);
  transition: transform 300ms var(--ease), box-shadow 300ms var(--ease), border-color 300ms var(--ease);
}

.pain-card:hover,
.benefit-card:hover,
.reason-card:hover,
.bonus-card:hover,
.objection-card:hover,
.include-card:hover,
.phase-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(198, 90, 58, 0.22);
}

.pain-card {
  padding: 28px 24px;
}

.pain-card p {
  font-size: 0.97rem;
  color: rgba(31, 46, 51, 0.72);
  margin-top: 10px;
}

.belief-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.belief-panel {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 320px;
  background:
    radial-gradient(circle at 18% 20%, rgba(198,90,58,0.18), transparent 20%),
    linear-gradient(160deg, #1f343b 0%, #182a30 100%);
  box-shadow: var(--shadow-lg);
}

.belief-panel::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: calc(var(--radius-lg) - 10px);
  border: 1px solid rgba(255,255,255,0.08);
}

.belief-quote {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 34px;
  text-align: left;
  color: #eef1ed;
}

.belief-quote p {
  color: rgba(238, 241, 237, 0.82);
  font-size: 1.16rem;
  margin-bottom: 8px;
}

.belief-quote strong {
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.text-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-weight: 600;
  margin-top: 12px;
}

.text-cta::after {
  content: "→";
  transition: transform 240ms var(--ease);
}

.text-cta:hover::after {
  transform: translateX(4px);
}

.product-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 30px;
  align-items: start;
}

.proof-stack {
  display: grid;
  gap: 14px;
}

.proof-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(251, 246, 239, 0.72);
  border: 1px solid rgba(31, 46, 51, 0.08);
  box-shadow: var(--shadow-sm);
}

.proof-index {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(31, 46, 51, 0.06);
  color: var(--accent);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.92rem;
}

.proof-item p {
  margin: 0;
}

.phase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.phase-card {
  min-height: 290px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(251,246,239,0.94), rgba(251,246,239,0.75));
  position: relative;
  overflow: hidden;
}

.phase-card::before {
  content: "";
  position: absolute;
  right: -20px;
  top: -20px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 90, 58, 0.14), transparent 64%);
}

.phase-number {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(31,46,51,0.08), rgba(31,46,51,0.03));
  color: var(--accent);
  font-family: "IBM Plex Mono", monospace;
  margin-bottom: 28px;
}

.phase-card p {
  color: rgba(31, 46, 51, 0.72);
  margin-top: 12px;
}

.benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-card {
  padding: 26px 24px;
}

.line-icon {
  width: 58px;
  height: 16px;
  margin-bottom: 22px;
  position: relative;
}

.line-icon::before,
.line-icon::after {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(198, 90, 58, 0.15));
}

.line-icon::before {
  top: 0;
  width: 58px;
  height: 2px;
}

.line-icon::after {
  top: 8px;
  width: 34px;
  height: 2px;
}

.benefit-card p {
  color: rgba(31, 46, 51, 0.72);
  margin-top: 8px;
}

.includes-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.include-card {
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.include-card::after {
  content: "";
  position: absolute;
  inset: auto -30px -50px auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(140,161,154,0.12), transparent 60%);
}

.include-tag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(31, 46, 51, 0.06);
  color: var(--muted);
  font-size: 0.82rem;
  margin-bottom: 16px;
}

.qualify-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.qualify-panel {
  height: 100%;
  border-radius: var(--radius-lg);
  padding: 28px;
  background: linear-gradient(180deg, rgba(251,246,239,0.92), rgba(251,246,239,0.78));
  border: 1px solid rgba(31, 46, 51, 0.08);
  box-shadow: var(--shadow-sm);
}

.qualify-panel.alt {
  background: linear-gradient(180deg, rgba(31,46,51,0.96), rgba(31,46,51,0.88));
  color: #eef1ed;
}

.qualify-panel.alt .qualify-list li {
  color: rgba(238, 241, 237, 0.82);
  border-bottom-color: rgba(255,255,255,0.08);
}

.qualify-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.qualify-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(31, 46, 51, 0.08);
  color: rgba(31, 46, 51, 0.82);
}

.qualify-list li:last-child {
  border-bottom: 0;
}

.offer-box {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  align-items: center;
  padding: 30px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 80% 20%, rgba(198, 90, 58, 0.12), transparent 18%),
    linear-gradient(135deg, rgba(31,46,51,0.05), rgba(31,46,51,0.02)),
    rgba(251, 246, 239, 0.78);
  border: 1px solid rgba(31, 46, 51, 0.08);
  box-shadow: var(--shadow-lg);
}

.offer-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.offer-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(31, 46, 51, 0.82);
}

.offer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(198, 90, 58, 0.08);
  transform: translateY(-50%);
}

.offer-card {
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(180deg, #1e3239 0%, #17272d 100%);
  color: #f5f1ea;
  box-shadow: 0 40px 80px rgba(18, 31, 36, 0.28);
  position: relative;
  overflow: hidden;
}

.offer-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
}

.offer-topline {
  position: relative;
  z-index: 1;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  color: rgba(245, 241, 234, 0.72);
  margin-bottom: 16px;
}

.offer-value {
  position: relative;
  z-index: 1;
  font-family: "Fraunces", serif;
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  margin-bottom: 12px;
}

.offer-note {
  position: relative;
  z-index: 1;
  color: rgba(245, 241, 234, 0.78);
  margin-bottom: 22px;
}

.offer-meta {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(245, 241, 234, 0.8);
  font-size: 0.94rem;
}

.bonus-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bonus-card {
  padding: 26px;
}

.bonus-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}

.bonus-head span {
  font-family: "IBM Plex Mono", monospace;
  color: var(--accent);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.reason-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 26px;
}

.reason-card {
  padding: 28px;
}

.reason-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.04rem;
}

.placeholder-testimonials {
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px dashed rgba(31, 46, 51, 0.18);
  background: rgba(251, 246, 239, 0.5);
}

.placeholder-head {
  margin-bottom: 16px;
}

.placeholder-head h3 {
  margin-bottom: 10px;
}

.placeholder-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}

.placeholder-card {
  padding: 22px;
  border-radius: 18px;
  background: rgba(31, 46, 51, 0.04);
  color: rgba(31, 46, 51, 0.56);
  text-align: center;
  min-height: 110px;
  display: grid;
  place-items: center;
}

.objection-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.objection-card {
  padding: 24px;
}

.objection-card p {
  color: rgba(31, 46, 51, 0.72);
  margin-top: 10px;
}

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

.faq-item {
  border-radius: var(--radius-md);
  background: rgba(251, 246, 239, 0.78);
  border: 1px solid rgba(31, 46, 51, 0.08);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: box-shadow 300ms var(--ease), transform 300ms var(--ease);
}

.faq-item[open] {
  box-shadow: var(--shadow-md);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 24px 64px 24px 24px;
  font-weight: 600;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--accent);
  transition: transform 240ms var(--ease);
}

.faq-item[open] summary::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}

.faq-content {
  padding: 0 24px 24px;
  color: rgba(31, 46, 51, 0.74);
}

.counter-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
  padding: 20px;
  border-radius: var(--radius-lg);
  background: rgba(251,246,239,0.72);
  border: 1px solid rgba(31,46,51,0.08);
  box-shadow: var(--shadow-sm);
}

.counter-item {
  text-align: center;
  padding: 22px 12px;
}

.counter-item strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.92;
  color: var(--accent);
}

.counter-item span {
  color: rgba(31, 46, 51, 0.72);
}

.ethical-box,
.final-box {
  padding: 34px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(31, 46, 51, 0.08);
  background: rgba(251, 246, 239, 0.78);
  box-shadow: var(--shadow-md);
}

.final-box {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(198,90,58,0.14), transparent 30%),
    rgba(251, 246, 239, 0.82);
}

.final-box h2 {
  max-width: 14ch;
  margin-inline: auto;
}

.final-box p {
  max-width: 760px;
  margin-inline: auto;
}

.footer {
  padding: 28px 0 40px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(31, 46, 51, 0.1);
}

.footer p {
  margin: 6px 0 0;
  color: rgba(31, 46, 51, 0.62);
  font-size: 0.94rem;
}

.footer-link {
  color: var(--accent);
  font-weight: 600;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  min-height: 58px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #fff8f1;
  background: linear-gradient(135deg, var(--accent), #d66d4e);
  box-shadow: 0 22px 50px rgba(198, 90, 58, 0.34);
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: transform 280ms var(--ease), box-shadow 280ms var(--ease), opacity 280ms ease;
  animation: ctaLift 3.2s ease-in-out infinite;
}

.floating-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(198, 90, 58, 0.4);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 800ms var(--ease),
    transform 800ms var(--ease),
    filter 800ms var(--ease);
  filter: blur(4px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.hero .reveal:nth-child(1) { transition-delay: 0ms; }
.hero .reveal:nth-child(2) { transition-delay: 80ms; }
.hero .reveal:nth-child(3) { transition-delay: 160ms; }
.hero .reveal:nth-child(4) { transition-delay: 240ms; }

[data-parallax] {
  will-change: transform;
}

@keyframes slowPulse {
  0%, 100% { transform: scale(1); filter: saturate(1); }
  50% { transform: scale(1.08); filter: saturate(1.15); }
}

@keyframes haloBreath {
  0%, 100% { transform: scale(0.96); opacity: 0.82; }
  50% { transform: scale(1.06); opacity: 1; }
}

@keyframes mockupFloat {
  0%, 100% { transform: translate(-50%, -50%) rotate(-7deg) translateY(0px); }
  50% { transform: translate(-50%, -50%) rotate(-5deg) translateY(-10px); }
}

@keyframes badgeDrift {
  0%, 100% { transform: translateY(0px) rotate(-2deg); }
  50% { transform: translateY(-8px) rotate(1deg); }
}

@keyframes ctaLift {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-4px); }
}

@keyframes lineSweep {
  0% { transform: scaleX(0.2); opacity: 0.2; }
  50% { transform: scaleX(1); opacity: 1; }
  100% { transform: scaleX(0.2); opacity: 0.2; }
}

@keyframes fadeRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes glowShift {
  0% { box-shadow: 0 0 0 rgba(198, 90, 58, 0.15); }
  50% { box-shadow: 0 0 40px rgba(198, 90, 58, 0.18); }
  100% { box-shadow: 0 0 0 rgba(198, 90, 58, 0.15); }
}

.section-kicker::before,
.eyebrow::before {
  animation: lineSweep 7s ease-in-out infinite;
  transform-origin: left center;
}

.offer-card,
.final-box {
  animation: glowShift 8s ease-in-out infinite;
}

@media (max-width: 1100px) {
  .hero-grid,
  .product-grid,
  .belief-grid,
  .offer-box {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    order: -1;
    min-height: 620px;
  }

  .scene,
  .hero-visual {
    min-height: 620px;
  }

  .product-arc-wrap {
    margin-inline: auto;
    right: 0;
    left: 0;
  }

  .belief-panel {
    min-height: 280px;
  }

  .pain-grid,
  .benefit-grid,
  .objection-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .phase-grid,
  .bonus-grid,
  .reason-grid,
  .includes-grid,
  .qualify-grid,
  .placeholder-cards,
  .counter-strip {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 780px) {
  .section {
    padding: 74px 0;
  }

  .container,
  .narrow {
    width: min(100% - 24px, var(--container));
  }

  .topbar-inner {
    min-height: 68px;
    align-items: flex-start;
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
  }

  .top-trust {
    gap: 8px;
    justify-content: flex-start;
  }

  .top-trust span {
    padding: 8px 12px;
    font-size: 0.82rem;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-title {
    max-width: 12ch;
  }

  .hero-sub {
    font-size: 1rem;
  }

  .hero-visual,
  .scene {
    min-height: 500px;
  }

  .product-arc-wrap {
    width: 100%;
    max-width: 420px;
  }

  .book-mockup {
    width: 250px;
    height: 360px;
  }

  .cover-main {
    font-size: 2.8rem;
  }

  .minutes-badge {
    width: 136px;
    bottom: 10%;
    left: 0;
    padding: 14px;
  }

  .minutes-badge span {
    font-size: 2rem;
  }

  .trust-row,
  .pain-grid,
  .benefit-grid,
  .phase-grid,
  .includes-grid,
  .reason-grid,
  .bonus-grid,
  .objection-list,
  .qualify-grid,
  .placeholder-cards,
  .counter-strip {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn,
  .btn-large,
  .floating-cta {
    width: 100%;
  }

  .offer-price,
  .offer-guarantee {
    flex: 1 1 100%;
  }

  .offer-box,
  .ethical-box,
  .final-box {
    padding: 24px;
  }

  .faq-item summary {
    padding: 20px 56px 20px 20px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .floating-cta {
    right: 12px;
    left: 12px;
    bottom: 12px;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  body {
    background:
      radial-gradient(circle at 50% 0%, rgba(198, 90, 58, 0.09), transparent 24%),
      linear-gradient(180deg, #f6f1ea 0%, var(--cd-page-bg) 45%, #efe8de 100%);
  }

  h1 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  p {
    font-size: 0.98rem;
  }

  .section-kicker,
  .eyebrow {
    letter-spacing: 0.12em;
    font-size: 11px;
  }

  .book-cover {
    padding: 28px 24px;
  }

  .cover-main {
    font-size: 2.4rem;
  }

  .cover-sub {
    font-size: 0.94rem;
  }

  .offer-value {
    font-size: 3.2rem;
  }

  .counter-item strong {
    font-size: 2.5rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}