/* ============================================================
 * FOOTER only
 * Kaynak: Yedek (yeniden adlandirilmis / birlestirilmis)
 * Kural: bu dosya yalnizca bu kategori alanina aittir
 * ============================================================ */

/* --- source: css/footer-components.css --- */
/* ============================================================
   SCROLL-TO-TOP â€” Sıfırdan Tasarım
   ============================================================ */
   .cd-top {
    display: none !important;
}
.progress-coresabarmp-btn {
    position: fixed;
    z-index: 9998;
    bottom: 28px;
    right: 28px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    outline: none;
    background: var(--theme-color-1-gradient);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7) translateY(12px);
    transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    left: auto !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress-coresabarmp-btn.coresabarmp-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0);
}
.progress-coresabarmp-btn:hover {
    transform: scale(1.08) translateY(-2px);
}
.progress-coresabarmp-btn:active {
    transform: scale(0.94);
}
.coresabarmp-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    pointer-events: none;
    overflow: visible;
}
.coresabarmp-circle-bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0.25);
    stroke-width: 3;
}
.coresabarmp-circle-progress {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.15s ease-out;
}
.coresabarmp-arrow-icon {
    position: relative;
    z-index: 1;
}
.coresabarmp-arrow-icon path {
    fill: #ffffff !important;
    stroke: none !important;
}
.coresabarmp-arrow-svg {
    position: relative;
    z-index: 2;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    display: block;
}
@media (max-width: 991px) {
    .progress-coresabarmp-btn {
        bottom: 108px;
        right: 16px;
        width: 46px;
        height: 46px;
    }
}
/* ══════════════════════════════════════════════════════════
   YAN SIDEBAR — Azureus tarzi profesyonel tasarim
   ══════════════════════════════════════════════════════════ */
:root {
    --ns-primary: var(--CoreV2-primary, var(--cv2-primary));
    --ns-active: var(--ns-primary);
    --ns-active-hover: var(--ns-primary);
    --ns-active-bg: rgba(255,255,255,0.1);
    --ns-bar-width: 4px;
    --ns-bar-height: 26px;
    --ns-frame-radius: 20px;
}
/* Ana konteyner — sabit, hafif asagida */
#sidebar.ns-sidebar,
[data-purpose="sidebar-navigation"] {
    position: fixed;
    top: calc(50% + 28px);
    left: max(14px, calc((100vw - var(--CoreV2-container-width, 1360px)) / 2 - 58px - 52px));
    transform: translateY(-50%);
    z-index: 9990;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background: transparent;
    padding: 16px 0;
    width: 86px;
}
/* Pill grup konteyneri — text-color / secondary (eski #1f2937 kaldırıldı) */
.ns-pill,
[data-purpose="sidebar-navigation"] .ns-pill {
    background: var(--cv2-panel, var(--CoreV2-panel, var(--CoreV2-secondary))) !important;
    background-image: none !important;
    border-radius: var(--ns-frame-radius);
    width: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
    position: relative;
    border: 1px solid rgba(255,255,255,0.05);
}
/* Ic cerceve */
.ns-pill::before {
    content: '';
    position: absolute;
    inset: 5px;
    border-radius: calc(var(--ns-frame-radius) - 5px);
    border: 1px solid rgba(255,255,255,0.04);
    pointer-events: none;
}
/* Ikon dugmeleri */
.ns-icon {
    color: #cbd5e1;
    transition: color 0.2s ease, background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
.ns-icon:hover {
    color: #ffffff;
    background-color: var(--ns-active-bg);
}
.ns-icon.active {
    background-color: var(--ns-active);
    color: #ffffff;
}
/* Aktif sayfa gostergesi — sol cubuk */
.ns-icon.active::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: var(--ns-bar-width);
    height: var(--ns-bar-height);
    border-radius: 3px;
    background: var(--ns-primary);
    z-index: 2;
}
/* Favicon logosu = Ana Sayfa linki */
.ns-icon.ns-icon-logo {
    z-index: 1;
}
.ns-favicon-img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    border-radius: 4px;
    display: block;
    /* Beyaz favicon (sidebar) */
    filter: brightness(0) invert(1);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.ns-icon-logo:hover .ns-favicon-img,
