/* CLEAN FLEET — Asia site layer (loaded after fleet.css by qnet-ui-polish).
   Only rules that are bound to this install, each with the measurement that justifies it. */

/* Footer legal line: the theme paints it rgba(241,241,241,.47) on #1E2024, which composites to
   #818284 and scores 4.24:1 — just under AA for 13px text. .55 composites to #929395 = 5.31:1.
   Measured in the browser with the popup closed (a Lighthouse run with a popup overlay open
   reports a different, fictional pair — see SKILL §"Lighthouse colour-contrast through a popup"). */
:is(.footer-wrap, footer) p,
:is(.footer-wrap, footer) .elementor-widget-text-editor p {
  color: rgba(241, 241, 241, .55);
}

/* ---------- Footer: fleet navy (2026-09-20) ----------
   Colour only — the footer keeps its own content, layout, radii and spacing.
   Ground was near-black rgb(18,20,24) painted by the footer's own container (bafa0cb);
   links were #4c627c on it = 2.9:1, below AA. Fleet values: navy #0E1726 ground,
   #A9B6C6 text/links (8.7:1), white on hover. Headings keep the site accent #f75609. */
:root{ --qn-ft-navy:#0E1726; --qn-ft-mute:#A9B6C6; }
.footer-wrap .elementor-element-bafa0cb,
.footer-wrap > .elementor > .e-con.e-parent{
  background-color:var(--qn-ft-navy) !important;
}
.footer-wrap,
.footer-wrap p,
.footer-wrap li,
.footer-wrap .elementor-widget-text-editor,
.footer-wrap a{
  color:var(--qn-ft-mute) !important;
}
.footer-wrap a:hover,
.footer-wrap a:focus-visible{ color:#ffffff !important; }
.footer-wrap .elementor-heading-title{ color:#f75609 !important; }
