/* cnp-cta-contrast.css · 19 Jul 2026
   Contrast fix: the .cta-band was flipped from a dark night-band to a light
   Instrument cream band (heading -> ink), but the subtitle .body-text kept its
   old white colour (rgba(255,255,255,.78)) -> nearly invisible on cream (Miguel
   flagged it on the home). Repaint the CTA-band body copy in soft-ink. Scoped to
   .cta-band only; the dark .ccwk-band and other dark bands are untouched.
   Reversible: delete this file + enqueue. */
body .cta-band .body-text,
body .cta-band p:not(.eyebrow):not([class*="eyebrow"]){
  color: var(--cnp-soft, #6E6253) !important;
}
