/**
 * Custom Footer Styles
 * Modern footer design for Veysi Çeçen website
 * Dilanaslan.com estetiği
 */

:root {
    --footer-lacivert: #1A237E;
    --footer-beyaz: #FFFFFF;
    --footer-gri: #E8EAF6;
    --footer-acik-gri: #9FA8DA;
    --footer-hover: #3949AB;
    --whatsapp-green: #25D366;
}

/* Footer Ana Yapı */
.veysi-custom-footer {
    background: var(--footer-lacivert);
    color: var(--footer-beyaz);
    padding: 60px 0 0;
    margin-top: 80px;
    position: relative;
    font-family: 'Montserrat', 'Poppins', sans-serif;
}

.veysi-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Footer Ana İçerik - 4 Sütun */
.veysi-footer-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding-bottom: 40px;
}

/* Footer Sütunları */
.veysi-footer-column {
    display: flex;
    flex-direction: column;
}

.veysi-footer-column:first-child {
    max-width: 300px;
}

/* Logo */
.veysi-footer-logo {
    margin-bottom: 20px;
}

.veysi-footer-logo-link {
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.veysi-footer-logo-link:hover {
    opacity: 0.8;
}

.veysi-footer-logo-img {
    max-width: 200px;
    height: auto;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.veysi-footer-logo-link:hover .veysi-footer-logo-img {
    transform: scale(1.05);
}

.veysi-footer-logo-text {
    font-size: 24px;
    font-weight: 700;
    color: var(--footer-beyaz);
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

/* Footer Açıklama */
.veysi-footer-description {
    font-size: 15px;
    line-height: 1.7;
    color: var(--footer-gri);
    margin: 0;
}

/* Footer Başlıkları */
.veysi-footer-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--footer-beyaz);
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding-bottom: 10px;
}

.veysi-footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--footer-acik-gri);
}

/* Footer Menü */
.veysi-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.veysi-footer-menu li {
    margin-bottom: 12px;
}

.veysi-footer-menu a {
    color: var(--footer-gri);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.veysi-footer-menu a::before {
    content: '→';
    margin-right: 8px;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateX(-10px);
}

.veysi-footer-menu a:hover {
    color: var(--footer-beyaz);
    padding-left: 20px;
}

.veysi-footer-menu a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

/* İletişim Bilgileri */
.veysi-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.veysi-footer-contact li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: var(--footer-gri);
    font-size: 15px;
}

.veysi-footer-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    flex-shrink: 0;
    fill: var(--footer-acik-gri);
}

.veysi-footer-contact a {
    color: var(--footer-gri);
    text-decoration: none;
    transition: color 0.3s ease;
}

.veysi-footer-contact a:hover {
    color: var(--footer-beyaz);
}

/* Sosyal Medya İkonları */
.veysi-footer-social {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.veysi-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    color: var(--footer-beyaz);
}

.veysi-social-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.veysi-social-icon:hover {
    background: var(--footer-hover);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Footer Alt Bant - Copyright */
.veysi-footer-bottom {
    padding: 30px 0;
}

.veysi-footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.veysi-footer-copyright {
    text-align: center;
    font-size: 14px;
    color: var(--footer-gri);
    margin: 0;
}

.veysi-footer-copyright a {
    color: var(--footer-acik-gri);
    text-decoration: none;
    transition: color 0.3s ease;
}

.veysi-footer-copyright a:hover {
    color: var(--footer-beyaz);
}

/* Hızlı İletişim Paneli - Sağ Alt Köşe */
.veysi-quick-contact-panel {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

/* Hızlı İletişim Butonları */
.veysi-quick-btn {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    color: #FFFFFF;
    overflow: visible;
}

.veysi-quick-btn:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.35);
}

.veysi-quick-btn svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
    position: relative;
    z-index: 2;
}

