/* ==========================================================================
   FOOTER 3 - ELITE ENTERPRISE / MULTI-COLUMN DIRECTORY & SERVICE TEMPLATE
   ========================================================================== */

.moovian-footer-v3,
.footer-elite-directory {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
    position: relative;
    border-top: 1px solid var(--f3-border-color, #e5e7eb) !important;
    background-color: var(--f3-bg-color, #ffffff) !important;
    color: var(--f3-text-color, #4b5563) !important;
    padding-top: 0 !important;
}

/* Eski tema style.css dosyasındaki .footer-3:after koyu mavi overlay ezici */
.moovian-footer-v3:after,
.moovian-footer-v3:before,
.footer-elite-directory:after,
.footer-elite-directory:before {
    display: none !important;
    content: none !important;
    background: none !important;
}

/* --------------------------------------------------------------------------
   1. ÜST AKSİYON & GÜVEN BANDI
   -------------------------------------------------------------------------- */
.f3-top-banner {
    padding: 24px 0;
    border-bottom: 1px solid var(--f3-border-color, #e5e7eb);
    background: rgba(125, 125, 125, 0.03);
}

.f3-brand-logo {
    max-height: 44px;
    width: auto;
    object-fit: contain;
}

.f3-brand-text-logo {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--f3-title-color, #111827) !important;
    text-decoration: none;
}

.f3-trust-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(11, 44, 93, 0.12);
    color: #0b2c5d;
    border: 1px solid rgba(11, 44, 93, 0.25);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 9999px;
}

.f3-pulse-dot {
    width: 7px;
    height: 7px;
    background-color: #0b2c5d;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(11, 44, 93, 0.7);
    animation: f3-pulse 2s infinite;
}

@keyframes f3-pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(11, 44, 93, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(11, 44, 93, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(11, 44, 93, 0); }
}

.f3-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 18px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--f3-border-color, #e5e7eb);
    background: rgba(125, 125, 125, 0.05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    color: var(--f3-title-color, #111827) !important;
}

.f3-action-btn:hover {
    transform: translateY(-2px);
    background: rgba(125, 125, 125, 0.12);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.f3-action-btn i {
    font-size: 20px;
}

.f3-phone-btn i {
    color: var(--f3-accent-color, #0c7ce5);
}

.f3-wa-btn i {
    color: #25d366;
}

.f3-btn-text small {
    display: block;
    font-size: 11px;
    color: var(--f3-text-color, #6b7280);
    opacity: 0.85;
    line-height: 1.1;
}

.f3-btn-text strong {
    font-size: 13.5px;
    color: var(--f3-title-color, #111827);
    letter-spacing: -0.01em;
}

/* --------------------------------------------------------------------------
   2. ANA DİZİN & HİZMET ALANI
   -------------------------------------------------------------------------- */
.f3-main-directory {
    padding: 50px 0;
}

/* Sol Tanıtım Kartı */
.f3-hero-card {
    background: rgba(125, 125, 125, 0.04);
    border: 1px solid var(--f3-border-color, #e5e7eb);
    border-radius: 16px;
    padding: 24px 22px;
}

.f3-card-title {
    font-size: 17px;
    font-weight: 800;
    color: var(--f3-title-color, #111827) !important;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.f3-card-desc {
    font-size: 13.5px;
    line-height: 1.65;
    color: var(--f3-text-color, #4b5563) !important;
    margin-bottom: 20px;
}

.f3-features-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px dashed var(--f3-border-color, #e5e7eb);
    padding-top: 16px;
}

.f3-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--f3-title-color, #111827) !important;
}

.f3-feature-item i {
    font-size: 14px;
    width: 16px;
    text-align: center;
}

/* Kolon Başlıkları */
.f3-heading-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--f3-border-color, #e5e7eb);
}

.f3-heading-text {
    font-size: 15px;
    font-weight: 700;
    color: var(--f3-title-color, #111827) !important;
    margin-bottom: 0;
    letter-spacing: -0.01em;
}

.f3-heading-badge {
    font-size: 11px;
    font-weight: 700;
    background: rgba(125, 125, 125, 0.12);
    color: var(--f3-title-color, #111827) !important;
    padding: 2px 7px;
    border-radius: 9999px;
}

/* Menü Link Listeleri */
.f3-nav-list li {
    margin-bottom: 9px;
}

.f3-nav-list li a {
    font-size: 13px;
    color: var(--f3-link-color, #374151) !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1.35;
}

.f3-arrow {
    font-size: 10px;
    opacity: 0;
    transform: translateX(-4px);
    transition: all 0.2s ease;
    color: var(--f3-accent-color, #0c7ce5);
}

.f3-nav-list li a:hover {
    color: var(--f3-link-hover-color, #0f172a) !important;
    font-weight: 600;
    transform: translateX(4px);
}

.f3-nav-list li a:hover .f3-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* "Tümünü Gör" Hap Butonu */
.f3-see-all-pill {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--f3-title-color, #111827) !important;
    text-decoration: none;
    padding: 6px 12px;
    background: rgba(125, 125, 125, 0.08);
    border-radius: 6px;
    transition: all 0.2s ease;
}

.f3-see-all-pill:hover {
    background: var(--f3-accent-color, #0c7ce5);
    color: #ffffff !important;
    transform: translateX(2px);
}

/* Hızlı Erişim Vurgulu Kolonu */
.f3-highlight-li a {
    font-weight: 600;
}

.f3-icon-badge {
    font-size: 14px;
}

/* --------------------------------------------------------------------------
   3. EN ALT ŞERİT (BOTTOM BAR)
   -------------------------------------------------------------------------- */
.f3-footer-bottom {
    padding: 18px 0;
    border-top: 1px solid var(--f3-border-color, #e5e7eb);
    background: rgba(125, 125, 125, 0.03);
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.f3-copy-line {
    font-size: 11px;
    color: var(--f3-text-color, #64748b) !important;
    line-height: 1.5;
    letter-spacing: 0.015em;
}

.f3-legal-item {
    font-size: 11px;
    font-weight: 500;
    color: var(--f3-text-color, #64748b) !important;
    text-decoration: none;
    letter-spacing: 0.015em;
    transition: color 0.2s ease;
}

.f3-legal-item:hover {
    color: var(--f3-link-hover-color, #0f172a) !important;
    text-decoration: none;
}

/* --------------------------------------------------------------------------
   RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
    .f3-main-directory {
        padding: 36px 0;
    }

    .f3-top-actions {
        margin-top: 8px;
    }
}

@media (max-width: 767.98px) {
    .f3-top-banner {
        padding: 18px 0;
    }

    .f3-brand-row {
        justify-content: center;
        text-align: center;
    }

    .f3-top-actions {
        width: 100%;
        justify-content: center;
    }

    .f3-action-btn {
        flex: 1 1 45%;
        justify-content: center;
    }
}