.ns-icon-logo.active .ns-favicon-img {
    filter: brightness(0) invert(1);
    opacity: 1;
    transform: scale(1.06);
}
/* HKI ikonlari — font tabanli */
.ns-icon i {
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
/* Bosluk doldurucu */
.ns-spacer {
    flex: 1 1 auto;
    min-height: 8px;
}
/* Avatar halkasi — cift cerceve */
.ns-avatar-ring {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cv2-panel, var(--CoreV2-panel, var(--CoreV2-secondary))) !important;
    background-image: none !important;
    text-decoration: none;
    margin-bottom: 4px;
    border: 2px solid var(--ns-primary);
    padding: 3px;
    transition: border-color 0.2s ease;
    z-index: 1;
}
.ns-avatar-ring:hover {
    border-color: var(--ns-primary);
}
.ns-avatar-ring.active {
    border-color: var(--ns-primary);
    box-shadow: 0 0 0 3px rgba(var(--cv2-primary-rgb), 0.25);
}
.ns-avatar-ring > img,
.ns-avatar-inner {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ns-avatar-inner {
    background: var(--ns-primary);
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    user-select: none;
}
.ns-avatar-img {
    object-fit: cover;
}
/* Sidebar sabit sagda, grid'in sag kenari ile ayni hizada */
#sidebar.ns-sidebar.ns-sidebar--panel {
    left: auto;
    right: max(14px, calc((100vw - var(--CoreV2-container-width, 1360px)) / 2 - 86px));
    top: calc(50% + 28px);
    transform: translateY(-50%);
}
/* Panel modunda aktif gostergesi sag tarafta */
#sidebar.ns-sidebar.ns-sidebar--panel .ns-icon.active::before {
    left: auto;
    right: -9px;
}
#sidebar.ns-sidebar.ns-sidebar--panel .ns-avatar-ring {
    width: 44px;
    height: 44px;
    margin-bottom: 2px;
    border-width: 1px;
    padding: 3px;
}
#sidebar.ns-sidebar.ns-sidebar--panel .ns-avatar-ring > img,
#sidebar.ns-sidebar.ns-sidebar--panel .ns-avatar-inner {
    width: 36px;
    height: 36px;
}
#sidebar.ns-sidebar.ns-sidebar--panel .ns-avatar-inner {
    font-size: 16px;
}
#sidebar.ns-sidebar.ns-sidebar--panel .ns-side-avatar-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}
#sidebar.ns-sidebar.ns-sidebar--panel .ns-side-avatar-wrapper .mp-user-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--ns-primary);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
#sidebar.ns-sidebar.ns-sidebar--panel .ns-side-avatar-wrapper .mp-status-indicator {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--cv2-success);
    border: 2px solid var(--cv2-panel, #1f2937);
}
.ns-login-chip {
    color: #cbd5e1;
    transition: color 0.2s ease, background-color 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 48px;
    min-height: 42px;
    border-radius: 15px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-size: 8.5px;
    font-weight: 700;
    line-height: 1.05;
    text-align: center;
    white-space: normal;
}
.ns-login-chip i {
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}
.ns-login-chip:hover,
.ns-login-chip.active {
    color: #ffffff;
    background-color: var(--ns-active-bg);
}
.ns-login-chip.active::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: var(--ns-bar-width);
    height: 18px;
    background: var(--ns-active);
    border-radius: 4px;
}
#sidebar.ns-sidebar.ns-sidebar--panel .ns-login-chip.active::before {
    left: auto;
    right: -9px;
}
/* Cikis ikonu */
.ns-logout-icon:hover {
    color: var(--cv2-danger) !important;
    background-color: rgba(var(--cv2-primary-rgb),0.15) !important;
}
/* Koyu mod */
[data-theme="dark"] .ns-pill {
    background: rgba(var(--CoreV2-primary-rgb), 0.08) !important;
    border: none;
    box-shadow: none;
}
[data-theme="dark"] .ns-pill::before {
    border-color: rgba(255,255,255,0.04);
}
[data-theme="dark"] .ns-icon {
    color: #a1a1aa;
}
[data-theme="dark"] .ns-icon:hover {
    color: #ffffff;
    background-color: rgba(255,255,255,0.08);
}
[data-theme="dark"] .ns-icon.active {
    background-color: var(--ns-active);
    color: #ffffff;
}
[data-theme="dark"] .ns-icon.active::before {
    background: var(--ns-active);
}
[data-theme="dark"] .ns-favicon-img {
    filter: brightness(0) invert(1);
}
[data-theme="dark"] .ns-icon-logo:hover .ns-favicon-img,
[data-theme="dark"] .ns-icon-logo.active .ns-favicon-img {
    filter: brightness(0) invert(1);
    opacity: 1;
}
[data-theme="dark"] .ns-avatar-ring {
    background: var(--cv2-panel, var(--CoreV2-panel, var(--CoreV2-secondary))) !important;
    background-image: none !important;
    border-color: rgba(255,255,255,0.2);
}
[data-theme="dark"] .ns-avatar-ring:hover {
    border-color: var(--ns-primary);
}
[data-theme="dark"] .ns-avatar-inner {
    background: var(--ns-primary);
    color: #ffffff;
}
/* Mobilde gizle */
@media (max-width: 991px) {
    #sidebar.ns-sidebar {
        display: none !important;
    }
}
/* Tema ayarları: masaüstü sidebar konumu */
body[data-sidebar-desktop="right"] #sidebar.ns-sidebar:not(.ns-sidebar--panel) {
    left: auto;
    right: max(14px, calc((100vw - var(--CoreV2-container-width, 1360px)) / 2 - 58px - 52px));
}
body[data-sidebar-desktop="right"] #sidebar.ns-sidebar:not(.ns-sidebar--panel) .ns-icon.active::before {
    left: auto;
    right: -9px;
}
body[data-sidebar-panel="left"] #sidebar.ns-sidebar.ns-sidebar--panel {
    left: max(14px, calc((100vw - var(--CoreV2-container-width, 1360px)) / 2 - 86px));
    right: auto;
}
body[data-sidebar-panel="left"] #sidebar.ns-sidebar.ns-sidebar--panel .ns-icon.active::before {
    left: -9px;
    right: auto;
}
body[data-sidebar-panel="right"] #sidebar.ns-sidebar.ns-sidebar--panel {
    left: auto;
    right: max(14px, calc((100vw - var(--CoreV2-container-width, 1360px)) / 2 - 86px));
}
body[data-sidebar-mobile-bar="0"] .corev2mbar-mobile-nav {
    display: none !important;
}
/* Mobil sepet badge - Masaüstünde gizli */
.corev2mbar-mobile-nav {
    display: none;
}
@media (max-width: 991px) {
    .corev2mbar-mobile-nav {
        display: flex;
    }
    /* Mobil Bottom Navigation Bar */
    .corev2mbar-mobile-nav {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 16px);
        max-width: 520px;
        height: 62px;
        background: var(--cv2-primary);
        border-radius: 22px 22px 0 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 16px 0 16px;
        z-index: 99999;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        border-top: 1px solid var(--corev2mbar-sep-color, rgba(255, 255, 255, 0.1));
        padding-bottom: env(safe-area-inset-bottom, 0px);
        box-shadow: none !important;
    }
    [data-theme="dark"] .corev2mbar-mobile-nav {
        background: #eef1f6;
        border-top-color: var(--corev2mbar-sep-color, rgba(var(--cv2-primary-rgb), 0.08));
    }
    /* Nav item */
    .corev2mbar-mobile-item {
        width: 48px;
        height: 48px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
        position: relative;
        text-decoration: none;
        color: var(--corev2mbar-icon-inactive, #94a3b8);
        font-size: 8px;
        font-weight: 500;
        line-height: 1;
        cursor: pointer;
        transition: 0.2s ease;
    }
    .corev2mbar-mobile-item + .corev2mbar-mobile-item {
        border-left: 1px solid var(--corev2mbar-sep-color, rgba(255, 255, 255, 0.1));
    }
    [data-theme="dark"] .corev2mbar-mobile-item {
        color: var(--corev2mbar-icon-inactive, #64748b);
    }
    [data-theme="dark"] .corev2mbar-mobile-item + .corev2mbar-mobile-item {
        border-left-color: var(--corev2mbar-sep-color, rgba(var(--cv2-primary-rgb), 0.08));
    }
    .corev2mbar-mobile-item i {
        font-size: 21px;
        display: block;
        line-height: 1;
        margin-bottom: 1px;
        font-weight: 300;
    }
    .corev2mbar-mobile-item span {
        letter-spacing: -0.15px;
    }
    /* Aktif item â€” sağ/sol çerçeve yok, sadece üst çizgi */
    .corev2mbar-mobile-item.corev2mbar-mobile-active {
        color: var(--CoreV2-primary, var(--cv2-primary));
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }
    .corev2mbar-mobile-item.corev2mbar-mobile-active:not(.corev2mbar-mobile-center)::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 50%;
        width: 13px;
        height: 2.4px;
        border-radius: var(--cv2-radius-input, 5px);
        transform: translateX(-50%);
        background: var(--CoreV2-primary, var(--cv2-primary));
        box-shadow: none !important;
        border: none !important;
    }
    .corev2mbar-mobile-item.corev2mbar-mobile-active + .corev2mbar-mobile-item {
        border-left-color: transparent !important;
    }
    [data-theme="dark"] .corev2mbar-mobile-item.corev2mbar-mobile-active {
        color: var(--CoreV2-primary, var(--cv2-primary));
    }
    [data-theme="dark"] .corev2mbar-mobile-item.corev2mbar-mobile-active:not(.corev2mbar-mobile-center)::before {
        background: var(--CoreV2-primary, var(--cv2-primary));
    }
    /* Hover */
    .corev2mbar-mobile-item:hover {
        filter: brightness(1.08);
        transform: translateY(0);
    }
    /* Center spacer */
    .corev2mbar-mobile-center-spacer {
        width: 50px;
        height: 52px;
        pointer-events: none;
    }
    /* Center floating button - SEPET */
    .corev2mbar-mobile-center {
        position: absolute;
        left: 50%;
        top: -18px;
        transform: translateX(-50%);
        z-index: 3;
        width: 54px;
        height: 74px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: var(--CoreV2-primary, var(--cv2-primary));
        font-size: 8px;
        font-weight: 600;
        line-height: 1;
        gap: 5px;
        cursor: pointer;
    }
    [data-theme="dark"] .corev2mbar-mobile-center {
        filter: none;
    }
    .corev2mbar-mobile-bubble {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        background: var(--CoreV2-primary, var(--cv2-primary));
        transition: transform 0.2s ease;
        position: relative;
    }
    /* SEPET BADGE - Mobil optimizasyonu */
    .corev2mbar-cart-badge {
        position: absolute;
        top: -6px;
        right: -6px;
        min-width: 22px;
        height: 22px;
        padding: 0 5px;
        background: var(--cv2-danger);
        color: #ffffff;
        font-size: 11px;
        font-weight: 700;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: none;
        pointer-events: none;
        z-index: 100;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    }
    /* SEPET DALGALANMA ANIMATIONU - Boşken */
    @keyframes cartWaveEmpty {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-3px); }
    }
    /* SEPET DALGALANMA ANIMATIONU - Doluyken (daha hızlı) */
    @keyframes cartWaveFull {
        0%, 100% { transform: translateY(0) scale(1); }
        25% { transform: translateY(-5px) scale(1.05); }
        50% { transform: translateY(0) scale(1); }
        75% { transform: translateY(-3px) scale(1.02); }
    }
    .corev2mbar-mobile-bubble.corev2mbar-cart-empty {
        animation: cartWaveEmpty 2s ease-in-out infinite;
    }
    .corev2mbar-mobile-bubble.corev2mbar-cart-full {
        animation: cartWaveFull 0.8s ease-in-out infinite;
    }
    .corev2mbar-mobile-center:hover .corev2mbar-mobile-bubble {
        transform: translateY(-2px) scale(1.04);
    }
    .corev2mbar-mobile-bubble i {
        font-size: 22px;
        color: #ffffff;
        line-height: 1;
        display: block;
        font-weight: 300;
    }
    .corev2mbar-mobile-center span {
        margin-top: 2px;
        color: var(--CoreV2-primary, var(--cv2-primary));
        text-shadow: 0 0 0 currentColor;
        font-size: 9px;
        font-weight: 600;
        letter-spacing: 0.02em;
    }
    [data-theme="dark"] .corev2mbar-mobile-center span {
        color: var(--CoreV2-primary, var(--cv2-primary));
    }
}
/* Mega menü sidebar'ın üstünde olsun */
.megahedars-mega-menu-container,
.megahedars-mega-menu-wrapper,
.CoreV2-drawer-submenu {
    z-index: 200 !important;
}
.CoreV2-main-menu > ul > li::after,
.CoreV2-main-menu > ul > li > a::after {
    display: none !important;
    content: none !important;
    border-bottom: none !important;
}
.megahedars-mega-menu-trigger::after {
    display: none !important;
    content: none !important;
    border-bottom: none !important;
}
.nav-link::after {
    display: none !important;
    content: none !important;
    border-bottom: none !important;
}
/* Menü hover/active altı çizgiyi kaldır */
.CoreV2-main-menu > ul > li:hover::after,
.CoreV2-main-menu > ul > li.active::after,
.CoreV2-main-menu > ul > li.current::after {
    display: none !important;
    opacity: 0 !important;
    height: 0 !important;
}
.dark-background-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.dark-background-wrapper:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.corefooter-site-footer {
    margin-bottom: 0 !important;
    padding-bottom: 8px !important;
}
:root {
    --ana-arkaplan: #111827;
    --kart-arkaplan: rgba(255, 255, 255, 0.06);
    --kart-arkaplan-koyu: #1f2937;
    --cerceve-arkaplan: #374151;
    --kenar-yuvarlakligi: 24px;
    --kenar-yuvarlakligi-kucuk: 16px;
    --golge-derin: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    --parlak-kenarlik: 1px solid rgba(255, 255, 255, 0.1);
    --parlak-kenarlik-aktif: 1px solid rgba(var(--CoreV2-primary-rgb), 0.5);
}
.dark-background-wrapper {
    position: relative;
    z-index: 9999;
    margin-top: 0;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}
