body {
  margin: 0;
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
  background: #f5f3ed;
  color: #10201c;
}
.seo-home {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 22px 56px;
}
.seo-home h1 {
  font-size: clamp(2rem, 8vw, 2.75rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.seo-home a {
  color: #167a60;
}
.seo-home .cta {
  display: inline-block;
  margin: 0.5rem 0.5rem 0.5rem 0;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
}
.seo-home .cta-primary {
  background: #10201c;
  color: #f5f3ed !important;
}
.seo-home .cta-secondary {
  background: #d8ed77;
  color: #10201c !important;
}
.seo-home .nearfold {
  margin-top: 0.85rem;
  font-size: 0.85rem;
  color: #74807b;
}
.seo-home ol {
  padding-left: 1.2rem;
}
.seo-home li {
  margin-bottom: 0.5rem;
}
