* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #faf6ef;
  color: #2b3a2e;
  line-height: 1.6;
}

a {
  color: #4c9a5c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.page {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 64px;
}

.header {
  margin-bottom: 32px;
}

.eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4c9a5c;
  margin-bottom: 8px;
}

h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

h2 {
  font-size: 1.125rem;
  margin-bottom: 12px;
}

.lead {
  font-size: 1.05rem;
  color: #4a5c4e;
}

.card,
.section {
  background: #fff;
  border: 1px solid #e8e0d4;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
}

.section h2 {
  margin-top: 8px;
}

.section h2:first-child {
  margin-top: 0;
}

.section p,
.section li {
  margin-bottom: 10px;
}

.section ul {
  padding-left: 1.25rem;
  margin-bottom: 10px;
}

.muted {
  color: #6b7c6f;
  font-size: 0.95rem;
}

.divider {
  border: 0;
  border-top: 1px solid #e8e0d4;
  margin: 32px 0;
}

.footer {
  margin-top: 32px;
  text-align: center;
  color: #6b7c6f;
  font-size: 0.875rem;
}

.back-link {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 0.95rem;
}