body#home .dark-background-wrapper {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-top: -32px !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}
.dark-background-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d1117;
    background-image: 
        radial-gradient(ellipse 50% 60% at 15% 50%, rgba(var(--CoreV2-primary-rgb), 0.08), transparent 60%),
        radial-gradient(ellipse 50% 60% at 85% 50%, rgba(var(--CoreV2-primary-rgb), 0.08), transparent 60%),
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 100% 100%, 100% 100%, 40px 40px, 40px 40px;
    background-repeat: no-repeat, no-repeat, repeat, repeat;
    z-index: -2;
    border-top-left-radius: var(--cv2-radius-card-inner, 40px);
    border-top-right-radius: var(--cv2-radius-card-inner, 40px);
}
.dark-background-wrapper::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(var(--CoreV2-primary-rgb), 0.1), transparent 60%);
    border-radius: 50%;
    bottom: 0;
    right: -5%;
    z-index: -1;
    filter: blur(100px);
    pointer-events: none;
}
.corefooter-main-container {
    width: 100%;
    max-width: var(--CoreV2-container-width, 1300px);
    margin: 30px auto 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.corefooter-content-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    position: relative;
    margin-bottom: 5px;
}
.corefooter-glass-card {
    background: rgba(20, 20, 25, 0.55);
    border-radius: var(--kenar-yuvarlakligi);
    border: 1px solid rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(60px) saturate(200%);
    -webkit-backdrop-filter: blur(60px) saturate(200%);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s ease, border 0.4s ease;
    position: relative;
    z-index: 10;
    transform: translateY(0);
}
.corefooter-glass-card:hover {
    transform: translateY(-4px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.corefooter-sidebar {
    padding: 40px 35px;
    width: 360px;
    flex-shrink: 0;
    z-index: 12;
    transform: translateY(0);
    box-sizing: border-box;
    position: relative;
}
.corefooter-sidebar .corefooter-logo {
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.corefooter-sidebar .corefooter-logo img {
    width: 190px;
    margin-bottom: 5px;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.corefooter-sidebar .corefooter-logo a:hover img {
    opacity: 1;
    transform: scale(1.05);
}
.corefooter-sidebar-section {
    margin-bottom: 30px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.corefooter-sidebar-section:last-of-type {
    margin-bottom: 5px;
    padding-bottom: 0;
    border-bottom: none;
}
.corefooter-sidebar-section h2 {
    font-size: 18px;
    font-weight: var(--fw-semibold, 600);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.92);
}
.corefooter-sidebar-section h2 .corefooter-arrow-icon {
    color: var(--CoreV2-primary);
    margin-left: 12px;
    font-size: 22px;
    transition: transform 0.3s ease;
}
.corefooter-sidebar-section h2:hover .corefooter-arrow-icon {
    transform: translateX(5px);
}
.corefooter-sidebar-section p {
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.75;
    font-size: 14px;
}
.corefooter-contact-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.corefooter-contact-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.12);
    border: none;
    padding: 13px 15px;
    border-radius: var(--cv2-radius-input, 10px);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
}
.corefooter-contact-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 4px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
    border-radius: 0 4px 4px 0;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.corefooter-contact-card:hover::before {
    opacity: 1;
}
.corefooter-contact-card:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateX(4px);
}
.corefooter-card-icon {
    width: 48px;
    min-width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--cv2-radius-input, 12px);
    font-size: 20px;
    transition: all 0.3s ease;
}
.corefooter-contact-card:hover .corefooter-card-icon {
    transform: scale(1.08);
}
.corefooter-card-info {
    line-height: 20px;
    min-width: 0;
}
.corefooter-card-label {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-weight: var(--fw-medium, 500);
    font-size: 12px;
}
.corefooter-card-value {
    display: block;
    font-weight: var(--fw-semibold, 600);
    font-size: 15px;
    color: #ffffff;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.corefooter-card-value-wrap {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    line-height: 1.5;
    font-size: 13px;
}
.corefooter-card-whatsapp {
    border: none;
    background: rgba(var(--cv2-primary-rgb), 0.06);
}
.corefooter-card-whatsapp::before {
    display: none;
}
.corefooter-card-whatsapp .corefooter-card-icon {
    background: rgba(var(--cv2-primary-rgb), 0.18);
    color: var(--cv2-primary);
    animation: corefooter-wa-pulse 2s ease-in-out infinite;
}
.corefooter-card-whatsapp:hover {
    background: rgba(var(--cv2-primary-rgb), 0.12);
}
@keyframes corefooter-wa-pulse {
    0%,
    100% {
    }
    50% {
    }
}
.corefooter-main-content {
    flex-grow: 1;
    min-width: 0;
    padding: 30px;
    z-index: 5;
    box-sizing: border-box;
    overflow: visible;
}
.corefooter-notification-bar {
    background: var(--theme-color-1-gradient);
    color: rgba(255, 255, 255, 0.92);
    border-radius: var(--cv2-radius-card, 20px);
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: -48px;
    margin-bottom: -18px;
    gap: 24px;
    flex-wrap: wrap;
    overflow: visible;
}
.corefooter-notification-bar::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30px;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    pointer-events: none;
}
.corefooter-notification-bar::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -20px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    pointer-events: none;
}
.corefooter-notification-bar .corefooter-content-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.corefooter-notification-bar .corefooter-text,
.corefooter-notification-bar .corefooter-nl-intro {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1;
    flex: 0 1 auto;
    flex-shrink: 0;
    min-width: 220px;
}
.corefooter-notification-bar .corefooter-nl-copy {
    flex: 1 1 auto;
    min-width: 0;
}
.corefooter-notification-bar .corefooter-text .corefooter-newsletter-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: var(--cv2-radius-card, 14px);
    font-size: 22px;
    flex-shrink: 0;
}
.corefooter-notification-bar .corefooter-text h3,
.corefooter-notification-bar .corefooter-nl-title {
    font-size: 18px;
    font-weight: var(--fw-semibold, 600);
    margin: 0;
    letter-spacing: -0.2px;
    color: rgba(255, 255, 255, 0.92);
}
.corefooter-notification-bar .corefooter-text p,
.corefooter-notification-bar .corefooter-nl-desc {
    font-size: 14px;
    opacity: 0.85;
    margin: 4px 0 0 0;
    font-weight: var(--fw-light, 300);
    color: rgba(255, 255, 255, 0.92);
}
#newsletter_email {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
    min-width: 250px;
    position: relative;
    z-index: 1;
}
#newsletter_email .input-group {
    display: flex;
    gap: 8px;
    align-items: stretch;
    background: rgba(0, 0, 0, 0.18);
    border-radius: var(--cv2-radius-card, 14px);
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.3s ease;
}
#newsletter_email .input-group:focus-within {
    border-color: rgba(255, 255, 255, 0.3);
}
#newsletter_email input[type="text"],
#newsletter_email input[type="email"],
#newsletter_email input[name="email"] {
    flex-grow: 1;
    border: none;
    background: transparent;
    border-radius: var(--cv2-radius-input, 10px);
    padding: 12px 16px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.92);
    outline: none;
    min-width: 0;
}
#result_dns {
    width: auto !important;
    font-size: inherit !important;
}
#newsletter_email input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.aboneolbtn {
    border: none;
    background: rgba(255, 255, 255, 0.92);
    color: var(--CoreV2-primary);
    font-size: var(--cv2-font-size-button, 14px);
    font-weight: var(--fw-button, 600);
    border-radius: var(--cv2-radius-btn, 10px);
    transition: all 0.3s ease;
    padding: 12px 22px;
    min-width: 110px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
}
#newsletter_submit_btn.aboneolbtn,
#newsletter_submit_btn.cv2-newsletter-btn {
    background: #ffffff !important;
    color: var(--CoreV2-primary, var(--cv-primary, var(--cv2-primary))) !important;
    opacity: 1 !important;
    font-weight: var(--fw-button, 600) !important;
    box-shadow: none !important;
}
.aboneolbtn:hover,
#newsletter_submit_btn.aboneolbtn:hover,
#newsletter_submit_btn.cv2-newsletter-btn:hover {
    background-color: #f8fafc !important;
    color: var(--CoreV2-primary, var(--cv-primary, var(--cv2-primary))) !important;
    transform: scale(1.03);
}
#newsletter_submit_inactive,
.cv2-newsletter-btn--inactive {
    opacity: 0.5;
    cursor: not-allowed;
}
#newsletter_gdpr {
    font-size: var(--cv2-font-size-button, 12px);
    color: rgba(255, 255, 255, 0.65);
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 6px;
}
#newsletter_gdpr a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: underline;
}
#newsletter_gdpr input {
    accent-color: #ffffff;
    width: 16px;
    height: 16px;
}
.corefooter-tabs-container {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}
.corefooter-tabs {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.04);
    padding: 6px;
    border-radius: var(--cv2-radius-card, 14px);
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.corefooter-tab-btn {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.65);
    font-size: var(--cv2-font-size-button, 15px);
    font-weight: var(--fw-medium, 500);
        padding: 12px 28px;
    border-radius: var(--cv2-radius-input, 10px);
    transition: all 0.3s ease;
    white-space: nowrap;
}
.corefooter-tab-btn:hover:not(.active) {
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.06);
}
.corefooter-tab-btn.active {
    color: rgba(255, 255, 255, 0.92);
    background: var(--theme-color-1-gradient);
}
.corefooter-tab-content {
    display: none;
}
.corefooter-tab-content.active {
    display: block;
    animation: corefooter-fadeIn 0.4s ease-out;
}
.corefooter-show-more-btn {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--cv2-radius-input, 10px);
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: var(--fw-medium, 500);
        transition: all 0.3s ease;
}
.corefooter-show-more-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}
.corefooter-show-more-btn svg {
    transition: transform 0.3s ease;
}
.corefooter-show-more-btn.corefooter-expanded svg {
    transform: rotate(180deg);
}
.corefooter-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}
.corefooter-service-item {
    background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
    border-radius: var(--cv2-radius-card, 14px);
    padding: 18px 20px;
    color: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-decoration: none;
}
/* Dark mode: base theme tokens yeterli */
.corefooter-service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    min-width: 52px;
    height: 52px;
    background: rgba(var(--CoreV2-primary-rgb), 0.1);
    color: var(--CoreV2-primary);
    border-radius: var(--cv2-radius-input, 14px);
    font-size: 22px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
