/* Mama-Telecom — afspeelknop in plaats van de Vimeo-speler. 16:9 zoals de speler,
   zodat de pagina niet verspringt na de klik. */
.mt-video { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #0d2f45; }
.mt-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.mt-video__knop {
	position: absolute; inset: 0; width: 100%; height: 100%;
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .75rem;
	padding: 1rem; border: 0; background: linear-gradient(135deg, #007bb0, #0d2f45);
	color: #fff; font: inherit; text-align: center; cursor: pointer;
}
.mt-video__knop:hover svg circle { fill: rgba(0, 0, 0, .75); }
.mt-video__knop:focus-visible { outline: 3px solid #fff; outline-offset: -6px; }
.mt-video__titel { font-weight: 600; font-size: 1.05rem; line-height: 1.35; max-width: 36rem; }
.mt-video__uitleg { font-size: .85rem; opacity: .9; }
