:root {
  --ink: #2a1f1c;
  --ink-soft: #6b5751;
  --bg: #faf6ee;
  --card: #ffffff;
  --line: #ead8c4;
  --accent: #8d4f3e;
  --accent-soft: #b07a6b;
  --gold: #c89854;
  --cream: #faf6ee;
  --radius: 6px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 18px;
}

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.wrap.narrow { max-width: 740px; }

h1, h2, h3 { font-family: Georgia, serif; letter-spacing: -0.02em; }
h2 { font-size: 32px; line-height: 1.25; color: var(--accent); margin: 0 0 20px; }
h3 { font-size: 20px; color: var(--accent); margin: 0 0 8px; }

a { color: var(--accent); }

.topbar {
  background: var(--card);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; }
.brand {
  font-size: 22px;
  font-weight: bold;
  color: var(--accent);
  letter-spacing: -0.02em;
}
.brand span { color: var(--gold); font-weight: normal; font-style: italic; }
.btn-mini {
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: var(--radius);
  font-family: -apple-system, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.hero {
  text-align: center;
  padding: 60px 0 60px;
  background: linear-gradient(180deg, var(--cream) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
}
.hero-logo {
  margin: 0 auto -20px;
}
.hero-logo img {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: inline-block;
}
@media (max-width: 600px) {
  .hero-logo img { max-width: 210px; }
}
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 13px;
  color: var(--gold);
  font-family: -apple-system, sans-serif;
  font-weight: bold;
  margin: 0 0 20px;
}
.hero h1 {
  font-size: 46px;
  line-height: 1.15;
  margin: 0 0 24px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.hero .lede {
  font-size: 21px;
  color: var(--ink-soft);
  max-width: 720px;
  margin: 0 auto 36px;
}
.hero em { font-style: italic; color: var(--accent); }

.btn-primary {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  padding: 16px 36px;
  border-radius: var(--radius);
  font-family: -apple-system, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 12px rgba(91,58,41,0.25);
  transition: transform 0.15s, box-shadow 0.15s;
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(91,58,41,0.3); }
.btn-primary.big { padding: 20px 50px; font-size: 22px; }

.micro {
  font-family: -apple-system, sans-serif;
  font-size: 13px;
  color: var(--ink-soft);
  margin-top: 18px;
}

section { padding: 70px 0; }
section.story {
  background: var(--cream);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 70px 0 60px;
}
section.story .story-label {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
  color: var(--gold);
  font-family: -apple-system, sans-serif;
  font-weight: bold;
  margin: 0 0 12px;
}
section.story .story-photo {
  text-align: center;
  margin: 20px auto 28px;
}
section.story .story-photo img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 6px solid #fff;
  box-shadow: 0 8px 28px rgba(91, 58, 41, 0.25);
  display: inline-block;
  background: #fff;
}
@media (max-width: 600px) {
  section.story .story-photo img {
    width: 160px;
    height: 160px;
  }
}
section.story h2 {
  text-align: center;
  font-size: 34px;
  margin: 0 0 8px;
  color: var(--accent);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
section.story .story-byline {
  text-align: center;
  font-style: italic;
  color: var(--ink-soft);
  font-size: 16px;
  margin: 0 0 36px;
}
section.story h3 {
  text-align: center;
  font-size: 24px;
  color: var(--accent);
  margin: 44px 0 22px;
  font-family: Georgia, serif;
  letter-spacing: -0.01em;
  font-weight: bold;
}
section.story p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 18px;
  color: var(--ink);
}
section.story p.story-emphasis {
  font-size: 21px;
  font-weight: bold;
  color: var(--accent);
  text-align: center;
  margin: 24px 0;
  font-style: italic;
}
section.story ul.story-bullets {
  list-style: none;
  padding: 0;
  margin: 18px 0 24px;
}
section.story ul.story-bullets li {
  padding: 8px 0 8px 32px;
  position: relative;
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink);
}
section.story ul.story-bullets li::before {
  content: "•";
  position: absolute;
  left: 10px;
  top: 4px;
  color: var(--gold);
  font-size: 24px;
  font-weight: bold;
}
section.story ul.story-bullets.check li::before {
  content: "✓";
  font-size: 18px;
  top: 8px;
}
section.story p.story-cta {
  text-align: center;
  margin: 40px 0 30px;
  padding: 24px 28px;
  background: #fff;
  border: 2px solid var(--gold);
  border-radius: 6px;
}
section.story p.story-cta a {
  color: var(--accent);
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  font-family: Georgia, serif;
  line-height: 1.4;
}
section.story p.story-cta a:hover { color: var(--gold); }
section.story .story-signature {
  text-align: center;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-style: italic;
  color: var(--accent);
  font-size: 18px;
}
section.story .story-signature em {
  font-size: 15px;
  color: var(--ink-soft);
}

