/* ════════════════════════════════════════════════════════════════════
   SIHIR FOOTER PRO v2.0 — LIGHT / SOFT WHITE TEMA
   - Beyaz/soft arka plan
   - Sosyal medya GİZLİ
   - Yasal Bilgiler tek satır yatay bant (alt kısımda)
   - Modern e-ticaret görünümü, kontrast okunaklı
   ════════════════════════════════════════════════════════════════════ */

/* ── A) ANA WRAPPER — soft white tema ────────────────────────────── */
html body .footer-pro-skin{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    background: #fafafa !important;
    color: #444 !important;
    border-top: 3px solid #ff7e00;
    box-shadow: 0 -2px 12px rgba(0,0,0,.04);
}
html body .footer-pro-skin *{
    border-color: #e8e8e8;
}

/* ── B) ANA GRID — 4 kolon (yasal kolon ayrıldı) ──────────────────── */
html body .footer-pro-skin > .footer-module-inside-area{
    width: 100% !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 56px 24px 32px !important;
    display: grid !important;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 40px 32px;
    box-sizing: border-box;
    align-items: flex-start;
}
html body .footer-pro-skin .footer-module-box{
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0;
}

/* ── C) LOGO + TELİF (1. kolon) ─────────────────────────────────── */
html body .footer-pro-skin .footer-1-area{
    grid-column: 1 / 2;
}
html body .footer-pro-skin .footer-module-box-logo{
    margin-bottom: 18px;
}
html body .footer-pro-skin .footer-module-box-logo img{
    max-width: 180px !important;
    width: auto !important;
    height: auto !important;
    max-height: 56px;
}
html body .footer-pro-skin .footer-module-box-telif,
html body .footer-pro-skin .footer-module-box-telif *{
    font-size: 13px !important;
    line-height: 1.7 !important;
    color: #666 !important;
    margin: 0 !important;
}
html body .footer-pro-skin .footer-module-box-telif p{
    margin: 0 0 6px !important;
    color: #666 !important;
}
html body .footer-pro-skin .footer-module-box-telif strong,
html body .footer-pro-skin .footer-module-box-telif b{
    color: #222 !important;
}
html body .footer-pro-skin .footer-module-box-telif a{
    color: #ff7e00 !important;
    text-decoration: none !important;
}
html body .footer-pro-skin .footer-module-box-telif a:hover{
    text-decoration: underline !important;
}