.corefooter-service-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.corefooter-service-text strong {
    font-size: 14px;
    font-weight: var(--fw-semibold, 600);
    color: rgba(255, 255, 255, 0.92);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.corefooter-service-text span {
    font-size: 12px;
    font-weight: var(--fw-light, 300);
    color: rgba(255, 255, 255, 0.65);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.corefooter-service-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(var(--CoreV2-primary-rgb), 0.25);
    transform: translateY(-2px);
}
.corefooter-service-item:hover .corefooter-service-icon {
    background: var(--theme-color-1-gradient);
    color: #ffffff;
    transform: scale(1.08);
}
.corefooter-service-item:hover .corefooter-service-text strong {
    color: #ffffff;
}
.corefooter-panel-footer {
    margin-top: 35px;
    padding: 24px 0 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.corefooter-social-icons {
    display: flex;
    gap: 8px;
    align-items: center;
}
.corefooter-social-icon {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--cv2-radius-input, 12px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}
.corefooter-social-icon:hover {
    transform: translateY(-3px);
    color: #ffffff;
}
.corefooter-social-icon[data-social="facebook"]:hover {
    background: var(--cv2-primary);
    border-color: var(--cv2-primary);
}
.corefooter-social-icon[data-social="twitter"]:hover,
.corefooter-social-icon[data-social="x"]:hover {
    background: #000000;
    border-color: #333333;
}
.corefooter-social-icon[data-social="instagram"]:hover {
    background: linear-gradient(45deg, var(--cv2-primary), var(--cv2-primary), var(--cv2-primary), var(--cv2-primary), var(--cv2-primary));
    border-color: var(--cv2-primary);
}
.corefooter-social-icon[data-social="youtube"]:hover {
    background: var(--cv2-primary);
    border-color: var(--cv2-primary);
}
.corefooter-social-icon[data-social="linkedin"]:hover {
    background: var(--cv2-primary);
    border-color: var(--cv2-primary);
}
.corefooter-social-icon[data-social="telegram"]:hover {
    background: var(--cv2-primary);
    border-color: var(--cv2-primary);
}
.corefooter-social-icon[data-social="whatsapp"]:hover {
    background: var(--cv2-primary);
    border-color: var(--cv2-primary);
}
.corefooter-social-icon[data-social="discord"]:hover {
    background: var(--cv2-primary);
    border-color: var(--cv2-primary);
}
.corefooter-social-icon[data-social="tiktok"]:hover {
    background: #000000;
    border-color: var(--cv2-primary);
}
.corefooter-social-icon[data-social="pinterest"]:hover {
    background: var(--cv2-primary);
    border-color: var(--cv2-primary);
}
.corefooter-social-icon[data-social="github"]:hover {
    background: #333333;
    border-color: #555555;
}
.corefooter-social-icon[data-social="default"]:hover {
    background: var(--theme-color-1-gradient);
    border-color: var(--CoreV2-primary);
}
.corefooter-legal-logos {
    display: flex;
    align-items: center;
    gap: 14px;
}
.corefooter-legal-logos a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 18px;
    border-radius: var(--cv2-radius-input, 12px);
    background: rgba(255, 255, 255, 0.04);
    border: 1px dashed rgba(255, 255, 255, 0.12);
    transition: all 0.3s ease;
    text-decoration: none;
}
.corefooter-legal-logos a:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}
.corefooter-legal-logos img {
    height: 55px;
    opacity: 0.75;
    transition: all 0.3s ease;
    filter: grayscale(20%);
}
.corefooter-legal-logos a:hover img {
    opacity: 1;
    filter: grayscale(0%);
}
.corefooter-copyright-section {
    margin-top: 20px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--cv2-radius-input, 8px);
    text-align: center;
}
.corefooter-copyright-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6;
    letter-spacing: 0.3px;
}
.corefooter-copyright-text::before {
    display: none;
}
.corefooter-copyright-text strong {
    color: rgba(255, 255, 255, 0.7);
    font-weight: var(--fw-semibold, 600);
}
.corefooter-copyright-text a {
    color: var(--CoreV2-primary);
    text-decoration: none;
    transition: all 0.3s ease;
}
.corefooter-copyright-text a:hover {
    color: rgba(var(--CoreV2-primary-rgb), 0.8);
    text-decoration: underline;
}
.corefooter-bottom-band {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.corefooter-bottom-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.corefooter-branding-hub {
    display: inline-flex;
    align-items: center;
    background: rgba(var(--CoreV2-primary-rgb), 0.08);
    padding: 8px 18px;
    border-radius: var(--cv2-radius-btn, 10px);
    border: 1px dashed rgba(var(--CoreV2-primary-rgb), 0.2);
    transition: all 0.3s ease;
}
.corefooter-branding-hub:hover {
    background: rgba(var(--CoreV2-primary-rgb), 0.14);
}
.kdv-badge {
    color: var(--CoreV2-primary);
    font-size: 12px;
    font-weight: var(--fw-semibold, 600);
    white-space: nowrap;
}
.kdv-badge i {
    margin-right: 6px;
}
.corefooter-bottom-links {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.corefooter-bottom-links a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: var(--cv2-font-size-button, 12px);
    padding: 5px 12px;
    border-radius: var(--cv2-radius-btn, 10px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s ease;
}
.corefooter-bottom-links a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
}
.corefooter-payment-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-left: 1px dashed rgba(255, 255, 255, 0.1);
    border-right: 1px dashed rgba(255, 255, 255, 0.1);
    margin: 0 10px;
}
.corefooter-payment-image img {
    max-height: 40px;
    width: auto;
    opacity: 0.8;
    transition: all 0.3s ease;
    filter: grayscale(20%);
}
.corefooter-payment-image img:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.05);
}
.corefooter-brand-wrapper {
    display: inline;
}
.corefooter-brand-wrapper #wisecp_brand,
.corefooter-brand-wrapper #wisecp_brand[style] {
    display: inline !important;
    color: #ffffff !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    text-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
