/* «Своя в Германии» — landing styles
   Palette: cream #FBF7F1 · beige #F3EADF · terracotta #C4623B (hover #A34E2E)
   plum band #5E2A40 · plum accent #7A2E4A · ink #2E2620 · light accent #F0D9CC */

:root {
  --cream: #FBF7F1;
  --beige: #F3EADF;
  --terracotta: #C4623B;
  --terracotta-dark: #A34E2E;
  --plum-band: #5E2A40;
  --plum: #7A2E4A;
  --ink: #2E2620;
  --accent-light: #F0D9CC;
  --text-soft: #4A4038;
  --text-muted: #6E6259;
  --text-faint: #9A8C7E;
  --rose: #E8B79E;
}

html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; background: var(--cream); }
body {
  font-family: 'Manrope', 'Avenir Next', 'Segoe UI', sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
}
body.has-bar { padding-bottom: 90px; }
* { box-sizing: border-box; }
img { max-width: 100%; display: block; }
a { color: var(--terracotta); text-decoration: none; }
a:hover { color: var(--terracotta-dark); }
::selection { background: var(--accent-light); }
section[id] { scroll-margin-top: 24px; }

.serif { font-family: 'Lora', Georgia, serif; }

/* ---------- shared bits ---------- */

.kicker {
  font-size: 13px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--terracotta);
}
.kicker--rose { color: var(--rose); }

.h2 {
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 600; margin: 0; line-height: 1.2;
  text-wrap: pretty;
}

.rule-kicker { display: flex; align-items: center; gap: 14px; }
.rule-kicker span.line { display: block; width: 44px; height: 1.5px; }

.btn {
  background: var(--terracotta); color: #fff; border: none; cursor: pointer;
  border-radius: 999px; font-family: inherit; font-weight: 700;
  letter-spacing: 0.2px; min-height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .15s, transform .15s, box-shadow .15s;
}
.btn:hover { background: var(--terracotta-dark); color: #fff; transform: translateY(-1px); }
.btn:active { background: var(--terracotta-dark); transform: scale(0.97); }
.btn--nav { padding: 12px 26px; font-size: 15px; box-shadow: 0 6px 16px -6px rgba(196,98,59,0.45); }
.btn--lg { padding: 16px 32px; font-size: 17px; box-shadow: 0 10px 24px -10px rgba(196,98,59,0.5); }
.btn--form { padding: 14px 28px; font-size: 16px; box-shadow: 0 8px 20px -8px rgba(196,98,59,0.5); }
.btn--offer {
  padding: 17px 24px; font-size: 17px; width: 100%; gap: 10px; text-align: center;
  box-shadow: 0 14px 30px -10px rgba(196,98,59,0.55);
}
.btn--offer:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -12px rgba(196,98,59,0.6); }
.btn--final { padding: 16px 32px; font-size: 17px; box-shadow: 0 12px 28px -10px rgba(30,10,20,0.55); }
.btn--bar { padding: 13px 28px; font-size: 15px; flex-shrink: 0; box-shadow: 0 6px 16px -6px rgba(196,98,59,0.45); }
.btn--bar:hover { transform: none; }
.btn--bar:active { transform: scale(0.95); }

/* ---------- nav ---------- */

.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; max-width: 1080px; margin: 0 auto; padding: 18px 24px;
}
.nav-brand {
  font-family: 'Lora', Georgia, serif; font-size: 21px;
  font-weight: 600; color: var(--ink);
}
.nav-brand:hover { color: var(--ink); }

/* ---------- hero ---------- */

.hero {
  max-width: 1080px; margin: 0 auto; padding: 28px 24px 72px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 44px; align-items: center;
}
.hero-book-wrap { justify-self: center; width: min(100%, 380px); position: relative; }
.hero-book {
  width: 100%; aspect-ratio: 3/4; border-radius: 14px; overflow: hidden;
  box-shadow: 0 30px 60px -22px rgba(90,60,40,0.45);
  transform: rotate(-2deg); background: var(--beige);
}
.hero-badge {
  position: absolute; top: -14px; right: -10px;
  background: var(--plum); color: #fff; border-radius: 999px;
  padding: 10px 18px; font-weight: 700; font-size: 14px;
  transform: rotate(4deg); box-shadow: 0 10px 24px -10px rgba(122,46,74,0.5);
}
.hero-copy { display: flex; flex-direction: column; gap: 20px; }
.hero-title {
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(34px, 5vw, 50px); line-height: 1.12;
  font-weight: 600; margin: 0; text-wrap: pretty;
}
.hero-sub {
  font-size: 19px; line-height: 1.6; color: var(--text-soft);
  margin: 0; max-width: 50ch; text-wrap: pretty;
}
.price-row { display: flex; align-items: baseline; gap: 14px; }
.price-now { font-family: 'Lora', Georgia, serif; font-size: 40px; font-weight: 600; line-height: 1; }
.price-old { font-size: 19px; color: var(--text-faint); text-decoration: line-through; }
.price-badge {
  background: var(--accent-light); color: var(--terracotta-dark);
  border-radius: 999px; padding: 5px 12px; font-size: 13px; font-weight: 800;
  align-self: center;
}
.hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-guarantee { font-size: 14px; color: var(--text-muted); line-height: 1.4; }
.hero-demo-link { font-weight: 700; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; }
.hero-quote {
  display: flex; align-items: center; gap: 10px; background: #fff;
  border-radius: 14px; padding: 12px 16px; max-width: fit-content;
  box-shadow: 0 8px 24px -14px rgba(90,60,40,0.25);
}
.hero-quote .avatar { width: 38px; height: 38px; }
.hero-quote-text { font-size: 14px; line-height: 1.45; color: var(--text-soft); }
.hero-quote-text em { font-family: 'Lora', Georgia, serif; }
.hero-quote-text .src { color: var(--text-faint); }

