/* ═══ TESTIMONIALS — dark immersive swiper band ═══ */
.testi-band{background:var(--deep);position:relative;overflow:hidden}
.testi-band::before{content:"";position:absolute;inset:0;
  background:radial-gradient(46% 60% at 10% 6%,rgba(128,195,216,.16),transparent 60%),
             radial-gradient(42% 55% at 90% 94%,rgba(40,135,107,.25),transparent 62%)}
.testi-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.10}
.testi-mark{position:absolute;top:-5rem;left:1%;font-family:var(--disp);font-size:24rem;line-height:1;
  color:transparent;-webkit-text-stroke:1px rgba(128,195,216,.22);user-select:none;pointer-events:none}
.testi-band .container-xxl{position:relative;z-index:2}

.testi-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;flex-wrap:wrap;margin-bottom:3.4rem}
.tag.light{color:rgba(255,255,255,.85)}
.tag.light .tick{background:var(--sky)}
.sec-h.light{color:#fff}
.sec-h.light .ul{color:var(--sky)}
.testi-ctrl{display:flex;gap:.6rem}
.sq-btn.light{background:transparent;border-color:rgba(255,255,255,.3);color:#fff}
.sq-btn.light:hover{background:var(--green);border-color:var(--green);color:#fff;transform:translateY(-3px)}

.testi-swiper{padding:.5rem .3rem 3.8rem}
.testi-swiper .swiper-slide{height:auto;display:flex}
@media (min-width:1024px){.testi-swiper .swiper-slide:nth-child(even) .t-card,
  .testi-swiper .swiper-slide:nth-child(even) .t-sum{margin-top:1.8rem}}

/* white quote card */
.t-card{width:100%;background:#fff;border-radius:var(--r-md) var(--r-md) var(--r-md) 4px;padding:2.1rem;
  display:flex;flex-direction:column;gap:1rem;box-shadow:0 26px 55px rgba(9,32,40,.35);transition:transform .35s}
.t-card:hover{transform:translateY(-7px)}
.t-top{display:flex;justify-content:space-between;align-items:center}
.t-q{width:44px;height:44px;border-radius:12px 12px 12px 4px;background:var(--mint);color:var(--green);
  display:grid;place-items:center;font-size:1.25rem}
.t-card p{color:var(--ink);font-size:1.02rem;line-height:1.65;margin:0;flex:1}
.t-person{display:flex;align-items:center;gap:.85rem}
.t-ava{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid var(--sky-2)}
.t-person strong{display:block;color:var(--deep);font-weight:800;line-height:1.2}
.t-person .mono{font-size:.62rem}

/* green rating-summary lead card */
.t-sum{width:100%;background:linear-gradient(155deg,var(--green),var(--green-d));
  border-radius:var(--r-md) var(--r-md) var(--r-md) 4px;padding:2.1rem;color:#fff;
  display:flex;flex-direction:column;gap:1rem;box-shadow:0 26px 55px rgba(9,32,40,.35)}
.t-sum .g-ic{font-size:1.6rem;color:#fff}
.sum-no{font-family:var(--disp);font-size:4.4rem;line-height:1;display:block;margin-bottom:.4rem}
.t-sum .stars i{color:#ffd98e}
.t-sum p{color:rgba(255,255,255,.85);margin:0;flex:1}
.sum-link{color:#fff;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}
.sum-link:hover{color:var(--sky-2)}
.sum-link i{transition:.3s}
.sum-link:hover i{transform:translateX(4px)}

/* pill pagination */
.testi-pagination{position:absolute;left:0;right:0;bottom:.4rem;text-align:center}
.testi-pagination .swiper-pagination-bullet{width:8px;height:8px;background:rgba(255,255,255,.35);opacity:1;transition:.35s;margin:0 5px!important}
.testi-pagination .swiper-pagination-bullet-active{width:30px;border-radius:99px;background:var(--sky)}
/* FA icon sizing inside this section + flex safety */
.testi-band .sq-btn i{font-size:.95rem;color: #fff !important;}
.testi-band .t-q i{font-size:1.05rem}
.testi-band .g-ic{font-size:1.5rem}
.testi-swiper .swiper-slide{min-width:0}
.t-card,.t-sum{min-width:0;width:100%}
/* keep arrows usable when head wraps on mobile */
@media (max-width:575.98px){
  .testi-head{margin-bottom:2.4rem}
  .testi-ctrl{width:100%;justify-content:flex-end}
  .t-card,.t-sum{padding:1.6rem}
  .sum-no{font-size:3.4rem}
}