/* ============================================
   FOOTER PREMIUM - DARK CINEMA
   ============================================ */
.pf-root {
    position: relative;
    margin-top: 50px;
    background: radial-gradient(ellipse at top, #1a1a2a 0%, #0a0a12 60%, #050508 100%);
    overflow: hidden;
    isolation: isolate;
}
.pf-root::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #00c3e2 15%, #00c3e2 30%, transparent 50%, #00c3e2 70%, #0088cc 85%, transparent 100%);
    background-size: 200% 100%;
    animation: pfBorderFlow 8s linear infinite;
}
.pf-root::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 20%, rgba(0, 195, 226,0.07) 0%, transparent 40%),
        radial-gradient(circle at 85% 60%, rgba(0,195,226,0.06) 0%, transparent 40%);
    pointer-events: none;
    z-index: -1;
}
@keyframes pfBorderFlow {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* LIVE STATS BAR */
.pf-stats {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 24px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.pf-stat {
    background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}
.pf-stat:hover {
    border-color: rgba(0, 195, 226,0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.4);
}
.pf-stat-ico {
    width: 34px; height: 34px;
    border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.pf-stat-ico.red { background: linear-gradient(135deg, #00c3e2, #0088c8); color: #fff; box-shadow: 0 4px 12px rgba(0, 195, 226,0.35); }
.pf-stat-ico.green { background: linear-gradient(135deg, #10b981, #047857); color: #fff; box-shadow: 0 4px 12px rgba(16,185,129,0.35); }
.pf-stat-ico.blue { background: linear-gradient(135deg, #3b82f6, #1e40af); color: #fff; box-shadow: 0 4px 12px rgba(59,130,246,0.35); }
.pf-stat-ico.amber { background: linear-gradient(135deg, #f59e0b, #b45309); color: #fff; box-shadow: 0 4px 12px rgba(245,158,11,0.35); }
.pf-stat-info { min-width: 0; flex: 1; }
.pf-stat-num {
    font-size: 16px; font-weight: 800; color: #fff;
    line-height: 1.1; letter-spacing: -0.3px;
    display: flex; align-items: center; gap: 5px;
}
.pf-stat-num small { font-size: 9px; font-weight: 700; color: #10b981; }
.pf-stat-label { font-size: 9px; color: #8a8a9e; margin-top: 2px; text-transform: uppercase; letter-spacing: 0.6px; font-weight: 500; }
.pf-live-dot { width: 5px; height: 5px; background: #10b981; border-radius: 50%; animation: pfPulse 2s infinite; display: inline-block; box-shadow: 0 0 6px #10b981; }
@keyframes pfPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .3; transform: scale(.7); } }

/* GRID */
.pf-inner { max-width: 1200px; margin: 0 auto; padding: 28px 24px 0; }
.pf-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 0.9fr 1.1fr;
    gap: 26px;
    align-items: start;
}

/* LOGO CENTRAL */
.pf-hero-logo {
    max-width: 1200px;
    margin: 32px auto 0;
    padding: 30px 24px 22px;
    text-align: center;
    position: relative;
}
.pf-hero-logo::before,
.pf-hero-logo::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: calc(50% - 160px);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
}
.pf-hero-logo::before { left: 24px; }
.pf-hero-logo::after { right: 24px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent); }
.pf-hero-logo img {
    max-height: 90px;
    width: auto;
    display: inline-block;
    filter: drop-shadow(0 8px 24px rgba(0, 195, 226,0.35)) drop-shadow(0 4px 12px rgba(0,195,226,0.2));
    transition: transform .3s ease;
}
.pf-hero-logo img:hover { transform: translateY(-2px) scale(1.02); }
.pf-hero-logo-text {
    font-size: 38px; font-weight: 900; color: #fff;
    letter-spacing: -1px; line-height: 1;
    display: inline-flex; align-items: baseline; gap: 3px;
    filter: drop-shadow(0 4px 16px rgba(0, 195, 226,0.3));
}
.pf-hero-logo-text .r { color: #00c3e2; }
.pf-hero-logo-text .d { color: #555; font-size: 28px; }
.pf-tagline {
    margin-top: 10px;
    color: #7a7a90;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}
.pf-tagline .jc {
    display: inline-block;
    width: 8px; height: 8px;
    border-radius: 50%;
    margin: 0 6px;
    vertical-align: middle;
}
.pf-tagline .jc.r { background: #00c3e2; box-shadow: 0 0 8px #00c3e2; }
.pf-tagline .jc.b { background: #00c3e2; box-shadow: 0 0 8px #00c3e2; }
.pf-col h4 {
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
    padding-bottom: 10px;
}
.pf-col h4::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 28px; height: 2px;
    background: linear-gradient(90deg, #00c3e2, #00c3e2);
    border-radius: 2px;
}
.pf-col h4 i { color: #00c3e2; font-size: 11px; }
.pf-col:nth-child(3) h4 i { color: #00c3e2; }
.pf-col:nth-child(4) h4 i { color: #a855f7; }
.pf-col:nth-child(5) h4 i { color: #f59e0b; }

/* Desktop: chevron escondido e accordion sempre aberto */
.pf-col-chev { display: none; }
.pf-col--accordion .pf-links { max-height: none; overflow: visible; }

/* BRAND COL */
.pf-brand-logo {
    display: none;
}
.pf-brand-title {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 12px;
}
.pf-brand-title .jc-red { width: 10px; height: 26px; background: linear-gradient(180deg, #00c3e2, #00c3e2); border-radius: 3px; box-shadow: 0 0 10px rgba(0, 195, 226,0.6); }
.pf-brand-title .jc-blue { width: 10px; height: 26px; background: linear-gradient(180deg, #00c3e2, #0088cc); border-radius: 3px; box-shadow: 0 0 10px rgba(0,195,226,0.6); }
.pf-brand-title h3 {
    color: #fff; font-size: 16px; font-weight: 800; margin: 0;
    letter-spacing: -0.3px;
}
.pf-brand-desc {
    color: #9a9aae;
    font-size: 12px;
    line-height: 1.55;
    margin: 0 0 12px;
}
.pf-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.pf-trust-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.06);
    transition: all .25s ease;
}
.pf-trust-item:hover {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.1);
    transform: translateY(-1px);
}
.pf-trust-ico {
    width: 30px; height: 30px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}
.pf-trust-ico.green { background: rgba(16,185,129,0.15); color: #34d399; box-shadow: inset 0 0 0 1px rgba(16,185,129,0.25); }
.pf-trust-ico.red { background: rgba(0, 195, 226,0.15); color: #7ce7ff; box-shadow: inset 0 0 0 1px rgba(0, 195, 226,0.28); }
.pf-trust-ico.blue { background: rgba(0,195,226,0.15); color: #33d9f4; box-shadow: inset 0 0 0 1px rgba(0,195,226,0.28); }
.pf-trust-text { display: flex; flex-direction: column; line-height: 1.1; min-width: 0; }
.pf-trust-text strong { color: #fff; font-size: 12px; font-weight: 800; letter-spacing: -0.2px; }
.pf-trust-text small { color: #8a8a9a; font-size: 9.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 2px; }

/* Legacy badges — manter caso ainda sejam usados em outros lugares */
.pf-trust-badge {
    display: inline-flex; align-items: center; gap: 5px;
    background: rgba(16,185,129,0.1);
    border: 1px solid rgba(16,185,129,0.25);
    color: #34d399;
    font-size: 9px; font-weight: 700;
    padding: 3px 8px; border-radius: 16px;
    text-transform: uppercase; letter-spacing: 0.4px;
}
.pf-trust-badge i { font-size: 8px; }
.pf-trust-badge.blue { background: rgba(0,195,226,0.1); border-color: rgba(0,195,226,0.3); color: #33d9f4; }
.pf-trust-badge.red { background: rgba(0, 195, 226,0.1); border-color: rgba(0, 195, 226,0.3); color: #7ce7ff; }

/* LINKS */
.pf-links { list-style: none; padding: 0; margin: 0; }
.pf-links li {
    margin-bottom: 0;
    height: 28px;
    display: flex; align-items: center;
}
.pf-links a {
    color: #8a8a9e;
    font-size: 12px;
    text-decoration: none;
    transition: all .2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    line-height: 1;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pf-links a span.t {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 170px;
}
.pf-links a::before {
    content: '';
    width: 3px; height: 3px;
    background: #00c3e2;
    border-radius: 50%;
    opacity: 0;
    transform: translateX(-6px);
    transition: all .25s ease;
    flex-shrink: 0;
}
.pf-links a:hover { color: #fff; padding-left: 3px; }
.pf-links a:hover::before { opacity: 1; transform: translateX(0); }
.pf-links a .badge {
    flex-shrink: 0;
    font-size: 7px;
    font-weight: 800;
    padding: 1px 4px;
    border-radius: 3px;
    letter-spacing: 0.4px;
    color: #fff;
}
.pf-links a .badge.hot { background: #00c3e2; }
.pf-links a .badge.new { background: #00c3e2; color: #001e2a; }

/* COMMUNITY */
.pf-cta {
    background: linear-gradient(135deg, #00c3e2 0%, #0088cc 100%);
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,195,226,0.3);
}
.pf-cta::before {
    content: '';
    position: absolute;
    top: -50%; right: -30%;
    width: 140px; height: 140px;
    background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
    border-radius: 50%;
}
.pf-cta-ico {
    width: 30px; height: 30px;
    background: rgba(255,255,255,0.2);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; color: #fff;
    margin-bottom: 6px;
}
.pf-cta h5 { color: #fff; font-size: 12px; font-weight: 800; margin: 0 0 3px; }
.pf-cta p { color: rgba(255,255,255,0.85); font-size: 10px; margin: 0 0 8px; line-height: 1.4; }
.pf-cta-btn {
    display: inline-flex; align-items: center; gap: 5px;
    background: #fff; color: #0088cc;
    padding: 6px 12px; border-radius: 20px;
    text-decoration: none; font-size: 11px; font-weight: 800;
    transition: all .2s;
    position: relative; z-index: 1;
}
.pf-cta-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 14px rgba(0,0,0,0.25); color: #0088cc; }

.pf-social {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}
.pf-social-btn {
    aspect-ratio: 1;
    display: flex; align-items: center; justify-content: center;
    border-radius: 9px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: all .25s cubic-bezier(.4,0,.2,1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.06);
    max-width: 36px;
}
.pf-social-btn::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
    opacity: 0;
    transition: opacity .25s;
}
.pf-social-btn:hover { transform: translateY(-4px) scale(1.05); color: #fff; }
.pf-social-btn:hover::before { opacity: 1; }
.pf-social-btn.telegram { background: linear-gradient(135deg, #0088cc, #00aaff); box-shadow: 0 6px 18px rgba(0,136,204,0.3); }
.pf-social-btn.discord { background: linear-gradient(135deg, #5865F2, #7289da); box-shadow: 0 6px 18px rgba(88,101,242,0.3); }
.pf-social-btn.twitter { background: linear-gradient(135deg, #000, #333); box-shadow: 0 6px 18px rgba(0,0,0,0.5); }
.pf-social-btn.youtube { background: linear-gradient(135deg, #FF0000, #ff5252); box-shadow: 0 6px 18px rgba(255,0,0,0.3); }
.pf-social-btn.instagram { background: linear-gradient(135deg, #E4405F, #FCAF45); box-shadow: 0 6px 18px rgba(228,64,95,0.3); }
.pf-social-btn.facebook { background: linear-gradient(135deg, #1877F2, #4fc3f7); box-shadow: 0 6px 18px rgba(24,119,242,0.3); }
.pf-social-btn.tiktok { background: linear-gradient(135deg, #000, #25F4EE); box-shadow: 0 6px 18px rgba(37,244,238,0.2); }
.pf-social-btn.whatsapp { background: linear-gradient(135deg, #25D366, #128C7E); box-shadow: 0 6px 18px rgba(37,211,102,0.3); }

/* BOTTOM BAR */
.pf-bottom {
    border-top: 1px solid rgba(255,255,255,0.06);
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.pf-bottom-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}
.pf-copy { color: #777; font-size: 11px; }
.pf-copy strong { color: #fff; font-weight: 700; }
.pf-legal { display: flex; gap: 16px; flex-wrap: wrap; }
.pf-legal a {
    color: #888;
    font-size: 11px;
    text-decoration: none;
    transition: color .2s;
    position: relative;
}
.pf-legal a:hover { color: #00c3e2; }
.pf-legal a:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -8px; top: 50%;
    transform: translateY(-50%);
    width: 2px; height: 2px;
    background: #444;
    border-radius: 50%;
}
.pf-methods {
    display: flex; gap: 5px; align-items: center;
}
.pf-method-badge {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #aaa;
    font-size: 9px; font-weight: 800;
    padding: 3px 8px; border-radius: 5px;
    letter-spacing: 0.4px;
    display: inline-flex; align-items: center; gap: 3px;
}
.pf-method-badge.pix { color: #32BCAD; border-color: rgba(50,188,173,0.3); }
.pf-method-badge.card { color: #635bff; border-color: rgba(99,91,255,0.3); }

/* RESPONSIVE */
@media (max-width: 1100px) {
    .pf-grid { grid-template-columns: 2fr 1fr 1fr; gap: 24px; }
    .pf-col:first-child { grid-column: 1 / -1; }
    .pf-col:nth-child(5) { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
    .pf-root { margin-top: 24px; }
    .pf-stats { grid-template-columns: repeat(3, 1fr); padding: 12px 10px 0; gap: 5px; }
    .pf-stat--hide-mobile { display: none !important; }
    .pf-stat { padding: 7px 6px; gap: 0; border-radius: 8px; flex-direction: column; text-align: center; }
    .pf-stat-ico { width: 22px; height: 22px; font-size: 10px; border-radius: 6px; margin-bottom: 3px; }
    .pf-stat-num { font-size: 12px; line-height: 1; }
    .pf-stat-num small { font-size: 7px; }
    .pf-stat-label { font-size: 7px; letter-spacing: 0.3px; }
    .pf-inner { padding: 14px 14px 0; }
    /* Grid mobile: brand full, accordions empilhadas, comunidade full */
    .pf-grid { grid-template-columns: 1fr; gap: 0; }
    .pf-col { grid-column: 1 / -1; }
    .pf-col--accordion {
        border-top: 1px solid rgba(255,255,255,0.05);
        padding: 0;
        margin: 0;
    }
    .pf-col--accordion:first-of-type { border-top: 1px solid rgba(255,255,255,0.05); }
    .pf-col--accordion h4.pf-col-head {
        margin: 0;
        padding: 14px 2px;
        cursor: pointer;
        user-select: none;
        font-size: 11px;
        letter-spacing: 1.2px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
    }
    .pf-col--accordion h4.pf-col-head::after { display: none; }
    .pf-col--accordion h4.pf-col-head span { flex: 1; }
    .pf-col-chev {
        display: inline-block !important;
        font-size: 11px !important;
        color: #8a8a9a !important;
        transition: transform .3s ease;
    }
    .pf-col--accordion h4.pf-col-head i:first-child { color: #00c3e2; font-size: 12px; }
    .pf-col--accordion:nth-of-type(even) h4.pf-col-head i:first-child { color: #00c3e2; }
    .pf-col--accordion .pf-links {
        max-height: 0;
        overflow: hidden;
        transition: max-height .35s cubic-bezier(.4,0,.2,1), margin .2s ease;
        margin: 0;
        padding: 0;
    }
    .pf-col--accordion.open .pf-links {
        max-height: 400px;
        margin-bottom: 10px;
    }
    .pf-col--accordion.open .pf-col-chev { transform: rotate(180deg); color: #fff !important; }
    .pf-links li { height: auto; }
    .pf-links a { padding: 7px 0; font-size: 12px; gap: 6px; }
    .pf-links a span.t { max-width: 100%; }
    /* Brand */
    .pf-col:first-child { margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .pf-brand-title { gap: 8px; margin-bottom: 8px; }
    .pf-brand-title .jc-red, .pf-brand-title .jc-blue { width: 7px; height: 20px; }
    .pf-brand-title h3 { font-size: 13px; }
    .pf-brand-desc { font-size: 11px; line-height: 1.5; margin: 0 0 10px; }
    .pf-trust { grid-template-columns: repeat(3, 1fr); gap: 6px; }
    .pf-trust-item { padding: 7px 8px; gap: 7px; }
    .pf-trust-ico { width: 26px; height: 26px; font-size: 11px; border-radius: 7px; }
    .pf-trust-text strong { font-size: 11px; }
    .pf-trust-text small { font-size: 8.5px; }
    /* Comunidade */
    .pf-col:last-child { padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.05); }
    .pf-col:last-child h4 { margin-bottom: 10px; font-size: 11px; padding-bottom: 0; }
    .pf-col:last-child h4::after { display: none; }
    /* Hero logo reduzido */
    .pf-hero-logo { margin-top: 14px; padding: 14px 14px 10px; }
    .pf-hero-logo img { max-height: 48px; }
    .pf-hero-logo-text { font-size: 22px; }
    .pf-hero-logo-text .d { font-size: 17px; }
    .pf-hero-logo::before, .pf-hero-logo::after { display: none; }
    .pf-tagline { font-size: 8.5px; letter-spacing: 1.1px; margin-top: 6px; }
    .pf-tagline .jc { width: 6px; height: 6px; margin: 0 4px; }
    /* Social em 1 linha */
    .pf-social { grid-template-columns: repeat(8, 1fr); gap: 5px; max-width: 320px; margin: 0 auto; }
    .pf-social-btn { font-size: 12px; max-width: 36px; border-radius: 8px; }
    /* Bottom bar compacto */
    .pf-bottom-inner { flex-direction: column; text-align: center; padding: 10px 14px; gap: 6px; }
    .pf-legal { justify-content: center; gap: 10px; flex-wrap: wrap; }
    .pf-legal a { font-size: 9.5px; }
    .pf-copy { font-size: 9.5px; line-height: 1.3; }
}
@media (max-width: 480px) {
    .pf-stats { grid-template-columns: repeat(3, 1fr); gap: 4px; padding: 10px 8px 0; }
    .pf-stat { padding: 6px 4px; }
    .pf-stat-ico { width: 20px; height: 20px; font-size: 9px; }
    .pf-stat-num { font-size: 11px; }
    .pf-stat-label { font-size: 6.5px; }
    .pf-brand-desc { font-size: 10.5px; }
    .pf-hero-logo img { max-height: 42px; }
    .pf-hero-logo-text { font-size: 19px; }
    .pf-hero-logo-text .d { font-size: 14px; }
    .pf-tagline { font-size: 7.5px; letter-spacing: 0.9px; }
    .pf-trust-text strong { font-size: 10px; }
    .pf-trust-text small { font-size: 7.5px; letter-spacing: 0.3px; }
}
