/* ═══════════════════════════════════════════════════════════════
   MARINA BET FOOTER — Ultra Premium v2
   Deep dark · Emerald accents · Full responsive
═══════════════════════════════════════════════════════════════ */

/* ── Ödeme başlığını ortala ── */
.footer-payment-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    gap: 16px;
}
.footer-payment-nav {
    display: flex;
    gap: 6px;
    position: absolute;
    right: 0;
}

/* Banka isim etiketlerini gizle */
.footer-payment-name { display: none !important; }

/* Kartı resme göre ayarla - isimsiz */
.footer-payment-item {
    height: 48px !important;
    gap: 0 !important;
    padding: 8px 10px !important;
}

/* ── Lisans & Güvenlik Bandı ── */
.footer-license-section {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.04);
    background: rgba(0,0,0,0.12);
    padding: 28px 0;
}

.footer-license-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-license-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px;
    padding: 12px 20px;
    transition: all 0.25s ease;
    cursor: pointer;
    text-decoration: none;
}
.footer-license-item-img:hover {
    background: rgba(16, 158, 202,0.06);
    border-color: rgba(16, 158, 202,0.2);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

.footer-license-item-img img {
    height: 40px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    filter: brightness(0.85) saturate(0.7);
    transition: filter 0.22s ease;
    display: block;
}
.footer-license-item-img:hover img {
    filter: brightness(1.05) saturate(1);
}

@media (max-width: 768px) {
    .footer-license-items { gap: 12px; }
    .footer-license-item-img { padding: 10px 14px; }
    .footer-license-item-img img { height: 32px; }
}

/* ── ANA KAPSAYICI ── */
.site-footer {
    background: #030a0c;
    border-top: 1px solid rgba(16, 158, 202,0.18);
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    width: 100%;
    font-family: 'Inter', 'Urbanist', sans-serif;
}

/* Arka plan efekti */
.site-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 1200px; height: 500px;
    background: radial-gradient(ellipse at 50% 0%, rgba(16, 158, 202,0.06) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

/* ── TOP NEON ÇİZGİ ── */
.footer-top-border {
    height: 2px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(16, 158, 202,0.25) 15%,
        rgba(0, 159, 230, 0.8) 50%,
        rgba(16, 158, 202,0.25) 85%,
        transparent 100%);
    position: relative;
    z-index: 1;
}

/* ════════════════════════════════════════
   ── 1. CTA BANNER ──
════════════════════════════════════════ */
.footer-cta-banner {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #07141a 0%, #0b1b22 60%, #061116 100%);
    border-bottom: 1px solid rgba(16, 158, 202,0.1);
    padding: 0;
    overflow: hidden;
}

.footer-cta-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Dekor */
.footer-cta-banner::after {
    content: '';
    position: absolute;
    right: 0; top: -40px;
    width: 420px; height: 220px;
    background: radial-gradient(ellipse, rgba(16, 158, 202,0.1) 0%, transparent 70%);
    pointer-events: none;
}
.footer-cta-banner::before {
    content: '';
    position: absolute;
    left: -60px; bottom: -40px;
    width: 300px; height: 200px;
    background: radial-gradient(ellipse, rgba(16, 158, 202,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.footer-cta-left {
    display: flex;
    align-items: center;
    gap: 22px;
}

.footer-cta-icon {
    width: 60px; height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1C87B7, #004a6b);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 30px rgba(16, 158, 202,0.4), 0 4px 20px rgba(0,0,0,0.4);
}

.footer-cta-text h3 {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 6px;
    letter-spacing: -0.4px;
    line-height: 1.2;
}
.footer-cta-text p {
    font-size: 14px;
    color: rgba(126, 146, 155, 0.9);
    margin: 0;
    line-height: 1.5;
}
.footer-cta-text p strong { color: #1C87B7; font-weight: 700; }

.footer-cta-btns {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.footer-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #1C87B7, #006a99);
    color: #020b0f;
    font-weight: 800;
    font-size: 15px;
    padding: 15px 32px;
    border-radius: 12px;
    text-decoration: none;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.28s ease;
    box-shadow: 0 4px 24px rgba(16, 158, 202,0.45);
}
.footer-cta-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 36px rgba(16, 158, 202,0.6);
    background: linear-gradient(135deg, #109ECA, #1C87B7);
}

.footer-cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(16, 158, 202,0.08);
    color: #1C87B7;
    font-weight: 700;
    font-size: 15px;
    padding: 15px 28px;
    border-radius: 12px;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid rgba(16, 158, 202,0.3);
    cursor: pointer;
    font-family: inherit;
    transition: all 0.28s ease;
}
.footer-cta-btn-secondary:hover {
    background: rgba(16, 158, 202,0.15);
    border-color: rgba(16, 158, 202,0.6);
    transform: translateY(-2px);
}

/* ════════════════════════════════════════
   ── 2. STATS BAR ──
════════════════════════════════════════ */
.footer-stats-bar {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    background: rgba(0,0,0,0.2);
}

.footer-stats-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1;
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,0.06);
}
.footer-stat-item:last-child { border-right: none; }

.footer-stat-num {
    font-size: 22px;
    font-weight: 900;
    color: #1C87B7;
    letter-spacing: -0.5px;
    line-height: 1;
}
.footer-stat-label {
    font-size: 11px;
    font-weight: 600;
    color: rgba(126, 146, 155, 0.7);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
}

/* ════════════════════════════════════════
   ── 3. ANA İÇERİK ──
════════════════════════════════════════ */
.footer-main {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 60px 48px;
    display: grid;
    grid-template-columns: 300px 1fr 1fr 1fr;
    gap: 64px;
}

/* ── MARKA KOLONU ── */
.footer-brand {}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 18px;
}
.footer-logo-img {
    height: 44px;
    width: auto;
    display: block;
}
.footer-logo-fallback {
    font-size: 28px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #109ECA, #1C87B7, #2970A3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-tagline {
    font-size: 13.5px;
    color: rgba(126, 146, 155, 0.8);
    line-height: 1.75;
    margin-bottom: 28px;
}

/* Lisans rozetleri */
.footer-badges {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px;
}

.footer-badge {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    gap: 10px;
    background: rgba(16, 158, 202,0.05);
    border: 1px solid rgba(16, 158, 202,0.12);
    border-radius: 8px;
    padding: 9px 13px;
    font-size: 12px;
    color: rgba(126, 146, 155, 0.85);
    text-align: center;
    transition: all 0.2s;
}
.footer-badge:hover {
    background: rgba(16, 158, 202,0.09);
    border-color: rgba(16, 158, 202,0.22);
}
.footer-badge-icon { color: #1C87B7; display: flex; align-items: center; justify-content: center; }

/* Sosyal butonlar */
.footer-social {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.footer-social-btn {
    width: 38px; height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
    color: rgba(238, 243, 245, 0.55);
    transition: all 0.25s ease;
}
.footer-social-btn:hover { transform: translateY(-3px); }
.footer-social-btn.tw:hover { background:rgba(29,161,242,0.15); border-color:rgba(29,161,242,0.4); color:#1da1f2; }
.footer-social-btn.ig:hover { background:rgba(225,48,108,0.15); border-color:rgba(225,48,108,0.4); color:#e1306c; }
.footer-social-btn.tg:hover { background:rgba(0,136,204,0.15); border-color:rgba(0,136,204,0.4); color:#0088cc; }
.footer-social-btn.yt:hover { background:rgba(255,0,0,0.15); border-color:rgba(255,0,0,0.4); color:#ff0000; }

/* ── MENÜ KOLONLARI ── */
.footer-col {}

.footer-col-title {
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #1C87B7;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(16, 158, 202,0.15);
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.footer-links li a {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(126, 146, 155, 0.8);
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 500;
    padding: 8px 0;
    transition: all 0.2s ease;
    border-bottom: 1px solid transparent;
}
.footer-links li a:hover {
    color: #eef3f5;
    padding-left: 6px;
}
.footer-links li a .link-arrow {
    width: 18px; height: 18px;
    border-radius: 5px;
    background: rgba(16, 158, 202,0.0);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s;
    color: rgba(16, 158, 202,0.4);
}
.footer-links li a:hover .link-arrow {
    background: rgba(16, 158, 202,0.1);
    color: #1C87B7;
}

/* ════════════════════════════════════════
   ── 4. ÖDEME SLIDER BANDI ──
════════════════════════════════════════ */
.footer-payment-section {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    background: rgba(0,0,0,0.15);
    padding: 32px 0;
}

.footer-payment-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

.footer-payment-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    gap: 16px;
}

.footer-payment-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: rgba(126, 146, 155, 0.75);
    display: flex;
    align-items: center;
    gap: 10px;
}

/* SVG ikon için sınıf */
.footer-section-icon {
    width: 28px; height: 28px;
    border-radius: 8px;
    background: rgba(16, 158, 202,0.12);
    border: 1px solid rgba(16, 158, 202,0.2);
    display: flex; align-items: center; justify-content: center;
    color: #1C87B7;
    flex-shrink: 0;
    box-shadow: 0 0 10px rgba(16, 158, 202,0.15);
}

.footer-payment-nav {
    display: flex;
    gap: 6px;
    position: absolute;
    right: 0;
}

/* Banka isimlerini gizle */
.footer-payment-name { display: none !important; }

/* İsimsiz kart boyutu */
.footer-payment-item {
    height: 68px !important;
    padding: 10px 14px !important;
    gap: 0 !important;
    width: 110px !important;
}

.footer-pay-btn {
    width: 32px; height: 32px;
    border-radius: 8px;
    border: 1px solid rgba(16, 158, 202,0.2);
    background: rgba(16, 158, 202,0.06);
    color: #1C87B7;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: all 0.22s ease;
    flex-shrink: 0;
}
.footer-pay-btn:hover {
    background: rgba(16, 158, 202,0.18);
    border-color: rgba(16, 158, 202,0.5);
    box-shadow: 0 0 12px rgba(16, 158, 202,0.25);
}
.footer-pay-btn:disabled,
.footer-pay-btn.dim {
    opacity: 0.3;
    cursor: default;
}

/* Track wrapper */
.footer-payment-slider-wrap {
    position: relative;
}
.footer-payment-slider-wrap::before,
.footer-payment-slider-wrap::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 40px;
    z-index: 2;
    pointer-events: none;
}
.footer-payment-slider-wrap::before {
    left: 0;
    background: linear-gradient(90deg, rgba(3,10,12,0.9), transparent);
}
.footer-payment-slider-wrap::after {
    right: 0;
    background: linear-gradient(270deg, rgba(3,10,12,0.9), transparent);
}

.footer-payment-track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 6px 0 10px;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}
.footer-payment-track:active { cursor: grabbing; }
.footer-payment-track::-webkit-scrollbar { display: none; }

.footer-payment-item {
    flex-shrink: 0;
    width: 88px;
    height: 56px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px;
    transition: all 0.25s ease;
    cursor: default;
}
.footer-payment-item:hover {
    background: rgba(16, 158, 202,0.07);
    border-color: rgba(16, 158, 202,0.22);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}
.footer-payment-item img {
    width: 82px;
    height: 40px;
    object-fit: contain;
    filter: brightness(0.85) saturate(0.65) contrast(1.05);
    transition: filter 0.22s ease;
    display: block;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.footer-payment-item:hover img {
    filter: brightness(1.05) saturate(1) contrast(1);
}
.footer-payment-name {
    font-size: 9px;
    font-weight: 700;
    color: rgba(126, 146, 155, 0.6);
    letter-spacing: 0.2px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 78px;
}

/* ════════════════════════════════════════
   ── 4b. LİSANS & GÜVENLİK BANDI ──
════════════════════════════════════════ */
.footer-license-section {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255,255,255,0.04);
    background: rgba(0,0,0,0.12);
    padding: 32px 0;
}

.footer-license-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

.footer-license-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-license-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: rgba(126, 146, 155, 0.75);
}

.footer-license-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-license-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 14px 24px;
    transition: all 0.25s ease;
    text-decoration: none;
    cursor: default;
    min-width: 140px;
    min-height: 72px;
}
a.footer-license-card { cursor: pointer; }
a.footer-license-card:hover,
.footer-license-card:hover {
    background: rgba(16, 158, 202,0.06);
    border-color: rgba(16, 158, 202,0.2);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25), 0 0 0 1px rgba(16, 158, 202,0.1);
}

.footer-license-card img {
    max-height: 44px;
    max-width: 160px;
    width: auto;
    object-fit: contain;
    filter: brightness(0.82) saturate(0.65);
    transition: filter 0.22s ease;
    display: block;
}
a.footer-license-card:hover img,
.footer-license-card:hover img {
    filter: brightness(1.08) saturate(1.05);
}

@media (max-width: 768px) {
    .footer-license-inner { padding-left: 20px; padding-right: 20px; }
    .footer-license-items { gap: 10px; }
    .footer-license-card { padding: 10px 16px; min-width: 110px; min-height: 60px; }
    .footer-license-card img { max-height: 36px; }
}

/* ════════════════════════════════════════
   ── 5. GÜVENLİK + SORUMLU OYUN BANDI ──
════════════════════════════════════════ */

.footer-trust-band {
    position: relative;
    z-index: 1;
    background: rgba(1, 6, 8, 1);
    overflow: hidden;
}

/* Animasyonlu shimmer üst border */
@keyframes trustShimmer {
    0%   { background-position: -300% center; }
    100% { background-position: 300% center; }
}

.footer-trust-band::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent       0%,
        transparent       15%,
        rgba(16, 158, 202,0.4) 30%,
        rgba(0, 166, 240, 0.95) 50%,
        rgba(16, 158, 202,0.4) 70%,
        transparent       85%,
        transparent       100%
    );
    background-size: 300% 100%;
    animation: trustShimmer 5s linear infinite;
}

