.customer-story {
  padding: 64px 24px 60px !important;
  background: #f4f7fb;
  color: #17233d;
}

.customer-story__inner {
  width: min(1480px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(440px, .82fr);
  gap: clamp(40px, 4vw, 68px);
  align-items: center;
}

.customer-story__video {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 22px;
  background: #0b1730;
  box-shadow: 0 22px 55px rgba(13, 37, 76, .2);
}

.customer-story__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.customer-story__video-launch {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(4, 16, 38, .08), rgba(4, 16, 38, .5)),
    url('/img/customer-story-poster-v1.webp') center / cover no-repeat;
  cursor: pointer;
}

.customer-story__play {
  width: 72px;
  height: 72px;
  border: 3px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(28, 83, 175, .92);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .3);
  transition: transform .2s ease, background-color .2s ease;
}

.customer-story__play::before {
  content: '';
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 21px solid #fff;
}

.customer-story__play-label {
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  background: rgba(5, 20, 48, .75);
}

.customer-story__video-launch:hover .customer-story__play,
.customer-story__video-launch:focus-visible .customer-story__play {
  transform: scale(1.07);
  background: #2f66c5;
}

.customer-story__video-launch:focus-visible {
  outline: 4px solid #f5ad38;
  outline-offset: -4px;
}

.customer-story__eyebrow {
  margin: 0 0 12px;
  color: #2f66c5;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.customer-story h2 {
  margin: 0;
  max-width: 620px;
  color: #163b64;
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.12;
}

.customer-story__person {
  margin: 22px 0 10px;
  font-size: 20px;
  font-weight: 800;
}

.customer-story__copy {
  margin: 0;
  color: #46556f;
  font-size: 20px;
  line-height: 1.65;
}

.customer-story__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 28px;
}

.customer-story__cta,
.customer-story__source {
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 750;
  text-decoration: none;
}

.customer-story__cta {
  background: #2f66c5;
  color: #fff;
}

.customer-story__cta:hover { background: #2453a2; color: #fff; }

.customer-story__source {
  border: 1px solid #b8c6d9;
  background: #fff;
  color: #163b64;
}

.customer-story__note {
  margin: 16px 0 0;
  color: #708096;
  font-size: 14px;
  line-height: 1.5;
}

body.customer-story-active .fd_fds,
body.customer-story-active .fd_video--footer {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.customer-story ~ .inde_whys .inde_why {
  margin: 24px auto 32px;
}

.customer-story ~ .inde_whys .inde_why2 {
  width: 88%;
  margin: 0 auto;
}

.customer-story ~ .inde_whys .why-banner-link {
  display: block;
  border-radius: 18px;
  overflow: hidden;
}

.customer-story ~ .inde_whys .why-banner-link img {
  transition: transform .25s ease;
}

.customer-story ~ .inde_whys .why-banner-link:hover img {
  transform: scale(1.008);
}

@media (max-width: 860px) {
  .customer-story {
    width: 100%;
    max-width: 100vw;
    padding: 34px 16px 38px !important;
    box-sizing: border-box;
    overflow: hidden;
  }
  .customer-story__inner {
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .customer-story__video,
  .customer-story__content { width: 100%; min-width: 0; }
  .customer-story h2 {
    max-width: 100%;
    font-size: clamp(29px, 8vw, 38px);
    overflow-wrap: break-word;
  }
  .customer-story__copy { font-size: 17px; }
  .customer-story__copy,
  .customer-story__person,
  .customer-story__note { max-width: 100%; overflow-wrap: break-word; }
  .customer-story ~ .inde_whys .inde_why { margin: 18px auto 22px; }
  .customer-story ~ .inde_whys .inde_why2 { width: 100%; }
}

@media (min-width: 861px) and (max-width: 1180px) {
  .customer-story__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 34px;
  }
  .customer-story h2 { font-size: 36px; }
  .customer-story__copy { font-size: 18px; }
}

@media (max-width: 480px) {
  .customer-story__video { border-radius: 14px; }
  .customer-story__actions { width: 100%; display: grid; }
  .customer-story__cta,
  .customer-story__source { width: 100%; box-sizing: border-box; }
}
