.footer {
    text-align: center;
    padding: 20px;
    color: var(--text-color, #777);
    font-size: 14px;
    background-color: var(--header-bg, white);
    margin-top: 40px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.footer-download-app {
    margin-bottom: 8px;
}

.footer-app-link {
    color: var(--primary);
    font-weight: bold;
    text-decoration: none;
}

.footer-app-link:hover {
    text-decoration: underline;
}

.support-phone {
    color: var(--primary);
    font-weight: bold;
    text-decoration: none;
}

.footer-company {
    font-size: 11px;
    color: var(--text-color, #999);
    opacity: 0.7;
    margin: 8px 0 4px;
    font-weight: normal;
    letter-spacing: 0.02em;
}