@charset "utf-8";
/* AL ZOHRA TRAVEL & TOURS — partners.html only.
   Loaded AFTER assets/css/style.css and scoped to <body class="p-partners">.
   Two brand-contrast corrections, nothing else. No new components, no new
   class names, tokens only — never a hard-coded hex. */

/* ---- Numbered list on an ink-900 ground -----------------------------
   The shared .list-num counter prints --red-600, the display red. On the
   dark overseas-employment section it must be --red-500 per the brand
   rules for red on ink-900. Colour only.                              */
.p-partners .section--dark .list-num > li::before { color: var(--red-500); }

/* ---- Stat suffix on the light stat band -----------------------------
   .stat__num .stat__suffix is authored --red-500 for the dark band and
   out-specifies .stat-band--light .stat__num. On the white sub-agency
   band that lands at roughly 3.2:1, so the "+" is lifted to --red-600,
   which the brand rules permit at display size on white.              */
.p-partners .stat-band--light .stat__num .stat__suffix { color: var(--red-600); }