.corefooter-brand-wrapper #wisecp_brand a,
.corefooter-brand-wrapper #wisecp_brand[style] a,
.corefooter-brand-wrapper #wisecp_brand a[style] {
    color: #ffffff !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    text-shadow: none !important;
    text-decoration: none !important;
}
@media (max-width:1200px) {
    .corefooter-content-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
    }
    .corefooter-sidebar {
        width: 100%;
        max-width: none;
        order: 1;
        margin-top: 0;
        transform: translateY(0);
    }
    .corefooter-main-content {
        width: 100%;
        order: 2;
        margin-top: 0;
        transform: translateY(0);
    }
    .corefooter-services-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .corefooter-notification-bar {
        flex-direction: column;
        text-align: center;
        top: -36px;
        margin-bottom: -12px;
    }
    .corefooter-notification-bar .corefooter-text {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width:992px) {
    .corefooter-site-footer {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .corefooter-left,
    .corefooter-right {
        justify-content: center;
        width: 100%;
        text-align: center;
    }
    .corefooter-right {
        flex-wrap: wrap;
    }
    .corefooter-branding-hub {
        order: -1;
    }
    .corefooter-right a:not(:last-child)::after {
        content: '';
        margin-left: 0;
    }
    .corefooter-payment-image {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width:768px) {
    .dark-background-wrapper::before {
        border-top-left-radius: var(--cv2-radius-card-inner, 50px);
        border-top-right-radius: var(--cv2-radius-card-inner, 50px);
    }
    .dark-background-wrapper::after {
        display: none;
    }
    .corefooter-main-container {
        padding: 20px 15px;
    }
    .corefooter-sidebar {
        padding: 20px 15px;
        overflow: hidden;
        max-width: 100%;
        box-sizing: border-box;
    }
    .corefooter-main-content {
        padding: 20px 15px;
        overflow: visible;
        max-width: 100%;
        box-sizing: border-box;
    }
    .corefooter-sidebar {
        margin-top: 0;
        transform: none;
        margin-bottom: 20px;
    }
    .corefooter-main-content.corefooter-glass-card {
        margin-top: 0;
        transform: none;
        margin-bottom: 20px;
    }
    .corefooter-content-wrapper {
        margin-bottom: 5px;
    }
    .corefooter-notification-bar {
        top: -28px;
        margin-bottom: -8px;
        padding: 20px 16px;
        flex-direction: column;
        align-items: stretch;
        text-align: left;
        gap: 14px;
    }
    .corefooter-notification-bar .corefooter-text,
    .corefooter-notification-bar .corefooter-nl-intro {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        width: 100%;
        min-width: 0;
        gap: 12px;
    }
    .corefooter-notification-bar .corefooter-nl-copy {
        flex: 1 1 auto;
        min-width: 0;
    }
    .corefooter-notification-bar .corefooter-nl-title,
    .corefooter-notification-bar .corefooter-text h3 {
        font-size: 16px;
        line-height: 1.35;
    }
    .corefooter-notification-bar .corefooter-nl-desc,
    .corefooter-notification-bar .corefooter-text p {
        font-size: 13px;
        margin-top: 4px;
    }
    #newsletter_email {
        width: 100%;
        min-width: 0;
        flex-grow: 0;
    }
    #newsletter_email .input-group {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 8px;
    }
    #newsletter_email .input-group input[type="text"],
    #newsletter_email .input-group input[type="email"] {
        width: 100%;
        min-width: 0;
    }
    #newsletter_email .aboneolbtn {
        width: 100%;
        justify-content: center;
    }
    #newsletter_email .gonderbtn {
        width: 100%;
        justify-content: center;
    }
    .corefooter-notification-bar .corefooter-newsletter-icon {
        width: 42px;
        min-width: 42px;
        height: 42px;
        font-size: 18px;
    }
    .corefooter-site-footer {
        padding-bottom: 10px;
    }
    .corefooter-tabs-container {
        overflow: visible;
        padding: 0 2px 6px;
        margin-bottom: 12px;
    }
    .corefooter-tabs-container::-webkit-scrollbar {
        display: none;
    }
    .corefooter-tabs {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 4px;
        gap: 8px;
        border-radius: var(--cv2-radius-btn, 10px);
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.06);
    }
    .corefooter-tabs::-webkit-scrollbar {
        display: none;
    }
    .corefooter-tab-btn {
        flex: 0 0 auto;
        font-size: var(--cv2-font-size-button, 13px);
        font-weight: 500;
        padding: 10px 16px;
        min-height: 40px;
        border-radius: var(--cv2-radius-btn, 10px);
        text-align: center;
        white-space: nowrap;
    }
    .corefooter-services-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .corefooter-services-grid .corefooter-service-item:nth-child(n+7) {
        display: none;
    }
    .corefooter-services-grid.corefooter-expanded .corefooter-service-item:nth-child(n+7) {
        display: flex;
    }
    .corefooter-panel-footer {
        justify-content: center;
        text-align: center;
    }
    .corefooter-show-more-btn {
        display: flex;
    }
    .corefooter-service-item {
        padding: 16px 14px;
        gap: 14px;
        width: 100%;
        box-sizing: border-box;
    }
    .corefooter-service-icon {
        width: 48px;
        min-width: 46px;
        height: 46px;
        font-size: 20px;
        border-radius: var(--cv2-radius-input, 12px);
    }
    .corefooter-service-text strong {
        font-size: 13px;
    }
    .corefooter-service-text span {
        font-size: 11px;
    }
    #newsletter_email .input-group {
        flex-direction: column;
    }
    .corefooter-bottom-band {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .corefooter-bottom-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .corefooter-bottom-links {
        gap: 4px;
    }
    .corefooter-payment-image {
        padding: 8px 12px;
        margin: 0 5px;
    }
    .corefooter-payment-image img {
        max-height: 32px;
    }
    .corefooter-copyright-section {
        padding: 12px;
        margin-top: 16px;
    }
    .corefooter-copyright-text {
        font-size: 10px;
        gap: 6px;
    }
    .corefooter-copyright-text::before {
        width: 18px;
        height: 18px;
        font-size: 9px;
    }
    .dark-background-wrapper {
        overflow: visible;
        margin-top: 0;
    }
}
@media (max-width:480px) {
    .corefooter-services-grid {
        gap: 6px;
    }
    .corefooter-tab-btn {
        padding: 8px 16px;
        font-size: var(--cv2-font-size-button, 14px);
    }
    .corefooter-tab-btn.active {
        padding: 10px 24px;
    }
}
@keyframes corefooter-fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes shadow-pulse {
    0% {
    }
    70% {
    }
    100% {
    }
}
.corefooter-dns-server-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.corefooter-info-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.corefooter-info-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: var(--fw-medium, 500);
    color: rgba(255, 255, 255, 0.6);
}
.corefooter-info-label i {
    color: var(--CoreV2-primary);
    font-size: 14px;
    width: 16px;
    text-align: center;
}
.corefooter-info-values {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.corefooter-dns-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--cv2-radius-input, 8px);
    transition: all 0.2s ease;
}
.corefooter-dns-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(var(--CoreV2-primary-rgb), 0.2);
}
.corefooter-dns-item span {
    font-family: 'Courier New', monospace;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: var(--fw-medium, 500);
}
.corefooter-copy-btn {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--CoreV2-primary);
    cursor: pointer;
    padding: 4px 6px;
    font-size: var(--cv2-font-size-button, 10px);
    opacity: 0.7;
    border-radius: var(--cv2-radius-input, 4px);
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.corefooter-copy-btn:hover {
    opacity: 1;
    background: rgba(var(--CoreV2-primary-rgb), 0.1);
    border-color: rgba(var(--CoreV2-primary-rgb), 0.2);
}
.corefooter-server-status,
.corefooter-system-status {
    display: flex;
    align-items: center;
    gap: 8px;
}
.corefooter-status-badge {
    display: inline-block;
    padding: 2px 6px;
    border-radius: var(--cv2-radius-input, 6px);
    font-size: 9px;
    font-weight: var(--fw-semibold, 600);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.corefooter-status-online {
    background: rgba(var(--cv2-primary-rgb), 0.15);
    color: var(--cv2-success);
}
.corefooter-status-active {
    background: rgba(var(--CoreV2-primary-rgb), 0.15);
    color: var(--CoreV2-primary);
}
.corefooter-ip-address {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: var(--fw-medium, 500);
}
.corefooter-status-text {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: var(--fw-body, 400);
}
.corefooter-dns-center-inline {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    min-width: 0;
}
.corefooter-dns-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: var(--fw-semibold, 600);
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 16px;
    text-align: center;
    justify-content: center;
}
.corefooter-dns-title i {
    color: var(--CoreV2-primary);
    font-size: 18px;
}
.corefooter-dns-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.corefooter-dns-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--cv2-radius-card, 20px);
    transition: all 0.2s ease;
}
.corefooter-dns-item:hover {
    border-color: rgba(var(--CoreV2-primary-rgb), 0.4);
    background: rgba(255, 255, 255, 0.05);
}
.corefooter-dns-item span {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: var(--fw-medium, 500);
    white-space: nowrap;
}
.corefooter-dns-copy {
    background: none;
    border: none;
    color: var(--CoreV2-primary);
    cursor: pointer;
    padding: 4px 6px;
    font-size: 10px;
    opacity: 0.7;
    border-radius: var(--cv2-radius-input, 4px);
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.corefooter-dns-copy:hover {
    opacity: 1;
    background: rgba(var(--CoreV2-primary-rgb), 0.1);
}
@media (max-width: 768px) {
    .corefooter-dns-section {
        padding: 12px 0;
    }
    .corefooter-dns-title {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .corefooter-dns-items {
        gap: 10px;
    }
    .corefooter-dns-item {
        padding: 6px 10px;
        border-radius: var(--cv2-radius-card, 16px);
    }
    .corefooter-dns-item span {
        font-size: 11px;
    }
}
.wise-brand-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: bold;
    user-select: text;
    pointer-events: auto;
    margin-right: 5px;
}
@media (min-width:992px) {
    html,
    body,
    body#home {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}
/* ============================================================
   DNS Elektrik Hattı Tasarımı
   ============================================================ */
.dns-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: -14px auto 0;
    padding: 0;
}
.dns-hub {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 5px 16px 5px 6px;
    background: rgba(var(--CoreV2-primary-rgb), 0.08);
    border: 1px solid rgba(var(--CoreV2-primary-rgb), 0.18);
    border-radius: var(--cv2-radius-card, 20px);
    z-index: 2;
}
.dns-hub-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--theme-color-1-gradient);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    animation: dns-pulse 2.5s ease-in-out infinite alternate;
}
.dns-hub-icon svg { stroke: #ffffff; fill: none; }
.dns-hub-label {
    font-size: 10px;
    font-weight: var(--fw-bold, 700);
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.5px;
}
@keyframes dns-pulse {
    0%   { }
    100% { }
}
.dns-cable-svg {
    width: 100%;
    height: 40px;
    display: block;
    overflow: visible;
}
.dns-energy {
    stroke: var(--CoreV2-primary);
    stroke-dasharray: 12 180;
    stroke-dashoffset: 0;
    filter: drop-shadow(0 0 3px rgba(var(--CoreV2-primary-rgb), 0.6));
    opacity: 0.8;
}
.dns-energy-l {
    animation: dns-elec 2.4s ease-in-out infinite;
}
.dns-energy-r {
    animation: dns-elec 2.4s ease-in-out infinite 1.2s;
}
@keyframes dns-elec {
    0%   { stroke-dashoffset: 192; opacity: 0; }
    5%   { opacity: 0.9; }
    85%  { opacity: 0.9; }
    100% { stroke-dashoffset: 0; opacity: 0; }
}
.dns-cards {
    display: flex;
    gap: 12px;
    width: 100%;
}
.dns-card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 8px 7px 7px;
    background: rgba(var(--CoreV2-primary-rgb), 0.05);
    border: 1px solid rgba(var(--CoreV2-primary-rgb), 0.14);
    border-radius: var(--cv2-radius-card, 22px);
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    min-width: 0;
}
.dns-card:hover {
    background: rgba(var(--CoreV2-primary-rgb), 0.1);
    border-color: rgba(var(--CoreV2-primary-rgb), 0.35);
    transform: translateY(-1px);
}
.dns-card-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(var(--CoreV2-primary-rgb), 0.12);
    color: var(--CoreV2-primary);
    font-size: 11px;
    font-weight: var(--fw-bold, 700);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}
