/*
 * A light screenshot on a white page needs help or it dissolves into the background: a deep soft
 * shadow for lift, plus a restrained version of the hero video's blue glow so the product shots
 * across the site read as one family.
 */
.feature-page-wrapper_heroShot___Xv3e {
  border-radius: 12px;
  box-shadow:
    0 24px 60px -20px rgba(15, 23, 42, 0.28),
    0 8px 20px -8px rgba(15, 23, 42, 0.12),
    0 0 40px rgba(96, 165, 250, 0.14),
    0 0 80px rgba(59, 130, 246, 0.08);
}

.feature-page-wrapper_heroShotCaption__o0jba {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.75rem;
  color: #94a3b8;
}

@media (max-width: 640px) {
  .feature-page-wrapper_heroShot___Xv3e {
    box-shadow:
      0 14px 32px -14px rgba(15, 23, 42, 0.24),
      0 0 24px rgba(96, 165, 250, 0.12);
  }
}

