/* Site overrides that replace per-page runtime styling the Vue app used to apply.
   Toggled per page via classes on .layout-container (set in base.njk front matter). */

/* Dark top-bar menu text + submenu arrows, for pages with a light hero (products, about, etc.).
   The default is white (#fff) for the dark-hero home page. */
.topbar-dark
  .p-megamenu-horizontal
  .p-megamenu-root-list
  > .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text,
.topbar-dark
  .p-megamenu-horizontal
  .p-megamenu-root-list
  > .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #1f1f1f !important;
}

/* Footer "Innovative Solutions" CTA band — shown on sub-pages, hidden on home. */
.show-footer-cta .quote-container {
  display: block !important;
}