.dns-card-val {
    font-size: 11.5px;
    color: var(--CoreV2-primary);
    font-weight: var(--fw-semibold, 600);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}
.dns-card-copy {
    background: rgba(var(--CoreV2-primary-rgb), 0.06);
    border: 1px solid rgba(var(--CoreV2-primary-rgb), 0.12);
    color: var(--CoreV2-primary);
    cursor: pointer;
    padding: 0;
    font-size: 10px;
    border-radius: 50%;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: auto;
    width: 22px;
    height: 22px;
    opacity: 0.45;
}
.dns-card-copy:hover {
    opacity: 1;
    color: #ffffff;
    background: var(--theme-color-1-gradient);
    border-color: var(--CoreV2-primary);
    transform: scale(1.1);
}
@media (max-width: 480px) {
    .dns-panel { max-width: 100%; }
    .dns-cards { gap: 8px; }
    .dns-card {
        padding: 5px 6px 5px 5px;
        gap: 6px;
        border-radius: var(--cv2-radius-card, 18px);
    }
    .dns-card-val { font-size: 10px; }
    .dns-card-num { width: 18px; height: 18px; font-size: 10px; }
    .dns-card-copy { width: 18px; height: 18px; font-size: 9px; }
}
[data-theme="dark"] .corefooter-tabs-container {
    background: transparent;
}
[data-theme="dark"] .corefooter-main-container {
    background: transparent;
}
/* Bülten şeridi â€” gece modunda orijinal footer renkleri */
[data-theme="dark"] .corefooter-notification-bar,
html.dark-mode .corefooter-notification-bar {
    color: rgba(255, 255, 255, 0.92);
    background: var(--theme-color-1-gradient);
}
[data-theme="dark"] .corefooter-notification-bar .corefooter-nl-title,
[data-theme="dark"] .corefooter-notification-bar .corefooter-nl-desc,
[data-theme="dark"] .corefooter-notification-bar .corefooter-text h3,
[data-theme="dark"] .corefooter-notification-bar .corefooter-text p,
html.dark-mode .corefooter-notification-bar .corefooter-nl-title,
html.dark-mode .corefooter-notification-bar .corefooter-nl-desc,
html.dark-mode .corefooter-notification-bar .corefooter-text h3,
html.dark-mode .corefooter-notification-bar .corefooter-text p {
    color: rgba(255, 255, 255, 0.92);
    opacity: 1;
}
[data-theme="dark"] .corefooter-notification-bar .corefooter-text p,
[data-theme="dark"] .corefooter-notification-bar .corefooter-nl-desc,
html.dark-mode .corefooter-notification-bar .corefooter-text p,
html.dark-mode .corefooter-notification-bar .corefooter-nl-desc {
    opacity: 0.85;
}
[data-theme="dark"] .corefooter-notification-bar #newsletter_email input,
html.dark-mode .corefooter-notification-bar #newsletter_email input {
    color: rgba(255, 255, 255, 0.92);
}
.dark-background-wrapper {
    color: rgba(255, 255, 255, 0.92);
}
.dark-background-wrapper .corefooter-site-footer {
    color: rgba(255, 255, 255, 0.92);
}
.dark-background-wrapper .corefooter-glass-card,
.dark-background-wrapper .corefooter-panel,
.dark-background-wrapper .corefooter-main-container {
    --text-primary: rgba(255, 255, 255, 0.92);
    --text-secondary: rgba(255, 255, 255, 0.65);
    --CoreV2-text-color: rgba(255, 255, 255, 0.65);
}
.dark-background-wrapper .corefooter-glass-card p,
.dark-background-wrapper .corefooter-glass-card span:not([class*="icon"]):not([class*="service-icon"]),
.dark-background-wrapper .corefooter-glass-card li,
.dark-background-wrapper .corefooter-service-text span,
.dark-background-wrapper .corefooter-bottom-text,
.dark-background-wrapper .corefooter-copyright {
    color: rgba(255, 255, 255, 0.65);
}
.dark-background-wrapper .corefooter-glass-card strong,
.dark-background-wrapper .corefooter-service-text strong,
.dark-background-wrapper .corefooter-tab-btn,
.dark-background-wrapper .corefooter-nl-title {
    color: rgba(255, 255, 255, 0.92);
}
.dark-background-wrapper h3,
.dark-background-wrapper h4 {
    color: rgba(255, 255, 255, 0.92);
}
.dark-background-wrapper a.corefooter-service-item,
.dark-background-wrapper .corefooter-bottom-links a {
    color: rgba(255, 255, 255, 0.65);
}
.dark-background-wrapper a.corefooter-service-item:hover,
.dark-background-wrapper .corefooter-bottom-links a:hover {
    color: rgba(255, 255, 255, 0.92);
}
.dark-background-wrapper .wise-brand-text {
    color: rgba(255, 255, 255, 0.65) !important;
}
/* Footer koyu panel â€” gündüz modunda da beyaz/açık metin */
[data-theme="light"] .dark-background-wrapper,
html:not([data-theme="dark"]) .dark-background-wrapper {
}
[data-theme="light"] .dark-background-wrapper .wise-brand-text,
html:not([data-theme="dark"]) .dark-background-wrapper .wise-brand-text {
    color: rgba(255, 255, 255, 0.78) !important;
}
[data-theme="light"] .dark-background-wrapper .corefooter-glass-card strong,
[data-theme="light"] .dark-background-wrapper .corefooter-service-text strong,
[data-theme="light"] .dark-background-wrapper .corefooter-tab-btn,
[data-theme="light"] .dark-background-wrapper .corefooter-tab-btn.active,
[data-theme="light"] .dark-background-wrapper .corefooter-nl-title,
html:not([data-theme="dark"]) .dark-background-wrapper .corefooter-glass-card strong,
html:not([data-theme="dark"]) .dark-background-wrapper .corefooter-service-text strong,
html:not([data-theme="dark"]) .dark-background-wrapper .corefooter-tab-btn,
html:not([data-theme="dark"]) .dark-background-wrapper .corefooter-nl-title {
    color: #ffffff !important;
}
[data-theme="light"] .dark-background-wrapper h3,
[data-theme="light"] .dark-background-wrapper h4,
html:not([data-theme="dark"]) .dark-background-wrapper h3,
html:not([data-theme="dark"]) .dark-background-wrapper h4 {
    color: #ffffff !important;
}
[data-theme="light"] .dark-background-wrapper .corefooter-glass-card p,
[data-theme="light"] .dark-background-wrapper .corefooter-service-text span,
[data-theme="light"] .dark-background-wrapper .corefooter-bottom-text,
[data-theme="light"] .dark-background-wrapper .corefooter-nl-desc,
[data-theme="light"] .dark-background-wrapper .corefooter-notification-bar p,
html:not([data-theme="dark"]) .dark-background-wrapper .corefooter-glass-card p,
html:not([data-theme="dark"]) .dark-background-wrapper .corefooter-service-text span,
html:not([data-theme="dark"]) .dark-background-wrapper .corefooter-bottom-text,
html:not([data-theme="dark"]) .dark-background-wrapper .corefooter-nl-desc,
html:not([data-theme="dark"]) .dark-background-wrapper .corefooter-notification-bar p {
    color: rgba(255, 255, 255, 0.82) !important;
}
[data-theme="light"] .dark-background-wrapper a.corefooter-service-item,
[data-theme="light"] .dark-background-wrapper .corefooter-bottom-links a,
html:not([data-theme="dark"]) .dark-background-wrapper a.corefooter-service-item,
html:not([data-theme="dark"]) .dark-background-wrapper .corefooter-bottom-links a {
    color: rgba(255, 255, 255, 0.78) !important;
}



