/* Video (klik-om-te-laden en zelf gehost) */
.mv-video { position: relative; aspect-ratio: 16 / 9; max-width: 960px; margin: 0 auto; background: #0d0f1a; border-radius: var(--mv-radius-vlak, 10px); overflow: hidden; }
.mv-video > img, .mv-video > video, .mv-video > iframe { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; display: block; }
.mv-video__knop { position: absolute; inset: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.35)); border: 0; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75em; color: #fff; font-family: var(--mv-font-kop, inherit); font-weight: var(--mv-gewicht-kop, 700); }
.mv-video__play { width: 76px; height: 54px; background: var(--mv-accent, #a61a45); border-radius: 14px; position: relative; box-shadow: 0 8px 24px rgba(0,0,0,0.35); transition: transform 0.2s ease; }
.mv-video__play::after { content: ""; position: absolute; left: 30px; top: 15px; border-style: solid; border-width: 12px 0 12px 22px; border-color: transparent transparent transparent #fff; }
.mv-video__knop:hover .mv-video__play { transform: scale(1.06); }
.mv-video__label { font-size: 1rem; text-shadow: 0 1px 3px rgba(0,0,0,0.5); }
.mv-video__privacy { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 0.4em 1em; font-size: 0.75rem; color: rgba(255,255,255,0.85); background: rgba(0,0,0,0.45); pointer-events: none; }
.mv-video--actief .mv-video__privacy { display: none; }