.avatar { border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- book cover mock ---------- */

.book-cover {
  position: relative; width: 100%; height: 100%;
  background:
    radial-gradient(120% 90% at 85% -10%, rgba(122,46,74,0.85) 0%, rgba(122,46,74,0) 55%),
    radial-gradient(130% 100% at 10% 110%, rgba(46,20,32,0.55) 0%, rgba(46,20,32,0) 60%),
    var(--plum-band);
  display: flex; flex-direction: column; justify-content: space-between;
  padding: clamp(18px, 8%, 34px);
  overflow: hidden;
}
.book-cover::before { /* spine light */
  content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 12%;
  background: linear-gradient(90deg, rgba(0,0,0,0.28), rgba(255,255,255,0.06) 55%, rgba(0,0,0,0) 100%);
  pointer-events: none;
}
.bc-art { position: absolute; right: -12%; top: 30%; width: 62%; aspect-ratio: 1; pointer-events: none; }
.bc-art .ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1.5px solid rgba(240,217,204,0.35);
}
.bc-art .sun {
  position: absolute; left: 14%; top: 22%; width: 46%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #D9744B, var(--terracotta) 70%);
  box-shadow: 0 14px 40px -12px rgba(0,0,0,0.4);
}
.bc-art .ring2 {
  position: absolute; inset: 18% -30% auto auto; width: 55%; aspect-ratio: 1; border-radius: 50%;
  border: 1px dashed rgba(240,217,204,0.3);
}
.bc-kicker {
  position: relative; font-size: clamp(8px, 2.4%, 11px); font-size: 10px;
  font-weight: 700; letter-spacing: 2.4px; text-transform: uppercase;
  color: rgba(240,217,204,0.75);
}
.bc-title {
  position: relative; font-family: 'Lora', Georgia, serif; font-weight: 600;
  color: var(--cream); line-height: 1.16; margin-top: 10%;
  font-size: clamp(22px, 14cqw, 40px);
  text-wrap: balance;
}
.bc-title em { font-style: italic; color: var(--rose); }
.bc-chapter {
  position: relative; margin-top: 14px; align-self: flex-start;
  background: rgba(240,217,204,0.16); border: 1px solid rgba(240,217,204,0.35);
  color: var(--accent-light); border-radius: 999px; padding: 6px 14px;
  font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
}
.bc-footer { position: relative; display: flex; flex-direction: column; gap: 10px; }
.bc-footer .line { width: 44px; height: 1.5px; background: rgba(240,217,204,0.4); }
.bc-author {
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(251,247,241,0.9);
}
.book-cover { container-type: inline-size; }

/* ---------- pains ---------- */

.pains { background: var(--beige); }
.pains-inner {
  max-width: 920px; margin: 0 auto; padding: 76px 24px;
  display: flex; flex-direction: column; gap: 36px;
}
.section-head {
  display: flex; flex-direction: column; gap: 12px;
  align-items: center; text-align: center;
}
.section-head p { margin: 0; font-size: 16px; color: var(--text-muted); line-height: 1.6; max-width: 48ch; }
.pains-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.pain-card {
  display: flex; flex-direction: column; gap: 14px; background: var(--cream);
  border-radius: 18px 18px 18px 4px; padding: 24px 26px;
  box-shadow: 0 10px 26px -20px rgba(90,60,40,0.35);
}
.pain-icon {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--accent-light); color: var(--terracotta);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.pain-text {
  margin: 0; font-family: 'Lora', Georgia, serif; font-style: italic;
  font-size: 17px; line-height: 1.6; color: var(--ink); text-wrap: pretty;
}
.pains-note {
  display: flex; gap: 18px; align-items: center; background: #fff;
  border-radius: 20px; padding: 22px 26px;
  box-shadow: 0 12px 30px -20px rgba(90,60,40,0.35);
  max-width: 680px; margin: 0 auto;
}
.pains-note .avatar { width: 60px; height: 60px; }
.pains-note p {
  margin: 0; font-family: 'Lora', Georgia, serif; font-style: italic;
  font-size: 18px; line-height: 1.6; color: var(--ink); text-wrap: pretty;
}

