/* FOOTER STYLE - Modern & Responsive */

.site-footer {
    background: #0a0a0a;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 60px;
    padding: 60px 0 20px;
    width: 100%;
    position: relative;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.7);
}

.site-footer .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Footer Top Grid */
.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr 1.2fr;
    gap: 40px;
    margin-bottom: 50px;
}

/* Column Styles */
.footer-col h5 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.9;
}

/* Brand Section */
.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.footer-brand .brand-icon {
    font-size: 1.8rem;
    font-family: monospace;
    font-weight: bold;
    color: #6366f1;
    background: rgba(99, 102, 241, 0.1);
    padding: 4px 8px;
    border-radius: 8px;
}

.footer-brand .brand-text {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
}

.footer-desc {
    line-height: 1.6;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.5);
    font-size: 0.9rem;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
}

.footer-social a:hover {
    background: #6366f1;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(99, 102, 241, 0.3);
    border-color: #6366f1;
}

/* Links Section */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: all 0.2s;
    display: block;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 0;
}

.footer-links a i {
    display: none;
}

/* Contact Section */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.contact-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.contact-list i {
    color: #6366f1;
    font-size: 1.1rem;
    margin-top: 2px;
}

.contact-list a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-list a:hover {
    color: #fff;
}

/* Newsletter Styles Removed */

/* Payment Methods in Footer Column */
.payment-methods-footer {
    display: flex;
    gap: 15px;
    font-size: 1.8rem;
    color: rgba(255,255,255,0.4);
    margin-top: 25px;
}

.payment-methods-footer i {
    transition: all 0.3s;
}

.payment-methods-footer i:hover {
    color: #fff;
    transform: translateY(-2px);
}

/* Bottom Section */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    text-align: center;
}

.footer-bottom-content {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    color: rgba(255,255,255,0.5);
}

.footer-bottom-content a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-bottom-content a:hover {
    color: #fff;
}

.footer-bottom-content .sep {
    color: rgba(255,255,255,0.1);
}

/* RESPONSIVE & MOBILE DESIGN */
@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 100px; /* Bottom Nav için extra boşluk */
    }

    .footer-top {
        display: block; /* Grid yerine block */
    }

    .footer-col {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    
    .footer-col:last-child {
        border-bottom: none;
    }

    /* Brand Column Styles on Mobile */
    .brand-col {
        padding-bottom: 30px;
        text-align: center;
    }
    
    .footer-brand {
        justify-content: center;
    }
    
    .footer-social {
        justify-content: center;
    }

    /* Accordion Styles */
    .footer-accordion-header {
        padding: 20px 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        user-select: none;
    }
    
    .footer-accordion-header h5 {
        margin: 0;
        font-size: 1rem;
    }
    
    .footer-accordion-header i {
        transition: transform 0.3s;
        font-size: 0.9rem;
    }
    
    .footer-accordion-header.active i {
        transform: rotate(180deg);
        color: #6366f1;
    }
    
    .footer-accordion-header.active h5 {
        color: #fff;
    }

    /* Gizlenecek içerikler */
    .footer-links,
    .footer-contact-content {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.3s ease-out;
    }

    /* Link stil düzenlemeleri mobil için */
    .footer-links li a {
        padding: 8px 0;
        font-size: 0.95rem;
    }
    
    .contact-list {
        margin-top: 10px;
    }
}
