/**
 * FOOTER PRO — mevcut .orvix-default-footer'ı profesyonel/bayigram kalitesine çıkaran
 * görsel katman. Yapı/markup korunur; sadece cila. footer.blade'den en son yüklenir
 * (head'deki orvix-default-footer.css'ten sonra) → eşit specificity'de kazanır.
 * İmza öğe: renkli iletişim kartları. Gerisi sakin, düzenli, koyu (#0b0d12 seamless).
 */
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer {
    --fpro-line: rgba(255, 255, 255, 0.08);
    --fpro-line-soft: rgba(255, 255, 255, 0.055);
    --fpro-panel: rgba(255, 255, 255, 0.028);
    --fpro-panel-hover: rgba(255, 255, 255, 0.055);
    --fpro-head: #f2f5fb;
    --fpro-text: rgba(255, 255, 255, 0.58);
    --fpro-faint: rgba(255, 255, 255, 0.4);
    --fpro-accent: var(--orvix-default-footer-primary, #2563eb);
    position: relative;
    background: #0b0d12;
}

/* Üstte ince ayraç (footer'ın başladığını belli eder — bayigram gibi) */
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__main {
    border-top: 1px solid var(--fpro-line);
    padding-top: clamp(2.6rem, 5vw, 4rem) !important;
    padding-bottom: clamp(2rem, 3.5vw, 3rem) !important;
}

/* ══ Ana grid: marka (geniş) + 4 kolon ══ */
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.7fr) repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(1.6rem, 3vw, 3.2rem) 2rem !important;
    align-items: start !important;
}

