:root {
  --paper: #fffdf8;
  --paper-2: #fff8ec;
  --cream: #f8efdd;
  --ink: #3f352c;
  --muted: #766b61;
  --forest: #17492f;
  --forest-2: #0f3522;
  --terracotta: #a4412f;
  --rose: #df8f8c;
  --lavender: #8174a8;
  --sky: #b9c8e8;
  --gold: #c79545;
  --gold-light: #ead7ae;
  --line: rgba(122, 89, 48, .18);
  --shadow: 0 24px 70px rgba(64, 44, 25, .16);
  --shadow-soft: 0 15px 38px rgba(64, 44, 25, .11);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 15px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 5% 2%, rgba(223,143,140,.30), transparent 29rem),
    radial-gradient(circle at 95% 5%, rgba(129,116,168,.19), transparent 28rem),
    radial-gradient(circle at 87% 92%, rgba(199,149,69,.15), transparent 30rem),
    linear-gradient(180deg, #fff9ef 0%, #fbf2df 52%, #fffaf0 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .30;
  background-image:
    linear-gradient(rgba(255,255,255,.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.3), transparent 48%);
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }

.site-shell { min-height: 100vh; display: flex; flex-direction: column; position: relative; }
.site-header {
  padding: 18px 20px 10px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.brand {
  display: inline-flex;
  align-items: baseline;
  gap: .28em;
  text-decoration: none;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--forest);
  font-weight: 700;
  font-size: clamp(1.25rem, 2.5vw, 1.52rem);
  letter-spacing: .015em;
}
.brand::before, .brand::after { content: "✦"; color: var(--gold); font-size: .55em; opacity: .75; }
.brand span { color: var(--terracotta); }
main { flex: 1; }
.site-footer {
  margin-top: 48px;
  border-top: 1px solid var(--line);
  padding: 24px 20px 28px;
  color: var(--muted);
  font-size: .84rem;
  background: rgba(255,253,248,.42);
}
.footer-inner {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.footer-inner a { color: var(--forest); text-underline-offset: 4px; }

.container { width: min(100% - 40px, 1140px); margin-inline: auto; }
.container.narrow { width: min(100% - 40px, 780px); }
.center { text-align: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .21em;
  font-size: .71rem;
  font-weight: 800;
  color: var(--terracotta);
}
.eyebrow::before, .eyebrow::after { content: ""; width: 22px; height: 1px; background: currentColor; opacity: .45; }
.title {
  margin: 12px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--forest);
  font-weight: 700;
  font-size: clamp(2.8rem, 6.5vw, 5rem);
  line-height: .95;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.title em { color: var(--terracotta); font-style: normal; }
.title.medium { font-size: clamp(2.35rem, 5.2vw, 4rem); }
.subtitle {
  max-width: 700px;
  margin: 17px auto 0;
  color: var(--muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.18rem, 2.6vw, 1.48rem);
  font-style: italic;
  line-height: 1.42;
}
.lead { color: rgba(63,53,44,.88); font-size: 1.01rem; line-height: 1.7; }
.ornament { display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--gold); margin: 16px 0; }
.ornament::before, .ornament::after { content: ""; width: 46px; height: 1px; background: currentColor; opacity: .48; }
.ornament span { font-size: .98rem; }

