.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  margin-bottom: 0.7rem;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: #0c341f;
  color: #f6f5ef;
  font-family: 'Outfit', 'Manrope', sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-band {
  padding: 1.05rem 0;
  background: linear-gradient(180deg, #0a311f, #082515);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: none;
}

.proof-band-topline {
  align-items: center;
  gap: 0.9rem 1.6rem;
  margin-bottom: 1rem;
}

.proof-band-badge {
  background: rgba(245, 201, 56, 0.16);
  color: #fff7d9;
  border: 1px solid rgba(245, 201, 56, 0.28);
  box-shadow: none;
}

.proof-band-copy {
  color: rgba(245, 245, 236, 0.84);
  font-size: 1rem;
  font-weight: 700;
}

.proof-band-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.proof-band-card {
  position: relative;
  padding: 1rem 1rem 0.2rem 2rem;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.proof-band-card:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.proof-band-card::before {
  content: '';
  position: absolute;
  left: 0.95rem;
  top: 1.22rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(245, 201, 56, 0.12);
}

.proof-band-card strong {
  display: block;
  color: #f4f5ef;
  font-family: 'Outfit', 'Manrope', sans-serif;
  font-size: 0.86rem;
  line-height: 1.35;
}

.proof-band-card span {
  color: rgba(229, 234, 228, 0.68);
  font-size: 0.8rem;
  line-height: 1.55;
}

.services-heading-row {
  align-items: end;
  margin-bottom: 1.85rem;
}

.services-heading-row > div:first-child {
  max-width: 40rem;
}

.services-heading-row h2 {
  font-size: clamp(2.3rem, 4vw, 3.3rem);
}

.service-intro-card {
  max-width: 19rem;
  padding: 1.05rem 1.1rem 1.05rem 3.8rem;
  position: relative;
}

.service-intro-card::before {
  content: '';
  position: absolute;
  left: 1.1rem;
  top: 1.05rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, rgba(245, 201, 56, 0.18), rgba(245, 201, 56, 0.08));
  border: 1px solid rgba(245, 201, 56, 0.28);
  box-shadow: inset 0 0 0 1px rgba(6, 45, 29, 0.05);
}

.service-intro-label {
  display: block;
  margin-bottom: 0.35rem;
  color: #1b5a36;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

#services .card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  display: grid;
  gap: 0.8rem;
  padding: 0.9rem 0.9rem 1rem;
}

.service-card-media {
  position: relative;
  overflow: hidden;
  border-radius: 0.95rem;
  height: 144px;
  background: #dfe8dd;
}

.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lawn-selector-page .service-card-media {
  height: 220px;
  border-radius: 1.05rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.lawn-selector-page .service-card-media img {
  object-position: center center;
}

.service-card h3 {
  font-size: 1.28rem;
}

.service-card p {
  min-height: 6.2rem;
}

.card-kicker {
  width: fit-content;
  padding: 0.3rem 0.75rem;
  background: #eef4e7;
  color: #245b37;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.card-list {
  gap: 0.55rem;
}

.card-list li {
  font-size: 0.9rem;
}

.service-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  margin-top: auto;
}

.service-cta .btn {
  min-width: 7.9rem;
}

.service-cta .btn-outline {
  background: #ffffff;
}

@media (max-width: 1100px) {
  .proof-band-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    border-top: none;
  }

  .proof-band-card {
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.03);
    padding-bottom: 0.9rem;
  }

  .proof-band-card:not(:first-child) {
    border-left: none;
  }

  #services .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .proof-band-grid,
  #services .card-grid {
    grid-template-columns: 1fr;
  }

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

  .service-card-media {
    height: 168px;
  }

  .lawn-selector-page .service-card-media {
    height: 190px;
  }
}