/* Marka */
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__brand {
    max-width: 20rem;
}
/* Marka ÜST bloğu (sekmeli nav'ın üstünde) — logo + tek satır açıklama, tam genişlik */
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__top {
    max-width: none;
    margin-bottom: clamp(1.2rem, 2.6vw, 1.9rem);
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__top .orvix-default-footer__brand-desc {
    max-width: 48rem;
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__brand-logo-img {
    height: 2.5rem;
    width: auto;
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__brand-desc {
    margin-top: 1rem;
    font-size: 0.87rem;
    line-height: 1.65;
    color: var(--fpro-text);
}

/* ══ Kolon başlıkları: aksan ikon + UPPERCASE etiket ══ */
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__column-title {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.05rem !important;
    padding: 0 !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: var(--fpro-head) !important;
    cursor: default;
    background: transparent !important;
    border: 0 !important;
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__column-title > i:first-child {
    font-size: 1rem;
    color: var(--fpro-accent);
    opacity: 1;
}
/* Masaüstünde akordeon chevron gizli (yalnız mobilde) */
html[data-orvix-theme="orvapro-neo"] .orvix-footer-acc__chev {
    display: none !important;
}

/* ══ Linkler: sade, marker yok, hover'da beyaz + hafif kayma ══ */
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__links {
    display: flex !important;
    flex-direction: column;
    gap: 0.62rem !important;
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__link {
    padding: 0 !important;
    font-size: 0.86rem !important;
    line-height: 1.35;
    color: var(--fpro-text) !important;
    text-decoration: none;
    transition: color 0.18s ease, transform 0.18s ease;
    background: transparent !important;
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__link::before,
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__link::marker {
    display: none !important;
    content: none !important;
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__link:hover {
    color: var(--fpro-head) !important;
    transform: translateX(3px);
}

/* ══ İLETİŞİM ŞERİDİ — renkli kartlar (İMZA ÖĞE) ══ */
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__contact-strip {
    margin-top: clamp(1.6rem, 3vw, 2.6rem);
    padding: clamp(1.5rem, 3vw, 2.2rem) 0;
    border-top: 1px solid var(--fpro-line-soft);
    border-bottom: 1px solid var(--fpro-line-soft);
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__contact-row {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__contact-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    gap: 0.8rem !important;
    flex: 1 1 auto;
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__contact-card {
    display: flex !important;
    align-items: center;
    gap: 0.8rem;
    padding: 0.72rem 0.9rem !important;
    border-radius: 0.85rem !important;
    background: var(--fpro-panel) !important;
    border: 1px solid var(--fpro-line) !important;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__contact-card:hover {
    background: var(--fpro-panel-hover) !important;
    transform: translateY(-2px);
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__contact-ic {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.7rem;
    font-size: 1.15rem;
    color: #fff;
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__contact-copy {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__contact-kicker {
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fpro-faint);
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__contact-value {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--fpro-head);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* İkon kutusu rengi türüne göre (bayigram: yeşil/mavi/cyan/amber) */
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__contact-card:has(.ri-whatsapp-fill) .orvix-default-footer__contact-ic {
    background: linear-gradient(150deg, #22c55e, #16a34a);
    box-shadow: 0 8px 18px -10px rgba(34, 197, 94, 0.6);
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__contact-card:has(.ri-phone-fill) .orvix-default-footer__contact-ic {
    background: linear-gradient(150deg, #2563eb, #1d4ed8);
    box-shadow: 0 8px 18px -10px rgba(37, 99, 235, 0.6);
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__contact-card:has(.ri-mail-fill) .orvix-default-footer__contact-ic {
    background: linear-gradient(150deg, #06b6d4, #0891b2);
    box-shadow: 0 8px 18px -10px rgba(6, 182, 212, 0.6);
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__contact-card:has(.ri-map-pin-2-fill) .orvix-default-footer__contact-ic {
    background: linear-gradient(150deg, #f59e0b, #d97706);
    box-shadow: 0 8px 18px -10px rgba(245, 158, 11, 0.6);
}

/* Sosyal butonlar (iletişim şeridinin sağı) */
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__contact-social {
    display: flex !important;
    gap: 0.55rem;
    flex: 0 0 auto;
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.7rem;
    background: var(--fpro-panel) !important;
    border: 1px solid var(--fpro-line) !important;
    color: var(--fpro-text) !important;
    font-size: 1.1rem;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__social-link:hover {
    background: var(--fpro-accent) !important;
    border-color: var(--fpro-accent) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

/* ══ ALT BAR — copyright + ödeme logoları ══ */
html[data-orvix-theme="orvapro-neo"] .orvix-footer-bottom {
    padding: 1.1rem 0 !important;
    border-top: 1px solid var(--fpro-line-soft) !important;
}
html[data-orvix-theme="orvapro-neo"] .orvix-footer-copyright {
    font-size: 0.8rem !important;
    color: var(--fpro-faint) !important;
}
/* Ödeme çipleri (why-us ile aynı: beyaz çip + logo) */
html[data-orvix-theme="orvapro-neo"] .orvix-footer-payments {
    gap: 0.5rem !important;
}
html[data-orvix-theme="orvapro-neo"] .orvix-footer-pay-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.75rem;
    padding: 0 0.5rem;
    border-radius: 0.4rem;
    background: #fff;
    box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.4);
}
html[data-orvix-theme="orvapro-neo"] .orvix-footer-pay-chip img {
    height: 1.05rem;
    width: auto;
    display: block;
}

/* ══ Responsive ══ */
@media (max-width: 1199.98px) {
    html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__grid {
        grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)) !important;
    }
    /* 5. kolonu (UNTERNEHMEN) alt satıra sarması için brand'i tam satır yapma;
       auto-flow ile son kolon alta düşer */
}
@media (max-width: 991.98px) {
    html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 1.4rem !important;
    }
    html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__brand {
        grid-column: 1 / -1;
        max-width: none;
    }
    /* Mobilde kolon başlığı akordeon → chevron geri gelsin */
    html[data-orvix-theme="orvapro-neo"] .orvix-footer-acc__chev {
        display: inline-flex !important;
        margin-left: auto;
    }
    html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__column-title {
        cursor: pointer;
    }
}
@media (max-width: 575.98px) {
    html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__grid {
        grid-template-columns: 1fr !important;
    }
    html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__contact-row {
        justify-content: center;
    }
    html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__contact-social {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__contact-card,
    html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__social-link,
    html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__link {
        transition: none;
    }
}

/* ══ GÜVEN ŞERİDİ (SSL · DSGVO · Sichere Zahlung · Käuferschutz · Sofort-Lieferung) ══ */
html[data-orvix-theme="orvapro-neo"] .orvix-footer-trust {
    border-top: 1px solid var(--fpro-line-soft);
    padding: 0.9rem 0;
}
html[data-orvix-theme="orvapro-neo"] .orvix-footer-trust__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.55rem 1.5rem;
}
html[data-orvix-theme="orvapro-neo"] .orvix-footer-trust__seal {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--fpro-text);
    white-space: nowrap;
}
html[data-orvix-theme="orvapro-neo"] .orvix-footer-trust__seal i {
    font-size: 1.06rem;
    color: var(--fpro-accent);
}

/* ══ ALT BAR: telif+şirket · DMCA · ödeme ══ */
html[data-orvix-theme="orvapro-neo"] .orvix-footer-bottom__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem 1.5rem;
    flex-wrap: wrap;
}
html[data-orvix-theme="orvapro-neo"] .orvix-footer-bottom__legal {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}
html[data-orvix-theme="orvapro-neo"] .orvix-footer-company {
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.34);
}
/* DMCA rozeti */
html[data-orvix-theme="orvapro-neo"] .orvix-footer-dmca {
    display: inline-flex;
    align-items: stretch;
    flex: 0 0 auto;
    border-radius: 0.4rem;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
    transition: transform 0.2s ease;
}
html[data-orvix-theme="orvapro-neo"] .orvix-footer-dmca:hover {
    transform: translateY(-1px);
}
html[data-orvix-theme="orvapro-neo"] .orvix-footer-dmca__tag {
    display: inline-flex;
    align-items: center;
    padding: 0.34rem 0.46rem;
    background: #16a34a;
    color: #fff;
}
html[data-orvix-theme="orvapro-neo"] .orvix-footer-dmca__txt {
    display: inline-flex;
    align-items: center;
    padding: 0.34rem 0.5rem;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.68);
    text-transform: uppercase;
}

/* ══ YUKARI-ÇIK butonu (kaydırınca belirir) ══ */
.orvix-scrolltop {
    position: fixed;
    right: 1.5rem;
    bottom: 6.3rem;
    z-index: 900;
    width: 2.9rem;
    height: 2.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0.9rem;
    background: var(--bs-primary, #2563eb);
    color: #fff;
    font-size: 1.35rem;
    cursor: pointer;
    box-shadow: 0 12px 28px -10px rgba(37, 99, 235, 0.7);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.9);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, background 0.2s ease;
}
.orvix-scrolltop.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.orvix-scrolltop:hover {
    background: #1d4ed8;
    transform: translateY(-2px) scale(1);
}
@media (max-width: 767.98px) {
    .orvix-scrolltop { right: 1rem; bottom: 5.6rem; width: 2.6rem; height: 2.6rem; font-size: 1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
    .orvix-scrolltop { transition: opacity 0.2s ease, visibility 0.2s ease; transform: none; }
    .orvix-scrolltop.is-visible { transform: none; }
}
