body {
  margin: 0;
  height: 100vh;
  background: linear-gradient(135deg, #f4f6f8, #ffffff);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Segoe UI", Arial, sans-serif;
}

.hero {
  text-align: center;
  padding: 1rem;
}

.hero h1 {
  font-size: 2.4rem;
}

.hero p {
  color: #4b5563;
  margin: 1rem 0 2rem;
}

.cta {
  padding: 1rem 2.5rem;
  background: #c01818;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
}
