.color-blue{color:#00305E}.objective-top{position:absolute;top:0;left:0}.objective-bottom{position:absolute;right:0;bottom:0}.strategy-top{position:absolute;top:75px;left:300px}.strategy-top-right{position:absolute;top:0px;right:50px}@media only screen and (max-width:600px){.py-5{padding-top:20px;padding-bottom:20px}.strategy-top,.execution-right,.strategy-top-right{display:none}}

/* CONTRAST FIX (2026-07-21): the banner h1 + subtitle had NO color set, so they
   fell back to Bootstrap's default #212529 (near-black) — invisible on the dark
   .banner-section (#120D0D). Set them white. Scoped to this page only.
   Any inline-coloured accent span inside the h1 keeps its own colour. */
.banner-section h1 { color: #ffffff; }
.banner-section h1 span:not([style*="color"]) { color: #ffffff; }
.banner-section .pt-2 { color: rgba(255, 255, 255, 0.85); }
