body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #f6fdf9 url('pattern.svg');
  color: #2f2f2f;
}

.site-header {
  background: white;
  border-bottom: 1px solid #eee;
  padding: 20px;
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.logo {
  height: 30px;
  margin-right: 10px;
}

.site-title {
  font-weight: bold;
  font-size: 20px;
  color: #2e7d32;
}

.cta-header {
  background: #2e7d32;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
}

.hero {
  text-align: center;
  padding: 60px 20px 40px;
}

.hero .icon {
  height: 40px;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: 40px;
  color: #2e7d32;
}

.hero p {
  font-size: 18px;
  margin: 10px auto;
  max-width: 600px;
}

.cta-main {
  display: inline-block;
  background: #2e7d32;
  color: white;
  padding: 14px 24px;
  margin-top: 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.trust {
  margin-top: 10px;
  font-size: 14px;
  color: #777;
}

.reasons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

.box {
  background: white;
  padding: 30px;
  margin: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  width: 400px;
}

.box h2 {
  color: #2e7d32;
}

.box ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
  color: #333;
}

.box ul li {
  margin: 10px 0;
}

footer {
  border-top: 1px solid #eee;
  padding: 20px 0;
  background: white;
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  font-size: 14px;
}

.footer-logo {
  height: 20px;
  margin-right: 8px;
}

.footer-left,
.footer-center,
.footer-right {
  display: flex;
  align-items: center;
}