/* Alt ince çizgi */
.footer-trust-band::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.04) 40%,
        rgba(255,255,255,0.04) 60%,
        transparent
    );
}

/* İç container */
.footer-trust-inner {
    position: relative;
    z-index: 2;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    align-items: center;
}

/* ── Her eleman ── */
.footer-trust-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 42px 20px;
    text-align: center;
    position: relative;
    cursor: default;
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.footer-trust-item:hover {
    transform: translateY(-6px);
}

/* Dikey ince ayırıcı */
.footer-trust-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 28px;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(255,255,255,0.07) 50%,
        transparent 100%
    );
}

/* Hover alt parıltı */
.footer-trust-item::before {
    content: '';
    position: absolute;
    bottom: 0; left: 15%; right: 15%;
    height: 1px;
    background: var(--tc, transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    filter: blur(1px);
}
.footer-trust-item:hover::before { opacity: 0.6; }

/* CSS renk değişkenleri */
.footer-trust-item:has(.green) { --tc: #1C87B7; }
.footer-trust-item:has(.blue)  { --tc: #42a5f5; }
.footer-trust-item:has(.gold)  { --tc: #eab308; }
.footer-trust-item:has(.red)   { --tc: #ef4444; }
.footer-trust-item:has(.teal)  { --tc: #14b8a6; }
.footer-trust-item:has(.purple) { --tc: #a78bfa; }

/* ── İkon: daire halka + blur aura ── */
.footer-trust-icon {
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Aura: blur arka plan halkası */
.footer-trust-icon::before {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.45s ease;
    filter: blur(14px);
}

.footer-trust-item:hover .footer-trust-icon {
    transform: scale(1.14);
}
.footer-trust-item:hover .footer-trust-icon::before {
    opacity: 1;
}

/* ── Renk varyantları ── */
.footer-trust-icon.green {
    background: radial-gradient(circle at 38% 35%,
        rgba(0, 152, 220, 0.18) 0%, rgba(0, 55, 80, 0.05) 100%);
    border: 1px solid rgba(16, 158, 202,0.26);
    color: #0096d9;
    box-shadow: 0 0 0 5px rgba(16, 158, 202,0.04),
                inset 0 1px 0 rgba(0, 176, 255, 0.1);
}
.footer-trust-icon.green::before {
    background: radial-gradient(circle, rgba(16, 158, 202,0.5), transparent 70%);
}
.footer-trust-item:hover .footer-trust-icon.green {
    box-shadow: 0 0 24px rgba(16, 158, 202,0.3), 0 0 0 5px rgba(16, 158, 202,0.06);
}

.footer-trust-icon.blue {
    background: radial-gradient(circle at 38% 35%,
        rgba(66,165,245,0.18) 0%, rgba(15,60,130,0.05) 100%);
    border: 1px solid rgba(66,165,245,0.26);
    color: #5ab4f7;
    box-shadow: 0 0 0 5px rgba(33,150,243,0.04),
                inset 0 1px 0 rgba(100,180,255,0.1);
}
.footer-trust-icon.blue::before {
    background: radial-gradient(circle, rgba(66,165,245,0.5), transparent 70%);
}
.footer-trust-item:hover .footer-trust-icon.blue {
    box-shadow: 0 0 24px rgba(66,165,245,0.3), 0 0 0 5px rgba(66,165,245,0.06);
}

.footer-trust-icon.gold {
    background: radial-gradient(circle at 38% 35%,
        rgba(234,179,8,0.18) 0%, rgba(120,80,0,0.05) 100%);
    border: 1px solid rgba(234,179,8,0.26);
    color: #f5cc30;
    box-shadow: 0 0 0 5px rgba(234,179,8,0.04),
                inset 0 1px 0 rgba(255,210,60,0.1);
}
.footer-trust-icon.gold::before {
    background: radial-gradient(circle, rgba(234,179,8,0.5), transparent 70%);
}
.footer-trust-item:hover .footer-trust-icon.gold {
    box-shadow: 0 0 24px rgba(234,179,8,0.3), 0 0 0 5px rgba(234,179,8,0.06);
}

.footer-trust-icon.red {
    background: radial-gradient(circle at 38% 35%,
        rgba(239,68,68,0.18) 0%, rgba(120,15,15,0.05) 100%);
    border: 1px solid rgba(239,68,68,0.26);
    color: #ff7070;
    box-shadow: 0 0 0 5px rgba(239,68,68,0.04),
                inset 0 1px 0 rgba(255,100,100,0.1);
}
.footer-trust-icon.red::before {
    background: radial-gradient(circle, rgba(239,68,68,0.5), transparent 70%);
}
.footer-trust-item:hover .footer-trust-icon.red {
    box-shadow: 0 0 24px rgba(239,68,68,0.3), 0 0 0 5px rgba(239,68,68,0.06);
}

.footer-trust-icon.teal {
    background: radial-gradient(circle at 38% 35%,
        rgba(20,184,166,0.18) 0%, rgba(8,80,72,0.05) 100%);
    border: 1px solid rgba(20,184,166,0.26);
    color: #2dd4bf;
    box-shadow: 0 0 0 5px rgba(20,184,166,0.04),
                inset 0 1px 0 rgba(50,220,200,0.1);
}
.footer-trust-icon.teal::before {
    background: radial-gradient(circle, rgba(20,184,166,0.5), transparent 70%);
}
.footer-trust-item:hover .footer-trust-icon.teal {
    box-shadow: 0 0 24px rgba(20,184,166,0.3), 0 0 0 5px rgba(20,184,166,0.06);
}

.footer-trust-icon.purple {
    background: radial-gradient(circle at 38% 35%,
        rgba(167,139,250,0.18) 0%, rgba(70,50,120,0.05) 100%);
    border: 1px solid rgba(167,139,250,0.26);
    color: #b9a3fc;
    box-shadow: 0 0 0 5px rgba(167,139,250,0.04),
                inset 0 1px 0 rgba(190,170,255,0.1);
}
.footer-trust-icon.purple::before {
    background: radial-gradient(circle, rgba(167,139,250,0.5), transparent 70%);
}
.footer-trust-item:hover .footer-trust-icon.purple {
    box-shadow: 0 0 24px rgba(167,139,250,0.3), 0 0 0 5px rgba(167,139,250,0.06);
}

/* ── Metin ── */
.footer-trust-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.footer-trust-text strong {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    color: rgba(225, 235, 240, 0.87);
    letter-spacing: 0.05px;
    line-height: 1.25;
    text-align: center;
}
.footer-trust-text span {
    font-size: 10.5px;
    font-weight: 400;
    color: rgba(95, 119, 130, 0.62);
    line-height: 1.45;
    letter-spacing: 0.25px;
    text-align: center;
}

/* ════════════════════════════════════════
   ── 6. ALT KISIM ──
════════════════════════════════════════ */
.footer-bottom {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 60px 36px;
}

.footer-disclaimer {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 18px 22px;
    margin-bottom: 24px;
}
.footer-disclaimer p {
    font-size: 11.5px;
    color: rgba(74, 93, 102, 0.85);
    line-height: 1.85;
    margin: 0;
}
.footer-disclaimer a {
    color: rgba(16, 158, 202,0.65);
    text-decoration: none;
    transition: color 0.2s;
}
.footer-disclaimer a:hover { color: #1C87B7; text-decoration: underline; }

.footer-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-copyright {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: rgba(74, 93, 102, 0.8);
}
.footer-copyright-dot {
    width: 3px; height: 3px;
    background: rgba(16, 158, 202,0.4);
    border-radius: 50%;
}

.footer-age-badge {
    display: flex;
    align-items: center;
    gap: 12px;
}

@keyframes agePulse {
    0%   { box-shadow: 0 0 0 0 rgba(183,28,28,0.55), 0 4px 20px rgba(183,28,28,0.4); }
    70%  { box-shadow: 0 0 0 8px rgba(183,28,28,0), 0 4px 20px rgba(183,28,28,0.2); }
    100% { box-shadow: 0 0 0 0 rgba(183,28,28,0), 0 4px 20px rgba(183,28,28,0.4); }
}

.footer-age-circle {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: linear-gradient(145deg, #c62828 0%, #8b0000 50%, #5c0000 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1;
    flex-shrink: 0;
    position: relative;
    animation: agePulse 2.8s ease-out infinite;
    border: 1px solid rgba(255,100,100,0.35);
    overflow: hidden;
}
.footer-age-circle::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255,255,255,0.12) 0%, transparent 100%);
    border-radius: 9px 9px 0 0;
    pointer-events: none;
}
.footer-age-circle::after {
    content: '+';
    font-size: 9px;
    font-weight: 900;
    position: absolute;
    top: 6px;
    right: 6px;
    line-height: 1;
    opacity: 0.75;
}

.footer-age-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.footer-age-text strong {
    display: block;
    font-size: 11.5px;
    font-weight: 800;
    color: rgba(238, 243, 245, 0.75);
    letter-spacing: 0.2px;
}
.footer-age-text span {
    font-size: 10px;
    color: rgba(74, 93, 102, 0.65);
    line-height: 1.3;
}

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.footer-legal-links a {
    font-size: 11.5px;
    color: rgba(74, 93, 102, 0.75);
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
}
.footer-legal-links a:hover { color: #1C87B7; }

.footer-version {
    font-size: 11px;
    color: rgba(74, 93, 102, 0.4);
    font-variant-numeric: tabular-nums;
}

/* ════════════════════════════════════════
   RESPONSIVE — 1200px
════════════════════════════════════════ */
@media (max-width: 1200px) {
    .footer-main {
        grid-template-columns: 260px 1fr 1fr 1fr;
        gap: 40px;
        padding: 48px 40px 36px;
    }
    .footer-cta-inner,
    .footer-payment-inner,
    .footer-trust-inner,
    .footer-stats-inner,
    .footer-bottom { padding-left: 40px; padding-right: 40px; }
}

/* ════════════════════════════════════════
   RESPONSIVE — 1024px
════════════════════════════════════════ */
@media (max-width: 1024px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
        padding: 40px 32px 32px;
    }
    .footer-brand { grid-column: 1 / -1; }
    .footer-tagline { max-width: 100%; }
    .footer-badges { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }

    .footer-cta-inner,
    .footer-payment-inner,
    .footer-trust-inner,
    .footer-stats-inner,
    .footer-bottom { padding-left: 32px; padding-right: 32px; }

    .footer-stats-inner { flex-wrap: wrap; }
    .footer-stat-item { flex: 1 1 calc(25% - 16px); border-right: none; }
}

/* ════════════════════════════════════════
   RESPONSIVE — 768px (Mobile)
════════════════════════════════════════ */
@media (max-width: 768px) {
    .site-footer { margin-top: 32px; padding-bottom: 90px; }

    /* CTA */
    .footer-cta-inner {
        flex-direction: column;
        text-align: center;
        padding: 28px 20px;
        gap: 20px;
    }
    .footer-cta-left { flex-direction: column; align-items: center; }
    .footer-cta-text h3 { font-size: 17px; }
    .footer-cta-btns { flex-direction: column; width: 100%; }
    .footer-cta-btn-primary,
    .footer-cta-btn-secondary { width: 100%; justify-content: center; padding: 14px 20px; }

    /* Stats */
    .footer-stats-inner { padding: 16px 20px; flex-wrap: wrap; gap: 0; }
    .footer-stat-item { flex: 1 1 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); padding: 12px; }

    /* Main grid */
    .footer-main {
        grid-template-columns: 1fr;
        padding: 32px 20px 24px;
        gap: 28px;
    }
    .footer-brand { grid-column: 1; }
    .footer-badges { grid-template-columns: 1fr; }

    /* Payment */
    .footer-payment-inner { padding-left: 20px; padding-right: 20px; }
    .footer-payment-header { flex-direction: column; align-items: flex-start; gap: 12px; }

    /* Trust band — 2 kolonlu grid */
    .footer-trust-inner {
        padding: 0 20px;
        flex-wrap: wrap;
    }
    .footer-trust-item {
        flex: 1 1 calc(50% - 1px);
        min-width: 0;
        padding: 22px 16px;
    }
    /* 2'li grid'de sağ sütundaki (çift sıradaki) dikey ayırıcıları gizle */
    .footer-trust-item:nth-child(2n)::after {
        display: none;
    }
    /* 2. ve sonraki satırların üstüne ince border (3. karttan itibaren) */
    .footer-trust-item:nth-child(n+3) {
        border-top: 1px solid rgba(255,255,255,0.05);
    }

    /* Bottom */
    .footer-bottom { padding: 24px 20px 28px; }
    .footer-bottom-bar { flex-direction: column; align-items: center; text-align: center; gap: 14px; }
    .footer-legal-links { justify-content: center; gap: 14px; }
    .footer-age-badge { justify-content: center; }
    .footer-copyright { flex-wrap: wrap; justify-content: center; }
}

/* ════════════════════════════════════════
   RESPONSIVE — 480px
════════════════════════════════════════ */
@media (max-width: 480px) {
    .footer-stat-item { flex: 1 1 50%; }
    .footer-payment-item { width: 90px !important; height: 58px !important; }
    .footer-payment-item img { width: 68px !important; height: 34px !important; }
    .footer-social { flex-wrap: wrap; }

    /* Trust band — 2 kolonlu grid burada da korunur (yan yana kalsın diye) */
    .footer-trust-inner { padding: 0 16px; }
    .footer-trust-item {
        flex: 1 1 calc(50% - 1px);
        min-width: 0;
        padding: 16px 10px;
    }
    .footer-trust-icon { width: 46px; height: 46px; }
    .footer-trust-text strong { font-size: 12px; }
    .footer-trust-text span { font-size: 10.5px; }
    .footer-trust-item:nth-child(2n)::after {
        display: none;
    }
    .footer-trust-item:nth-child(n+3) {
        border-top: 1px solid rgba(255,255,255,0.05);
    }
}