/* First bonus landing */
.landing-hero { padding: 4px 0 34px; }
.hero-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(161,116,57,.18);
  border-radius: 36px;
  background:
    radial-gradient(circle at 78% 15%, rgba(129,116,168,.17), transparent 31%),
    radial-gradient(circle at 92% 72%, rgba(223,143,140,.21), transparent 31%),
    linear-gradient(135deg, rgba(255,253,248,.96), rgba(255,246,229,.92));
  box-shadow: var(--shadow);
  padding: clamp(30px, 5vw, 58px);
}
.hero-shell::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(199,149,69,.24);
  border-radius: 50%;
  right: -150px;
  top: -145px;
}
.hero-shell::after {
  content: "❦";
  position: absolute;
  left: 25px;
  bottom: 12px;
  font-family: Georgia, serif;
  font-size: 5.5rem;
  line-height: 1;
  color: rgba(23,73,47,.055);
  transform: rotate(-20deg);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, .97fr);
  gap: clamp(42px, 6vw, 78px);
  align-items: center;
}
.hero-copy { min-width: 0; }
.hero-copy .title { font-size: clamp(3.15rem, 5.2vw, 5.15rem); }
.hero-copy .subtitle { margin-left: 0; max-width: 610px; }
.hero-copy .ornament { justify-content: flex-start; }
.hero-copy .lead { max-width: 650px; margin: 0; }
.bonus-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(23,73,47,.14);
  background: rgba(255,255,255,.62);
  color: var(--forest);
  font-size: .82rem;
  font-weight: 700;
}
.meta-chip::before { content: "✦"; color: var(--gold); font-size: .72em; }

.card {
  background: rgba(255,253,248,.93);
  border: 1px solid rgba(161,116,57,.20);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}
.download-card { padding: 24px; margin-top: 22px; max-width: 660px; }
.download-card h3 { font-size: 1.45rem; }
.card h2, .card h3 { font-family: "Cormorant Garamond", Georgia, serif; color: var(--forest); margin: 0; }
.bullets { margin: 15px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.bullets li { display: flex; align-items: flex-start; gap: 11px; line-height: 1.5; }
.bullets li::before { content: ""; width: 7px; height: 7px; border-radius: 999px; background: var(--terracotta); margin-top: .57em; flex: none; }
.bullets.gold li::before { background: var(--gold); }
.download-card .btn { margin-top: 20px; }
.microcopy { margin: 11px 0 0; text-align: center; font-size: .78rem; color: var(--muted); line-height: 1.45; }

.btn {
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 9px;
  border: 0;
  border-radius: 13px;
  padding: 14px 20px;
  background: linear-gradient(180deg, #205a3b, var(--forest));
  color: #fffaf0;
  font-weight: 800;
  font-size: .98rem;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(23,73,47,.22), inset 0 1px rgba(255,255,255,.14);
  transition: transform .16s ease, filter .16s ease, box-shadow .16s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(.97); box-shadow: 0 14px 30px rgba(23,73,47,.27), inset 0 1px rgba(255,255,255,.14); }
.btn:focus-visible { outline: 3px solid rgba(129,116,168,.38); outline-offset: 3px; }
.btn:disabled { opacity: .66; cursor: wait; transform: none; }
.btn.secondary { width: auto; background: rgba(255,255,255,.55); color: var(--forest); border: 1px solid rgba(23,73,47,.35); box-shadow: none; }
.btn.amazon { background: linear-gradient(180deg, #22563a, #163b28); border: 1px solid rgba(199,149,69,.48); max-width: 440px; }

.cover-stage { position: relative; min-width: 0; padding: 22px 12px 34px; display: flex; flex-direction: column; align-items: center; }
.cover-halo {
  position: absolute;
  inset: 5% 2% 16%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,204,177,.48), rgba(129,116,168,.15) 46%, transparent 72%);
  filter: blur(18px);
}
.cover-frame {
  position: relative;
  width: min(100%, 355px);
  padding: 9px;
  border-radius: 17px;
  background: linear-gradient(145deg, #fffdf8, #efe0bd);
  box-shadow: 0 30px 62px rgba(54,38,23,.26), 0 0 0 1px rgba(113,80,43,.18);
  transform: rotate(1.1deg);
}
.cover {
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  border-radius: 10px;
}
.preview-stack { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: center; margin-top: -17px; }
.preview-tile {
  width: 92px;
  aspect-ratio: .76;
  object-fit: cover;
  border: 5px solid #fffdf8;
  border-radius: 9px;
  box-shadow: 0 10px 26px rgba(60,42,25,.18);
  background: #fff;
}
.preview-tile:nth-child(1) { transform: rotate(-7deg) translateX(8px); }
.preview-tile:nth-child(2) { transform: translateY(-7px); z-index: 2; }
.preview-tile:nth-child(3) { transform: rotate(7deg) translateX(-8px); }
.preview-caption { position: relative; z-index: 2; margin: 10px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }

.quiet-section { padding: 34px 0 12px; }
.quiet-card {
  padding: 28px clamp(22px, 5vw, 48px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(161,116,57,.17);
  background: rgba(255,253,248,.55);
  text-align: center;
}
.quiet-card h2 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; color: var(--forest); font-size: clamp(2rem, 4vw, 2.75rem); }
.quiet-card p { margin: 11px auto 0; max-width: 760px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.18rem; font-style: italic; line-height: 1.5; color: rgba(63,53,44,.82); }

/* Bonus extra */
.bonus-extra-page { padding: 4px 0 10px; }
.bonus-extra-intro { max-width: 900px; margin: 0 auto 24px; text-align: center; }
.success-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--forest);
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(23,73,47,.14);
  font-weight: 750;
  font-size: .79rem;
  margin-top: 12px;
}
.success-chip::before { content: "✓"; color: var(--forest); font-weight: 900; }
.bonus-extra-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 24px;
  align-items: start;
}
.manual-card { padding: clamp(25px, 3vw, 38px); }
.manual-grid { display: grid; grid-template-columns: minmax(160px, .66fr) minmax(0, 1.34fr); align-items: center; gap: clamp(24px, 3.2vw, 38px); }
.manual-cover {
  width: min(100%, 248px);
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 22px 48px rgba(54,38,23,.22);
}
.manual-copy h2 { font-family: "Cormorant Garamond", Georgia, serif; color: var(--forest); font-size: clamp(2rem, 3.5vw, 2.65rem); line-height: 1.02; margin: 0; }
.manual-tagline { margin: 8px 0 0; color: var(--terracotta); font-family: "Cormorant Garamond", Georgia, serif; font-style: italic; font-size: 1.08rem; line-height: 1.45; }
.manual-copy p { margin: 14px 0 0; line-height: 1.62; color: rgba(63,53,44,.82); font-size: .94rem; }
.manual-copy .bullets { font-size: .91rem; gap: 8px; }

