/* ============================================================
   Vie Life — Premium Footer
   ============================================================ */

/* === MEVCUT FOOTER YAZILARINI 2 TIK KÜÇÜLT === */
#footer,
footer#footer,
.footer-container {
    font-size: 13px !important;
}

#footer h3,
#footer .h3,
footer .footer-block h3,
.footer-container .links h3 {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .5px !important;
    text-transform: uppercase !important;
    color: #1a2a1f !important;
    margin-bottom: 14px !important;
}

#footer ul li,
#footer ul li a,
.footer-container .links li a,
.footer-container p,
.footer-container li,
#footer p {
    font-size: 13px !important;
    line-height: 1.7 !important;
    color: #4a5a4f !important;
}

#footer ul li a:hover,
.footer-container .links li a:hover {
    color: #1e6b3a !important;
    text-decoration: none !important;
}

/* === BİZİM VIELIFE FOOTER BÖLÜMÜ === */
.vlf-section {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 36px 0 24px;
    background: linear-gradient(135deg, #f0f7f2 0%, #e6f1ea 100%);
    border-top: 1px solid #d4e6db;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    overflow: hidden;
}

.vlf-section::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 16px;
    background:
        radial-gradient(circle at 10% 50%, #1e6b3a 1px, transparent 2px),
        radial-gradient(circle at 30% 50%, #2ea760 1px, transparent 2px),
        radial-gradient(circle at 50% 50%, #1e6b3a 1px, transparent 2px),
        radial-gradient(circle at 70% 50%, #2ea760 1px, transparent 2px),
        radial-gradient(circle at 90% 50%, #1e6b3a 1px, transparent 2px);
    opacity: .3;
    pointer-events: none;
}

.vlf-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 48px);
}

/* === ÜST: MARKA + APP BADGE'LER === */
.vlf-top {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    gap: 32px;
    margin-bottom: 24px;
}

.vlf-brand {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vlf-logo {
    max-height: 44px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.vlf-brand-name {
    font-size: 22px;
    font-weight: 800;
    color: #2563eb;
    letter-spacing: -.5px;
}
.vlf-brand-name em {
    font-style: normal;
    color: #1e6b3a;
}
.vlf-tagline {
    font-size: 12px;
    color: #4a5a4f;
    margin: 0;
    max-width: 360px;
    line-height: 1.5;
}

/* App badges */
.vlf-apps {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}
.vlf-apps-title {
    font-size: 11px;
    font-weight: 700;
    color: #1e6b3a;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.vlf-apps-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.vlf-app-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px 8px 12px;
    background: #1a2a1f;
    color: #fff !important;
    border-radius: 8px;
    text-decoration: none !important;
    transition: transform .25s, box-shadow .25s, background .25s;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.vlf-app-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(30,107,58,.25);
    background: #1e6b3a;
    color: #fff !important;
}
.vlf-app-icon {
    display: flex;
    align-items: center;
    color: #fff;
}
.vlf-app-android .vlf-app-icon svg path {
    /* Google Play renkleri zaten SVG'de */
}
.vlf-app-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.vlf-app-text small {
    font-size: 9px;
    opacity: .7;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.vlf-app-text strong {
    font-size: 13px;
    font-weight: 700;
}

/* === SOSYAL MEDYA ŞERİDİ === */
.vlf-social-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 0;
    border-top: 1px dashed #c8e0d2;
    border-bottom: 1px dashed #c8e0d2;
    margin-bottom: 20px;
}
.vlf-social-label {
    font-size: 12px;
    color: #4a5a4f;
    font-weight: 600;
    margin-right: 4px;
}
.vlf-social {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #1e6b3a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,.06);
    transition: transform .2s, background .2s, color .2s;
    text-decoration: none !important;
}
.vlf-social:hover {
    transform: translateY(-2px);
    background: #1e6b3a;
    color: #fff;
}
.vlf-social-ig:hover { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.vlf-social-wa:hover { background: #25d366; }
.vlf-social-mail:hover { background: #1e6b3a; }

/* === GÜVEN ROZETLERİ === */
.vlf-trust-band {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 16px;
    background: rgba(255,255,255,.6);
    border-radius: 10px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.vlf-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #1a2a1f;
    font-weight: 500;
}
.vlf-trust-icon {
    font-size: 18px;
    flex-shrink: 0;
}

/* === MOBİL === */
@media (max-width: 767px) {
    .vlf-top {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px;
    }
    .vlf-brand { align-items: center; }
    .vlf-tagline { max-width: 100%; text-align: center; }
    .vlf-apps { align-items: center; }
    .vlf-apps-row { justify-content: center; }
    .vlf-trust-band {
        grid-template-columns: repeat(2, 1fr);
    }
    .vlf-social-bar {
        flex-wrap: wrap;
    }
}
@media (max-width: 480px) {
    .vlf-trust-band {
        grid-template-columns: 1fr 1fr;
    }
    .vlf-app-btn { padding: 7px 12px; }
    .vlf-app-text strong { font-size: 12px; }
}

/* === FOOTER ALT COPYRIGHT BAND === */
.footer-container .copyright,
#footer .copyright {
    font-size: 11px !important;
    color: #7a8a7f !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(0,0,0,.05) !important;
    margin-top: 16px !important;
}
