/* ============================================
   Vertex Realty Group - Footer Styles
   Single source of truth — extracted from homepage.
   ============================================ */

        /* FOOTER */
        footer a { color: #94a3b8; transition: color 0.2s; text-decoration: none; }
        footer a:hover { color: var(--gold); }
        footer a:visited { color: #94a3b8; }

        @media (max-width: 768px) {
            footer { padding: 40px 16px 24px !important; }
            footer [style*="display:flex;justify-content:space-between"] {
                flex-direction: column !important;
                text-align: center;
                gap: 16px !important;
            }
        }
