html {
  scroll-behavior: smooth;
}

.static-video-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #16213a;
  color: #fff;
  font: 600 16px/1.4 Arial, sans-serif;
  text-align: center;
}

.demo-content {
  max-height: 100vh;
  overflow-y: auto;
}

.cp-static-form-note {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
}
