/* fintech-wave-video.css — Hero video panel for fintechwave.stream landing page */

.hero-video-section {
  position: absolute;
  top: 50%;
  right: 72px;
  transform: translateY(-60%);
  z-index: 3;
  width: 504px; /* 420px * 1.2 */
}

.video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #1e3050;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6), 0 0 24px rgba(0, 212, 232, 0.08);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
