/* =======================================================
   TESTEMUNHOS
   ======================================================= */
.testimonials h2{text-align:center; margin-bottom:14px}
.t-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin:10px 0 16px}
blockquote{margin:0; padding:20px; border-radius:14px; background:#0f0f0f; border:1px solid rgba(255,223,138,.14)}
blockquote p{color:#ede8d2; margin:0 0 .5rem}
.stars{color:#e8c767; letter-spacing:.08em}
cite{display:block; color:#b9b39e; margin-top:.25rem}
@media (max-width:980px){.t-grid{grid-template-columns:1fr}}