/* ── D) SOSYAL MEDYA — Orijinali GİZLİ, JS ile İletişim kolonuna taşındı */
html body .footer-pro-skin .footer-module-box-social.is-moved{
    display: none !important; /* Orijinal yerde gizli, clone iletişim kolonunda */
}
html body .footer-pro-skin .footer-module-box-social:not(.is-moved):not(.footer-social-moved){
    display: none !important; /* JS henüz çalışmadıysa flicker olmasın */
}
/* Taşınan sosyal medya — İletişim kolonunun altında */
html body .footer-pro-skin .footer-social-moved{
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 0 !important;
    padding: 14px 0 0;
    border-top: 1px dashed #e8e8e8;
}
html body .footer-pro-skin .footer-social-moved::before{
    content: 'BİZİ TAKİP ET';
    display: block;
    width: 100%;
    font-size: 11px;
    font-weight: 700;
    color: #888;
    letter-spacing: .06em;
    margin-bottom: 6px;
}
html body .footer-pro-skin .footer-social-moved a{
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    color: #555 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    transition: all .25s ease !important;
    margin: 0 !important;
}
html body .footer-pro-skin .footer-social-moved a:hover{
    background: #ff7e00 !important;
    border-color: #ff7e00 !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}
html body .footer-pro-skin .footer-social-moved a:hover::before{
    display: none !important;
}
html body .footer-pro-skin .footer-social-moved a i{
    font-size: 15px !important;
    color: inherit !important;
}

/* ── E) BAŞLIKLAR — soft, modern ─────────────────────────────────── */
html body .footer-pro-skin .footer-module-header-text{
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #222 !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
    margin: 0 0 18px !important;
    padding: 0 0 12px !important;
    border-bottom: 1px solid #e8e8e8;
    line-height: 1.4 !important;
    cursor: default;
    user-select: none;
}
html body .footer-pro-skin .footer-module-header-text i{
    font-size: 14px !important;
    margin-right: 6px !important;
    color: #ff7e00;
}

/* ── F) LİNKLER ──────────────────────────────────────────────────── */
html body .footer-pro-skin .footer-module-links-div{
    display: flex !important;
    flex-direction: column;
    gap: 0 !important;
}
html body .footer-pro-skin .footer-module-links-div a{
    display: inline-block !important;
    width: auto !important;
    margin: 0 0 8px !important;
    padding: 4px 0 !important;
    color: #555 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    transition: color .2s ease, padding-left .2s ease !important;
    position: relative;
}
html body .footer-pro-skin .footer-module-links-div a:hover{
    color: #ff7e00 !important;
    padding-left: 6px !important;
    text-decoration: none !important;
}
html body .footer-pro-skin .footer-module-links-div a:hover::before{
    content: '›';
    position: absolute;
    left: -2px;
    color: #ff7e00;
    font-weight: 700;
}
html body .footer-pro-skin .footer-module-links-div a i{
    font-size: 12px !important;
    margin-right: 5px !important;
    color: #aaa !important;
    width: 14px;
    text-align: center;
}

/* ── G) YASAL BİLGİLER KOLONU → TAM GENİŞLİK YATAY BANT ─────────── */
/* Son footer-4-area (Yasal Bilgiler) tek satır yatay bant olarak ayrılır */
html body .footer-pro-skin .footer-4-area:last-of-type{
    grid-column: 1 / -1 !important;
    margin: 24px 0 0 !important;
    padding: 22px 12px 4px !important;
    border-top: 1px solid #e8e8e8;
}
html body .footer-pro-skin .footer-4-area:last-of-type .footer-module-header-text{
    text-align: center;
    border-bottom: none !important;
    padding: 0 !important;
    margin: 0 0 12px !important;
    font-size: 11px !important;
    color: #888 !important;
}
html body .footer-pro-skin .footer-4-area:last-of-type .footer-module-header-text i{
    color: #ff7e00 !important;
    margin-right: 4px !important;
}
html body .footer-pro-skin .footer-4-area:last-of-type .footer-module-links-div{
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0 !important;
    align-items: center;
}
html body .footer-pro-skin .footer-4-area:last-of-type .footer-module-links-div a{
    margin: 0 !important;
    padding: 4px 12px !important;
    font-size: 12px !important;
    color: #666 !important;
    border-right: 1px solid #ddd;
    line-height: 1.2 !important;
}
html body .footer-pro-skin .footer-4-area:last-of-type .footer-module-links-div a:last-child{
    border-right: 0;
}
html body .footer-pro-skin .footer-4-area:last-of-type .footer-module-links-div a:hover{
    color: #ff7e00 !important;
    padding-left: 12px !important;
}
html body .footer-pro-skin .footer-4-area:last-of-type .footer-module-links-div a:hover::before{
    display: none;
}
/* Mobil yatay scroll yerine multi-line + ortalanmış */
html body .footer-pro-skin .footer-4-area:last-of-type .footer-module-links-div a i{
    display: none !important; /* Yatay satırda icon gereksiz */
}

/* ── H) iyzico TRUST BAND — light tema ──────────────────────────── */
html body .footer-pro-skin .sihir-iyzico-band{
    grid-column: 1 / -1 !important;
    margin: 12px 0 0 !important;
    padding: 18px 24px !important;
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 12px !important;
    text-align: center !important;
}
html body .footer-pro-skin .sihir-iyzico-band img{
    max-height: 44px !important;
}
html body .footer-pro-skin .sihir-iyzico-band > div{
    color: #666 !important;
    font-size: 12px !important;
    margin-top: 10px !important;
}
html body .footer-pro-skin .sihir-iyzico-band > div .fa-lock{
    color: #4caf50 !important;
}
html body .footer-pro-skin .sihir-iyzico-band > div strong{
    color: #222 !important;
}

/* ── I) BOTTOM STRIP — soft gri ─────────────────────────────────── */
.footer-pro-bottom{
    width: 100%;
    background: #f0f0f0;
    border-top: 1px solid #e0e0e0;
    padding: 16px 0;
}
.footer-pro-bottom-in{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.footer-pro-copy{
    font-size: 12px;
    color: #777;
    line-height: 1.5;
}
.footer-pro-copy strong{
    color: #222;
    font-weight: 600;
}
.footer-pro-pay{
    display: flex;
    align-items: center;
    gap: 14px;
}
.footer-pro-pay-label{
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.footer-pro-pay-icons{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555;
    font-size: 22px;
}
.footer-pro-pay-icons i{
    transition: color .2s ease;
}
.footer-pro-pay-icons i:hover{
    color: #ff7e00;
}

/* ── J) GERİ EN ÜSTE ─────────────────────────────────────────────── */
html body #return-to-top{
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    right: 24px !important;
    bottom: 84px !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.12) !important;
    transition: transform .2s ease !important;
}
html body #return-to-top:hover{
    transform: translateY(-3px) !important;
}

