/* TRADEVIBE — site footer */
.site-footer {
    --footer-link: rgba(212, 227, 215, 0.82);
    --footer-link-hover: #ffdcc3;
}

.site-footer .footer-link {
    color: var(--footer-link);
    transition: color 0.25s ease, transform 0.25s ease;
}

.site-footer .footer-link:hover {
    color: var(--footer-link-hover);
}

.site-footer .footer-heading {
    letter-spacing: 0.12em;
}

.site-footer .footer-trust-pill {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
}

.site-footer .footer-social-btn {
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.site-footer .footer-social-btn:hover {
    transform: translateY(-2px);
}

.site-footer .footer-newsletter-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(254, 147, 44, 0.35);
}

.site-footer .footer-divider {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
    height: 1px;
}
