/* ==========================================================================
   Modül: Modern Footer & Alt Bölüm Tasarımı
   ========================================================================== */

.batman-modern-footer {
    background: linear-gradient(180deg, #001733 0%, #000c1d 100%);
    color: #ffffff;
    position: relative;
    padding-bottom: 2rem;
    border-top: 3px solid #FA9D1B;
}

.batman-silhouette-header {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    opacity: 0.85;
}

.batman-footer-top {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
    gap: 2.5rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
    .batman-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

@media (max-width: 575.98px) {
    .batman-footer-top {
        grid-template-columns: 1fr;
    }
}

.batman-footer-brand-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 1.25rem;
}

.batman-footer-brand-logo img {
    height: 52px;
    object-fit: contain;
}

.batman-footer-brand-title {
    font-family: 'Onest', sans-serif;
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1.1;
    color: #ffffff;
}

.batman-footer-brand-desc {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.925rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.batman-footer-social {
    display: flex;
    gap: 10px;
}

.batman-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.batman-social-btn:hover {
    background: #FA9D1B;
    color: #001733;
    transform: translateY(-3px);
}

.batman-footer-col h4 {
    color: #FA9D1B;
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 8px;
}

.batman-footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #FA9D1B;
}

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

.batman-footer-links li {
    margin-bottom: 0.75rem;
}

.batman-footer-links li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.925rem;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.batman-footer-links li a:hover {
    color: #FA9D1B;
    transform: translateX(4px);
}

.batman-footer-contact-info .batman-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.925rem;
}

.batman-footer-contact-info .batman-contact-item i {
    color: #FA9D1B;
    font-size: 1.1rem;
    margin-top: 2px;
}

.batman-footer-contact-info .batman-contact-item a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.batman-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    flex-wrap: wrap;
    gap: 1rem;
}