/* ── K) RESPONSIVE ──────────────────────────────────────────────── */

/* Tablet (992-1279) — 4 kolon korur ama gap azalır */
@media screen and (max-width:1279px) and (min-width:992px){
    html body .footer-pro-skin > .footer-module-inside-area{
        grid-template-columns: 1.4fr 1fr 1fr 1fr;
        gap: 32px 24px;
        padding: 48px 20px 24px !important;
    }
}

/* Tablet alt (768-991) — 3 kolon, logo full width */
@media screen and (max-width:991px) and (min-width:768px){
    html body .footer-pro-skin > .footer-module-inside-area{
        grid-template-columns: repeat(3, 1fr);
        gap: 28px 24px;
        padding: 40px 18px 22px !important;
    }
    html body .footer-pro-skin .footer-1-area{
        grid-column: 1 / -1;
        text-align: center;
    }
}

/* Mobile (≤767) — 1 kolon accordion */
@media screen and (max-width:767px){
    html body .footer-pro-skin > .footer-module-inside-area{
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        padding: 28px 16px 16px !important;
    }
    html body .footer-pro-skin .footer-1-area{
        text-align: center;
        padding: 0 0 18px !important;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 8px !important;
    }
    html body .footer-pro-skin .footer-4-area:not(:last-of-type){
        border-bottom: 1px solid #eee;
    }
    html body .footer-pro-skin .footer-4-area:not(:last-of-type) .footer-module-header-text{
        cursor: pointer !important;
        margin: 0 !important;
        padding: 14px 8px 14px 0 !important;
        border-bottom: 0;
        position: relative;
    }
    html body .footer-pro-skin .footer-4-area:not(:last-of-type) .footer-module-header-text::after{
        content: '+';
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 22px;
        font-weight: 300;
        color: #888;
    }
    html body .footer-pro-skin .footer-4-area:not(:last-of-type).is-open .footer-module-header-text::after{
        content: '−';
    }
    html body .footer-pro-skin .footer-4-area:not(:last-of-type) .footer-module-links-div{
        display: none !important;
        padding: 0 0 14px !important;
    }
    html body .footer-pro-skin .footer-4-area:not(:last-of-type).is-open .footer-module-links-div{
        display: flex !important;
    }
    /* Yasal bant mobile — wrap edilmiş yine de ortalı */
    html body .footer-pro-skin .footer-4-area:last-of-type{
        padding: 16px 8px 4px !important;
    }
    html body .footer-pro-skin .footer-4-area:last-of-type .footer-module-links-div a{
        padding: 3px 8px !important;
        font-size: 11px !important;
    }
    html body .footer-pro-skin .sihir-iyzico-band{
        padding: 14px 12px !important;
    }
    html body .footer-pro-skin .sihir-iyzico-band img{
        max-height: 32px !important;
    }
    /* Bottom strip mobile */
    .footer-pro-bottom-in{
        flex-direction: column;
        text-align: center;
        gap: 8px;
        padding: 0 16px;
    }
    .footer-pro-pay{
        justify-content: center;
    }
}