.form-panel { position: sticky; top: 14px; }
.form-card { padding: clamp(22px, 3vw, 30px); }
.form-heading { text-align: center; margin-bottom: 19px; }
.section-title { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; color: var(--forest); font-size: clamp(2rem, 3.6vw, 2.65rem); line-height: 1.04; }
.section-intro { color: rgba(63,53,44,.79); line-height: 1.55; margin: 9px auto 0; font-size: .9rem; }
.section-intro em { font-size: .87rem; color: var(--muted); }
.brevo-form { display: grid; gap: 16px; }
.field label { display: block; color: var(--ink); font-weight: 750; font-size: .85rem; margin-bottom: 7px; }
.req { color: var(--terracotta); }
.field input[type="text"], .field input[type="email"] {
  width: 100%;
  min-height: 48px;
  border: 1.5px solid rgba(122,89,48,.24);
  background: #fffdf9;
  border-radius: 12px;
  padding: 12px 13px;
  font-size: 1rem;
  color: var(--ink);
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.field input:focus { border-color: var(--forest); box-shadow: 0 0 0 4px rgba(23,73,47,.09); }
.field input::placeholder { color: #9b9184; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  cursor: pointer;
  padding: 2px 0;
}
.consent-row input[type="checkbox"] {
  flex: 0 0 21px;
  width: 21px !important;
  height: 21px !important;
  min-width: 21px;
  min-height: 21px;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  position: static !important;
  inset: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  accent-color: var(--forest);
  cursor: pointer;
}
.consent-copy {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  font-size: .77rem;
  line-height: 1.52;
  color: rgba(63,53,44,.9);
  overflow-wrap: anywhere;
}
.consent-copy a { color: var(--terracotta); font-weight: 750; text-underline-offset: 3px; }
.form-note { text-align: center; color: var(--muted); font-size: .76rem; line-height: 1.45; margin: 13px 0 0; }
.privacy-link { text-align: center; margin-top: 9px; }
.privacy-link a { color: var(--forest); font-size: .78rem; text-underline-offset: 4px; }
.hidden-frame { display: none; width: 0; height: 0; border: 0; }

.review-section { padding: 24px 0 8px; }
.review-card {
  max-width: 1140px;
  margin-inline: auto;
  padding: clamp(27px, 4vw, 40px);
  text-align: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 50%, rgba(223,143,140,.10), transparent 25%),
    radial-gradient(circle at 88% 50%, rgba(129,116,168,.10), transparent 25%),
    rgba(255,253,248,.91);
}
.review-card::before, .review-card::after { content: "❦"; position: absolute; color: rgba(199,149,69,.17); font-size: 4.6rem; line-height: 1; }
.review-card::before { left: 22px; top: 10px; transform: rotate(-24deg); }
.review-card::after { right: 22px; bottom: 5px; transform: rotate(156deg); }
.stars { color: var(--gold); letter-spacing: .16em; font-size: 1.16rem; margin-bottom: 8px; }
.review-card h2 { position: relative; margin: 0; font-family: "Cormorant Garamond", Georgia, serif; color: var(--forest); font-size: clamp(2rem, 4vw, 2.75rem); }
.review-card p { position: relative; max-width: 720px; margin: 10px auto 18px; line-height: 1.58; color: rgba(63,53,44,.82); font-size: .94rem; }
.review-card small { position: relative; display: block; margin: 11px auto 0; max-width: 650px; color: var(--muted); line-height: 1.45; font-size: .75rem; }

