/* ─── Section 8 ─────────────────────────────────────── */
#section-proof {
  padding: 8rem 0 10rem;
  overflow: hidden;
}

.proof__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4rem;
}

/* heading */
.proof__heading {
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  max-width: 680px;
}

/* logos row */
.proof__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  max-width: 500px;
}

.proof__logos img {
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.75;
}

/* quote */
.proof__quote {
  border-left: none;
  max-width: 620px;
}

.proof__quote p {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 1.25rem;
}

.proof__quote cite {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.03em;
}