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

footer {
    background-color: #faf9f6;
    /* Kremsi / Kırık Beyaz */
}

.footer-link {
    color: #4b5563;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.15s ease;
    line-height: 1.9;
    display: block;
}

.footer-link:hover {
    color: #2563eb;
}

.footer-link.highlight {
    color: #1d4ed8;
    font-weight: 600;
}

.footer-link.highlight:hover {
    color: #2563eb;
}

.footer-col-title {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

.footer-divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 0;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0.85;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.social-icon:hover {
    opacity: 1;
    transform: scale(1.15);
}

.footer-legal-link {
    font-size: 13px;
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.15s;
}

.footer-legal-link:hover {
    color: #4b5563;
}