/* Branded service-video band: reserves a 16/9 box (no layout shift) and
   frames the lazy-played video. Paired with assets/js/lazyvideo.js. */
.itsdone-lazyvideo{
  margin:32px auto;
  max-width:960px;
  aspect-ratio:16 / 9;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 30px rgba(26,46,5,.12);
}
.itsdone-lazyvideo video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
