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

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
}

.hero {
  text-align: center;
  padding: 120px 20px 100px;
}

h1 {
  font-family: "Georgia", serif;
  font-size: 3.2rem;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

h2 {
  font-family: "Georgia", serif;
  margin-top: 60px;
}

.tagline {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.subtext {
  max-width: 500px;
  margin: 0 auto 40px;
  color: #666;
}

.button {
  display: inline-block;
  padding: 14px 28px;
  background-color: #c9a24d;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
}

.button:hover {
  opacity: 0.9;
}

.features ul {
  list-style: none;
  padding: 0;
}

.features li {
  padding: 10px 0;
  border-bottom: 1px solid #e4dfd6;
}

.page {
  padding-top: 120px;
}

.email {
  font-weight: bold;
  font-size: 1.1rem;
}

footer {
  background-color: #ece6dc;
  padding: 40px 20px;
  margin-top: 100px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-links a {
  margin-left: 20px;
  text-decoration: none;
  color: #2f2f2f;
}

.footer-links a:hover {
  text-decoration: underline;
}
