:root {
  color-scheme: light;
  --ink: #15211e;
  --muted: #56635f;
  --paper: #f4f1e9;
  --surface: #fffef9;
  --line: #d9ddd5;
  --green: #173c34;
  --green-soft: #dce8df;
  --accent: #dcf46a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); }
button, input, textarea, select { font: inherit; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 10; transform: translateY(-160%); padding: 10px 14px; background: #fff; border: 2px solid var(--ink); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { border-bottom: 1px solid var(--line); background: rgba(244, 241, 233, .96); }
.header-inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { font-size: 1.05rem; font-weight: 750; text-decoration: none; letter-spacing: -.02em; }
.quiet-link { color: var(--muted); text-underline-offset: 4px; }

.hero { padding-block: 64px 54px; display: grid; gap: 38px; }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 12px; font-size: .78rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; max-width: 850px; font-size: clamp(2.55rem, 9vw, 5.7rem); line-height: .98; letter-spacing: -.06em; font-weight: 680; }
h2 { margin-bottom: 18px; font-size: clamp(1.8rem, 5vw, 3.25rem); line-height: 1.07; letter-spacing: -.045em; font-weight: 650; }
h3 { margin-bottom: 4px; font-size: 1.08rem; }
.lead { max-width: 720px; margin-bottom: 0; color: #34433f; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.cta-row span, .micro, figcaption { color: var(--muted); font-size: .88rem; }
.hero-copy > .micro { margin-top: 14px; }
.buy { min-height: 52px; padding: 14px 20px; border: 2px solid var(--ink); border-radius: 12px; background: var(--ink); color: #fff; font-weight: 720; cursor: pointer; }
.buy:hover:not(:disabled) { background: var(--green); }
.buy:disabled { opacity: .5; cursor: not-allowed; }
.buy:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #7a5cff; outline-offset: 3px; }

.hero-panel { padding: 24px; border: 1px solid #31584f; border-radius: 22px; background: var(--green); color: #fff; box-shadow: 10px 10px 0 var(--green-soft); }
.panel-label { color: #dbe8e3; font-size: .88rem; }
.hero-panel dl { margin: 0; }
.hero-panel dl div { padding: 15px 0; border-top: 1px solid rgba(255,255,255,.2); }
.hero-panel dt { font-weight: 750; }
.hero-panel dd { margin: 2px 0 0; color: #dbe8e3; }

.trust-strip { border-block: 1px solid var(--line); background: var(--surface); }
.trust-grid { display: grid; }
.trust-grid p { margin: 0; padding: 20px 0; border-bottom: 1px solid var(--line); }
.trust-grid p:last-child { border-bottom: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid span { margin-top: 2px; color: var(--muted); font-size: .9rem; }

.section { padding-block: 64px; }
.section-heading { max-width: 780px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.flow { display: grid; gap: 12px; margin: 34px 0 0; padding: 0; list-style: none; }
.flow li { display: flex; gap: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.flow li > span { flex: 0 0 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); font-weight: 750; }
.flow p { margin: 0; color: var(--muted); }

.kit { padding-inline: 24px; border-radius: 24px; background: var(--green); color: #fff; }
.light > p:last-child { color: #dbe8e3; }
.feature-grid { display: grid; gap: 1px; margin: 32px 0 0; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; overflow: hidden; background: rgba(255,255,255,.22); list-style: none; }
.feature-grid li { padding: 18px; background: var(--green); }
.feature-grid strong, .feature-grid span { display: block; }
.feature-grid span { margin-top: 3px; color: #dbe8e3; font-size: .92rem; }

.demo figure { margin: 28px 0 0; }
.demo-shot { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.demo figcaption { margin-top: 10px; }
.fit-grid { display: grid; gap: 16px; }
.fit-card { padding: 26px; border: 1px solid var(--line); border-radius: 20px; }
.fit-card h2 { font-size: clamp(1.55rem, 4vw, 2.2rem); }
.fit-card ul { margin: 20px 0 0; padding-left: 20px; }
.fit-card li + li { margin-top: 9px; }
.positive { background: var(--green-soft); }
.neutral { background: var(--surface); }

.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 18px 4px; font-weight: 700; cursor: pointer; }
.faq details p { max-width: 760px; padding: 0 4px 18px; margin-bottom: 0; color: var(--muted); }
.final-cta { padding-block: 72px; background: var(--ink); color: #fff; text-align: center; }
.final-cta h2 { max-width: 820px; margin-inline: auto; }
.final-cta .micro { margin: 14px 0 0; color: #c7d1ce; }
.inverse { border-color: var(--accent); background: var(--accent); color: var(--ink); }
.inverse:hover:not(:disabled) { background: #eefca9; }
.site-footer { padding-block: 26px; color: var(--muted); font-size: .88rem; }
.site-footer p { margin: 0; }
.noscript { margin: 0; padding: 12px 16px; background: #fff2c8; text-align: center; }

@media (min-width: 760px) {
  .hero { grid-template-columns: minmax(0, 1.7fr) minmax(280px, .7fr); align-items: center; padding-block: 92px 72px; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid p { padding: 20px 24px; border-right: 1px solid var(--line); border-bottom: 0; }
  .trust-grid p:first-child { padding-left: 0; }
  .trust-grid p:last-child { padding-right: 0; border-right: 0; }
  .flow { grid-template-columns: repeat(3, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .fit-grid { grid-template-columns: repeat(2, 1fr); }
  .kit { padding-inline: 42px; }
}

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