/* ============================================================
   eMitraTool.online — Universal Legal & Compliance Footer
   Ensures 100% Google AdSense & Webmaster Compliance Across All Pages
   ============================================================ */

.site-footer {
    background: #0f172a !important;
    border-top: 1px solid #334155 !important;
    padding: 2.25rem 1rem 1.5rem !important;
    color: #94a3b8 !important;
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    font-size: 0.82rem !important;
    margin-top: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 20 !important;
}

.site-footer .footer-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.site-footer .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.site-footer .footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Outfit', 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #f8fafc !important;
    text-decoration: none !important;
}

.site-footer .footer-brand i {
    color: #f43f5e;
}

.site-footer .footer-brand span {
    color: #38bdf8;
}

.site-footer .footer-links {
    display: flex;
    gap: 1.15rem;
    flex-wrap: wrap;
    align-items: center;
}

.site-footer .footer-links a {
    color: #94a3b8 !important;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 0.83rem;
    transition: color 0.15s ease;
}

.site-footer .footer-links a:hover {
    color: #38bdf8 !important;
    text-decoration: underline !important;
}

.site-footer .footer-disclaimer {
    text-align: center;
    color: #64748b;
    font-size: 0.74rem;
    line-height: 1.55;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(51, 65, 85, 0.4);
}

.site-footer .footer-disclaimer strong {
    color: #cbd5e1;
}

.site-footer .footer-copy {
    text-align: center;
    color: #475569;
    font-size: 0.73rem;
    margin-top: 0.35rem;
}

@media (max-width: 768px) {
    .site-footer .footer-row {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    .site-footer .footer-links {
        justify-content: center;
        gap: 0.85rem;
    }
}
