/* ============================================================
   TESTIMONI PAGE
   ============================================================ */

.testi-hero__lead {
  max-width: 780px;
  margin: 20px auto 0;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255,255,255,0.84);
}

.testi-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testi-metric {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 32px rgba(0,0,0,0.05);
}

.testi-metric__value {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111827;
  margin-bottom: 8px;
}

.testi-metric__label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

.testi-video-lead {
  max-width: 760px;
  margin: 0 0 28px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #4b5563;
}

.testi-note {
  margin-top: 18px;
  padding: 16px 18px;
  background: rgba(232, 80, 46, 0.08);
  border-left: 4px solid #E8502E;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #374151;
}

.testi-case {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.05);
}

.testi-case__top {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.testi-case__media {
  margin: 0;
}

.testi-case__media img {
  display: block;
  width: 100%;
  border-radius: 18px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.testi-case__caption {
  margin-top: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
}

.testi-case__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(232, 80, 46, 0.10);
  color: #C9421F;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testi-case__h2 {
  margin: 0 0 12px;
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.7rem, 1.35rem + 1vw, 2.4rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #111827;
}

.testi-case__lead {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #374151;
}

.testi-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}

.testi-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.testi-case__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.testi-panel {
  background: #f9f9f9;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 22px;
}

.testi-panel__h3 {
  margin: 0 0 10px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #111827;
}

.testi-panel__text {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #374151;
}

.testi-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testi-mini-card {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.testi-mini-card__num {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #111827;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 12px;
}

.testi-mini-card__title {
  margin: 0 0 8px;
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
  color: #111827;
}

.testi-mini-card__body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.72;
  color: #4b5563;
}

.testi-inline-link {
  color: #E8502E;
  font-weight: 700;
  text-decoration: none;
}

.testi-inline-link:hover {
  color: #C9421F;
}

@media (max-width: 1024px) {
  .testi-case__top,
  .testi-case__grid,
  .testi-mini-grid,
  .testi-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .testi-hero__lead {
    font-size: 16px;
    line-height: 1.7;
  }

  .testi-case {
    padding: 20px;
  }

  .testi-case__h2 {
    font-size: 1.85rem;
  }

  .testi-metric,
  .testi-panel,
  .testi-mini-card {
    padding: 20px;
  }

  .testi-metric__value {
    font-size: 28px;
  }
}
