/* ================================================
   DEPOIMENTOS
   ================================================ */
.testi-section {
  background: var(--ot-black);
  padding: var(--ot-space-3xl) 0;
}

.testi-card {
  background: var(--ot-dark);
  border: 1px solid rgba(255,255,255,0.06);
  border-left: 3px solid var(--ot-orange);
  border-radius: 0 var(--ot-radius-lg) var(--ot-radius-lg) 0;
  padding: var(--ot-space-xl) var(--ot-space-lg);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: var(--ot-transition);
}

.testi-card:hover { border-color: var(--ot-orange); box-shadow: var(--ot-shadow-glow); }

.testi-stars {
  display: flex;
  gap: 3px;
  margin-bottom: var(--ot-space-md);
}

.testi-stars span { color: var(--ot-orange); font-size: 0.8rem; }

.testi-quote-mark {
  font-family: Georgia, serif;
  font-size: 3.5rem;
  line-height: 0.5;
  color: var(--ot-orange);
  opacity: 0.4;
  margin-bottom: var(--ot-space-md);
}

.testi-text {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  font-style: italic;
  flex: 1;
  margin-bottom: var(--ot-space-lg);
}

.testi-author-name {
  font-family: var(--ot-font-display);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ot-white);
}

.testi-author-role {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ot-orange);
  margin-top: 3px;
}
