body {
  margin: 0;
  font-family: "Georgia", serif;
  background-color: #f8f7f4;
  color: #1c1c1c;
}

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

h1 {
  font-size: 56px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 1px;
}

.subhead {
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  margin-top: 16px;
  color: #555;
}

.divider {
  width: 80px;
  height: 1px;
  background: #ccc;
  margin: 40px auto;
}

.content {
  max-width: 680px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
}

.content p {
  margin-bottom: 24px;
}

.cta {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 28px;
  border: 1px solid #1c1c1c;
  text-decoration: none;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1c1c1c;
  transition: all 0.3s ease;
}

.cta:hover {
  background: #1c1c1c;
  color: #fff;
}

footer {
  text-align: center;
  padding: 40px 20px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: #777;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin-bottom: 20px;
}

.contact {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 1px;
}

.contact a {
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.contact a:hover {
  border-bottom: 1px solid #555;
}
