/* =========================
   ENTERPRISE FOOTER ($250k)
========================= */

.footer-enterprise {
    background: #020617;
    font-size: 0.95rem;
}

.footer-logo {
    font-weight: 700;
    color: #facc15;
}

.footer-heading {
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-menu {
    list-style: none;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu a {
    color: #94a3b8;
    text-decoration: none;
    transition: 0.3s;
}

.footer-menu a:hover {
    color: #facc15;
}

.footer-social a {
    color: white;
    margin-right: 12px;
    font-size: 18px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #facc15;
}

.footer-divider {
    border-color: #334155;
    margin: 30px 0;
}

.footer-enterprise a {
    text-decoration: none;
}
