.testimonios-block {
  padding: 96px 6%;
  background: #ECEAE6;
  font-family: 'Outfit', sans-serif;
}

.testimonios-block .section-header {
  margin-bottom: 60px;
  text-align: center;
}

.testimonios-block .section-header .eyebrow {
  justify-content: center;
}

.testimonios-block .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1A2B4A;
  margin-bottom: 14px;
}

.testimonios-block .eyebrow::before {
  content: '';
  width: 20px;
  height: 1.5px;
  background: #1A2B4A;
  flex-shrink: 0;
}

.testimonios-block h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #1C1C1A;
}

.testimonios-block .section-intro-center {
  margin: 14px auto 0;
  max-width: 580px;
  text-align: center;
}

.testimonios-block .disclaimer {
  font-size: 12px;
  font-style: italic;
  color: #9C9890;
}

.testimonios-block .testimonios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testimonios-block .testimonio {
  padding: 32px 28px;
  background: #FAFAF8;
  border: 1px solid rgba(28,28,26,0.08);
  transition: border-color 0.2s;
}

.testimonios-block .testimonio:hover {
  border-color: #1A2B4A;
}

.testimonios-block .stars {
  display: flex;
  gap: 2px;
  margin-bottom: 16px;
}

.testimonios-block .star {
  width: 13px;
  height: 13px;
  fill: #1A2B4A;
}

.testimonios-block .testi-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #1C1C1A;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonios-block .testi-author {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(28,28,26,0.05);
}

.testimonios-block .testi-av {
  width: 34px;
  height: 34px;
  background: #E8EDF5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #1A2B4A;
  flex-shrink: 0;
}

.testimonios-block .testi-name {
  font-size: 13px;
  font-weight: 700;
  color: #1C1C1A;
}

.testimonios-block .testi-role {
  font-size: 11px;
  color: #9C9890;
  margin-top: 1px;
}

@media (max-width: 768px) {
  .testimonios-block { padding: 72px 5%; }
  .testimonios-block .testimonios-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .testimonios-block .testimonio-card { padding: 24px; }
  .testimonios-block .testimonio-text { font-size: 14px; }
  .testimonios-block .testimonio-header { gap: 12px; }
  .testimonios-block .testimonio-avatar { width: 44px; height: 44px; }
}
