:root {
  color-scheme: light;
  --ink: #15251f;
  --muted: #5b6c65;
  --forest: #1f6651;
  --forest-dark: #164c3d;
  --mint: #dceee6;
  --mint-soft: #eef7f2;
  --paper: #fffefa;
  --page: #f5f3ed;
  --line: #dce5df;
  --shadow: 0 24px 70px rgba(27, 65, 51, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font: 16px/1.6 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: var(--forest); }
a:focus-visible, button:focus-visible { outline: 3px solid #76b39e; outline-offset: 4px; border-radius: 5px; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { background: rgba(255, 254, 250, .92); border-bottom: 1px solid var(--line); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-size: 20px; font-weight: 850; }
.mark { width: 39px; height: 39px; border-radius: 13px; display: grid; place-items: center; background: var(--forest); color: white; font-size: 23px; line-height: 1; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--muted); text-decoration: none; font-weight: 650; }
.nav-links a:hover { color: var(--forest); }
.hero { padding: clamp(70px, 11vw, 132px) 0 88px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: clamp(40px, 8vw, 96px); align-items: center; }
.eyebrow { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: var(--mint); color: var(--forest-dark); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
h1 { max-width: 780px; margin: 20px 0; font-size: clamp(46px, 7.5vw, 80px); line-height: .98; letter-spacing: -.055em; }
.hero-copy { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid var(--forest); border-radius: 13px; color: var(--forest); text-decoration: none; font-weight: 800; }
.button.primary { background: var(--forest); color: white; }
.button.primary:hover { background: var(--forest-dark); }
.button.secondary:hover { background: var(--mint-soft); }
.snapshot { position: relative; padding: 24px; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: var(--shadow); }
.snapshot:before { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; background: #c7e5d8; filter: blur(60px); opacity: .6; z-index: -1; right: -60px; top: -60px; }
.snapshot-label { color: var(--muted); font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }
.snapshot-value { margin: 5px 0 20px; font-size: 38px; font-weight: 850; letter-spacing: -.04em; }
.snapshot-row { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); }
.snapshot-icon { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: var(--mint-soft); color: var(--forest); font-weight: 900; }
.snapshot-row strong, .snapshot-row span { display: block; }
.snapshot-row span { color: var(--muted); font-size: 13px; }
.section { padding: 88px 0; }
.section.alt { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section h2 { margin: 0 0 12px; font-size: clamp(34px, 5vw, 52px); line-height: 1.05; letter-spacing: -.04em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 18px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.alt .card { background: var(--page); }
.card-number { color: var(--forest); font-size: 13px; font-weight: 850; letter-spacing: .08em; }
.card h3 { margin: 14px 0 8px; font-size: 21px; }
.card p { margin: 0; color: var(--muted); }
.trust { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; align-items: start; }
.trust-list { display: grid; gap: 14px; }
.trust-item { padding: 18px 20px; border-radius: 16px; background: var(--mint-soft); }
.trust-item strong { display: block; margin-bottom: 3px; }
.trust-item span { color: var(--muted); }
.legal-list { display: grid; gap: 14px; margin-top: 30px; }
.legal-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); text-decoration: none; }
.legal-link strong { color: var(--ink); }
.legal-link span { color: var(--muted); }
.legal-link:hover { border-color: #9abcae; }
.site-footer { padding: 34px 0 46px; }
.footer-row { display: flex; justify-content: space-between; gap: 24px; padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: var(--muted); }
.page { padding: 64px 0 92px; }
.page-copy { max-width: 760px; }
.page h1 { font-size: clamp(40px, 7vw, 66px); }
.page p { color: var(--muted); font-size: 18px; }
.status { display: inline-block; margin-top: 14px; padding: 8px 11px; border-radius: 10px; background: var(--mint-soft); color: var(--forest); font-weight: 750; }

@media (max-width: 820px) {
  .wrap { width: min(100% - 28px, 680px); }
  .nav-links a:not(.button) { display: none; }
  .hero-grid, .trust { grid-template-columns: 1fr; }
  .snapshot { max-width: 540px; }
  .cards { grid-template-columns: 1fr; }
  .footer-row { flex-direction: column; }
}

