/* TESTIMONIAL PAGE ONLY — all styles prefixed with testimonial- */

.testimonial-hero{
  position:relative;
  padding:74px 0 36px;
  overflow:hidden;
}
.testimonial-hero__bg{
  position:absolute; inset:-2px;
  background:
    radial-gradient(1100px 520px at 16% 20%, rgba(124,92,255,.22), transparent 60%),
    radial-gradient(1000px 520px at 90% 20%, rgba(0,212,255,.16), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  pointer-events:none;
}
.testimonial-hero__inner{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:18px;
  align-items:start;
}

.testimonial-eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  padding:9px 12px;
  border-radius:999px;
  color:var(--muted);
  font-weight:900;
  font-size:13px;
}
.testimonial-eyebrow__dot{
  width:8px; height:8px; border-radius:999px;
  background:linear-gradient(180deg, var(--accent2), var(--accent));
}

.testimonial-hero__title{
  font-size:52px;
  line-height:1.06;
  margin:16px 0 12px;
  letter-spacing:-.9px;
}
.testimonial-hero__lead{
  color:var(--muted);
  font-size:16px;
  line-height:1.9;
  margin:0 0 18px;
  max-width:75ch;
}
.testimonial-hero__actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:10px}

.testimonial-hero__stats{
  margin-top:18px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.testimonial-stat{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  padding:12px 14px;
  min-width:170px;
}
.testimonial-stat__n{font-size:22px; font-weight:900; letter-spacing:-.2px}
.testimonial-stat__t{color:var(--muted2); font-size:12px; margin-top:4px; line-height:1.6}

.testimonial-feature{
  border-radius:26px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  box-shadow:var(--shadow);
  overflow:hidden;
}
.testimonial-feature__top{
  display:flex; justify-content:space-between; gap:10px;
  padding:16px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.testimonial-badge{
  padding:8px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  background:rgba(124,92,255,.16);
  border:1px solid rgba(124,92,255,.22);
}
.testimonial-badge--soft{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.86);
}
.testimonial-feature__mid{padding:16px}
.testimonial-stars{font-weight:900; letter-spacing:1px; opacity:.95}
.testimonial-feature__quote{
  margin-top:10px;
  color:rgba(255,255,255,.9);
  line-height:1.9;
  font-size:15px;
}
.testimonial-feature__bottom{
  display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap;
  padding:16px;
  border-top:1px solid rgba(255,255,255,.08);
}

.testimonial-person{display:flex; align-items:center; gap:12px}
.testimonial-avatar{
  width:44px; height:44px;
  border-radius:16px;
  display:grid; place-items:center;
  font-weight:900;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.12);
}
.testimonial-person__name{font-weight:900; letter-spacing:-.2px}
.testimonial-person__meta{color:var(--muted2); font-size:12px; margin-top:2px}

/* Strip */
.testimonial-strip{padding:16px 0 0}
.testimonial-strip__inner{
  border-radius:22px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  padding:16px;
  display:grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap:14px;
  align-items:center;
}
.testimonial-strip__k{color:var(--muted2); font-size:12px; font-weight:900}
.testimonial-strip__v{font-weight:900; letter-spacing:-.2px}
.testimonial-strip__sep{width:1px; height:44px; background:rgba(255,255,255,.10)}

/* Sections */
.testimonial-section{padding:78px 0}
.testimonial-section--muted{
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
}
.testimonial-head{max-width:900px}
.testimonial-head__title{font-size:38px; margin:0 0 10px; letter-spacing:-.7px}
.testimonial-head__sub{margin:0; color:var(--muted); line-height:1.9}

/* Slider */
.testimonial-slider{
  margin-top:18px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  overflow:hidden;
  box-shadow:var(--shadow);
}
.testimonial-track{
  display:flex;
  transition:transform .45s ease;
  will-change:transform;
}
.testimonial-slide{
  min-width:100%;
  padding:16px;
}
.testimonial-card{
  border-radius:24px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.16);
  padding:16px;
  min-height:220px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.testimonial-card__top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}
.testimonial-tag{
  font-size:12px;
  font-weight:900;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(0,212,255,.10);
  border:1px solid rgba(0,212,255,.16);
  color:rgba(255,255,255,.9);
}
.testimonial-card__text{
  margin:12px 0 0;
  color:rgba(255,255,255,.88);
  line-height:1.9;
  font-size:15px;
}
.testimonial-card__bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:14px;
}
.testimonial-mini{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:var(--muted);
  font-weight:900;
  font-size:12px;
}

/* Slider controls */
.testimonial-controls{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.14);
}
.testimonial-btn{
  width:44px; height:44px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:var(--text);
  cursor:pointer;
  font-weight:900;
  transition:transform .18s ease, background .18s ease;
}
.testimonial-btn:hover{transform:translateY(-2px); background:rgba(255,255,255,.085)}
.testimonial-dots{display:flex; gap:8px; flex-wrap:wrap; justify-content:center; flex:1}
.testimonial-dot{
  width:10px; height:10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.12);
  cursor:pointer;
}
.testimonial-dot.is-active{
  background:linear-gradient(90deg, var(--accent), var(--accent2));
  border-color:rgba(255,255,255,.18);
}

/* Proof + logo wall */
.testimonial-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:18px;
  align-items:start;
}
.testimonial-proof__title{font-size:34px; margin:0 0 10px; letter-spacing:-.6px}
.testimonial-proof__text{margin:0; color:var(--muted); line-height:1.9}
.testimonial-list{list-style:none; padding:0; margin:16px 0 0; display:grid; gap:10px}
.testimonial-list li{display:flex; align-items:center; gap:10px; color:var(--muted)}
.testimonial-check{
  width:22px; height:22px; display:grid; place-items:center;
  background:rgba(51,214,159,.12);
  border:1px solid rgba(51,214,159,.26);
  border-radius:10px;
  color:rgba(51,214,159,.95);
  font-weight:900;
  font-size:12px;
  flex:0 0 auto;
}
.testimonial-proof__actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}

.testimonial-logoWall{
  border-radius:26px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  box-shadow:var(--shadow);
  padding:18px;
}
.testimonial-logoWall__title{font-weight:900; letter-spacing:-.2px; margin-bottom:12px}
.testimonial-logoWall__grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:10px;
}
.testimonial-logoPill{
  padding:12px 12px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.14);
  font-weight:900;
  color:rgba(255,255,255,.86);
}
.testimonial-logoWall__note{
  margin:14px 0 14px;
  color:var(--muted);
  line-height:1.85;
}

/* Final CTA */
.testimonial-final{padding:74px 0}
.testimonial-final__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(90deg, rgba(124,92,255,.16), rgba(0,212,255,.10));
  padding:22px;
  box-shadow:0 22px 70px rgba(0,0,0,.45);
}
.testimonial-final__title{margin:0 0 6px; font-size:28px; letter-spacing:-.5px}
.testimonial-final__sub{margin:0; color:var(--muted); line-height:1.9}
.testimonial-final__actions{display:flex; gap:12px; flex-wrap:wrap}

/* Responsive */
@media (max-width: 980px){
  .testimonial-hero__inner{grid-template-columns:1fr}
  .testimonial-hero__title{font-size:44px}
  .testimonial-strip__inner{grid-template-columns:1fr; gap:10px}
  .testimonial-strip__sep{display:none}
  .testimonial-grid{grid-template-columns:1fr}
}
@media (max-width: 560px){
  .testimonial-hero{padding:60px 0 30px}
  .testimonial-hero__title{font-size:36px}
  .testimonial-head__title{font-size:32px}
  .testimonial-proof__title{font-size:30px}
}