/* AI Asistan Butonu - Turkuaz Gradient */
.veysi-quick-ai {
    background: linear-gradient(135deg, #1DD1A1 0%, #10AC84 100%);
    box-shadow: 0 4px 20px rgba(29, 209, 161, 0.4);
}

.veysi-quick-ai:hover {
    box-shadow: 0 6px 25px rgba(29, 209, 161, 0.6);
}

/* AI Asistan YENİ Badge */
.veysi-new-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: linear-gradient(135deg, #FF6B6B 0%, #EE5A6F 100%);
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 12px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.5);
    z-index: 10;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1;
}

/* Telefon Butonu - Mavi */
.veysi-quick-phone {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    box-shadow: 0 4px 20px rgba(33, 150, 243, 0.4);
}

.veysi-quick-phone:hover {
    box-shadow: 0 6px 25px rgba(33, 150, 243, 0.6);
}

/* WhatsApp Butonu - Yeşil Gradient */
.veysi-quick-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
}

.veysi-quick-whatsapp:hover {
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

/* Instagram Butonu - Mor/Pembe Gradient */
.veysi-quick-instagram {
    background: linear-gradient(135deg, #E4405F 0%, #833AB4 50%, #5851DB 100%);
    box-shadow: 0 4px 20px rgba(228, 64, 95, 0.4);
}

.veysi-quick-instagram:hover {
    box-shadow: 0 6px 25px rgba(228, 64, 95, 0.6);
}

/* Chatbase Bubble Launcher'ı Gizle - Ama Widget'ı açılabilir yap */
#chatbase-bubble-launcher,
.chatbase-bubble-launcher,
[class*="chatbase-bubble-launcher"],
[id*="chatbase-bubble-launcher"],
button[class*="chatbase"],
button[id*="chatbase"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    left: -9999px !important;
}

/* Chatbase Widget/Iframe - Manuel açılabilir */
iframe[src*="chatbase"],
iframe[id*="chatbase"],
[class*="chatbase-widget"]:not(.veysi-quick-ai),
[id*="chatbase-widget"]:not(#veysi-ai-assistant-btn) {
    /* Widget'ı gizle ama JavaScript ile açılabilir yap */
    pointer-events: auto !important;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
    .veysi-footer-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .veysi-footer-column:first-child {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .veysi-custom-footer {
        padding: 40px 0 0;
        margin-top: 60px;
    }

    .veysi-footer-container {
        padding: 0 15px;
    }

    .veysi-footer-main {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 30px;
    }

    .veysi-footer-logo-text {
        font-size: 20px;
    }

    .veysi-footer-description {
        font-size: 14px;
    }

    .veysi-footer-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .veysi-footer-menu li {
        margin-bottom: 10px;
    }

    .veysi-footer-menu a {
        font-size: 14px;
    }

    .veysi-footer-contact li {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .veysi-footer-icon {
        width: 18px;
        height: 18px;
    }

    .veysi-footer-social {
        gap: 12px;
    }

    .veysi-social-icon {
        width: 36px;
        height: 36px;
    }

    .veysi-social-icon svg {
        width: 18px;
        height: 18px;
    }

    .veysi-footer-copyright {
        font-size: 12px;
    }

    /* Hızlı İletişim Paneli - Mobil */
    .veysi-quick-contact-panel {
        bottom: 20px;
        right: 20px;
        gap: 12px;
    }

    .veysi-quick-btn {
        width: 55px;
        height: 55px;
    }

    .veysi-quick-btn svg {
        width: 26px;
        height: 26px;
    }

    .veysi-new-badge {
        font-size: 8px;
        padding: 3px 6px;
        top: -4px;
        right: -4px;
    }
}

@media screen and (max-width: 480px) {
    .veysi-custom-footer {
        padding: 30px 0 0;
    }

    .veysi-footer-bottom {
        padding: 20px 0;
    }

    .veysi-quick-contact-panel {
        bottom: 15px;
        right: 15px;
        gap: 10px;
    }

    .veysi-quick-btn {
        width: 50px;
        height: 50px;
    }

    .veysi-quick-btn svg {
        width: 24px;
        height: 24px;
    }

    .veysi-new-badge {
        font-size: 7px;
        padding: 2px 5px;
        top: -3px;
        right: -3px;
    }
}

