:root { color-scheme: light; }
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #111827;
  background: #ffffff;
  line-height: 1.6;
}
.wrap { max-width: 680px; margin: 0 auto; padding: 32px 24px 64px; }
.eyebrow {
  font-size: 13px;
  font-weight: 600;
  color: #16a34a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 24px 0 8px;
}
h1 { font-size: 32px; line-height: 1.25; margin: 0 0 20px; color: #111827; }
h2 { font-size: 21px; margin: 40px 0 12px; color: #111827; }
p { font-size: 16px; color: #374151; margin: 0 0 16px; }
ul { margin: 0 0 16px; padding-left: 20px; }
li { font-size: 16px; color: #374151; margin-bottom: 8px; }
.callout {
  background: #f0fdf4;
  border-radius: 12px;
  padding: 16px 20px;
  margin: 24px 0;
}
.callout p { margin: 0; color: #166534; }
.short-version {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px 24px;
  margin: 32px 0;
}
.short-version h2 { margin-top: 0; }
.cta {
  display: block;
  text-align: center;
  background: #16a34a;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 12px;
  padding: 16px;
  margin: 40px 0 8px;
}
.cta-sub { text-align: center; font-size: 13px; color: #9ca3af; margin: 0 0 40px; }
.related {
  border-top: 1px solid #e5e7eb;
  margin-top: 40px;
  padding-top: 24px;
}
.related h2 { margin-top: 0; font-size: 15px; text-transform: uppercase; letter-spacing: 0.04em; color: #6b7280; }
.related ul { padding-left: 0; list-style: none; }
.related li { margin-bottom: 10px; }
.related a { color: #16a34a; font-weight: 600; text-decoration: none; font-size: 15px; }
footer {
  border-top: 1px solid #e5e7eb;
  margin-top: 24px;
  padding-top: 24px;
  font-size: 13px;
  color: #9ca3af;
}
footer a { color: #6b7280; text-decoration: underline; }
footer .links { margin-bottom: 12px; }
footer .links a { margin-right: 12px; }
.home-link { font-size: 14px; color: #16a34a; text-decoration: none; font-weight: 600; }
