/* Agency page specific styles */
        :root {
            --color-bg-inv: #1e1e1e;
            --color-fg-inv: #FFE3B3;
            /* Default text color for .inv */
        }

        .s-prc__card {
            background-color: #FFE3B3 !important;
        }

        /* Ensure logos in footer or other white SVGs turn FFE3B3 via filter */
        .icon-sq,
        img[src*="logo1"],
        img[src*="logo2"] {
            filter: brightness(0) saturate(100%) invert(81%) sepia(40%) saturate(270%) hue-rotate(346deg) brightness(102%) contrast(104%) !important;
        }

        /* Nav inversion fixes for this page */
        .s-prc__btn {
            background: #1e1e1e !important;
            color: #FFE3B3 !important;
        }

        .s-prc__btn:hover {
            color: #1e1e1e !important;
        }
    