/* HeathrowQuickPark — responsive helpers matching the Claude Design layout */
#hqp-desk-nav   { display: flex; }
#hqp-mob-nav    { display: none; }
#hqp-sticky-cta { display: none; }

@media (max-width: 1080px) {
  #hqp-desk-nav    { display: none !important; }
  #hqp-mob-nav     { display: flex !important; }
  #hqp-sticky-cta  { display: none !important; }
  body             { padding-bottom: 0; }
  #hqp-head-book   { padding: 8px 16px !important; }
  #hqp-hero-kicker { font-size: 12px !important; }
}

#hqp-mob-nav::-webkit-scrollbar { display: none; }

details[open] .hqp-faq-chev { transform: rotate(45deg); }
details .hqp-faq-chev        { transition: transform .2s ease; }
