/**
 * Default tema — footer (istatistik şeridi + logo CTA + 4 menü + politika + alt bar).
 */
html[data-orvix-theme="orvapro-default"] .orvix-default-footer , html[data-orvix-theme="orvapro-neo"] .orvix-default-footer {
    --orvix-default-footer-primary: var(--bs-primary, #3762ea);
    --orvix-default-footer-bg: #0b0d12;
    --orvix-default-footer-panel: #151821;
    --orvix-default-footer-panel-2: #1a1e28;
    --orvix-default-footer-panel-3: #12151d;
    --orvix-default-footer-text: #ffffff;
    --orvix-default-footer-muted: rgba(255, 255, 255, 0.68);

    position: relative;
    background: var(--orvix-default-footer-bg);
    border-top: none;
    color: var(--orvix-default-footer-text);
    overflow: hidden;
}

html[data-orvix-theme="orvapro-default"] .orvix-footer.orvix-default-footer::before , html[data-orvix-theme="orvapro-neo"] .orvix-footer.orvix-default-footer::before {
    display: none !important;
    content: none !important;
}

html[data-orvix-theme="orvapro-default"] .orvix-default-footer::after , html[data-orvix-theme="orvapro-neo"] .orvix-default-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 32% 88% at -4% 50%, var(--orvix-primary-tint-14, rgba(55, 98, 234, 0.14)), transparent 70%),
        radial-gradient(ellipse 32% 88% at 104% 50%, var(--orvix-primary-tint-14, rgba(55, 98, 234, 0.14)), transparent 70%);
}

html[data-orvix-theme="orvapro-default"] .orvix-default-footer__main::before , html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__main::before {
    content: "";
    position: absolute;
    left: -18%;
    top: 0;
    bottom: 0;
    width: 52%;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(
            ellipse 66% 58% at 22% 35%,
            var(--orvix-primary-tint-28, rgba(55, 98, 234, 0.28)),
            transparent 62%
        ),
        radial-gradient(
            ellipse 58% 52% at 35% 68%,
            var(--orvix-primary-tint-14, rgba(55, 98, 234, 0.14)),
            transparent 66%
        );
}

html[data-orvix-theme="orvapro-default"] .orvix-default-footer__stats-wrap,
html[data-orvix-theme="orvapro-default"] .orvix-default-footer__main,
html[data-orvix-theme="orvapro-default"] .orvix-default-footer__bottom,
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__stats-wrap,
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__main,
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__bottom {
    position: relative;
    z-index: 1;
}

html[data-orvix-theme="orvapro-default"] .orvix-default-footer .container-fluid , html[data-orvix-theme="orvapro-neo"] .orvix-default-footer .container-fluid {
    max-width: 1320px !important;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
}

/* Stats bar — site genişliği içinde, tam ekran değil */
.orvix-default-footer__stats-wrap {
    padding: 1.35rem 0 0;
    background: #f4f6f8;
    border-bottom: 3px solid var(--orvix-default-footer-primary);
}

html[data-bs-theme="dark"] .orvix-default-footer__stats-wrap {
    background: #0b0d12;
}

.orvix-default-footer__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 0.15rem;
}

.orvix-default-footer__stat {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-height: 5.35rem;
    padding: 0.95rem 1.05rem;
    background: var(--orvix-default-footer-panel);
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.orvix-default-footer__stat:nth-child(3) {
    background: var(--orvix-default-footer-panel-2);
}

.orvix-default-footer__stat:last-child {
    border-right: none;
}

.orvix-default-footer__stat--primary {
    background: var(--orvix-default-footer-primary);
}

.orvix-default-footer__stat--support {
    background: var(--orvix-default-footer-panel-3);
    justify-content: flex-start;
    gap: 0.75rem;
}

.orvix-default-footer__stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 1.65rem;
    flex: 0 0 auto;
}


.orvix-default-footer__stat--support .orvix-default-footer__stat-copy {
    flex: 1 1 auto;
}

.orvix-default-footer__stat--support .orvix-default-footer__stat-action {
    margin-left: auto;
}

.orvix-default-footer__stat-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.orvix-default-footer__stat-kicker {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.25;
    opacity: 0.92;
}