section.pain { background: var(--card); border-bottom: 1px solid var(--line); }
section.pain h2 { text-align: center; margin-bottom: 32px; }
section.pain p { font-size: 19px; margin-bottom: 18px; }
section.pain .emphasis {
  background: var(--cream);
  border-left: 4px solid var(--gold);
  padding: 16px 22px;
  font-style: italic;
  color: var(--accent);
  margin-top: 28px;
}

section.solution { background: var(--bg); }
section.solution h2 { text-align: center; max-width: 720px; margin: 0 auto 30px; }
.check-list { list-style: none; padding: 0; margin: 24px 0; }
.check-list li {
  padding: 10px 0 10px 36px;
  position: relative;
  border-bottom: 1px dashed var(--line);
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 6px;
  top: 10px;
  color: var(--gold);
  font-weight: bold;
  font-size: 20px;
}

section.features { background: var(--card); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
section.features h2 { text-align: center; margin-bottom: 40px; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 800px) { .feature-grid { grid-template-columns: 1fr; } }
.feature {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}
.feature p { font-size: 16px; color: var(--ink-soft); margin: 0; }

section.demo { background: var(--bg); }
section.demo h2 { text-align: center; margin-bottom: 36px; }
.demo-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
@media (max-width: 800px) { .demo-cols { grid-template-columns: 1fr; } }
.demo-col {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.demo-col ul { padding-left: 18px; font-size: 16px; color: var(--ink-soft); }
.demo-col ul li { margin-bottom: 8px; }
.demo-output {
  font-style: italic;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
  border-left: 3px solid var(--gold);
  padding-left: 16px;
}
.demo-note { font-size: 13px; color: var(--ink-soft); font-family: -apple-system, sans-serif; margin-top: 16px; }

section.bonus {
  background: linear-gradient(180deg, var(--card) 0%, var(--cream) 100%);
  border-top: 1px solid var(--line);
}
section.bonus h2 { text-align: center; margin-bottom: 36px; }
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}
@media (max-width: 700px) { .bonus-grid { grid-template-columns: 1fr; } }
.bonus-card {
  background: var(--card);
  border: 2px solid var(--gold);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
}
.bonus-tag {
  position: absolute;
  top: -12px;
  left: 20px;
  background: var(--gold);
  color: #fff;
  padding: 4px 14px;
  font-family: -apple-system, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: var(--radius);
}
.bonus-card p { font-size: 16px; color: var(--ink-soft); margin: 0 0 16px; }
.bonus-value {
  font-family: -apple-system, sans-serif;
  font-size: 14px;
  color: var(--accent);
  font-weight: bold;
}
.price-block {
  text-align: center;
  background: var(--card);
  border: 2px solid var(--accent);
  border-radius: var(--radius);
  padding: 40px 28px;
  max-width: 520px;
  margin: 0 auto;
}
.strikethrough {
  text-decoration: line-through;
  color: var(--ink-soft);
  font-size: 18px;
  margin: 0 0 8px;
}
.price { font-size: 26px; margin: 0 0 24px; color: var(--accent); }
.price strong { font-size: 56px; color: var(--accent); }

section.guarantee {
  background: var(--cream);
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.seal {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  font-family: -apple-system, sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(184,137,58,0.3);
}
section.guarantee p { font-size: 18px; color: var(--ink-soft); }
.signature {
  font-style: italic;
  font-size: 19px;
  color: var(--accent);
  margin-top: 16px;
}

section.faq h2 { text-align: center; margin-bottom: 36px; }
details {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 12px;
  padding: 0;
}
details summary {
  padding: 18px 24px;
  cursor: pointer;
  font-weight: bold;
  color: var(--accent);
  font-family: -apple-system, sans-serif;
  font-size: 16px;
}
details[open] summary { border-bottom: 1px solid var(--line); }
details p { padding: 18px 24px; margin: 0; color: var(--ink-soft); font-size: 16px; }

section.final-cta {
  background: var(--accent);
  color: #fff;
  text-align: center;
}
section.final-cta h2 { color: #fff; }
section.final-cta p { font-size: 20px; margin-bottom: 30px; opacity: 0.92; }
section.final-cta .btn-primary {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
}

.wp-disclaimer {
  background: var(--cream);
  border-top: 1px solid var(--line);
  padding: 32px 20px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.wp-disclaimer .wplus_spdisclaimer {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
}

.foot {
  background: var(--ink);
  color: #c8c0b0;
  padding: 36px 0;
  text-align: center;
  font-family: -apple-system, sans-serif;
  font-size: 14px;
}
.foot a { color: var(--gold); }
.foot .micro { color: #6e6960; margin-top: 14px; max-width: 640px; margin-left: auto; margin-right: auto; }
