.dynamic-footer {
    background: linear-gradient(180deg, #1a1a2e 0%, #12121a 100%);
    color: #fff;
    font-family: 'Inter', system-ui, sans-serif;
}
.footer-main { padding: 50px 0 30px; }
.footer-company-info .footer-logo { max-height: 56px; margin-bottom: 12px; }
.footer-company-info h4 { color: #ED1C24; font-weight: bold; }
.footer-tagline { color: #ffc107; font-style: italic; }
.footer-description { color: #b0b0b0; font-size: 14px; }
.contact-item { display: flex; align-items: center; margin-bottom: 8px; color: #fff; text-decoration: none; }
.contact-item:hover { color: #ED1C24; }
.contact-item i { width: 20px; margin-right: 10px; color: #ED1C24; }
.footer-services h5, .footer-quick-links h6, .footer-social h5, .footer-newsletter h5 {
    color: #ED1C24; font-weight: bold; margin-bottom: 16px;
}
.service-list { list-style: none; padding: 0; }
.service-list li { margin-bottom: 8px; }
.service-list a { color: #ccc; text-decoration: none; display: block; padding: 6px 0; }
.service-list a:hover { color: #ED1C24; }
.social-icons { display: flex; flex-wrap: wrap; gap: 8px; }
.social-icon { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; }
.footer-bottom { background: rgba(0,0,0,0.3); padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.1); }
.back-to-top {
    position: fixed; bottom: 90px; right: 24px; width: 48px; height: 48px;
    background: #ED1C24; color: #fff; border: none; border-radius: 50%;
    display: none; align-items: center; justify-content: center; z-index: 999; cursor: pointer;
}
.whatsapp-float {
    position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px;
    background: #25d366; color: #fff; border-radius: 50%; display: flex;
    align-items: center; justify-content: center; font-size: 28px; z-index: 999;
    text-decoration: none; box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.header-compact { min-height: auto !important; padding-bottom: 20px !important; }
.header-compact .logo-row { padding-top: 10px; }
.img-placeholder {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ED1C24;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}
#events { scroll-margin-top: 80px; }
#consultancy { scroll-margin-top: 80px; }