/* ---------- chapters ---------- */

.chapters { max-width: 1080px; margin: 0 auto; padding: 72px 24px; }
.chapters .section-head { margin-bottom: 40px; }
.meta-pills { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 4px; }
.meta-pill {
  background: var(--beige); border-radius: 999px; padding: 8px 16px;
  font-size: 13px; font-weight: 700; color: var(--text-muted);
}
.chapters-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }
.chapter-card {
  background: #fff; border-radius: 20px; padding: 26px;
  display: flex; flex-direction: column; gap: 10px;
  box-shadow: 0 12px 32px -22px rgba(90,60,40,0.35);
  position: relative; overflow: hidden; transition: transform .2s;
}
.chapter-card:hover { transform: translateY(-4px); }
.chapter-ghost {
  position: absolute; top: -14px; right: 10px;
  font-family: 'Lora', Georgia, serif; font-size: 88px; font-weight: 600;
  color: #F6EDE2; line-height: 1; user-select: none;
}
.chapter-num {
  font-size: 12px; font-weight: 800; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--terracotta); position: relative;
}
.chapter-title {
  font-family: 'Lora', Georgia, serif; font-size: 21px; font-weight: 600;
  line-height: 1.3; position: relative;
}
.chapter-text { margin: 0; font-size: 15px; line-height: 1.6; color: var(--text-muted); position: relative; }
.chapters-more {
  margin: 36px auto 0; max-width: 62ch; text-align: center;
  font-family: 'Lora', Georgia, serif; font-style: italic;
  font-size: 16px; line-height: 1.6; color: var(--text-faint);
}

/* ---------- result band ---------- */

.result { background: var(--plum-band); }
.result-inner {
  padding: 72px 24px; display: flex; flex-direction: column; gap: 22px;
  align-items: center; text-align: center; max-width: 760px; margin: 0 auto;
}
.result .rule-kicker { color: var(--rose); }
.result .rule-kicker .line { background: rgba(240,217,204,0.4); }
.result-promise {
  font-family: 'Lora', Georgia, serif; font-size: clamp(26px, 4vw, 38px);
  font-weight: 500; line-height: 1.35; text-wrap: pretty; color: var(--cream);
}
.result-promise em { font-style: italic; color: var(--accent-light); }
.result-src {
  font-family: 'Lora', Georgia, serif; font-style: italic;
  font-size: 16px; color: rgba(240,217,204,0.7);
}

/* ---------- demo / free chapter ---------- */

.demo { max-width: 1080px; margin: 0 auto; padding: 72px 24px; }
.demo-card {
  background: #fff; border-radius: 24px; padding: clamp(32px, 5vw, 52px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 36px; align-items: center;
  box-shadow: 0 16px 44px -28px rgba(90,60,40,0.35);
}
.demo-copy { display: flex; flex-direction: column; gap: 14px; }
.demo-copy h2 {
  font-family: 'Lora', Georgia, serif; font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 600; margin: 0; line-height: 1.25; text-wrap: pretty;
}
.demo-copy > p { margin: 0; font-size: 16px; line-height: 1.65; color: var(--text-soft); text-wrap: pretty; }
.demo-form { display: flex; gap: 10px; flex-wrap: wrap; }
.demo-input {
  flex: 1; min-width: 220px; border: 1.5px solid #D9CDBF; border-radius: 999px;
  padding: 14px 22px; font-family: inherit; font-size: 16px;
  color: var(--ink); background: var(--cream); outline: none;
  transition: border-color .15s;
}
.demo-input:focus { border-color: var(--terracotta); }
.demo-gdpr { font-size: 12px; color: var(--text-faint); line-height: 1.5; }
.demo-success {
  background: #F0E5D8; border-radius: 14px; padding: 16px 20px;
  font-size: 15px; font-weight: 700; color: var(--plum);
  animation: fadeUp .35s ease;
}
.demo-book-wrap { justify-self: center; width: min(100%, 300px); position: relative; }
.demo-book {
  width: 100%; aspect-ratio: 3/4; border-radius: 14px; overflow: hidden;
  background: var(--beige); transform: rotate(2deg);
  box-shadow: 0 24px 50px -24px rgba(90,60,40,0.45);
}
.demo-badge {
  position: absolute; bottom: -12px; left: -12px;
  background: var(--plum); color: #fff; border-radius: 999px;
  padding: 9px 16px; font-weight: 800; font-size: 13px; transform: rotate(-3deg);
}

/* ---------- author ---------- */

