/* Splash page — video + CTA layout */

.splash-video-wrapper {
  margin: 2rem 0 1.5rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.splash-video {
  display: block;
  width: 100%;
  height: auto;
}

.splash-cta {
  text-align: center;
  margin: 1.75rem 0 2rem;
}

.splash-cta-btn {
  font-size: 1.1rem;
  padding: 0.7rem 2.2rem;
  border-radius: 4px;
}
