.footer {
    font-family: -apple-system, 'Segoe UI', sans-serif;
    font-size: 0.85rem;
    line-height: 1.6;
    border-top: none;
    background-color: #1a1a2e !important;
}

.footer-logo {
    color: #FFA500;
    font-weight: 800;
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
}

.footer p {
    margin: 0;
    color: #8a8a9a;
}

.footer a {
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.footer a:hover {
    color: #FFA500 !important;
}

.footer img {
    background-color: #ffffff;
    padding: 4px;
    border-radius: 6px;
}

.footer .btn-outline-light {
    border-color: rgba(255,255,255,0.15);
    font-size: 0.8rem;
    padding: 6px 16px;
    transition: all 0.2s;
    border-radius: 6px;
}

.footer .btn-outline-light:hover {
    background-color: #FFA500;
    border-color: #FFA500;
}

.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin: 16px 0;
}