.author { background: var(--beige); }
.author-inner {
  max-width: 1080px; margin: 0 auto; padding: 80px 24px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 52px; align-items: center;
}
.author-photo-wrap { justify-self: center; position: relative; width: min(100%, 360px); }
.author-frame {
  position: absolute; inset: -14px 14px 14px -14px;
  border: 1.5px solid #D9B8A5; border-radius: 24px;
}
.author-photo {
  position: relative; width: 100%; aspect-ratio: 4/5; border-radius: 24px;
  overflow: hidden; box-shadow: 0 24px 60px -24px rgba(90,60,40,0.4);
}
.author-photo img { width: 100%; height: 100%; object-fit: cover; }
.author-photo-quote {
  position: absolute; bottom: -20px; right: -12px; max-width: 240px;
  background: #fff; border-radius: 16px; padding: 16px 20px;
  box-shadow: 0 16px 36px -18px rgba(90,60,40,0.4);
}
.author-photo-quote div {
  font-family: 'Lora', Georgia, serif; font-style: italic;
  font-size: 15px; line-height: 1.5; color: var(--ink);
}
.author-copy { display: flex; flex-direction: column; gap: 18px; }
.author-copy h2 {
  font-family: 'Lora', Georgia, serif; font-size: clamp(26px, 4vw, 36px);
  font-weight: 600; margin: 0; line-height: 1.2;
}
.author-copy > p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--text-soft); text-wrap: pretty; }
.author-pills { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 2px; }
.author-pill {
  background: var(--cream); border: 1px solid #EDE2D4; border-radius: 999px;
  padding: 8px 16px; font-size: 13px; font-weight: 700; color: var(--text-muted);
}
.author-sig {
  display: flex; align-items: center; gap: 14px; margin-top: 6px;
  border-top: 1px solid #E8DCCC; padding-top: 18px;
}
.author-sig-name { font-family: 'Lora', Georgia, serif; font-style: italic; font-size: 26px; color: var(--plum); }
.author-sig-role { font-size: 13px; color: var(--text-faint); }

/* ---------- reviews ---------- */

.reviews { max-width: 1080px; margin: 0 auto; padding: 72px 24px; }
.reviews .section-head { margin-bottom: 40px; }
.reviews-stars { display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--text-muted); }
.reviews-stars .stars { color: var(--terracotta); font-size: 17px; letter-spacing: 2px; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.review-card {
  background: #fff; border-radius: 20px; padding: 30px 28px;
  display: flex; flex-direction: column; gap: 6px;
  box-shadow: 0 12px 34px -22px rgba(90,60,40,0.35);
}
.review-mark {
  font-family: 'Lora', Georgia, serif; font-size: 64px; line-height: 0.6;
  color: var(--accent-light); user-select: none; margin-top: 10px;
}
.review-text {
  margin: 8px 0 18px; font-family: 'Lora', Georgia, serif; font-style: italic;
  font-size: 17px; line-height: 1.65; color: var(--ink); text-wrap: pretty;
}
.review-who {
  margin-top: auto; display: flex; align-items: center; gap: 12px;
  border-top: 1px solid rgba(90,60,40,0.1); padding-top: 16px;
}
.review-initial {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--accent-light); color: var(--terracotta-dark);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 16px; flex-shrink: 0;
}
.review-name-col { display: flex; flex-direction: column; gap: 2px; }
.review-name { font-size: 14px; font-weight: 800; color: var(--ink); }
.review-name-col .stars { color: var(--terracotta); font-size: 12px; letter-spacing: 2px; }

/* ---------- offer ---------- */

