.testimonials-hero{padding:160px 0 80px;background:linear-gradient(145deg,#02050c,#07101f 60%,#0a1a2e);text-align:center}
.testimonials-hero h1{font-size:clamp(2rem,5vw,3.2rem);color:#fff;margin:.6rem 0 1rem}
.testimonials-hero p{color:#8195aa;font-size:1.05rem;max-width:540px;margin:0 auto 2rem}
.testimonials-hero .hero-stats{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-top:2rem}
.hero-stat{text-align:center}
.hero-stat strong{display:block;font-size:2rem;font-weight:800;background:linear-gradient(135deg,var(--blue),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-stat span{color:#8195aa;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tcard{background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:0 8px 28px rgba(15,23,42,.05);display:flex;flex-direction:column;gap:16px}
.tcard-stars{display:flex;gap:4px;color:#f59e0b}
.tcard-stars i{font-size:13px}
.tcard-quote{color:#344054;font-size:.9rem;line-height:1.8;flex:1}
.tcard-quote::before{content:"\201C";font-size:2rem;color:var(--cyan);line-height:0;vertical-align:-.4em;margin-right:4px}
.tcard-author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--line)}
.tcard-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--cyan));display:grid;place-items:center;color:#fff;font-weight:800;font-size:14px;flex:0 0 auto}
.tcard-avatar img{width:100%;height:100%;max-width:44px;max-height:44px;border-radius:50%;object-fit:cover;display:block}
.tcard-author strong{display:block;font-size:.875rem;color:var(--ink)}
.tcard-author small{color:var(--muted);font-size:.78rem}
.tcard-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:20px;background:#eef6fb;color:var(--blue);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;align-self:flex-start}
.tcard.tcard-featured{background:linear-gradient(145deg,#02050c,#07101f);border-color:rgba(83,187,237,.2)}
.tcard.tcard-featured .tcard-quote{color:#c8d8e8}
.tcard.tcard-featured .tcard-author strong{color:#fff}
.tcard.tcard-featured .tcard-author small{color:#8195aa}
.tcard.tcard-featured .tcard-author{border-top-color:rgba(255,255,255,.08)}
.tcard.tcard-featured .tcard-tag{background:rgba(83,187,237,.15);color:var(--cyan)}
.section-copy{color:var(--muted);max-width:680px;margin:14px auto 0;line-height:1.8;font-size:1rem}
.stories-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:17px}
.video-story{position:relative;min-height:480px;padding:35px;display:flex;flex-direction:column;justify-content:flex-end;border-radius:30px;color:#fff;overflow:hidden;background:radial-gradient(circle at 70% 20%,rgba(83,187,237,.4),transparent 27%),linear-gradient(145deg,#0c233c,#050816)}
.video-story::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:45px 45px}
.customer-video-story{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;background:#06111f}
.play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(10px);z-index:1;color:#fff;cursor:pointer}
.play-button:hover{background:rgba(255,255,255,.24)}
.play-button i{font-size:1.6rem}
.play-button.paused{background:rgba(255,255,255,.3)}
.video-story-content{position:relative;z-index:1;max-width:360px}
.video-story-content h3{font-size:30px;margin-bottom:10px}
.video-story-content p{color:rgba(255,255,255,.64);font-size:13px}
.quote-stack{display:grid;gap:15px}
.quote{padding:26px;border:1px solid var(--line);border-radius:24px;background:#fff}
.stars{color:#f7b955;letter-spacing:3px}
.quote blockquote{margin:15px 0 20px;font-size:15px;font-weight:600}
.author{display:flex;gap:11px;align-items:center}
.author b{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#dff4fc;color:var(--blue);font-size:10px}
.author strong,.author span{display:block;font-size:10px}
.author span{color:var(--muted)}
.vedio-section{padding:50px 0px}
.testimonials-page .video-testimonial-carousel .video-testimonial-media{width:100%;max-width:178px;aspect-ratio:9/16;min-height:0;height:auto;margin:0 auto;padding:0;display:block;border-radius:20px;overflow:hidden;color:inherit;background:linear-gradient(145deg,#07111f,#102641);box-shadow:0 18px 40px rgba(7,17,31,.18)}
.testimonials-page .video-testimonial-carousel .video-testimonial-media::before,.testimonials-page .video-testimonial-carousel .video-testimonial-media::after{display:none;content:none}
.testimonials-page .video-testimonial-carousel .customer-video-story{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important}
.testimonials-page .video-testimonial-carousel .video-testimonial-review .author b{border-radius:14px}
@media(max-width:1000px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.stories-layout{grid-template-columns:1fr}.video-story{min-height:400px}}
@media(max-width:620px){.testimonials-grid{grid-template-columns:1fr}.testimonials-hero .hero-stats{gap:24px}}
