/* Pricelist lead-capture modal stacking.
   The fixed site header (.fixed-top) sits at z-index 1030. Together with
   mounting the modal directly under <body> (see js/pricelist.js), this keeps
   the dialog above the header logo on every breakpoint. Bootstrap's shared
   .modal-backdrop stays at its default z-index 1050, which already covers the
   header (1050 > 1030) so the whole page — header included — is dimmed. */
.pricelist-modal {
    z-index: 1060 !important;
}
