/* Safari/WebKit: hide native play overlay on hero background video (e.g. Safari mobile).
   Loaded as static CSS to avoid Turbopack processing of -webkit-media-controls selectors.
   On iOS Low Power Mode, the native play button may still appear until the user taps or playback starts. */
.hero-bg-video::-webkit-media-controls-start-playback-button,
.hero-bg-video::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0 !important;
}
