.video-sectie {
  position: relative;
  padding: 0;
  background: linear-gradient(180deg, #083d5e 0%, #0a4f78 100%);
  overflow: hidden;
}

.video-sectie__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.video-sectie__content {
  padding: 3rem 0 3.5rem;
}

.video-sectie__inner {
  max-width: 780px;
  margin: 0 auto;
}

.video-sectie__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

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

/* Bovengolf */
.video-sectie__wave-top {
  line-height: 0;
  pointer-events: none;
}

.video-sectie__wave-top svg {
  display: block;
  width: 100%;
  height: 90px;
}

/* Ondergolf met koraalrif */
.video-sectie__reef {
  line-height: 0;
  pointer-events: none;
}

.video-sectie__reef svg {
  display: block;
  width: 100%;
  height: 120px;
}

@media (max-width: 768px) {
  .video-sectie__wave-top svg { height: 60px; }
  .video-sectie__reef svg     { height: 80px; }
}
