/* =========================
   MODERN FOOTER ($100k)
========================= */

.footer-modern {
    background: #0f172a;
    font-size: 0.95rem;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 12px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 7px;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #facc15;
    padding-left: 4px;
}

.footer-social a {
    color: #fff;
    margin-right: 12px;
    font-size: 18px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #facc15;
}

.footer-newsletter {
    display: flex;
    margin-top: 10px;
}

.footer-newsletter input {
    flex: 1;
    padding: 8px;
    border: none;
    border-radius: 4px 0 0 4px;
}

.footer-newsletter button {
    background: #facc15;
    border: none;
    padding: 8px 14px;
    font-weight: 600;
    border-radius: 0 4px 4px 0;
}

.footer-divider {
    border-color: #334155;
    margin: 25px 0;
}