/* CoreV2 footer email and KDV only fix */
#newsletter_email .input-group {
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, .09) !important;
  border: 1px dashed rgba(255, 255, 255, .34) !important;
  box-shadow: none !important;
}
#newsletter_email .input-group:hover,
#newsletter_email .input-group:focus-within {
  border-color: rgba(255, 255, 255, .34) !important;
  box-shadow: none !important;
}
.corefooter-email-field-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .78) !important;
  border-right: 1px solid rgba(255, 255, 255, .14);
  margin-right: 4px;
}
.corefooter-email-field-icon i {
  font-size: 18px;
  line-height: 1;
}
#newsletter_email input[name="email"] {
  padding-left: 12px !important;
  color: #ffffff !important;
}
#newsletter_email input::placeholder {
  color: rgba(255, 255, 255, .78) !important;
}
.aboneolbtn,
#newsletter_submit.aboneolbtn,
#newsletter_submit_inactive.aboneolbtn {
  background: #ffffff !important;
  color: var(--CoreV2-primary, var(--cv-primary, var(--cv2-primary))) !important;
  border-color: #ffffff !important;
}
#newsletter_submit.gonderbtn {
  background: #ffffff !important;
  color: var(--CoreV2-primary, var(--cv-primary, var(--cv2-primary))) !important;
  border-color: #ffffff !important;
}
.aboneolbtn:hover,
#newsletter_submit.aboneolbtn:hover,
#newsletter_submit_inactive.aboneolbtn:hover {
  background: var(--CoreV2-primary, var(--cv-primary, var(--cv2-primary))) !important;
  color: #ffffff !important;
  border-color: var(--CoreV2-primary, var(--cv-primary, var(--cv2-primary))) !important;
}
#newsletter_submit.gonderbtn:hover {
  background: var(--CoreV2-primary, var(--cv-primary, var(--cv2-primary))) !important;
  color: #ffffff !important;
  border-color: var(--CoreV2-primary, var(--cv-primary, var(--cv2-primary))) !important;
}
.kdv-badge,
.kdv-badge i,
.kdv-badge .kdv-badge-accent {
  color: var(--CoreV2-primary) !important;
}
.kdv-badge {
  font-weight: var(--fw-regular, 400) !important;
}
.kdv-badge .kdv-badge-accent {
  font-weight: var(--fw-bold, 700) !important;
}
@media (max-width: 420px) {
  .corefooter-email-field-icon {
    width: 36px;
    min-width: 36px;
  }
}
/* CoreV2 footer newsletter decorative circles remove */
.corefooter-notification-bar::before,
.corefooter-notification-bar::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 767px) {
  .corefooter-main-content.corefooter-glass-card {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    margin: 0 auto 12px !important;
    padding: 18px 16px !important;
    box-sizing: border-box !important;
  }
  .corefooter-tabs-container {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    margin: 0 auto !important;
    padding: 0 8px 10px !important;
    box-sizing: border-box !important;
  }
  .corefooter-tabs .corefooter-tab {
    min-height: 40px !important;
    padding: 8px 14px !important;
    font-size: 13.5px !important;
  }
  .corefooter-notification-bar .corefooter-nl-title,
  .corefooter-notification-bar .corefooter-text h3 {
    font-size: 15px !important;
    line-height: 1.35 !important;
  }
  .corefooter-notification-bar input[type="email"],
  .corefooter-notification-bar .corefooter-nl-input {
    min-height: 44px !important;
    font-size: 14px !important;
  }
}

