/* ================= TESTIMONIOS (Neo) ================= */
.testi-neo{
  position: relative;
  padding: 96px 0 84px;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 12% 12%, rgba(255,108,43,.18), transparent 60%),
    radial-gradient(900px 520px at 85% 18%, rgba(115,147,167,.16), transparent 62%),
    linear-gradient(180deg, #06111E 0%, #06111E 55%, #0a1730 100%);
}

.testi-neo__header{
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
}

.testi-neo__kicker{
  margin: 0 0 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .78rem;
  color: rgba(248,248,248,.62);
}

.testi-neo__title{
  margin: 0 0 12px;
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 1.05;
  font-size: clamp(2.1rem, 4.1vw, 3.2rem);
  color: #F8F8F8;
}

.testi-neo__subtitle{
  margin: 0;
  color: rgba(248,248,248,.76);
  line-height: 1.65;
  font-size: 1.06rem;
}

/* grid */
.testi-neo__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* card */
.t-card{
  position: relative;
  border-radius: 22px;
  padding: 20px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
  overflow: hidden;
  transition: .28s ease;
}

.t-card::before{
  content:"";
  position:absolute;
  inset:-40%;
  background: radial-gradient(circle at top right, rgba(255,108,43,.16), transparent 55%);
  opacity: .55;
  pointer-events:none;
}

.t-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 30px 90px rgba(0,0,0,.36);
  border-color: rgba(255,108,43,.28);
}

.t-card--accent{
  border-color: rgba(255,108,43,.22);
}

.t-top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.t-brand{
  display:flex;
  align-items:center;
  gap: 12px;
  min-width: 0;
}

.t-logo{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  object-fit: contain;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  padding: 8px;
}

.t-who{ min-width: 0; }

.t-name{
  font-weight: 950;
  color: #F8F8F8;
  letter-spacing: -.02em;
  line-height: 1.1;
}

.t-role{
  margin-top: 4px;
  color: rgba(248,248,248,.62);
  font-weight: 700;
  font-size: .92rem;
}

.t-pill{
  display:inline-flex;
  align-items:center;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(248,248,248,.78);
  font-size: .82rem;
  white-space: nowrap;
}

.t-quote{
  margin: 0 0 14px;
  padding: 14px 14px 12px;
  border-radius: 16px;
  background: rgba(6,17,30,.35);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(248,248,248,.86);
  font-style: italic;
  line-height: 1.6;
}

.t-placeholder{
  color: rgba(248,248,248,.92);
  text-decoration: underline;
  text-decoration-color: rgba(255,108,43,.55);
  text-underline-offset: 4px;
}

.t-proof__title{
  font-weight: 950;
  color: rgba(248,248,248,.92);
  margin: 0 0 10px;
  letter-spacing: -.01em;
}

.t-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap: 10px;
}

.t-list li{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  color: rgba(248,248,248,.74);
  line-height: 1.5;
}

.t-list i{
  color: #FF6C2B;
  margin-top: 2px;
}

/* chips */
.t-meta{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin-top: 14px;
}

.t-chip{
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(248,248,248,.78);
  font-size: .90rem;
  font-weight: 750;
}

/* CTA card */
.t-card--cta{
  display:flex;
  flex-direction: column;
  gap: 14px;
}

.t-ctaTitle{
  font-weight: 950;
  letter-spacing: -.02em;
  color:#F8F8F8;
  font-size: 1.25rem;
  margin-bottom: 6px;
}

.t-ctaSub{
  margin:0;
  color: rgba(248,248,248,.74);
  line-height: 1.6;
}

.t-ctaBox{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.t-ctaMini{
  border-radius: 16px;
  padding: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}

.t-ctaK{
  color: rgba(248,248,248,.62);
  font-weight: 800;
  font-size: .9rem;
}

.t-ctaV{
  margin-top: 6px;
  color:#F8F8F8;
  font-weight: 950;
  letter-spacing: -.02em;
}

.t-legal{
  margin: 0;
  color: rgba(248,248,248,.55);
  font-size: .92rem;
  line-height: 1.4;
}

/* responsive */
@media (max-width: 980px){
  .testi-neo{ padding: 80px 0 72px; }
  .testi-neo__grid{ grid-template-columns: 1fr; gap: 14px; }
  .t-ctaBox{ grid-template-columns: 1fr; }
}