#videoTextOverlay {
  position: absolute;      /* relatívne k headeru, scrolluje s ním */
  bottom: 12%;             /* posunutie nad spodok headeru */
  left: 2%;                /* odľavo */
  z-index: 2;              /* nad videom */
  color: #ffa500;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  max-width: 45%;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
  font-family: 'Poppins', 'Segoe UI', 'Roboto', sans-serif;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
