.footer {
    background: #232323;
    color: #f5f5f5;
    padding: 40px 0 0 0;
    font-size: 16px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.footer-logo-img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.footer-desc {
    margin-top: 10px;
    color: #ccc;
    font-size: 15px;
    text-align: center;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    margin-bottom: 30px;
}

.footer-links, .footer-contact {
    min-width: 180px;
    text-align: center;
}

.footer-links h3, .footer-contact h3 {
    color: #fff;
    margin-bottom: 12px;
    font-size: 18px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin: 6px 0;
}

.footer-links ul li a {
    color: #8ecae6;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links ul li a:hover {
    color: #219ebc;
    text-decoration: underline;
}

.footer-contact p, .footer-contact a {
    color: #f5f5f5;
    margin: 6px 0;
    text-decoration: none;
}

.social-links {
    margin-top: 10px;
}

.social-link {
    color: #8ecae6;
    margin: 0 8px;
    font-size: 22px;
    transition: color 0.2s;
}

.social-link:hover {
    color: #219ebc;
}

.footer-bottom {
    border-top: 1px solid #444;
    margin-top: 30px;
    padding: 18px 0 8px 0;
    text-align: center;
    font-size: 14px;
    color: #aaa;
}

.legal-links {
    margin-top: 8px;
}

.legal-links a {
    color: #8ecae6;
    margin: 0 8px;
    text-decoration: none;
    font-size: 13px;
}

.legal-links a:hover {
    text-decoration: underline;
    color: #219ebc;
}
