/**
 * Professional footer - multi-column, links, countries, copyright, floating CTA
 */
.footer-pro { background: #fff; color: #1e293b; }
.footer-pro a { color: #475569; text-decoration: none; font-size: 0.9rem; }
.footer-pro a:hover { color: #0f172a; }
.footer-pro .footer-top-bar { padding: 1rem 0; border-bottom: 1px solid #e2e8f0; }
.footer-pro .btn-all-cat { background: #2563eb; color: #fff; padding: 0.5rem 1.25rem; border-radius: 6px; font-weight: 600; border: none; }
.footer-pro .btn-all-cat:hover { background: #1d4ed8; color: #fff; }
.footer-pro .az-letters { display: flex; flex-wrap: wrap; gap: 0.25rem; align-items: center; }
.footer-pro .az-letters a { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: #dc2626; color: #fff; font-weight: 700; font-size: 0.85rem; border-radius: 4px; }
.footer-pro .az-letters a:hover { background: #b91c1c; color: #fff; }
.footer-pro .footer-columns { padding: 2rem 0; }
.footer-pro .footer-col h6 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 1rem; }
.footer-pro .footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-pro .footer-col ul li { margin-bottom: 0.5rem; }
.footer-pro .footer-col .link-btn { display: inline-block; padding: 0.25rem 0.5rem; border: 1px solid #1e293b; border-radius: 4px; font-size: 0.85rem; margin-top: 0.25rem; }
.footer-pro .footer-mid { padding: 1.5rem 0; border-top: 1px solid #e2e8f0; }
.footer-pro .country-list { font-size: 0.9rem; color: #64748b; }
.footer-pro .country-list a { color: #64748b; }
.footer-pro .country-list a.other { color: #f97316; font-weight: 600; }
.footer-pro .footer-logos { display: flex; align-items: center; gap: 2rem; margin-top: 1rem; flex-wrap: wrap; }
.footer-pro .footer-logos .logo-text { font-size: 1.25rem; font-weight: 700; }
.footer-pro .footer-logos .logo-text .brand { color: #f97316; }
.footer-pro .footer-bottom { background: #f1f5f9; padding: 1rem 0; }
.footer-pro .footer-bottom .bottom-links a { color: #64748b; font-size: 0.875rem; }
.footer-pro .footer-bottom .copyright { font-size: 0.875rem; color: #64748b; }
.footer-pro .footer-bottom .footer-social-wrap { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0.5rem; }
.footer-pro .footer-bottom .footer-social-wrap .social-circle { margin-left: 0; }
.footer-pro .footer-bottom .social-circle { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: #dc2626; color: #fff; margin-left: 0.35rem; }
.footer-pro .footer-bottom .social-circle:hover { background: #b91c1c; color: #fff; }
.footer-float-quote { position: fixed; bottom: 24px; right: 24px; z-index: 999; }
.footer-float-quote a { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1.25rem; background: #2563eb; color: #fff; border-radius: 8px; font-weight: 600; text-decoration: none; box-shadow: 0 4px 14px rgba(37,99,235,0.4); }
.footer-float-quote a:hover { background: #1d4ed8; color: #fff; }
