/* Footer & layout polish */
.footer-enterprise {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    color: #94a3b8;
    margin-top: 48px;
    padding: 48px 0 0;
}

.footer-enterprise-top {
    padding-bottom: 32px;
}

.footer-enterprise .footer-brand p {
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 280px;
}

.footer-enterprise h6 {
    color: #f1f5f9;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
}

.footer-enterprise ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-enterprise ul li {
    margin-bottom: 0.5rem;
}

.footer-enterprise ul li a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.footer-enterprise ul li a:hover {
    color: #fff;
}

.footer-enterprise .social-links {
    display: flex;
    gap: 12px;
}

.footer-enterprise .social-links a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e2e8f0;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.footer-enterprise .social-links a:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    transform: translateY(-2px);
}

.footer-enterprise-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
    font-size: 0.875rem;
    color: #64748b;
}

.footer-enterprise-bottom a {
    color: #94a3b8;
    text-decoration: none;
}

.footer-enterprise-bottom a:hover {
    color: #fff;
}
