/* ─── Results & Videos ─── */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.results-eyebrow {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--saab-red);
  margin-bottom: 0.8rem;
}

.results-testimonial {
  border-top: 1px solid #e5e7eb;
  padding-top: 2rem;
  margin-bottom: 2.8rem;
}

.results-testimonial-quote {
  font-family: 'Sora', sans-serif;
  font-size: 1.15rem;
  line-height: 1.4;
  font-weight: 400;
  color: #141414;
  margin-bottom: 1.2rem;
}

.results-testimonial-author {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #141414;
}

.results-testimonial-meta {
  font-size: 0.64rem;
  color: #8e949e;
  margin-top: 0.25rem;
}

.results-kpi-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  border-top: 1px solid #e5e7eb;
  padding-top: 2.4rem;
  margin-top: 3.2rem;
}

.results-kpi-item {
  flex: 1;
  min-width: 200px;
}

.results-kpi-value {
  font-family: 'Sora', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #141414;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.results-kpi-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8e949e;
  line-height: 1.4;
}

