* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  color: #1f2933;
  background: #ffffff;
}

.container {
  max-width: 900px;
  margin: auto;
  padding: 0 20px;
}

.hero {
  background: #1f3d2b;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.hero h1 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.subhead {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 30px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  text-decoration: none;
  padding: 14px 22px;
  border-radius: 6px;
  font-weight: 600;
}

.btn.primary {
  background: #d4a44c;
  color: #1f2933;
}

.btn.secondary {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.trust-line {
  margin-top: 20px;
  font-size: 0.9rem;
  opacity: 0.9;
}

.section {
  padding: 60px 0;
}

.section.alt {
  background: #f4f6f5;
}

h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.services,
.why {
  list-style: none;
  margin-bottom: 20px;
}

.services li,
.why li {
  margin-bottom: 10px;
}

.note {
  font-style: italic;
  color: #4b5563;
}

.contact {
  text-align: center;
}

.phone {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 15px 0;
}

.phone a {
  color: #1f3d2b;
  text-decoration: none;
}

footer {
  background: #1f2933;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
}

footer a {
  color: #d4a44c;
  text-decoration: none;
}

.small {
  font-size: 0.85rem;
  color: #4b5563;
}
