/* ==========================================================================
   Global Site Footer — shared across the whole modern site.
   Injected by build_footer.py. Edit this file (not inline <style> blocks)
   to change footer look everywhere at once.
   ========================================================================== */

.site-footer {
    position: relative;
    background: linear-gradient(135deg, #004d99 0%, #003b7a 45%, #0a1e3d 100%);
    color: #c3d2e6;
    margin-top: 60px;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ffb300, transparent);
}

.site-footer .footer-top {
    padding: 56px 0 28px;
}

.site-footer .footer-col h5 {
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 12px;
}

.site-footer .footer-col h5::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34px;
    height: 3px;
    background: #ffb300;
    border-radius: 2px;
}

/* About column */
.site-footer .footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    text-decoration: none;
}

.site-footer .footer-brand img {
    height: 46px;
    border-radius: 14px;
    object-fit: contain;
    background: #fff;
    padding: 3px;
}

.site-footer .footer-brand span {
    font-family: 'Heebo', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    color: #fff;
}

.site-footer .footer-about p {
    font-size: 0.9rem;
    line-height: 1.75;
    color: #a9bdd6;
    margin: 0;
}

/* Link columns */
.site-footer .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.site-footer .footer-col ul a {
    color: #a9bdd6;
    text-decoration: none;
    font-size: 0.92rem;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer .footer-col ul a i.fa-chevron-left {
    font-size: 0.65rem;
    color: #ffb300;
    opacity: 0;
    transform: translateX(-4px);
    transition: all 0.2s ease;
}

.site-footer .footer-col ul a:hover {
    color: #fff;
    transform: translateX(-2px);
}

.site-footer .footer-col ul a:hover i.fa-chevron-left {
    opacity: 1;
    transform: translateX(0);
}

/* Contact column */
.site-footer .footer-contact-name {
    color: #fff;
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 0.95rem;
}

.site-footer .footer-contact-role {
    font-size: 0.8rem;
    color: #8ea3c2;
    margin-bottom: 10px;
    line-height: 1.5;
}

.site-footer .footer-contact-block a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #c3d2e6;
    font-size: 0.88rem;
    text-decoration: none;
    margin-bottom: 6px;
    transition: color 0.2s ease;
    word-break: break-word;
}

.site-footer .footer-contact-block a:hover {
    color: #ffb300;
}

.site-footer .footer-contact-block a i {
    color: #ffb300;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.site-footer .footer-contact-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin: 16px 0;
}

/* Bottom bar */
.site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 0;
    background: rgba(0, 0, 0, 0.15);
}

.site-footer .footer-bottom p {
    margin: 0;
    text-align: center;
    font-size: 0.85rem;
    color: #8ea3c2;
}

.site-footer .footer-brand-glow {
    color: #ffb300;
    font-weight: 800;
}

@media (max-width: 767px) {
    .site-footer .footer-col {
        text-align: center;
    }
    .site-footer .footer-col h5::after {
        right: 50%;
        transform: translateX(50%);
    }
    .site-footer .footer-brand {
        justify-content: center;
    }
    .site-footer .footer-col ul a {
        justify-content: center;
    }
    .site-footer .footer-contact-block a {
        justify-content: center;
    }
}
