.service-lead-extra {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(16, 20, 18, 0.14);
  color: #303a35;
}

.service-insights {
  padding-top: clamp(3.5rem, 7vw, 6.5rem);
  padding-bottom: clamp(3.5rem, 7vw, 6.5rem);
  background:
    radial-gradient(circle at 92% 8%, rgba(163, 222, 0, 0.2), transparent 28rem),
    #f2f4ef;
}

.service-insights-heading {
  max-width: 780px;
}

.service-insights-heading h2 {
  margin: 0.45rem 0 1rem;
  max-width: 720px;
}

.service-insights-intro {
  max-width: 720px;
  color: #4b5650;
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  line-height: 1.7;
}

.service-insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3.2rem);
}

.service-insight-card {
  position: relative;
  min-height: 270px;
  padding: 2rem;
  overflow: hidden;
  border: 1px solid rgba(16, 20, 18, 0.12);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 55px rgba(16, 20, 18, 0.07);
}

.service-insight-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 1.6rem;
  border-radius: 999px;
  background: #a3de00;
  color: #101412;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.service-insight-card h3 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.service-insight-card p {
  margin: 0;
  color: #4b5650;
  line-height: 1.68;
}

@media (max-width: 900px) {
  .service-insights-grid {
    grid-template-columns: 1fr;
  }

  .service-insight-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-insight-card {
    scroll-behavior: auto;
  }
}
