.client-stories {
  padding: 88px 0 64px;
  overflow: hidden;
  background: #f3f8f4;
  border-block: 1px solid #e2ebe4;
  color: #173d2b;
}
.client-stories-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; margin-bottom: 44px; }
.client-stories-eyebrow { display: block; margin-bottom: 16px; color: #187c44; font-size: 13px; font-weight: 700; letter-spacing: .15em; }
.client-stories h2 { margin: 0 0 18px; color: #173d2b; font-size: clamp(36px, 3.6vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.client-stories h2 span { color: #188347; }
.client-stories .client-stories-intro p { max-width: 390px; margin: 0; color: #627268 !important; font-size: 18px; font-weight: 400 !important; line-height: 1.6; }
.client-stories-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 30px 0; border-block: 1px solid #cedfd2; }
.client-stories-stats > div { display: flex; flex-direction: column-reverse; gap: 10px; align-items: center; padding: 8px 12px; }
.client-stories-stats > div + div { border-left: 1px solid #cedfd2; }
.client-stories-stats dt { color: #627268; font-size: 16px; font-weight: 400; }
.client-stories-stats dd { margin: 0; color: #173d2b; font-size: clamp(32px, 3.2vw, 48px); font-weight: 700; line-height: 1; white-space: nowrap; letter-spacing: -.04em; }
.client-stories-stats dd span { margin-left: 3px; color: #269854; font-size: .7em; font-weight: 400; }
.client-stories-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.client-stories-toolbar h3 { margin: 0; color: #173d2b; font-size: 23px; font-weight: 600; }
.client-stories-navigation { display: flex; gap: 8px; }
.client-stories-navigation button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid #c8d9cd; border-radius: 50%; color: #173d2b; background: transparent; transition: background-color .2s, color .2s; }
.client-stories-navigation svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.client-stories-navigation button:hover:not(:disabled) { background: #173d2b; border-color: #173d2b; color: #fff; }
.client-stories-navigation button:disabled { opacity: .35; cursor: default; }
.client-stories :is(button, [tabindex]):focus-visible { outline: 3px solid #188347; outline-offset: 4px; }
.client-stories .testimonialSwiper { overflow: hidden; }
.client-stories .client-story { height: auto; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 14px; background: #173d2b; border: 1px solid #d4e0d7; }
.client-story iframe { display: block; width: 100%; height: 100%; border: 0; }
.client-stories-pagination { display: flex; justify-content: center; align-items: center; gap: 5px; min-height: 40px; margin-top: 12px; }
.client-stories-pagination .swiper-pagination-bullet { width: 8px; height: 8px; margin: 8px 4px !important; background: #b9cec0; opacity: 1; transition: width .2s; }
.client-stories-pagination .swiper-pagination-bullet-active { width: 24px; border-radius: 10px; background: #188347; }

@media (max-width: 991px) {
  .client-stories { padding: 64px 0 48px; }
  .client-stories-heading { gap: 28px; }
  .client-stories-stats > div { padding-inline: 8px; }
  .client-stories-stats dt { font-size: 14px; }
}

@media (max-width: 767px) {
  .client-stories-heading { grid-template-columns: 1fr; margin-bottom: 28px; }
  .client-stories-stats { padding: 18px 0; }
  .client-stories-stats dd { font-size: 38px; }
  .client-stories .client-stories-intro p { max-width: 100%; }
  .client-stories-toolbar h3 { font-size: 21px; }
  .client-stories .client-story { border-radius: 10px; }
}

@media (max-width: 575px) {
  .client-stories { padding: 48px 0 36px; }
  .client-stories .container { padding-inline: 20px; }
  .client-stories-stats dd { font-size: 34px; }
  .client-stories-navigation { gap: 6px; }
  .client-stories-navigation button { width: 40px; height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  .client-stories * { transition: none !important; }
}
