.v45-product-story {
  --v45-ink: #101f3c;
  --v45-blue: #0069b8;
  --v45-cyan: #24b6d2;
  margin: 56px auto 0;
  color: var(--v45-ink);
}

.v45-story-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 42px;
  border: 1px solid #cee0ee;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(36, 182, 210, .13), transparent 34%),
    linear-gradient(145deg, #fff 0%, #f5fbfe 100%);
  box-shadow: 0 20px 45px rgba(16, 31, 60, .08);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 34px 52px;
}

.v45-story-heading .v5-kicker { margin: 0 0 10px; }
.v45-story-heading h2 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.v45-story-heading > p:last-child {
  margin: 18px 0 0;
  max-width: 760px;
  color: #52647e;
  font-size: 17px;
  line-height: 1.7;
}

.v45-story-uses {
  align-self: center;
  padding: 25px 27px;
  border-radius: 18px;
  background: #132342;
  color: #fff;
}
.v45-story-uses h3 { margin: 0 0 16px; color: #fff; font-size: 19px; line-height: 1.3; }
.v45-story-uses ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.v45-story-uses li { position: relative; padding-left: 23px; color: #eaf5fb; font-size: 15px; line-height: 1.45; }
.v45-story-uses li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .52em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--v45-cyan);
  box-shadow: 0 0 0 4px rgba(36, 182, 210, .14);
}

.v45-story-gallery {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.v45-story-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d3e2ed;
  border-radius: 18px;
  background: #fff;
}
.v45-story-gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: #e8f1f6;
}
.v45-story-gallery figcaption {
  min-height: 66px;
  padding: 15px 18px 17px;
  color: #43546e;
  font-size: 14px;
  line-height: 1.45;
}

.v9-partner-page .v45-product-story { margin-top: 40px; }
.v9-partner-page .v45-story-inner { max-width: 940px; }

@media (max-width: 820px) {
  .v45-product-story { margin-top: 36px; }
  .v45-story-inner { padding: 28px; grid-template-columns: 1fr; gap: 24px; border-radius: 20px; }
  .v45-story-gallery { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .v45-story-inner { padding: 22px 16px; border-radius: 16px; }
  .v45-story-heading > p:last-child { font-size: 16px; }
  .v45-story-uses { padding: 21px 19px; }
  .v45-story-gallery { gap: 16px; }
}