.orvix-default-footer__stat-value {
    display: block;
    margin-top: 0.1rem;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.orvix-default-footer__stat--support .orvix-default-footer__stat-value {
    margin-top: 0;
    font-size: 0.88rem;
    line-height: 1.35;
}

.orvix-default-footer__stat-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    border: none;
    background: var(--orvix-default-footer-primary);
    color: #fff;
    text-decoration: none;
    flex: 0 0 auto;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.orvix-default-footer__stat-action:hover {
    transform: translateY(-1px);
    filter: brightness(1.06);
    color: #fff;
}

.orvix-default-footer__stat-action i {
    font-size: 1rem;
    line-height: 1;
}

/* Main grid */
.orvix-default-footer__main {
    padding: clamp(1.85rem, 3vw, 2.5rem) 0 clamp(1.35rem, 2.5vw, 1.85rem);
    background: linear-gradient(180deg, #10131a 0%, #0b0d12 100%);
}

.orvix-default-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.65rem);
}

.orvix-default-footer__brand-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.85rem;
    text-decoration: none;
}

.orvix-default-footer__brand-logo img,
.orvix-default-footer__brand-logo-img {
    max-width: 168px;
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Footer logosu: masaüstü header gibi her zaman beyaz */
html[data-orvix-theme="orvapro-default"] .orvix-default-footer__brand-logo img,
html[data-orvix-theme="orvapro-default"] .orvix-default-footer__brand-logo-img,
.orvix-default-footer__brand-logo-img--to-light,
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__brand-logo img,
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__brand-logo-img,
html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__brand-logo-img--to-light {
    filter: brightness(0) invert(1) saturate(0) contrast(1.05) !important;
    -webkit-filter: brightness(0) invert(1) saturate(0) contrast(1.05) !important;
}

.orvix-default-footer__brand-logo-text {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
}

.orvix-default-footer__brand-desc {
    margin: 0 0 1.1rem;
    max-width: 22rem;
    font-size: 0.84rem;
    line-height: 1.65;
    color: var(--orvix-default-footer-muted);
}

.orvix-default-footer__contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.65rem;
    padding: 0.55rem 1.15rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #7aa0f3 0%, var(--orvix-default-footer-primary) 100%);
    color: #fff;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px -14px var(--orvix-primary-tint-55, rgba(55, 98, 234, 0.55));
    transition: transform 0.15s ease, filter 0.15s ease;
}

.orvix-default-footer__contact-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
    color: #fff;
}

.orvix-default-footer__contact-strip {
    position: relative;
    z-index: 1;
    padding: 0.65rem 0 0.75rem;
    background: transparent;
}

.orvix-default-footer__contact-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.orvix-default-footer__contact-grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.85rem 1.1rem;
}

.orvix-default-footer__contact-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.55rem;
    flex: 0 0 auto;
}

.orvix-default-footer__contact-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.25rem 0.2rem;
    min-height: 0;
    border-radius: 0.75rem;
    text-decoration: none;
    color: #fff;
    background: transparent;
    box-shadow: none;
    border: none;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.orvix-default-footer__contact-card:hover {
    transform: translateY(-1px);
    opacity: 0.95;
    color: #fff;
}

.orvix-default-footer__contact-ic {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--orvix-default-footer-primary);
    border: 1px solid rgba(255, 255, 255, 0.10);
    flex: 0 0 auto;
}

.orvix-default-footer__contact-ic i {
    font-size: 1.15rem;
    line-height: 1;
}

.orvix-default-footer__contact-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.orvix-default-footer__contact-kicker {
    font-size: 0.72rem;
    font-weight: 600;
    opacity: 0.9;
    line-height: 1.2;
}

.orvix-default-footer__contact-value {
    margin-top: 0.1rem;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.orvix-default-footer__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1.15rem;
}

.orvix-default-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.6rem;
    color: #fff;
    background: var(--orvix-default-footer-primary);
    border: 1px solid rgba(255, 255, 255, 0.10);
    text-decoration: none;
    box-shadow: 0 14px 32px -22px var(--orvix-primary-tint-55, rgba(55, 98, 234, 0.55));
    transition: filter 0.15s ease, transform 0.15s ease;
}

.orvix-default-footer__social-link:hover {
    filter: brightness(1.07);
    transform: translateY(-1px);
}

.orvix-default-footer__social-link i {
    font-size: 1.15rem;
    line-height: 1;
}

.orvix-default-footer__column-title {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 1.05rem;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    list-style: none;
}

.orvix-default-footer__acc > summary.orvix-default-footer__column-title {
    margin-bottom: 0;
}

.orvix-default-footer__acc > summary.orvix-default-footer__column-title::-webkit-details-marker {
    display: none;
}

.orvix-default-footer__acc .orvix-footer-acc__chev {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.1rem;
}

.orvix-default-footer__acc[open] .orvix-default-footer__links {
    padding-top: 0.85rem;
}

.orvix-default-footer__column-title i {
    color: var(--orvix-default-footer-primary);
    font-size: 1.28rem;
    line-height: 1;
}

.orvix-default-footer__links {
    display: flex;
    flex-direction: column;
    gap: 0.58rem;
}

