/* Tahoe uses [class*="section"] for light-surface text; .footer-section matches it — reset footer to light-on-dark */
        .footer .footer-section {
            color: rgba(255, 255, 255, 0.9) !important;
        }
        .footer .footer-section h3 {
            color: #ffffff !important;
        }
        .footer .footer-section p,
        .footer .footer-section li {
            color: rgba(255, 255, 255, 0.86) !important;
        }
        .footer .footer-section ul li a {
            color: rgba(255, 255, 255, 0.9) !important;
        }
        .footer .footer-section ul li a:hover {
            color: #ffffff !important;
        }
        .footer .footer-links a {
            color: rgba(255, 255, 255, 0.9) !important;
        }
        .footer .footer-links a:hover {
            color: #ffffff !important;
        }
        .footer .footer-left p {
            color: rgba(255, 255, 255, 0.8) !important;
        }
        .footer .social-link {
            color: rgba(255, 255, 255, 0.92) !important;
        }