body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1f2933;
  background: #ffffff;
}

.container {
  max-width: 680px;
  margin: 80px auto;
  padding: 0 24px;
}

h1 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.lead {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.points {
  list-style: none;
  padding: 0;
  margin-bottom: 2.5rem;
}

.points li {
  margin-bottom: 1rem;
  padding-left: 1.2rem;
  position: relative;
}

.points li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.cta {
  text-align: center;
}

.button {
  display: inline-block;
  padding: 14px 28px;
  background: #111827;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1rem;
}

.note {
  font-size: 0.9rem;
  color: #6b7280;
  margin-top: 0.8rem;
}

footer {
  text-align: center;
  margin: 60px 0 30px;
  font-size: 0.85rem;
  color: #6b7280;
}

footer a {
  color: inherit;
  text-decoration: underline;
}