.orvix-default-footer__link {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: var(--orvix-default-footer-muted);
    font-size: 0.82rem;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.15s ease;
}

.orvix-default-footer__link::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    margin-top: 0.42rem;
    border-radius: 50%;
    background: var(--orvix-default-footer-primary);
    flex: 0 0 auto;
}

.orvix-default-footer__link:hover {
    color: #fff;
}

/* Bottom bar */
.orvix-default-footer__bottom {
    background: linear-gradient(180deg, #0d1016 0%, #0b0d12 100%);
    color: rgba(255, 255, 255, 0.72);
    padding: 0.7rem 0 0.95rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.orvix-default-footer__bottom-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 0.6rem 1rem;
}

.orvix-default-footer__copyright {
    margin: 0;
    font-size: 0.66rem;
    font-weight: 500;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.58);
}

.orvix-default-footer__payments {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem 0.6rem;
}

.orvix-default-footer__payments-label { display: none !important; }

.orvix-default-footer__payment-img {
    max-height: 18px;
    width: auto;
    object-fit: contain;
    opacity: 0.88;
}

.orvix-default-footer__bottom-img {
    max-height: 22px;
    width: auto;
    object-fit: contain;
    opacity: 0.9;
}

.orvix-default-footer__payment-item i {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1199.98px) {
    .orvix-default-footer__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }

    .orvix-default-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991.98px) {
    .orvix-default-footer__contact-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem 0.75rem;
        width: 100%;
        max-width: 100%;
        justify-content: stretch;
        align-items: stretch;
    }

    .orvix-default-footer__contact-row {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .orvix-default-footer__contact-card {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        gap: 0.45rem;
        width: 100%;
        min-width: 0;
        padding: 0.65rem 0.45rem;
    }

    .orvix-default-footer__contact-copy {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .orvix-default-footer__contact-kicker {
        font-size: 0.68rem;
    }

    .orvix-default-footer__contact-value {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        word-break: break-word;
        font-size: 0.78rem;
    }

    .orvix-default-footer__contact-ic {
        width: 2.5rem;
        height: 2.5rem;
    }

    .orvix-default-footer__contact-social {
        justify-content: center;
        width: 100%;
        margin-top: 0.35rem;
    }

    .orvix-default-footer__stats-wrap {
        padding-top: 0;
    }

    .orvix-default-footer__stats-wrap .container-fluid {
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .orvix-default-footer__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 0;
    }

    .orvix-default-footer__stat:nth-child(1) {
        grid-column: 1 / -1;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .orvix-default-footer__stat:nth-child(2) {
        border-right: 1px solid rgba(255, 255, 255, 0.05);
        border-bottom: none;
    }

    .orvix-default-footer__stat:nth-child(3) {
        border-right: none;
        border-bottom: none;
    }

    .orvix-default-footer__stat:nth-child(4) {
        grid-column: 1 / -1;
        border-right: none;
        border-bottom: 3px solid var(--orvix-default-footer-primary);
    }

    .orvix-default-footer__stat {
        min-height: 4.85rem;
        padding: 0.8rem 0.85rem;
    }

    .orvix-default-footer__stat-icon {
        font-size: 1.35rem;
    }

    .orvix-default-footer__stat-value {
        font-size: 0.84rem;
    }

    .orvix-default-footer__stat-kicker {
        font-size: 0.66rem;
    }

    .orvix-default-footer__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .orvix-default-footer__brand {
        grid-column: 1 / -1;
        margin-bottom: 0.35rem;
    }

    .orvix-default-footer__acc {
        padding: 0.35rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .orvix-default-footer__column:last-child .orvix-default-footer__acc {
        border-bottom: none;
    }

    .orvix-default-footer__acc > summary.orvix-default-footer__column-title {
        padding-bottom: 0.55rem;
        cursor: pointer;
    }

    .orvix-default-footer__acc[open] > summary.orvix-default-footer__column-title {
        margin-bottom: 0;
    }

    .orvix-default-footer__bottom-inner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .orvix-default-footer__payments {
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .orvix-default-footer__acc .orvix-footer-acc__chev {
        display: none;
    }

    .orvix-default-footer__acc > summary.orvix-default-footer__column-title {
        cursor: default;
        pointer-events: none;
    }
}

@media (max-width: 575.98px) {
    html[data-orvix-theme="orvapro-default"] .orvix-default-footer__main .container-fluid,
    html[data-orvix-theme="orvapro-default"] .orvix-default-footer__bottom .container-fluid,
    html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__main .container-fluid,
    html[data-orvix-theme="orvapro-neo"] .orvix-default-footer__bottom .container-fluid {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}
