/* ============================================================
   DEPOIMENTOS — 2 vídeos (aparece só se enabled:true no config)
   ============================================================ */
.testi{background:var(--ink);color:var(--paper)}
.testi__label{justify-content:center;color:rgba(255,255,255,.6);margin:0 auto clamp(36px,7vw,56px);display:flex}
.testi__grid{display:grid;grid-template-columns:1fr;gap:clamp(28px,5vw,40px);max-width:760px;margin:0 auto}
@media(min-width:640px){.testi__grid{grid-template-columns:1fr 1fr}}
.testi__video{
  aspect-ratio:9/13;overflow:hidden;position:relative;background:#1a1a1a;
  display:flex;align-items:center;justify-content:center;cursor:pointer;
}
.testi__video img{width:100%;height:100%;object-fit:cover}
.testi__play{
  position:absolute;width:56px;height:56px;background:#fff;color:#14181A;
  display:flex;align-items:center;justify-content:center;font-size:20px;pointer-events:none;
}
.testi__name{margin-top:16px;font-family:var(--font-display);font-stretch:78%;font-weight:900;text-transform:uppercase;font-size:clamp(1.05rem,4.4vw,1.3rem);letter-spacing:-.01em}
.testi__role{margin-top:4px;font-family:var(--font-mono);font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.5)}
