/* ==========================================================
   PBS Enterprise V3.3.7 — Premium Testimonials Design
========================================================== */
.pbs-premium-testimonials{
    position:relative;
    overflow:hidden;
    padding:95px 0 82px;
    background:
        radial-gradient(circle at 18% 18%,rgba(14,165,233,.14),transparent 30%),
        radial-gradient(circle at 88% 72%,rgba(245,158,11,.11),transparent 28%),
        linear-gradient(140deg,#011726 0%,#03243a 55%,#061a32 100%);
}
.pbs-premium-testimonials::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.12;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
    background-size:38px 38px;
}
.pbs-premium-testimonials .container{position:relative;z-index:1}
.pbs-testimonials-heading{text-align:center;max-width:930px;margin:0 auto 44px}
.pbs-testimonials-eyebrow{
    display:flex;align-items:center;justify-content:center;gap:16px;
    color:#fbbf24;font-size:15px;font-weight:950;letter-spacing:.12em;text-transform:uppercase
}
.pbs-testimonials-eyebrow span{width:45px;height:1px;background:linear-gradient(90deg,transparent,#fbbf24)}
.pbs-testimonials-eyebrow span:last-child{background:linear-gradient(90deg,#fbbf24,transparent)}
.pbs-testimonials-heading h2{margin:16px 0 14px;color:#f8fbff;font-size:clamp(38px,5vw,67px);line-height:1.08;letter-spacing:-.035em}
.pbs-testimonials-heading p{margin:0;color:#bed1dd;font-size:clamp(15px,2vw,20px);line-height:1.7}
.pbs-testimonials-stats{
    display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;
    max-width:1120px;margin:0 auto 46px
}
.pbs-testimonial-stat{
    display:flex;align-items:center;justify-content:center;gap:16px;
    min-height:86px;padding:15px 24px;border-right:1px solid rgba(255,255,255,.12)
}
.pbs-testimonial-stat:last-child{border-right:0}
.pbs-stat-icon{color:#fbbf24;font-size:38px;line-height:1}
.pbs-testimonial-stat strong{display:block;color:#fff;font-size:31px;line-height:1.1}
.pbs-testimonial-stat span{display:block;color:#d1dde5;font-size:14px;margin-top:5px}
.pbs-testimonials-slider{position:relative}
.pbs-testimonials-window{overflow:hidden;margin:0 36px;padding:5px}
.pbs-testimonials-row{display:flex;gap:20px;transition:transform .48s cubic-bezier(.2,.75,.3,1);will-change:transform}
.pbs-premium-testimonial-card{
    flex:0 0 calc((100% - 60px)/4);min-width:0;display:flex;flex-direction:column;
    min-height:410px;padding:28px 27px;border:1px solid rgba(152,190,212,.30);border-radius:18px;
    background:linear-gradient(145deg,rgba(12,54,83,.84),rgba(4,31,52,.91));
    box-shadow:0 18px 45px rgba(0,0,0,.22);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease
}
.pbs-premium-testimonial-card:hover{transform:translateY(-7px);border-color:rgba(251,191,36,.55);box-shadow:0 25px 55px rgba(0,0,0,.32)}
.pbs-testimonial-quote-mark{height:53px;color:#fbbf24;font-family:Georgia,serif;font-size:64px;font-weight:900;line-height:1}
.pbs-testimonial-rating{color:#fbbf24;font-size:20px;letter-spacing:3px;margin:4px 0 17px}
.pbs-premium-testimonial-card blockquote{
    flex:1;margin:0;color:#f6f9fb;font-size:16px;font-weight:600;line-height:1.78
}
.pbs-testimonial-divider{height:1px;background:rgba(255,255,255,.15);margin:23px 0 19px}
.pbs-testimonial-person{display:flex;align-items:center;gap:13px}
.pbs-testimonial-person img,.pbs-testimonial-avatar{
    width:58px;height:58px;flex:0 0 auto;border-radius:50%;object-fit:cover;
    border:3px solid rgba(255,255,255,.85);box-shadow:0 8px 20px rgba(0,0,0,.2)
}
.pbs-testimonial-avatar{display:flex;align-items:center;justify-content:center;background:#38bdf8;color:#06283a;font-size:22px;font-weight:950}
.pbs-testimonial-person-copy{min-width:0}
.pbs-testimonial-person-copy strong{display:block;color:#fff;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pbs-verified-customer{display:block;color:#cbdbe5;font-size:12px;margin-top:3px}
.pbs-verified-customer b{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;margin-left:4px;border-radius:50%;background:#1687f8;color:#fff;font-size:9px}
.pbs-testimonial-person-copy small{display:block;color:#f2f6f8;font-size:12px;margin-top:6px}
.pbs-testimonial-arrow{
    position:absolute;top:50%;z-index:3;width:48px;height:48px;margin-top:-24px;border:1px solid rgba(255,255,255,.28);
    border-radius:50%;background:rgba(2,25,42,.92);color:#fff;font-size:35px;line-height:1;cursor:pointer;
    transition:.2s ease
}
.pbs-testimonial-arrow:hover:not(:disabled){background:#fbbf24;color:#071d2e;border-color:#fbbf24;transform:scale(1.06)}
.pbs-testimonial-arrow:disabled{opacity:.25;cursor:not-allowed}
.pbs-testimonial-prev{left:0}
.pbs-testimonial-next{right:0}
.pbs-testimonial-pagination{display:flex;align-items:center;justify-content:center;gap:9px;margin:28px 0 0}
.pbs-testimonial-pagination button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:#637588;cursor:pointer;transition:.2s ease}
.pbs-testimonial-pagination button.active{width:20px;background:#fbbf24}
.pbs-testimonial-cta{
    display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;
    margin-top:42px;padding:27px 32px;border:1px solid rgba(152,190,212,.34);border-radius:22px;
    background:linear-gradient(100deg,rgba(11,46,72,.82),rgba(7,31,53,.96));
    box-shadow:0 20px 50px rgba(0,0,0,.20)
}
.pbs-testimonial-cta-icon{
    display:flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:50%;
    border:1px dashed rgba(251,191,36,.75);background:rgba(251,191,36,.08);font-size:30px
}
.pbs-testimonial-cta-copy strong{display:block;color:#fff;font-size:23px;line-height:1.2}
.pbs-testimonial-cta-copy span{display:block;color:#c4d4df;font-size:14px;line-height:1.6;margin-top:7px}
.pbs-testimonial-whatsapp{
    display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 25px;
    border-radius:13px;background:linear-gradient(135deg,#ffd35a,#f6ad17);color:#091d2b;font-size:14px;font-weight:950;
    text-decoration:none;box-shadow:0 14px 30px rgba(246,173,23,.22);transition:.2s ease
}
.pbs-testimonial-whatsapp:hover{transform:translateY(-3px);box-shadow:0 20px 35px rgba(246,173,23,.32)}
.pbs-testimonial-whatsapp b{font-size:20px}
@media(max-width:1179px){
    .pbs-premium-testimonial-card{flex-basis:calc((100% - 40px)/3)}
}
@media(max-width:849px){
    .pbs-premium-testimonials{padding:75px 0 65px}
    .pbs-testimonials-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
    .pbs-testimonial-stat:nth-child(2){border-right:0}
    .pbs-testimonial-stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
    .pbs-premium-testimonial-card{flex-basis:calc((100% - 20px)/2)}
    .pbs-testimonial-cta{grid-template-columns:auto 1fr}
    .pbs-testimonial-whatsapp{grid-column:1/-1;width:100%}
}
@media(max-width:619px){
    .pbs-premium-testimonials{padding:58px 0 50px}
    .pbs-testimonials-heading{margin-bottom:30px}
    .pbs-testimonials-eyebrow{font-size:12px;gap:10px}
    .pbs-testimonials-eyebrow span{width:28px}
    .pbs-testimonials-stats{grid-template-columns:1fr 1fr;margin-bottom:30px}
    .pbs-testimonial-stat{min-height:74px;padding:12px 8px;gap:8px}
    .pbs-stat-icon{font-size:27px}
    .pbs-testimonial-stat strong{font-size:21px}
    .pbs-testimonial-stat span{font-size:11px}
    .pbs-testimonials-window{margin:0;padding:4px}
    .pbs-premium-testimonial-card{flex-basis:100%;min-height:350px;padding:24px 22px}
    .pbs-testimonial-arrow{display:none}
    .pbs-testimonial-cta{grid-template-columns:1fr;text-align:center;padding:24px 20px}
    .pbs-testimonial-cta-icon{margin:0 auto}
    .pbs-testimonial-cta-copy strong{font-size:20px}
}
@media(prefers-reduced-motion:reduce){
    .pbs-testimonials-row,.pbs-premium-testimonial-card,.pbs-testimonial-arrow,.pbs-testimonial-whatsapp{transition:none!important}
}
