/* Sticky-CTA: unten statt oben – deckt FAQ nicht mehr ab */
#sticky-button{
  top:auto !important;
  bottom:72px !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  padding:12px 18px !important;
  max-width:min(92vw,420px);
}
@media (max-width:767px){
  #sticky-button{bottom:64px !important;width:auto;max-width:94vw}
}
