.bade-footer-sahne {
    --f-altin: #C5A059;
    --f-altin-parlak: #FCD34D;
    --f-koyu: #0F172A;
    --f-gri: #64748B;
    --f-zemin: #FFFFFF; 
    --f-border: rgba(15, 23, 42, 0.06);
    --font-genel: 'Manrope', sans-serif;
    --font-baslik: 'Cormorant Garamond', serif;

    position: relative;
    background-color: var(--f-zemin);
    color: var(--f-koyu);
    font-family: var(--font-genel);
    overflow: hidden;
    border-top: 1px solid var(--f-border);
}


.footer-canli-atmosfer {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none; 
    overflow: hidden;
}


.finansal-partikul {
    position: absolute;
    color: var(--f-altin);
    font-family: var(--font-baslik);
    font-weight: 700;
    pointer-events: none;
    animation: yukselisAnimasyonu linear forwards;
    text-shadow: 0 0 10px rgba(197, 160, 89, 0.2);
}

@keyframes yukselisAnimasyonu {
    0% { transform: translateY(0) rotate(0deg); opacity: 0; }
    10% { opacity: 0.2; }
    90% { opacity: 0.1; }
    100% { transform: translateY(-500px) rotate(45deg); opacity: 0; }
}


.footer-ana-icerik {
    position: relative;
    z-index: 2;
    padding: 100px 0 60px 0;
}

.footer-konteyner {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 60px;
}


.footer-logo {
    display: block;
    margin-bottom: 25px;
    opacity: 1;
    transition: transform 0.3s;
}

.footer-logo:hover { transform: scale(1.02); }

.footer-tanitim {
    font-size: 0.95rem;
    color: var(--f-gri);
    line-height: 1.8;
    margin-bottom: 35px;
    max-width: 350px;
}

.footer-sosyal-grid {
    display: flex;
    gap: 15px;
}

.f-sosyal-btn {
    width: 45px;
    height: 45px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--f-koyu);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.f-sosyal-btn:hover {
    background: var(--f-altin);
    border-color: var(--f-altin);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(197, 160, 89, 0.3);
}


.f-baslik {
    font-family: var(--font-genel);
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--f-koyu);
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}


.f-baslik::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--f-altin);
    border-radius: 2px;
}


.f-liste {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.f-liste li a {
    text-decoration: none;
    color: var(--f-gri);
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s;
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.f-liste li a:hover {
    color: var(--f-altin);
    padding-left: 10px; 
}


.f-liste li a::before {
    content: '→';
    position: absolute;
    left: -15px;
    opacity: 0;
    transition: all 0.3s;
    color: var(--f-altin);
}

.f-liste li a:hover::before {
    opacity: 1;
    left: 0;
}


.f-iletisim-satir {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
    color: var(--f-gri);
    font-size: 0.95rem;
    line-height: 1.5;
}

.f-ikon-kutu {
    width: 36px;
    height: 36px;
    background: rgba(197, 160, 89, 0.1);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--f-altin);
    font-size: 1.1rem;
    flex-shrink: 0;
    transition: all 0.3s;
}

.f-iletisim-satir:hover .f-ikon-kutu {
    background: var(--f-altin);
    color: #fff;
}

.f-iletisim-satir a {
    color: var(--f-gri);
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 600;
}

.f-iletisim-satir a:hover { color: var(--f-altin); }

@media (max-width: 768px) {
    .ozel-whatsapp-kapsayici.footer-ustunde {
        bottom: 80px; 
    }
    .ozel-whatsapp-kapsayici {
        transition: bottom 0.3s ease; 
    }
}
@media (min-width: 769px) {
    .ozel-whatsapp-kapsayici.footer-ustunde {
        bottom: 40px !important; 
    }
}
.ozel-whatsapp-kapsayici {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    display: flex;
    align-items: center;
}

.wa-btn-govde {
    position: relative;
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #D97706, #C5A059); 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    box-shadow: 0 10px 30px rgba(197, 160, 89, 0.5);
    transition: transform 0.3s ease;
    cursor: pointer;
    z-index: 20;
    border: 2px solid rgba(255,255,255,0.2);
}

.wa-btn-govde:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(197, 160, 89, 0.7);
}


.wa-sinyal-halkasi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid var(--f-altin);
    animation: goldPulse 2s infinite;
    z-index: 10;
    pointer-events: none;
}

@keyframes goldPulse {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(1.8); opacity: 0; }
}


.wa-baloncuk {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%) translateX(15px);
    background: #fff;
    color: var(--f-koyu);
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid rgba(15, 23, 42, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.ozel-whatsapp-kapsayici:hover .wa-baloncuk {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.baloncuk-ok {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
}


.footer-alt-bar {
    position: relative;
    z-index: 2;
    background-color: #FAFAFA;
    padding: 30px 0;
    border-top: 1px solid var(--f-border);
}

.alt-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-yazi {
    font-size: 0.9rem;
    color: var(--f-gri);
    font-weight: 500;
}

.copyright-yazi strong { color: var(--f-koyu); }

.em-yazilim-kredi {
    display: flex;
    align-items: center;
    gap: 15px;
}

.developer-text {
    font-size: 0.75rem;
    color: var(--f-gri);
    opacity: 0.7;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.em-logo-link {
    display: block;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.em-logo-link:hover { opacity: 1; }

.em-logo {
    display: block;
    height: 30px; 
    width: auto;
}


@media (max-width: 1200px) {
    .footer-konteyner {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
    
    .marka-alani { grid-column: span 2; display: flex; flex-direction: column; align-items: center; text-align: center; }
}

@media (max-width: 768px) {
    .footer-ana-icerik { padding: 60px 0 40px 0; }
    
    .footer-konteyner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    
    .marka-alani { grid-column: span 1; }
    
    .f-baslik::after { left: 50%; transform: translateX(-50%); }
    
    .f-liste, .footer-iletisim-listesi { align-items: center; }
    
    .f-iletisim-satir { justify-content: center; }
    
    .alt-flex {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    
    .ozel-whatsapp-kapsayici { right: 20px; bottom: 20px; }
    .wa-btn-govde { width: 55px; height: 55px; }
    .wa-baloncuk { display: none; }
}