.section-hero-ac {
  background: radial-gradient(circle at top left, var(--color-primary-soft), transparent 55%),
    radial-gradient(circle at bottom right, #ffe9da, transparent 55%);
}

.hero-ac-content {
  max-width: 36rem;
}

.hero-ac-media img {
  border-radius: var(--radius-lg);
}

.section-year-round-card dl {
  margin: 0;
}

.year-round-row {
  display: flex;
  justify-content: space-between;
  gap: var(--space-4);
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--color-gray-200);
}

.year-round-row:last-child {
  border-bottom: 0;
}

.year-round-row dt {
  font-weight: 500;
  color: var(--color-gray-700);
}

.year-round-row dd {
  margin: 0;
  color: var(--color-text-muted);
}

.section-expert-image img,
.section-case-image img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.section-scope .card {
  height: 100%;
}

.section-efficiency-card {
  align-self: center;
}

.section-maintenance .card {
  align-self: center;
}

.testimonial-card {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-quote {
  font-size: var(--font-size-lg);
  color: var(--color-gray-900);
}

.testimonial-author {
  font-weight: 500;
  color: var(--color-text-muted);
}

.section-faqs .faq-item + .faq-item {
  margin-top: var(--space-4);
}

.section-faqs h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-2);
}

.section-consultation {
  align-self: flex-start;
}

.consultation-form button {
  width: 100%;
}

.consultation-note {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

@media (max-width: 900px) {
  .hero-ac-content {
    max-width: 100%;
  }

  .section-case-study .grid-2,
  .section-expert-installation .grid-2 {
    gap: var(--space-6);
  }
}
