.overview,
.services-list,
.cta-strip {
  padding: 4rem 0;
}

.overview h2,
.services-list h2,
.cta-strip h2 {
  margin-bottom: 1rem;
  color: #2c3e50;
}

.overview p,
.cta-strip p {
  max-width: 760px;
  color: #34495e;
}

.highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.highlights article {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 1rem;
}

.highlights h3 {
  margin-bottom: 0.5rem;
  color: #2c3e50;
}

.services-list {
  background: #f8f9fa;
}

.services-list ul {
  margin: 1rem 0 0 1.25rem;
  max-width: 760px;
}

.services-list li {
  margin-bottom: 0.6rem;
}

.cta-strip {
  text-align: center;
  background: linear-gradient(135deg, #f4f8ff 0%, #fff5f2 100%);
}

.cta-strip p {
  margin: 0 auto 1rem;
}
