/* À propos page – theme match */
body {
  background: #e8efe6;
}

.apropos-hero {
  background: linear-gradient(135deg, #2d5a3d 0%, #1f7036 100%);
  color: #fff;
  padding: 56px 20px;
  text-align: center;
}

.apropos-hero-inner {
  max-width: 720px;
  margin: 0 auto;
}

.apropos-hero h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "Montserrat", sans-serif;
}

.apropos-hero p {
  font-size: 1.15rem;
  opacity: 0.95;
  line-height: 1.5;
}

.apropos-story,
.apropos-values,
.apropos-process {
  padding: 48px 20px;
  max-width: 800px;
  margin: 0 auto;
}

.apropos-wrap h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f7036;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.apropos-wrap p {
  font-size: 1rem;
  line-height: 1.7;
  color: #2d3a2a;
  margin-bottom: 16px;
}

.apropos-values {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 16px rgba(45, 58, 42, 0.06);
}

.apropos-list {
  list-style: none;
}

.apropos-list li {
  padding: 14px 0;
  border-bottom: 1px solid #e8efe6;
  font-size: 1rem;
  line-height: 1.6;
  color: #2d3a2a;
}

.apropos-list li:last-child {
  border-bottom: none;
}

.apropos-list strong {
  color: #1f7036;
  display: inline-block;
  min-width: 100px;
}

.apropos-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.apropos-step {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(45, 58, 42, 0.08);
  text-align: center;
}

.apropos-step-num {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #1f7036;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.apropos-step h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f7036;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
}

.apropos-step p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #5a6b57;
  margin-bottom: 0;
}

.apropos-cta {
  background: #2d5a3d;
  color: #fff;
  padding: 44px 20px;
  text-align: center;
}

.apropos-cta-inner {
  max-width: 520px;
  margin: 0 auto;
}

.apropos-cta p {
  font-size: 1.05rem;
  margin-bottom: 20px;
  opacity: 0.95;
}

.btn-apropos {
  display: inline-block;
  padding: 12px 28px;
  background: #fff;
  color: #1f7036 !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}

.btn-apropos:hover {
  background: #e8efe6;
  color: #2d5a3d !important;
}

@media (max-width: 768px) {
  .apropos-hero h1 {
    font-size: 1.6rem;
  }
  .apropos-steps {
    grid-template-columns: 1fr;
  }
}
