/*
 * v314 — align the home "گفتگوهای اختصاصی" title with the hero video button.
 * Desktop/tablet only. The cards keep their existing position because transform
 * changes only the visual position of the section heading, not document flow.
 */
@media (min-width:821px) and (max-width:1100px){
  html body .featured-movies > .section-header{
    position:relative !important;
    z-index:2147481100 !important;
    transform:translate3d(0,-70px,0) !important;
    pointer-events:auto !important;
  }
}

@media (min-width:1101px){
  html body .featured-movies > .section-header{
    position:relative !important;
    z-index:2147481100 !important;
    transform:translate3d(0,-84px,0) !important;
    pointer-events:auto !important;
  }
}

/* Keep the title itself stable and fully visible above the banner edge. */
@media (min-width:821px){
  html body .featured-movies > .section-header h2,
  html body .featured-movies > .section-header .home-section-title-link{
    position:relative !important;
    z-index:1 !important;
    margin-top:0 !important;
  }
}
