/* Bi'Tisort v6.3.62 — mobile header state + FAQ separation */

/* The v6.3.60 five-link visibility layer must remain desktop-only.
   On mobile the navigation container is closed by default and becomes
   visible only when JS applies .is-open-v6362. */
@media (max-width:1100px){
  body.bt-hybrid-pro-v620 #storeMenu.hybrid-nav-links{
    display:none!important;
  }
  body.bt-hybrid-pro-v620 #storeMenu.hybrid-nav-links.is-open-v6362{
    display:flex!important;
  }
  body.bt-hybrid-pro-v620 #storeMenu.hybrid-nav-links.is-open-v6362>a:not([hidden]){
    display:flex!important;
  }
}

/* FAQ needs a visible section break from the corporate block above it. */
body.bt-hybrid-pro-v620 #yardim-sss.hp-faq{
  margin-top:clamp(44px,4vw,72px)!important;
  scroll-margin-top:110px;
}

@media (max-width:760px){
  body.bt-hybrid-pro-v620 #yardim-sss.hp-faq{
    margin-top:56px!important;
    margin-bottom:34px!important;
    scroll-margin-top:86px;
  }
}

@media (max-width:480px){
  body.bt-hybrid-pro-v620 #yardim-sss.hp-faq{
    margin-top:50px!important;
  }
}