/* Download / confirmation / privacy */
.download-page { padding: 28px 0 18px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 22px; }
.actions .btn { width: auto; min-width: 205px; }
.pdf-frame { margin-top: 26px; overflow: hidden; border-radius: 20px; border: 1px solid var(--line); box-shadow: var(--shadow-soft); background: var(--paper); }
.pdf-frame object { display: block; width: 100%; height: 72vh; min-height: 500px; }
.simple-page { padding: 38px 0; }
.simple-icon { color: var(--gold); font-size: 3.1rem; margin-bottom: 5px; }
.simple-page .lead { max-width: 700px; margin: 0 auto; }
.privacy-article { padding: 32px 0; }
.privacy-article .updated { color: var(--muted); font-size: .82rem; }
.privacy-copy { margin-top: 32px; display: grid; gap: 26px; line-height: 1.7; color: rgba(63,53,44,.9); }
.privacy-copy h2 { margin: 0 0 9px; font-family: "Cormorant Garamond", Georgia, serif; color: var(--forest); font-size: 1.7rem; }
.privacy-copy p { margin: 0 0 10px; }
.privacy-copy ul { margin: 0; padding-left: 22px; display: grid; gap: 7px; }
.privacy-copy a { color: var(--terracotta); text-underline-offset: 3px; }
.privacy-copy address { font-style: normal; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(285px,.72fr); gap: 34px; }
  .hero-copy .title { font-size: clamp(2.8rem, 6vw, 4.15rem); }
  .cover-frame { width: min(100%, 315px); }
  .bonus-extra-layout { grid-template-columns: 1fr; max-width: 820px; }
  .form-panel { position: static; }
  .manual-grid { grid-template-columns: minmax(170px,.62fr) minmax(0,1.38fr); }
}

