body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  background: #f7f4ee;
  color: #263238;
  line-height: 1.7;
}

header {
  padding: 80px 24px;
  text-align: center;
  background: #d8e3dc;
}

h1 {
  margin: 0;
  font-size: 2.8rem;
  font-weight: normal;
}

.subtitle {
  margin-top: 12px;
  font-size: 1.2rem;
}

main {
  max-width: 900px;
  margin: 50px auto;
  padding: 0 24px;
}

section {
  margin-bottom: 36px;
  background: #ffffff;
  padding: 32px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

h2 {
  margin-top: 0;
  color: #40534c;
  font-weight: normal;
}

ul {
  padding-left: 20px;
}

.intro {
  font-size: 1.1rem;
}

.contact {
  text-align: center;
  background: #efe7da;
}

a {
  color: #40534c;
  font-weight: bold;
}

footer {
  text-align: center;
  padding: 32px 20px;
  font-size: 0.9rem;
  color: #6b7280;
}

.button {
  display: inline-block;
  margin: 10px 8px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #40534c;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.button:hover {
  background: #2f3f39;
}

.button.secondary {
  background: #ffffff;
  color: #40534c;
  border: 1px solid #40534c;
}

.button.secondary:hover {
  background: #f7f4ee;
}
.hero-image {
  padding: 0;
  background: #ffffff;
  text-align: center;
}

.hero-image img {
  display: block;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
}
