
/* TESTIMONIALS CTA PREMIUM */

.testimonials-cta-premium{
  position:relative;
  display:grid;
  grid-template-columns:minmax(300px,470px) minmax(0,1fr);
  gap:48px;
  align-items:center;
  min-height:440px;
  padding:48px;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.06);
  background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,255,255,.75));
}

.testimonials-cta-premium__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 20%,rgba(99,102,241,.10),transparent 24%),
    radial-gradient(circle at 80% 30%,rgba(16,185,129,.08),transparent 20%),
    radial-gradient(circle at 50% 60%,rgba(255,255,255,.95),rgba(248,250,252,.9));
  z-index:-1;
}

.testimonials-cta-premium__media{
  position:relative;
  min-height:360px;
}

.t-avatar{
  position:absolute;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 12px 32px rgba(0,0,0,.08);
  will-change:transform;
}

.t-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Floating animation */

@keyframes floatA{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}

@keyframes floatB{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-14px)}
}

.t-avatar--1{top:0;left:0;width:92px;height:118px;animation:floatA 9s ease-in-out infinite}
.t-avatar--2{top:80px;left:110px;width:74px;height:94px;animation:floatB 8s ease-in-out infinite}
.t-avatar--3{top:0;left:210px;width:88px;height:112px;animation:floatA 10s ease-in-out infinite}
.t-avatar--4{top:150px;left:0;width:68px;height:86px;animation:floatB 7s ease-in-out infinite}
.t-avatar--5{top:180px;left:110px;width:84px;height:106px;animation:floatA 11s ease-in-out infinite}
.t-avatar--6{top:130px;left:230px;width:72px;height:92px;animation:floatB 8s ease-in-out infinite}
.t-avatar--7{top:250px;left:30px;width:86px;height:108px;animation:floatA 9s ease-in-out infinite}
.t-avatar--8{top:260px;left:150px;width:70px;height:88px;animation:floatB 8s ease-in-out infinite}
.t-avatar--9{top:230px;left:240px;width:76px;height:96px;animation:floatA 10s ease-in-out infinite}
.t-avatar--10{top:60px;left:320px;width:64px;height:82px;animation:floatB 7s ease-in-out infinite}

.testimonials-cta-premium__content h2{
  margin:0 0 16px;
  font-size:clamp(2rem,3vw,3.2rem);
  line-height:1.08;
}

.testimonials-cta-premium__content p{
  color:rgba(15,23,42,.72);
  line-height:1.7;
}

.testimonials-cta-premium__badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.testimonials-cta-premium__badges span{
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.08);
  background:rgba(255,255,255,.7);
  font-size:.9rem;
}

.testimonials-cta-premium__actions{
  margin-top:26px;
}
