.testimonials-section[hidden]{display:none!important}
.testimonials-section{position:relative;overflow:hidden;background:#061d38;color:#fff;border-top:0}
.testimonials-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,rgba(82,128,181,.16),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.018),transparent 45%);pointer-events:none}
.testimonials-section .container{position:relative;z-index:1}
.testimonials-section .section-head{margin-bottom:30px}
.testimonials-section .section-head>div:first-child{max-width:720px}
.testimonials-section .section-head .eyebrow{color:#a9c7e8}
.testimonials-section .section-head h2{color:#f7f9fc;margin-bottom:10px}
.testimonials-section .section-head .lead{color:#aebed0;max-width:650px}
.testimonials-shell{position:relative}
.testimonials-stage{position:relative;overflow:hidden;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.12);background:transparent}
.testimonials-track{display:flex;will-change:transform;transition:transform .65s cubic-bezier(.22,.61,.36,1)}
.testimonial-slide{display:grid;grid-template-columns:minmax(170px,.23fr) minmax(0,.77fr);min-width:100%;align-items:center;gap:58px;padding:54px 10px 56px;background:transparent}
.testimonial-logo-panel{display:flex;align-items:center;justify-content:center;min-height:150px;padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 14px 34px rgba(0,10,25,.16)}
.testimonial-logo-panel img{display:block;width:auto;max-width:150px;max-height:72px;object-fit:contain;filter:none}
.testimonial-logo-fallback{color:#123f73;font:800 1rem/1.3 'Manrope',sans-serif;text-align:center}
.testimonial-content{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:220px;padding:0 46px 0 0}
.testimonial-content:before{content:"“";position:absolute;top:-30px;left:-6px;font:700 4.4rem/1 'Manrope',sans-serif;color:rgba(169,199,232,.22);pointer-events:none}
.testimonial-quote{position:relative;z-index:1;margin:0 0 30px;max-width:820px;color:#f7f9fc;font:500 clamp(1.25rem,2.05vw,1.72rem)/1.58 'Manrope',sans-serif;letter-spacing:-.018em}
.testimonial-signature{display:flex;flex-wrap:wrap;align-items:center;gap:7px 12px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);max-width:820px}
.testimonial-author{color:#fff;font-size:.92rem;font-weight:800}
.testimonial-role,.testimonial-project{color:#9fb1c5;font-size:.84rem}
.testimonial-company{color:#a9c7e8;font-size:.72rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.testimonial-project:before{content:"•";margin-right:12px;color:#5d7897}
.testimonials-controls{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px}
.testimonials-arrows{display:flex;gap:7px}
.testimonial-arrow{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:transparent;color:#dce8f4;font-size:1rem;font-weight:700;cursor:pointer;transition:.2s ease}
.testimonial-arrow:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.36);color:#fff;transform:translateY(-1px)}
.testimonial-arrow:focus-visible,.testimonial-dot:focus-visible{outline:2px solid #a9c7e8;outline-offset:3px}
.testimonials-dots{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}
.testimonial-dot{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.28);cursor:pointer;transition:.22s ease}
.testimonial-dot.active{width:20px;border-radius:999px;background:#a9c7e8}
.testimonials-shell.is-single .testimonials-controls{display:none}

@media(max-width:820px){
  .testimonial-slide{grid-template-columns:1fr;gap:30px;padding:42px 0 46px}
  .testimonial-logo-panel{justify-self:start;min-height:0;width:180px;padding:20px 22px}
  .testimonial-logo-panel img{max-width:135px;max-height:58px}
  .testimonial-content{min-height:0;padding:0}
  .testimonial-content:before{top:-27px;left:-4px;font-size:3.8rem}
  .testimonial-quote{font-size:1.24rem;line-height:1.58}
}

@media(max-width:560px){
  .testimonials-section .section-head{margin-bottom:22px}
  .testimonial-slide{gap:26px;padding:34px 0 38px}
  .testimonial-logo-panel{width:154px;padding:17px 18px;border-radius:12px}
  .testimonial-logo-panel img{max-width:118px;max-height:50px}
  .testimonial-content:before{top:-22px;font-size:3.25rem}
  .testimonial-quote{margin-bottom:24px;font-size:1.08rem;line-height:1.58}
  .testimonial-signature{display:grid;gap:4px;padding-top:16px}
  .testimonial-project:before{display:none}
  .testimonials-controls{margin-top:14px}
  .testimonial-arrow{width:36px;height:36px}
  .testimonial-dot.active{width:18px}
}

@media(prefers-reduced-motion:reduce){
  .testimonials-track,.testimonial-arrow,.testimonial-dot{transition:none!important}
}