@media (max-width: 700px) {
  body::before { display: none; }
  .container, .container.narrow { width: min(100% - 28px, 1140px); }
  .site-header { padding: 15px 14px 8px; }
  .brand { font-size: 1.18rem; }
  .brand::before, .brand::after { display: none; }
  .landing-hero, .bonus-extra-page { padding-top: 1px; }
  .hero-shell { padding: 25px 18px 24px; border-radius: 25px; }
  .hero-shell::after { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 23px; }
  .hero-copy { display: contents; }
  .hero-copy .hero-heading { order: 1; text-align: center; }
  .hero-copy .hero-heading .ornament { justify-content: center; }
  .hero-copy .subtitle { margin-inline: auto; }
  .cover-stage { order: 2; padding: 2px 0 6px; }
  .hero-copy .hero-body { order: 3; }
  .hero-copy .title { font-size: clamp(2.72rem, 13.5vw, 3.75rem); line-height: .94; }
  .title { font-size: clamp(2.55rem, 12vw, 3.4rem); }
  .title.medium { font-size: clamp(2.35rem, 11vw, 3rem); }
  .subtitle { font-size: 1.15rem; margin-top: 13px; }
  .eyebrow { font-size: .65rem; letter-spacing: .17em; }
  .hero-copy .lead { font-size: .95rem; line-height: 1.61; text-align: center; }
  .bonus-meta { justify-content: center; margin: 15px 0; }
  .meta-chip { min-height: 31px; font-size: .74rem; padding: 6px 9px; }
  .download-card { padding: 19px; margin-top: 16px; }
  .download-card h3 { text-align: center; }
  .bullets { gap: 8px; font-size: .9rem; }
  .btn { min-height: 52px; font-size: .96rem; }
  .cover-frame { width: min(72vw, 272px); padding: 7px; border-radius: 14px; transform: none; }
  .preview-stack { margin-top: -13px; }
  .preview-tile { width: 75px; border-width: 4px; }
  .preview-caption { font-size: .72rem; }
  .quiet-section { padding-top: 22px; }
  .quiet-card { padding: 22px 18px; }
  .quiet-card p { font-size: 1.08rem; }

  .bonus-extra-intro { margin-bottom: 18px; }
  .bonus-extra-intro .lead { font-size: .93rem; line-height: 1.58; }
  .bonus-extra-layout { gap: 18px; }
  .manual-card { padding: 22px 18px; }
  .manual-grid { grid-template-columns: 1fr; gap: 20px; }
  .manual-cover { width: min(57vw, 220px); }
  .manual-copy { text-align: center; }
  .manual-copy h2 { font-size: 2.05rem; }
  .manual-copy p { font-size: .9rem; }
  .manual-copy .bullets { text-align: left; }
  .form-card { padding: 21px 17px; }
  .section-title { font-size: 2.15rem; }
  .section-intro { font-size: .86rem; }
  .field input[type="text"], .field input[type="email"] { font-size: 16px; }
  .consent-row { gap: 11px; }
  .consent-row input[type="checkbox"] { flex-basis: 22px; width: 22px !important; height: 22px !important; min-width: 22px; min-height: 22px; }
  .consent-copy { font-size: .78rem; line-height: 1.5; }
  .review-section { padding-top: 18px; }
  .review-card { border-radius: 22px; padding: 24px 18px; }
  .review-card::before, .review-card::after { font-size: 3.2rem; opacity: .7; }
  .review-card p { font-size: .9rem; }
  .footer-inner { flex-direction: column; justify-content: center; text-align: center; }
  .site-footer { margin-top: 34px; }
  .pdf-frame object { min-height: 430px; height: 66vh; }
}

@media (max-width: 390px) {
  .container, .container.narrow { width: min(100% - 22px, 1140px); }
  .hero-shell { padding-inline: 15px; }
  .hero-copy .title { font-size: 2.62rem; }
  .cover-frame { width: min(70vw, 255px); }
  .download-card { padding: 17px 15px; }
  .preview-tile { width: 69px; }
  .form-card { padding-inline: 15px; }
  .consent-copy { font-size: .75rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
