:root {
  --ink: #17231f;
  --ink-soft: #4a5a54;
  --paper: #f7f5ed;
  --paper-deep: #ece9dd;
  --acid: #e9ff78;
  --acid-soft: #f4ffb1;
  --coral: #fb745e;
  --line: rgba(23, 35, 31, .16);
  --white: #fffef8;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  width: min(1240px, calc(100% - 32px));
  min-height: 72px;
  margin: 14px auto 0;
  padding: 10px 12px 10px 16px;
  display: flex;
  align-items: center;
  gap: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 254, 248, .86);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 10px;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; text-decoration: none; letter-spacing: -.03em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--ink); color: var(--acid-soft); font-size: 16px; }
nav { display: flex; gap: 24px; margin-left: auto; }
nav a, .footer-links a { text-decoration: none; color: var(--ink-soft); font-size: 14px; font-weight: 650; }
nav a:hover, .footer-links a:hover { color: var(--ink); }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 0 rgba(23,35,31,.13);
  transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 0 rgba(23,35,31,.13); }
.button-small { min-height: 42px; padding: 0 16px; font-size: 14px; box-shadow: none; }
.button-full { width: 100%; }

.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: 72px; align-items: center; padding-block: 92px 82px; }
.hero-copy { max-width: 750px; }
.eyebrow { margin: 0 0 15px; color: #52620d; font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(52px, 7vw, 90px); line-height: .98; letter-spacing: -.065em; max-width: 850px; }
h1 em { color: var(--coral); font-style: normal; }
.hero-lede { max-width: 680px; margin: 28px 0 0; color: var(--ink-soft); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--ink); }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 34px 0 0; list-style: none; color: var(--ink-soft); font-size: 14px; font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: #647616; }

