/* ===== FOOTER ===== */

/* Фон */
.footer {
    background: linear-gradient(90deg, #0076d6, #0096ff);
    color: #ffffff;
}

/* Заголовки */
.footer-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #dfffe0;
    margin-bottom: 0.75rem;
}

/* Ссылки */
.footer-link {
    display: block;
    color: #ffffff;
    opacity: 0.85;
    text-decoration: none;
    margin-bottom: 6px;
    font-size: 0.95rem;
}

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

/* Соц-иконки */
.social-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    transition: 0.2s;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

/* Email */
.footer-email {
    opacity: 0.85;
}

.footer-email-link {
    color: #ffffff;
    text-decoration: underline;
}

/* Эмблема */
.emblem {
    width: 110px;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.25));
}
