/* ============================================
   Gaming Zone — PREMIUM FOOTER v2
   Deep navy + electric-blue + silver palette
   Matches design-tokens.css
   ============================================ */

/* ─── Container ────────────────────────────── */
.gz-footer {
    position: relative;
    margin-top: 100px;
    background: 
        radial-gradient(circle at 0% 0%, rgba(34, 211, 238, 0.08), transparent 40%),
        radial-gradient(circle at 100% 100%, rgba(139, 92, 246, 0.05), transparent 40%),
        #060814;
    color: var(--text-secondary, rgba(148, 163, 184, 0.8));
    overflow: hidden;
    z-index: 1;
    border-top: 1px solid rgba(34, 211, 238, 0.08);
}

/* Top glow accent line */
.footer-glow-line {
    height: 2px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(34, 211, 238, 0.6) 20%,
        rgba(43, 80, 188, 0.8) 50%,
        rgba(34, 211, 238, 0.6) 80%,
        transparent 100%);
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.35);
}

.footer-inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 28px;
}

/* ─── CTA Band ─────────────────────────────── */
.footer-cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 40px;
    margin: 60px 0;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(34, 211, 238, 0.1);
    border-radius: 32px;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5), 0 0 40px rgba(34, 211, 238, 0.03);
    position: relative;
    overflow: hidden;
}

.footer-cta-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.05), transparent);
    pointer-events: none;
}

.cta-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cta-icon-wrapper {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.2), rgba(43, 80, 188, 0.2));
    border: 1px solid rgba(34, 211, 238, 0.25);
    font-size: 1.3rem;
    color: #22d3ee;
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.15);
}

.cta-text h3 {
    margin: 0 0 4px;
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 1.15rem;
    font-weight: 700;
    color: #e2e8f0;
    letter-spacing: .3px;
}

.cta-text p {
    margin: 0;
    font-size: 0.88rem;
    color: rgba(148,163,184,0.75);
    line-height: 1.5;
}

/* Social CTA buttons */
.cta-socials {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.cta-social-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 1.25rem;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.6);
}

.cta-social-btn:hover {
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 6px 25px rgba(0,0,0,0.5), 0 0 20px rgba(34, 211, 238, 0.15);
}

.cta-social-btn.instagram:hover {
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
    border-color: transparent;
}

.cta-social-btn.email:hover {
    background: linear-gradient(135deg, #2b50bc, #3b5ba1);
    color: #fff;
    border-color: transparent;
}

/* ─── Main Footer Grid ─────────────────────── */
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 48px 40px;
    padding-bottom: 48px;
}

/* ─── Brand Column ─────────────────────────── */
.footer-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    margin-bottom: 18px;
}

.footer-logo-img {
    height: 38px;
    width: auto;
    border-radius: 8px;
    filter: drop-shadow(0 0 8px rgba(43, 80, 188,0.25));
}

.footer-logo-name {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: 2px;
    background: linear-gradient(135deg, #e2e8f0 0%, #94a3b8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-tagline {
    font-size: 0.88rem;
    line-height: 1.7;
    color: rgba(148,163,184,0.7);
    margin: 0 0 20px;
    max-width: 320px;
}

/* Trust chips */
.footer-trust-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: rgba(148,163,184,0.85);
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
}

.trust-chip i {
    font-size: 0.7rem;
    color: #6366f1;
}

/* ─── Link Columns ─────────────────────────── */
.footer-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.heading-bracket {
    color: #22d3ee;
    font-weight: 400;
    font-size: 1rem;
    opacity: 0.8;
    text-shadow: 0 0 10px rgba(34, 211, 238, 0.3);
}

.footer-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-link-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 10px;
    text-decoration: none;
    color: rgba(148,163,184,0.7);
    font-size: 0.88rem;
    font-weight: 450;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    position: relative;
}

.footer-link-list li a:hover {
    color: #e2e8f0;
    background: rgba(43, 80, 188, 0.06);
    padding-left: 18px;
}

[dir="rtl"] .footer-link-list li a:hover {
    padding-left: 12px;
    padding-right: 18px;
}

/* Animated indicator dash */
.link-indicator {
    width: 0;
    height: 2px;
    background: #22d3ee;
    border-radius: 2px;
    transition: width 0.3s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 0 5px rgba(34, 211, 238, 0.5);
    flex-shrink: 0;
}

.footer-link-list li a:hover .link-indicator {
    width: 14px;
}

/* Separator inside link list */
.footer-link-sep {
    height: 1px;
    background: rgba(255,255,255,0.06);
    margin: 8px 12px;
    border-radius: 1px;
}

/* ─── Bottom Bar ───────────────────────────── */
.footer-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-copyright {
    font-size: 0.8rem;
    color: rgba(100,116,139,0.7);
    margin: 0;
    letter-spacing: .3px;
}

.footer-payment-strip {
    display: flex;
    align-items: center;
    gap: 14px;
}

.payment-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: rgba(100,116,139,0.6);
}

.payment-icons-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.payment-icons-row i {
    font-size: 1.6rem;
    color: rgba(148,163,184,0.45);
    transition: color 0.3s ease, transform 0.3s ease;
}

.payment-icons-row i:hover {
    color: rgba(226,232,240,0.9);
    transform: translateY(-2px);
}

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */

@media (max-width: 960px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px 32px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-tagline {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .gz-footer {
        margin-top: 50px;
    }

    .footer-inner {
        padding: 0 18px;
    }

    .footer-cta-band {
        flex-direction: column;
        text-align: center;
        padding: 28px 20px;
        margin: 28px 0 36px;
    }

    .cta-content {
        flex-direction: column;
        gap: 14px;
    }

    .cta-socials {
        justify-content: center;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-brand {
        text-align: center;
    }

    .footer-logo-link {
        justify-content: center;
    }

    .footer-tagline {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-trust-badges {
        justify-content: center;
    }

    .footer-heading {
        justify-content: center;
    }

    .footer-bottom-bar {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .footer-payment-strip {
        flex-direction: column;
        gap: 8px;
    }
}
