
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f6f6f6;
  margin: 0;
  padding: 0;
  color: #222;
}

.container {
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  padding: 32px;
}

header {
  text-align: center;
  margin-bottom: 40px;
}

header h1 {
  font-size: 2rem;
  color: #2f6f3e;
  margin-bottom: 12px;
}

header h2 {
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 16px;
}

.intro {
  font-size: 1rem;
  margin-bottom: 10px;
}

section {
  margin-bottom: 32px;
}

h3 {
  color: #2f6f3e;
}

.highlight {
  padding: 20px;
}

.green { background: #eef6f0; }
.orange { background: #fff3e6; }
.blue { background: #eef3f8; }

ul {
  padding-left: 20px;
}

.service-area {
  text-align: center;
  margin: 40px 0 20px;
  font-size: 1.05rem;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 24px;
  margin-top: 40px;
}

footer .contact {
  font-size: 1rem;
}

footer .qr {
  text-align: center;
}

footer .qr img {
  width: 120px;
}

footer a {
  color: #2f6f3e;
  text-decoration: none;
}