.offer { background: var(--beige); }
.offer-inner {
  max-width: 1080px; margin: 0 auto; padding: 76px 24px 84px;
  display: flex; flex-direction: column; gap: 36px;
}
.offer-head {
  display: flex; flex-direction: column; gap: 14px; max-width: 620px;
  margin: 0 auto; text-align: center; align-items: center;
}
.offer-head .rule-kicker { color: var(--terracotta); }
.offer-head .rule-kicker .line { background: #D9B8A5; }
.offer-head h2 {
  font-family: 'Lora', Georgia, serif; font-size: clamp(30px, 4.5vw, 44px);
  font-weight: 600; margin: 0; color: var(--ink); line-height: 1.15; text-wrap: pretty;
}
.offer-head h2 em { font-style: italic; color: var(--plum); }
.offer-head p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--text-muted); }
.offer-card-wrap { position: relative; max-width: 860px; margin: 0 auto; width: 100%; }
.offer-frame {
  position: absolute; inset: -16px 16px 16px -16px;
  border: 1.5px solid #E4C7B4; border-radius: 28px; pointer-events: none;
}
.offer-card {
  position: relative; background: #fff; border-radius: 28px;
  padding: clamp(28px, 5vw, 48px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px; align-items: center;
  box-shadow: 0 34px 80px -36px rgba(90,60,40,0.5);
}
.offer-book-wrap { justify-self: center; width: min(100%, 270px); position: relative; padding: 10px; }
.offer-book-b1 {
  position: absolute; inset: 22px -8px -6px 24px;
  background: #F0E5D8; border-radius: 12px; transform: rotate(3deg);
}
.offer-book-b2 {
  position: absolute; inset: 14px 0 2px 12px;
  background: #E8D5C0; border-radius: 12px; transform: rotate(1deg);
}
.offer-book {
  position: relative; width: 100%; aspect-ratio: 3/4; border-radius: 12px;
  overflow: hidden; background: var(--beige); transform: rotate(-2deg);
  box-shadow: 0 26px 54px -22px rgba(90,60,40,0.55);
}
.offer-book-badge {
  position: absolute; bottom: -10px; right: -8px;
  background: var(--plum); color: #fff; border-radius: 999px;
  padding: 8px 16px; font-weight: 800; font-size: 13px; transform: rotate(3deg);
  box-shadow: 0 10px 24px -10px rgba(94,42,64,0.6);
}
.offer-copy { display: flex; flex-direction: column; gap: 18px; }
.offer-title-col { display: flex; flex-direction: column; gap: 6px; }
.offer-book-title { font-family: 'Lora', Georgia, serif; font-size: 28px; font-weight: 600; line-height: 1.2; }
.offer-book-meta {
  font-size: 13px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: var(--text-faint);
}
.offer-checks { display: flex; flex-direction: column; gap: 10px; }
.offer-check { display: flex; gap: 12px; font-size: 15px; line-height: 1.5; color: var(--text-soft); align-items: flex-start; }
.offer-check .tick {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--accent-light); color: var(--terracotta-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800; flex-shrink: 0; margin-top: 1px;
}
.offer-divider { height: 1px; background: rgba(46,38,32,0.1); }
.offer-price-row { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.offer-price {
  font-family: 'Lora', Georgia, serif; font-size: 46px; font-weight: 600;
  line-height: 1; color: var(--ink); font-variant-numeric: tabular-nums;
}
.offer-price-old { font-size: 19px; color: var(--text-faint); text-decoration: line-through; }
.offer-price-badge {
  background: var(--accent-light); color: var(--terracotta-dark);
  border-radius: 999px; padding: 5px 12px; font-size: 13px; font-weight: 800;
}
.offer-note { text-align: center; font-size: 13px; color: var(--text-faint); }
.offer-quote {
  display: flex; align-items: center; gap: 12px; background: var(--cream);
  border-radius: 14px; padding: 12px 16px;
}
.offer-quote-initial {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent-light); color: var(--terracotta-dark);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 15px; flex-shrink: 0;
}
.offer-quote-text { font-size: 13px; line-height: 1.5; color: var(--text-soft); }
.offer-quote-text em { font-family: 'Lora', Georgia, serif; font-size: 14px; }
.offer-quote-text .src { color: var(--text-faint); }
.trust-row {
  display: flex; gap: 12px; flex-wrap: wrap; align-items: center;
  justify-content: center; color: var(--text-soft); font-size: 14px;
}
.trust-pill {
  display: flex; align-items: center; gap: 8px; background: var(--cream);
  border: 1px solid #E8DCCC; border-radius: 999px; padding: 9px 18px;
}
.trust-pill .tick { color: var(--terracotta); font-size: 16px; }

/* ---------- faq ---------- */

.faq { background: var(--plum-band); }
.faq-inner {
  max-width: 1080px; margin: 0 auto; padding: 76px 24px 80px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 48px; align-items: start;
}
.faq-intro { display: flex; flex-direction: column; gap: 18px; position: relative; }
.faq-ghost {
  font-family: 'Lora', Georgia, serif; font-size: clamp(120px, 16vw, 180px);
  font-weight: 600; color: rgba(251,247,241,0.07); line-height: 0.8;
  user-select: none; position: absolute; top: -10px; right: 0;
}
.faq-intro .kicker--rose { position: relative; }
.faq-intro h2 {
  font-family: 'Lora', Georgia, serif; font-size: clamp(30px, 4.5vw, 44px);
  font-weight: 600; margin: 0; color: var(--cream); line-height: 1.15;
  position: relative; text-wrap: pretty;
}
.faq-intro > p {
  margin: 0; font-size: 16px; color: rgba(240,217,204,0.75);
  line-height: 1.6; max-width: 36ch; position: relative;
}
.faq-contact {
  display: flex; align-items: center; gap: 16px;
  background: rgba(251,247,241,0.08); border: 1px solid rgba(251,247,241,0.16);
  border-radius: 18px; padding: 18px 22px; margin-top: 8px; position: relative;
}
.faq-contact .avatar { width: 48px; height: 48px; }
.faq-contact-text { font-size: 15px; line-height: 1.55; color: rgba(251,247,241,0.85); }
.faq-contact-text a { font-weight: 700; color: var(--rose); }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: rgba(251,247,241,0.07); border-radius: 18px; overflow: hidden;
  border: 1.5px solid rgba(251,247,241,0.16);
  transition: background .25s, border-color .25s, box-shadow .25s;
}
.faq-item.open {
  background: var(--cream);
  border-color: rgba(251,247,241,0.4);
  box-shadow: 0 20px 44px -24px rgba(30,10,20,0.6);
}
.faq-q {
  all: unset; box-sizing: border-box; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; width: 100%; padding: 20px 24px;
  font-family: inherit; font-size: 16px; font-weight: 700;
  color: var(--cream); min-height: 44px; transition: color .25s;
}
.faq-item.open .faq-q { color: var(--ink); }
.faq-q-label { display: flex; align-items: center; gap: 14px; }
.faq-n {
  font-family: 'Lora', Georgia, serif; font-size: 15px; font-weight: 600;
  min-width: 24px; color: rgba(240,217,204,0.55); transition: color .25s;
}
.faq-item.open .faq-n { color: #C9BBAD; }
.faq-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(251,247,241,0.12); color: var(--accent-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 600; flex-shrink: 0;
  transition: transform .25s, background .25s, color .25s;
}
.faq-item.open .faq-icon { background: var(--terracotta); color: #fff; transform: rotate(45deg); }
.faq-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-item.open .faq-panel { grid-template-rows: 1fr; }
.faq-panel-inner { overflow: hidden; }
.faq-a {
  margin: 0; padding: 0 24px 22px 62px; font-size: 15px; line-height: 1.7;
  color: var(--text-muted); text-wrap: pretty;
  opacity: 0; transform: translateY(-6px); transition: opacity .28s ease .08s, transform .28s ease .08s;
}
.faq-item.open .faq-a { opacity: 1; transform: translateY(0); }

/* ---------- final cta ---------- */

.final { background: var(--plum-band); }
.final-inner {
  max-width: 1080px; margin: 0 auto; padding: 8px 24px 88px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 44px; align-items: center;
}
.final-copy {
  display: flex; flex-direction: column; gap: 18px; align-items: flex-start;
  border-top: 1px solid rgba(251,247,241,0.14); padding-top: 56px;
}
.final-copy h2 {
  font-family: 'Lora', Georgia, serif; font-size: clamp(26px, 4vw, 36px);
  font-weight: 600; margin: 0; line-height: 1.2; max-width: 26ch;
  text-wrap: pretty; color: var(--cream);
}
.final-copy p { margin: 0; font-size: 16px; line-height: 1.65; color: rgba(240,217,204,0.8); max-width: 56ch; }
.final-pay { font-size: 13px; color: rgba(240,217,204,0.6); }
.final-seal-wrap {
  justify-self: center; display: flex; flex-direction: column;
  align-items: center; gap: 0; padding-top: 40px;
}
.final-seal {
  width: 190px; height: 190px; border-radius: 50%;
  border: 2px dashed var(--rose);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2px; background: var(--cream); transform: rotate(-4deg);
  box-shadow: 0 22px 48px -22px rgba(30,10,20,0.6);
}
.final-seal-num { font-family: 'Lora', Georgia, serif; font-size: 54px; font-weight: 600; color: var(--plum); line-height: 1; }
.final-seal-label {
  font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
  color: var(--terracotta-dark); text-align: center; line-height: 1.4;
}
.final-seal-note {
  margin-top: 18px; font-family: 'Lora', Georgia, serif; font-style: italic;
  font-size: 15px; color: rgba(240,217,204,0.7); text-align: center; max-width: 24ch;
}

/* ---------- footer ---------- */

.footer { background: var(--ink); color: #C9BBAD; }
.footer-grid {
  max-width: 1080px; margin: 0 auto; padding: 56px 24px 28px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 36px; font-size: 14px;
}
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-brand { font-family: 'Lora', Georgia, serif; font-size: 22px; color: var(--cream); }
.footer-col p { margin: 0; line-height: 1.6; color: var(--text-faint); max-width: 32ch; }
.footer-head {
  font-size: 12px; font-weight: 800; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--text-faint);
}
.footer-col a { color: #C9BBAD; }
.footer-col a:hover { color: var(--cream); }
.footer-bottom {
  max-width: 1080px; margin: 0 auto; padding: 20px 24px 32px;
  border-top: 1px solid rgba(201,187,173,0.2);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 13px; color: var(--text-faint);
}

/* ---------- sticky mobile buy-bar ---------- */

.buybar {
  position: fixed; bottom: 0; left: 0; right: 0; background: #fff;
  box-shadow: 0 -8px 30px -12px rgba(46,38,32,0.35);
  padding: 12px 16px; display: none;
  align-items: center; justify-content: space-between; gap: 14px; z-index: 50;
}
.buybar.visible { display: flex; animation: barIn .35s cubic-bezier(0.22, 1, 0.36, 1); }
@media (min-width: 820px) { .buybar.visible { display: none; } }
.buybar-price-col { display: flex; flex-direction: column; }
.buybar-price { font-weight: 800; font-size: 17px; }
.buybar-price .old { font-size: 13px; color: var(--text-faint); text-decoration: line-through; font-weight: 600; }
.buybar-note { font-size: 12px; color: var(--text-muted); }

/* ---------- toast ---------- */

.toast {
  position: fixed; left: 50%; bottom: 32px; transform: translate(-50%, 16px);
  background: var(--plum-band); color: var(--cream);
  border-radius: 16px; padding: 14px 22px; z-index: 90;
  box-shadow: 0 18px 44px -16px rgba(30,10,20,0.6);
  opacity: 0; pointer-events: none;
  transition: opacity .3s ease, transform .3s cubic-bezier(0.22, 1, 0.36, 1);
  text-align: center; max-width: min(88vw, 380px);
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast-title { font-weight: 800; font-size: 15px; }
.toast-sub { font-size: 13px; color: rgba(240,217,204,0.85); margin-top: 3px; line-height: 1.45; }

/* ---------- load intro ---------- */

.intro {
  position: fixed; inset: 0; z-index: 999; background: var(--cream);
  display: grid; place-items: center; overflow: hidden;
  animation: introFade .3s ease .85s forwards; pointer-events: none;
}
.intro-circle {
  grid-area: 1 / 1; width: 240vmax; height: 240vmax; border-radius: 50%;
  transform: scale(0);
}
.intro-c1 { background: var(--accent-light); animation: introGrow .6s cubic-bezier(0.22, 1, 0.36, 1) .05s forwards; }
.intro-c2 { background: var(--rose); animation: introGrow .6s cubic-bezier(0.22, 1, 0.36, 1) .22s forwards; }
.intro-c3 { background: var(--cream); animation: introGrow .55s cubic-bezier(0.22, 1, 0.36, 1) .4s forwards; }
.intro-mark {
  grid-area: 1 / 1; z-index: 2; font-family: 'Lora', Georgia, serif;
  font-size: clamp(22px, 4vw, 32px); font-weight: 600; color: var(--plum);
  opacity: 0; animation: introMark .5s ease .1s forwards;
}
@keyframes introGrow { to { transform: scale(1); } }
@keyframes introFade { to { opacity: 0; } }
@keyframes introMark {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- animations: reveal, hero entrance ---------- */

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeSlideDown {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes barIn {
  from { opacity: 0; transform: translateY(100%); }
  to { opacity: 1; transform: translateY(0); }
}

.js .reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity .7s cubic-bezier(0.22, 1, 0.36, 1), transform .7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}
.js .reveal.in { opacity: 1; transform: none; }

.js .hero-item { opacity: 0; }
.js.intro-done .hero-item {
  animation: fadeUp .7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(0.15s + var(--hero-i, 0) * 0.09s);
}
.js.no-intro .hero-item {
  animation: fadeUp .7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--hero-i, 0) * 0.09s);
}

.parallax-target { will-change: transform; }

/* ---------- reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .intro { display: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .js .hero-item { opacity: 1; animation: none; }
  .chapter-card, .chapter-card:hover { transform: none; transition: none; }
  .btn, .btn:hover, .btn:active { transform: none; transition: background .15s; }
  .buybar.visible { animation: none; }
  .demo-success { animation: none; }
  .faq-panel { transition: none; }
  .faq-a { transition: none; opacity: 1; transform: none; }
  .toast { transition: opacity .2s ease; transform: translate(-50%, 0); }
}


/* ---------- legal pages ---------- */
.legal-body { background: var(--cream, #FBF7F1); }
.legal-top { max-width: 760px; margin: 0 auto; padding: 26px 24px 0; }
.legal-back {
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 13px;
  letter-spacing: 1px; color: var(--terracotta, #C4623B); text-decoration: none;
}
.legal-back:hover { color: var(--plum, #7A2E4A); }
.legal-wrap {
  max-width: 760px; margin: 0 auto; padding: 26px 24px 70px;
  font-family: 'Lora', Georgia, serif; color: var(--ink, #2E2620);
  line-height: 1.65; font-size: 16px;
}
.legal-wrap h1 {
  font-size: clamp(28px, 5vw, 38px); line-height: 1.15; margin: 14px 0 10px;
  color: var(--plum-band, #5E2A40);
}
.legal-wrap h2 {
  font-size: 19px; margin: 34px 0 8px; color: var(--plum, #7A2E4A);
}
.legal-wrap p { margin: 0 0 14px; }
.legal-wrap a { color: var(--terracotta, #C4623B); }
.legal-note {
  font-family: 'Manrope', sans-serif; font-size: 13px; color: var(--text-muted, #6E6259);
  background: var(--beige, #F3EADF); border-radius: 10px; padding: 10px 14px;
}
.legal-form {
  background: var(--beige, #F3EADF); border-radius: 12px; padding: 18px 20px;
  font-size: 15px;
}
.legal-foot {
  max-width: 760px; margin: 0 auto; padding: 0 24px 46px;
  display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center;
  font-family: 'Manrope', sans-serif; font-size: 13px; color: var(--text-muted, #6E6259);
}
.legal-foot nav { display: flex; flex-wrap: wrap; gap: 14px; }
.legal-foot a { color: var(--text-muted, #6E6259); text-decoration: none; }
.legal-foot a:hover { color: var(--terracotta, #C4623B); }

/* ---------- consent banner ---------- */
.consent {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 400;
  max-width: 620px; margin: 0 auto;
  background: #fff; border: 1px solid var(--beige, #F3EADF);
  border-radius: 16px; box-shadow: 0 18px 50px -18px rgba(46, 38, 32, .35);
  padding: 16px 18px; display: flex; flex-wrap: wrap; gap: 12px 18px;
  align-items: center; justify-content: space-between;
  opacity: 0; transform: translateY(16px); pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}
.consent.visible { opacity: 1; transform: none; pointer-events: auto; }
.consent-text {
  font-family: 'Manrope', sans-serif; font-size: 13.5px; line-height: 1.5;
  color: var(--ink, #2E2620); flex: 1 1 320px;
}
.consent-text a { color: var(--terracotta, #C4623B); }
.consent-btns { display: flex; gap: 10px; }
.consent-btns button {
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 13.5px;
  border-radius: 999px; padding: 9px 18px; cursor: pointer; border: none;
}
.consent-accept { background: var(--plum-band, #5E2A40); color: #fff; }
.consent-accept:hover { background: var(--plum, #7A2E4A); }
.consent-decline {
  background: transparent; color: var(--text-muted, #6E6259);
  border: 1px solid var(--beige, #F3EADF) !important;
}
.consent-decline:hover { color: var(--ink, #2E2620); }


/* ---------- real cover image replaces the CSS mock ---------- */
.book-cover .bc-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 1;
}
.book-cover.has-img .bc-art,
.book-cover.has-img .bc-kicker,
.book-cover.has-img .bc-title,
.book-cover.has-img .bc-chapter,
.book-cover.has-img .bc-footer { display: none; }
.book-cover.has-img::before { z-index: 2; }


/* ---------- direct demo download ---------- */
.demo-direct {
  margin-top: 14px; font-family: 'Manrope', sans-serif; font-size: 14px;
  color: var(--text-muted, #6E6259);
}
.demo-direct a { color: var(--terracotta, #C4623B); font-weight: 700; text-decoration: none; }
.demo-direct a:hover { color: var(--plum, #7A2E4A); }


/* ---------- thank-you page ---------- */
.thanks-wrap {
  max-width: 640px; margin: 0 auto; padding: 90px 24px 70px;
  font-family: 'Lora', Georgia, serif; color: var(--ink, #2E2620);
  position: relative;
}
.thanks-wrap h1 {
  font-size: clamp(30px, 5.5vw, 42px); line-height: 1.15; margin: 12px 0 14px;
  color: var(--plum-band, #5E2A40);
}
.thanks-lead { font-size: 18px; line-height: 1.6; margin: 0 0 22px; }
.thanks-steps { margin: 0 0 20px; padding-left: 22px; line-height: 1.7; }
.thanks-steps li { margin-bottom: 8px; }
.thanks-steps a { color: var(--terracotta, #C4623B); }
.thanks-note {
  font-family: 'Manrope', sans-serif; font-size: 14px; color: var(--text-muted, #6E6259);
  background: var(--beige, #F3EADF); border-radius: 10px; padding: 10px 14px;
  margin: 0 0 26px;
}
.thanks-art {
  position: absolute; right: -40px; top: 30px; width: 200px; height: 200px;
  pointer-events: none; opacity: .5;
}
.thanks-art .ring { position: absolute; inset: 0; border-radius: 50%; border: 1.5px solid var(--accent-light, #F0D9CC); }
.thanks-art .sun { position: absolute; left: 18%; top: 20%; width: 45%; height: 45%; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #D9744B, var(--terracotta, #C4623B) 70%); }
.thanks-art .ring2 { position: absolute; right: -25%; top: 15%; width: 55%; height: 55%; border-radius: 50%; border: 1px dashed var(--accent-light, #F0D9CC); }


/* ---------- checkout consent note ---------- */
.offer-consent {
  margin-top: 10px; font-family: 'Manrope', sans-serif; font-size: 12px;
  line-height: 1.55; color: var(--text-muted, #6E6259); max-width: 420px;
}
.offer-consent a { color: var(--terracotta, #C4623B); }
