:root {
  color-scheme: light;
  --ink: #163024;
  --muted: #5d6f64;
  --line: #dce8df;
  --green: #18744b;
  --green-dark: #0f5235;
  --sage: #eef7ef;
  --sand: #fbf7ef;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(22,48,36,.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--sand); line-height: 1.6; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--ink); color: white; padding: 10px; border-radius: 8px; }
.skip-link:focus { left: 12px; z-index: 10; }
.site-header { position: sticky; top: 0; z-index: 5; background: rgba(251,247,239,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; }
.brand { font-weight: 900; text-decoration: none; color: var(--green-dark); }
nav { display: flex; flex-wrap: wrap; gap: 14px; font-size: .94rem; color: var(--muted); }
nav a { text-decoration: none; }
.hero { padding: 56px 0 44px; background: radial-gradient(circle at top left, #d9f3df, transparent 36%), linear-gradient(135deg, #f9fff8, #f6efe1); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); gap: 32px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--green); text-transform: uppercase; letter-spacing: .14em; font-weight: 900; font-size: .78rem; }
h1, h2, h3 { line-height: 1.08; margin: 0; }
h1 { font-size: clamp(2.45rem, 7vw, 5rem); letter-spacing: -.055em; max-width: 780px; }
h2 { font-size: clamp(1.85rem, 4vw, 3rem); letter-spacing: -.035em; }
h3 { font-size: 1.15rem; }
p { margin: 0; }
.lead, .section-intro { color: var(--muted); font-size: 1.12rem; max-width: 720px; margin-top: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; justify-content: center; align-items: center; border-radius: 999px; padding: 13px 18px; font-weight: 850; text-decoration: none; border: 1px solid var(--green); }
.btn.primary { background: var(--green); color: white; box-shadow: 0 12px 24px rgba(24,116,75,.22); }
.btn.secondary { background: white; color: var(--green-dark); }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 24px 0 0; list-style: none; color: var(--muted); font-size: .92rem; }
.trust-list li { border: 1px solid var(--line); background: rgba(255,255,255,.7); border-radius: 999px; padding: 8px 11px; }
.form-card, .panel, .card, .cta-panel { background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.form-card { padding: 24px; }
.form-label { color: var(--green); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; margin-bottom: 8px; }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
label { display: grid; gap: 6px; color: var(--muted); font-size: .86rem; font-weight: 750; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 12px; background: #f8fbf8; color: var(--muted); font: inherit; }
.full { grid-column: 1 / -1; }
button[disabled] { opacity: .75; cursor: not-allowed; }
.demo-form-message { margin-top: 12px; border-radius: 14px; padding: 12px; font-size: .9rem; font-weight: 800; }
.demo-form-message[data-type="success"] { background: #e5f8ea; color: #0f5235; border: 1px solid #b9e8c3; }
.demo-form-message[data-type="error"], .demo-form-message[data-type="warning"] { background: #fff7db; color: #7a5414; border: 1px solid #f0d37a; }
.dry-run-note { margin-top: 12px; color: var(--muted); font-size: .86rem; }
.demo-section { background: #fbfff9; }
.demo-panel-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.demo-leads-list { display: grid; gap: 12px; margin-top: 14px; }
.demo-lead-card { border: 1px solid var(--line); border-radius: 18px; padding: 14px; background: #f8fbf8; }
.demo-lead-card div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.demo-lead-card span { color: var(--muted); font-size: .78rem; }
.demo-lead-card p { margin-top: 8px; color: var(--muted); font-size: .88rem; }
.analytics-summary { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.analytics-pill { border: 1px solid var(--line); border-radius: 18px; padding: 16px; background: white; }
.analytics-pill span { display: block; color: var(--muted); font-size: .78rem; word-break: break-word; }
.analytics-pill strong { display: block; margin-top: 8px; color: var(--green-dark); font-size: 1.8rem; line-height: 1; }
.section code { background: rgba(22,48,36,.08); padding: 2px 5px; border-radius: 6px; }
.section { padding: 70px 0; background: var(--white); }
.section.muted { background: var(--sage); }
.card-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { padding: 22px; box-shadow: none; }
.card p, .panel p, .cta-panel p { color: var(--muted); margin-top: 10px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.panel, .cta-panel { padding: 26px; }
.area-list, .check-list { padding-left: 20px; color: var(--muted); }
.area-list small { display: block; color: #8a6a18; }
.process-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 14px; }
.process-list li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; }
.process-list span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--green); color: white; font-weight: 900; }
.faq-list { display: grid; gap: 12px; margin-top: 24px; }
details { background: white; border: 1px solid var(--line); border-radius: 18px; padding: 18px; }
summary { cursor: pointer; font-weight: 850; }
details p { color: var(--muted); margin-top: 10px; }
.site-footer { padding: 34px 0; background: var(--ink); color: #d7efe0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.site-footer p, .site-footer li { color: #b9d1c4; }
@media (max-width: 900px) {
  .hero-grid, .split, .footer-grid { grid-template-columns: 1fr; }
  .card-grid, .card-grid.three { grid-template-columns: 1fr 1fr; }
  .analytics-summary { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .nav-wrap { align-items: flex-start; flex-direction: column; }
  nav { font-size: .86rem; }
  .hero { padding-top: 36px; }
  .card-grid, .card-grid.three, form, .analytics-summary { grid-template-columns: 1fr; }
  .full { grid-column: auto; }
  .hero-actions .btn { width: 100%; }
}
