/* ============================================================
   TESTIMONIOS
   ============================================================ */
.tst { overflow: hidden; }
.tst-viewport { overflow: hidden; }
.tst-track { display: flex; transition: transform .6s cubic-bezier(.4,0,.2,1); }
.tst-slide { flex: 0 0 100%; padding: 6px; }
.tst-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl);
  padding: clamp(32px,5vw,56px); box-shadow: var(--shadow-md); display: grid;
  grid-template-columns: auto 1fr; gap: clamp(28px,4vw,48px); align-items: center;
}
.tst-quote { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.2rem,2.2vw,1.7rem); line-height: 1.4; letter-spacing: -0.02em; text-wrap: pretty; }
.tst-quote .mark { color: var(--accent); }
.tst-author { display: flex; align-items: center; gap: 14px; margin-top: 26px; }
.tst-author .pf { width: 52px; height: 52px; border-radius: 50%; background-size: cover; background-position: center; flex: none; box-shadow: var(--shadow-sm); }
.tst-author b { font-family: var(--font-display); font-size: 16px; display: block; }
.tst-author span { font-size: 13.5px; color: var(--ink-3); }
.tst-photo { width: clamp(140px, 22vw, 230px); aspect-ratio: 4/5; border-radius: var(--r-lg); }
.tst-stars { color: #f5a623; letter-spacing: 3px; font-size: 15px; margin-bottom: 18px; }
.tst-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 32px; }
.tst-dots { display: flex; gap: 9px; }
.tst-dots button { width: 9px; height: 9px; border-radius: 999px; background: var(--border-strong); transition: width .3s, background .3s; }
.tst-dots button.active { width: 28px; background: var(--grad-cta); }
.tst-arrow { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--border-strong); background: var(--surface); display: grid; place-items: center; transition: transform .25s, color .25s, border-color .25s; }
.tst-arrow:hover { color: var(--accent); border-color: var(--accent); transform: scale(1.06); }
.tst-arrow svg { width: 18px; height: 18px; }
.pf-1 { background: linear-gradient(135deg,#2f6bff,#11b8d4); }
.pf-2 { background: linear-gradient(135deg,#11c0a6,#11b981); }
.pf-3 { background: linear-gradient(135deg,#143a86,#2f6bff); }


#testimonios .eyebrow { justify-content: center; }
