:root{
  --anima-orange:#F26A1B;
  --anima-light:#f9f9fb;
}

.testimonios-anima{
  background:linear-gradient(180deg,#fff 0%, var(--anima-light) 100%);
  padding: clamp(36px,6vw,72px) 16px;
}

.ta-inner{ max-width:1200px; margin:auto; }

/* Cabecera */
.ta-head{ text-align:center; margin-bottom:30px; }

.ta-pill{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--anima-orange),#ff9b4a);
  font-weight:700;
  font-size:12px;
  margin-bottom:10px;
}

.ta-title{
  font-size: clamp(26px,4vw,40px);
  font-weight:800;
  color:#d77e2a;
  text-transform:uppercase;
}

.ta-sub{ color:#666; font-weight:600; }

/* Reviews */
.ta-reviews{ margin:30px 0 40px; }

/* Videos */
.ta-block-title{
  text-align:center;
  font-size: clamp(18px,2.8vw,24px);
  font-weight:800;
  margin-bottom:12px;
}

.ta-intro{
  text-align:center;
  max-width:860px;
  margin:auto auto 25px;
  color:#555;
}

.ta-videos{
  display:grid;
  gap:20px;
  grid-template-columns:1fr;
}

@media(min-width:900px){
  .ta-videos{ grid-template-columns:repeat(2,1fr); }
}
@media(min-width:1200px){
  .ta-videos{ grid-template-columns:repeat(3,1fr); }
}

.ta-video{
  border-radius:12px;
  overflow:hidden;
  background:#000;
  aspect-ratio:16/9;
}

/* CTA */
.ta-cta-wrap{ text-align:center; margin-top:40px; }

.ta-btn{
  display:inline-block;
  background:var(--anima-orange);
  color:#111;
  padding:12px 18px;
  border-radius:12px;
  font-weight:800;
  text-decoration:none;
}