.price-card { padding: 30px; border: 1px solid var(--ink); border-radius: 24px; background: var(--acid-soft); box-shadow: 14px 14px 0 var(--ink); transform: rotate(1.2deg); }
.price-card > * { transform: rotate(-1.2deg); }
.card-label { margin: 0; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.price { margin-top: 6px; font-size: 92px; font-weight: 900; line-height: 1; letter-spacing: -.075em; }
.price span { font-size: 32px; vertical-align: top; position: relative; top: 13px; margin-right: 4px; }
.price-note { margin: 8px 0 20px; color: var(--ink-soft); font-weight: 700; }
.price-card hr { border: 0; border-top: 1px solid rgba(23,35,31,.24); }
.check-list { display: grid; gap: 12px; padding: 0; margin: 22px 0 26px; list-style: none; font-weight: 700; }
.check-list li::before { content: "●"; margin-right: 10px; font-size: 10px; }
.microcopy { margin: 15px 0 0; text-align: center; color: var(--ink-soft); font-size: 12px; }

.signal-strip { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; padding: 18px 20px; background: var(--ink); color: var(--white); }
.signal-strip span { font-size: 13px; font-weight: 750; }
.signal-strip span:not(:last-child)::after { content: "·"; color: var(--acid); padding-left: 8px; }

.section { padding-block: 110px; }
.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading h2, .final-cta h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p:last-child { color: var(--ink-soft); font-size: 18px; }

.sample-grid { display: grid; grid-template-columns: 1fr 50px 1fr; gap: 22px; align-items: center; }
.sample-grid + .sample-grid { margin-top: 22px; }
.review-card, .reply-card { min-height: 240px; padding: 30px; border-radius: 22px; }
.review-card { background: var(--white); border: 1px solid var(--line); }
.reply-card { background: var(--acid-soft); border: 1px solid var(--ink); }
.reply-card-calm { background: #dfeff1; }
.review-card > p, .reply-card > p:not(.card-label) { margin: 20px 0; font-size: 20px; line-height: 1.5; }
.review-card span, .reply-card span { color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.stars { color: #d09a00; letter-spacing: .12em; }
.stars-low { color: var(--coral); }
.reply-arrow { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: var(--white); font-size: 24px; font-weight: 900; }

.section-dark { background: var(--ink); color: var(--white); }
.section-heading-light .eyebrow { color: var(--acid); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.17); border: 1px solid rgba(255,255,255,.17); border-radius: 24px; overflow: hidden; }
.feature-grid article { min-height: 250px; padding: 34px; background: var(--ink); }
.feature-number { color: var(--acid); font-size: 13px; font-weight: 900; letter-spacing: .1em; }
.feature-grid h3 { margin: 42px 0 8px; font-size: 26px; letter-spacing: -.03em; }
.feature-grid p { margin: 0; color: #b9c4bf; }

.steps { list-style: none; padding: 0; margin: 0; counter-reset: steps; display: grid; gap: 0; border-top: 1px solid var(--line); }
.steps li { counter-increment: steps; display: grid; grid-template-columns: 70px minmax(200px, .6fr) 1fr; gap: 30px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line); }
.steps li::before { content: "0" counter(steps); color: var(--coral); font-weight: 900; }
.steps strong { font-size: 22px; }
.steps span { color: var(--ink-soft); }

.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
details { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
summary { cursor: pointer; font-weight: 850; }
details p { margin: 15px 0 0; color: var(--ink-soft); }

.final-cta { margin-block: 30px 110px; padding: 70px; text-align: center; border-radius: 28px; background: var(--coral); color: var(--ink); }
.final-cta .eyebrow { color: var(--ink); }
.final-cta > p:not(.eyebrow) { max-width: 630px; margin: 22px auto 30px; font-size: 19px; }

footer { padding: 66px 0 30px; background: #111a17; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.brand-footer .brand-mark { background: var(--acid); color: var(--ink); }
.footer-grid p { max-width: 440px; color: #9fada7; }
.footer-links { display: grid; gap: 12px; justify-content: end; text-align: right; }
.footer-links a { color: #ccd4d0; }
.legal-note { display: flex; justify-content: space-between; gap: 40px; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: #84918c; font-size: 12px; }
.legal-note p:first-child { max-width: 720px; }

.legal-page { min-height: 100vh; }
.legal-header { padding-block: 26px; }
.legal-main { max-width: 780px; padding-block: 70px 110px; }
.legal-main h1 { font-size: clamp(44px, 7vw, 70px); }
.legal-main h2 { margin-top: 44px; font-size: 24px; letter-spacing: -.025em; }
.legal-main p, .legal-main li { color: var(--ink-soft); }
.legal-main .notice { padding: 18px; border-left: 4px solid var(--coral); background: var(--white); color: var(--ink); font-weight: 700; }
.back-link { display: inline-block; margin-top: 34px; font-weight: 800; }

@media (max-width: 900px) {
  nav { display: none; }
  .site-header .button { margin-left: auto; }
  .hero { grid-template-columns: 1fr; gap: 58px; padding-block: 72px; }
  .price-card { max-width: 520px; transform: none; }
  .price-card > * { transform: none; }
  .feature-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1160px); }
  .site-header { min-height: 62px; margin-top: 8px; top: 6px; }
  .site-header .button { display: none; }
  h1 { font-size: 52px; }
  .hero { min-height: auto; padding-block: 62px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { align-self: flex-start; }
  .price-card { box-shadow: 8px 8px 0 var(--ink); }
  .signal-strip span:not(:last-child)::after { display: none; }
  .sample-grid { grid-template-columns: 1fr; }
  .reply-arrow { transform: rotate(90deg); margin: -8px auto; }
  .section { padding-block: 78px; }
  .review-card, .reply-card { min-height: auto; }
  .steps li { grid-template-columns: 48px 1fr; gap: 12px; }
  .steps span { grid-column: 2; }
  .faq-grid { grid-template-columns: 1fr; }
  .final-cta { padding: 48px 24px; margin-bottom: 70px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: start; text-align: left; }
  .legal-note { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

