.main-footer {
    background: #0f172a;
    color: #94a3b8;
}

.footer-logo {
    height: 48px;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.footer-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    max-width: 320px;
}

.footer-title {
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

.social-icon {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    text-decoration: none !important;
    transition: all 0.3s;
}

.social-icon:hover {
    background: #6366f1;
    transform: translateY(-3px);
}

.payment-badge {
    width: 45px;
    height: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
}

.smaller {
    font-size: 0.7rem;
}

.footer-bottom {
    border-color: rgba(255, 255, 255, 0.05) !important;
}