/* --- source: css/main-footer-inline.css --- */
body {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

body:has(.musteripaneli-konteyner) {
    padding-top: 0 !important;
}

.dark-background-wrapper {
    padding-bottom: 20px !important;
}

.dark-background-wrapper::before {
    top: clamp(40px, 8vw, 150px) !important;
    height: calc(100% - 25px) !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: calc(100% - 40px) !important;
    max-width: 1800px !important;
    background-color: var(--cv2-panel, var(--CoreV2-panel, var(--CoreV2-secondary))) !important;
    background-image: var(--cv2-footer-bg-image, none) !important;
    background-size: 25% auto !important;
    background-position: top left !important;
    background-repeat: repeat !important;
    background-blend-mode: overlay !important;
    border-radius: 60px 60px 24px 24px !important;
}

.corefooter-content-wrapper {
    margin-top: 30px !important;
}

@media (max-width: 768px) {
    .dark-background-wrapper::before {
        top: 130px !important;
        height: calc(100% - 130px) !important;
        width: 100% !important;
        max-width: none !important;
        border-radius: 40px 40px 0 0 !important;
    }

    .corefooter-sidebar {
        background: rgba(20, 20, 25, 0.92) !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        border: 1px solid rgba(255, 255, 255, 0.06) !important;
        border-radius: var(--kenar-yuvarlakligi) !important;
    }

    .corefooter-tabs-container {
        margin-bottom: 16px !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        justify-content: flex-start !important;
    }

    .corefooter-tabs-container::-webkit-scrollbar {
        display: none !important;
    }

    .corefooter-tabs {
        padding: 4px !important;
        gap: 3px !important;
        flex-wrap: nowrap !important;
    }

    .corefooter-tab-btn {
        font-size: var(--cv2-font-size-button, 11px) !important;
        font-weight: 400 !important;
        padding: 6px 10px !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
    }

    .corefooter-show-more-btn {
        font-size: var(--cv2-font-size-button, 11px) !important;
        font-weight: 400 !important;
        padding: 8px 12px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 240px !important;
    }

    .corefooter-main-content {
        padding: 16px 12px !important;
    }

    .corefooter-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 6px !important;
    }

    .corefooter-service-item {
        padding: 8px 10px !important;
        gap: 6px !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    .corefooter-service-icon {
        width: 32px !important;
        min-width: 32px !important;
        height: 32px !important;
        font-size: 14px !important;
        border-radius: 8px !important;
    }

    .corefooter-service-text strong {
        font-size: 12px !important;
    }

    .corefooter-service-text span {
        font-size: 10px !important;
    }

    .corefooter-bottom-band {
        border-top: none !important;
    }
}

.corefooter-copyright-section {
    overflow: visible !important;
    white-space: nowrap;
    padding: 8px 0 0 !important;
}

.corefooter-copyright-section > div {
    flex-wrap: wrap !important;
    gap: 4px 8px !important;
    font-size: 12px !important;
}

.corefooter-bottom-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    margin-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-left: 1px solid rgba(255, 255, 255, 0.10);
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 0 0 12px 12px;
    flex-wrap: nowrap;
}

.corefooter-bottom-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.corefooter-bottom-payment {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corefooter-bottom-links {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: nowrap;
}

.corefooter-bottom-links a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s;
}

.corefooter-bottom-links a:hover {
    color: #ffffff;
}

.corefooter-sidebar-section {
    margin-bottom: 20px !important;
}

.corefooter-sidebar-section:last-of-type {
    margin-bottom: 0 !important;
}

.corefooter-contact-cards {
    gap: 10px !important;
}

.corefooter-contact-card {
    padding: 10px 12px !important;
}

.corefooter-copyright-section a,
.corefooter-copyright-section a:link,
.corefooter-copyright-section a:visited,
.corefooter-copyright-section a:hover,
.corefooter-copyright-section a:active {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
    white-space: nowrap !important;
}

.corefooter-copyright-section a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.corefooter-copyright-section *:not(.site-name) {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.75) !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
}

.corefooter-copyright-section .site-name {
    font-weight: 700 !important;
    color: #ffffff !important;
}

.corefooter-copyright-section #wisecp_brand {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.75) !important;
    text-align: left !important;
    width: auto !important;
    text-shadow: none !important;
    font-weight: 400 !important;
}

.corefooter-copyright-section a strong,
.corefooter-copyright-section a b,
.corefooter-copyright-section strong,
.corefooter-copyright-section b {
    font-weight: 400 !important;
}


