/* Onlinemagneet — gedeelde site-basis (header-zone + footer) */

/* Mobiel: geen horizontale scroll door header/content */
@media (max-width: 900px) {
    html,
    body.om-site {
        max-width: 100%;
        overflow-x: hidden;
    }
}

body.om-site.om-home,
body.om-site.om-demo-page {
    background: #0F1419;
}

/* Footer: altijd donker + leesbare tekst (ook als CSS-variabelen ontbreken) */
body.om-site footer.footer,
body.om-site .om-footer,
body.om-site > footer {
    background: #0F1419 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    padding: 4rem 0 2rem !important;
    margin-top: 0;
}

body.om-site footer.footer h3,
body.om-site footer.footer h4,
body.om-site .om-footer h4,
body.om-site > footer h3,
body.om-site > footer h4 {
    color: #ffffff !important;
}

body.om-site footer.footer p,
body.om-site .om-footer p,
body.om-site > footer p {
    color: rgba(255, 255, 255, 0.72) !important;
}

body.om-site footer.footer a,
body.om-site .om-footer a,
body.om-site > footer a {
    color: rgba(255, 255, 255, 0.78) !important;
    text-decoration: none;
}

body.om-site footer.footer a:hover,
body.om-site .om-footer a:hover,
body.om-site > footer a:hover {
    color: #ffffff !important;
}

body.om-site .footer-trust {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95) !important;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

body.om-site .footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    body.om-site .footer-content {
        grid-template-columns: repeat(4, 1fr);
        gap: 2.5rem;
    }
}

body.om-site .footer-section h4 {
    color: #fff !important;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 0.9375rem;
}

body.om-site .footer-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.om-site .footer-section ul li {
    margin-bottom: 0.65rem;
}

body.om-site .footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

body.om-site .footer-bottom p {
    color: rgba(255, 255, 255, 0.65) !important;
    margin: 0;
    font-size: 0.9rem;
}

body.om-site footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
