
                /* Hover: weißes Icon auf Akzent — spezifisch genug, um die footer-dark a:hover-Regel zu schlagen */
                .apple-footer .social-icon:hover,
                .apple-footer.footer-dark .social-icon:hover { background: var(--accent) !important; color: #fff !important; transform: scale(1.1); }
                .apple-footer .social-icon:hover svg,
                .apple-footer.footer-dark .social-icon:hover svg { color: #fff !important; fill: #fff !important; }
                .dark .social-icon:hover { box-shadow: 0 0 12px rgba(59,130,246,0.4); }
            