/* ============================================
   SITE FOOTER - Single source of truth for all pages
   ============================================ */
.site-footer {
    background: #2c3e50;
    color: white;
    padding: 3rem 0 1.5rem;
    display: block;
    width: 100%;
    clear: both;
    margin-top: 2.5rem;
}

.site-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.site-footer .footer-content {
    margin-bottom: 2rem;
    text-align: center;
}

.site-footer .footer-company-logo {
    margin-left: auto;
    margin-right: auto;
}

.site-footer .footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.site-footer .footer-links a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer .footer-links a:hover {
    color: white;
}

.site-footer .footer-copyright {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.site-footer .footer-copyright p {
    margin: 0;
}

.site-footer .footer-copyright strong {
    color: rgba(255, 255, 255, 0.9);
}
