/* Testimonianze catalog page (content only; header/footer/typography come from per-page CSS) */

.srOnly{
  position:absolute !important;
  width:1px; height:1px;
  padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0);
  white-space:nowrap; border:0;
}

html, body{ background: rgba(15,23,42,.02); }
.cat{ background: transparent; }
.cat .csSec--soft{ background: transparent; }
.catGrid{ background: transparent; }

.catGrid{ padding: 30px 0 10px; }
.catLink{ text-decoration:none; color: inherit; display:block; }
.catLink:hover .catTag{ border-color: rgba(139,92,246,.32); }

.catTitleBig{
  font-size: clamp(44px, 5vw, 64px);
}

.catThumb{
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display:block;
}

.catTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.catTag{
  display:inline-flex;
  align-items:center;
  padding: 7px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12.5px;
  letter-spacing: .02em;
  color: rgba(15, 23, 42, .86);
  background: linear-gradient(135deg, rgba(139,92,246,.12), rgba(244,114,182,.10));
  border: 1px solid rgba(139,92,246,.16);
}
.catMeta{
  color: rgba(15, 23, 42, .62);
  font-size: 12.5px;
  font-weight: 900;
}
.cat h3{
  font-size: clamp(22px, 1.9vw, 28px);
  line-height: 1.15;
}
.catCta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  margin-top: 12px;
  font-weight: 950;
  color: rgba(139,92,246,.95);
}
.catCta svg{ width: 18px; height: 18px; fill: currentColor; opacity: .95; }

.catLink{
  display:grid;
  grid-template-columns: 240px 1fr;
  align-items: stretch;
}
.catLink .csCard__in{ padding: 18px 20px; }
.catLink .csP{
  display:-webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow:hidden;
}

.catEmpty{
  margin-top: 18px;
  border: 1px dashed rgba(15, 23, 42, .22);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255,255,255,.86);
}
.catEmpty h3{ margin: 0 0 6px; }
.catEmpty p{ margin: 0; color: rgba(15, 23, 42, .72); font-weight: 650; }

@media (max-width: 860px){
  .catLink{ grid-template-columns: 1fr; }
  .catThumb{ min-height: 190px; }
}
