/* ==========================================================================
   123B E-E-A-T SEO 2026 Footer Styles
   Footer mới - 5 cột - Brand info + Sản phẩm + Hỗ trợ + Kiến thức + Liên hệ
   ========================================================================== */

/* Hide old footer content */
.footer-widgets.footer.footer-1,
.footer-widgets.footer.footer-2,
.absolute-footer.dark.medium-text-center.small-text-center {
    display: none !important;
}

/* Force show new footer */
footer#ttb-new-footer,
footer#ttb-new-footer * {
    visibility: visible;
}

footer#ttb-new-footer {
    display: block !important;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 60%, #0a0a0a 100%);
    color: #e0e0e0;
    padding: 60px 0 0 0;
    margin-top: 60px;
    border-top: 4px solid #fead00;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
}

footer#ttb-new-footer .ttb-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

footer#ttb-new-footer .ttb-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

footer#ttb-new-footer .ttb-col h4 {
    color: #fead00;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(254, 173, 0, 0.3);
}

footer#ttb-new-footer .ttb-col h4 .ttb-count {
    color: #999;
    font-weight: 400;
    font-size: 13px;
    margin-left: 6px;
}

/* Brand column */
footer#ttb-new-footer .ttb-brand {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

footer#ttb-new-footer .ttb-brand-logo {
    width: 56px;
    height: 56px;
    margin-right: 14px;
    background: #fead00;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    color: #0a0a0a;
    letter-spacing: -0.02em;
}

footer#ttb-new-footer .ttb-brand-text {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}

footer#ttb-new-footer .ttb-brand-tagline {
    font-size: 13px;
    color: #fead00;
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

footer#ttb-new-footer .ttb-brand-desc {
    font-size: 14px;
    color: #b0b0b0;
    margin: 16px 0 20px 0;
    line-height: 1.6;
}

footer#ttb-new-footer .ttb-pagcor {
    display: inline-flex;
    align-items: center;
    background: rgba(254, 173, 0, 0.1);
    border: 1px solid rgba(254, 173, 0, 0.3);
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 16px;
    font-size: 12px;
    color: #fead00;
}

footer#ttb-new-footer .ttb-pagcor-icon {
    width: 22px;
    height: 22px;
    background: #fead00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a0a0a;
    font-weight: 800;
    font-size: 11px;
    margin-right: 10px;
}

footer#ttb-new-footer .ttb-pagcor strong {
    color: #fff;
    font-weight: 700;
}

footer#ttb-new-footer .ttb-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px;
}

footer#ttb-new-footer .ttb-stat {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 10px 12px;
}

footer#ttb-new-footer .ttb-stat strong {
    display: block;
    color: #fead00;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

footer#ttb-new-footer .ttb-stat span {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Links column */
footer#ttb-new-footer .ttb-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer#ttb-new-footer .ttb-list li {
    margin-bottom: 10px;
    font-size: 14px;
}

footer#ttb-new-footer .ttb-list li a {
    color: #b0b0b0;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
}

footer#ttb-new-footer .ttb-list li a::before {
    content: '›';
    color: #fead00;
    margin-right: 6px;
    font-weight: 700;
    transition: transform 0.2s ease;
}

footer#ttb-new-footer .ttb-list li a:hover {
    color: #fead00;
}

footer#ttb-new-footer .ttb-list li a:hover::before {
    transform: translateX(2px);
}

footer#ttb-new-footer .ttb-list li a .ttb-badge {
    background: #fead00;
    color: #0a0a0a;
    font-size: 9px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

footer#ttb-new-footer .ttb-list li a .ttb-badge-new {
    background: #28a745;
    color: #fff;
}

/* Contact column */
footer#ttb-new-footer .ttb-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 13px;
}

footer#ttb-new-footer .ttb-contact-icon {
    width: 32px;
    height: 32px;
    background: rgba(254, 173, 0, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    color: #fead00;
    font-size: 14px;
}

footer#ttb-new-footer .ttb-contact-content {
    flex: 1;
}

footer#ttb-new-footer .ttb-contact-label {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

footer#ttb-new-footer .ttb-contact-value {
    color: #e0e0e0;
    font-weight: 500;
}

footer#ttb-new-footer .ttb-contact-value a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.2s ease;
}

footer#ttb-new-footer .ttb-contact-value a:hover {
    color: #fead00;
}

/* Social icons */
footer#ttb-new-footer .ttb-social {
    display: flex;
    gap: 8px;
    margin-top: 18px;
    flex-wrap: wrap;
}

footer#ttb-new-footer .ttb-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b0b0b0;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 14px;
}

footer#ttb-new-footer .ttb-social a:hover {
    background: #fead00;
    color: #0a0a0a;
    border-color: #fead00;
    transform: translateY(-2px);
}

/* Bottom bar */
footer#ttb-new-footer .ttb-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 0;
    margin-top: 30px;
}

footer#ttb-new-footer .ttb-bottom-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: center;
}

footer#ttb-new-footer .ttb-copyright {
    font-size: 13px;
    color: #999;
    line-height: 1.5;
}

footer#ttb-new-footer .ttb-copyright strong {
    color: #fead00;
}

footer#ttb-new-footer .ttb-copyright a {
    color: #999;
    text-decoration: none;
    transition: color 0.2s ease;
}

footer#ttb-new-footer .ttb-copyright a:hover {
    color: #fead00;
}

footer#ttb-new-footer .ttb-cert {
    display: flex;
    align-items: center;
    gap: 12px;
}

footer#ttb-new-footer .ttb-cert-badge {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 11px;
    color: #b0b0b0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

footer#ttb-new-footer .ttb-cert-badge strong {
    color: #fead00;
    font-weight: 700;
}

footer#ttb-new-footer .ttb-bottom-links {
    text-align: right;
    font-size: 12px;
}

footer#ttb-new-footer .ttb-bottom-links a {
    color: #999;
    text-decoration: none;
    margin-left: 16px;
    transition: color 0.2s ease;
}

footer#ttb-new-footer .ttb-bottom-links a:hover {
    color: #fead00;
}

/* Responsible gambling */
footer#ttb-new-footer .ttb-responsible {
    background: rgba(254, 173, 0, 0.06);
    border-top: 1px solid rgba(254, 173, 0, 0.2);
    padding: 16px 0;
    margin-top: 0;
    font-size: 12px;
    color: #999;
    text-align: center;
}

footer#ttb-new-footer .ttb-responsible strong {
    color: #fead00;
}

footer#ttb-new-footer .ttb-responsible a {
    color: #fead00;
    text-decoration: underline;
    margin: 0 6px;
}

/* Responsive */
@media (max-width: 1024px) {
    footer#ttb-new-footer .ttb-footer-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    footer#ttb-new-footer .ttb-col-1 {
        grid-column: span 3;
    }
}

@media (max-width: 768px) {
    footer#ttb-new-footer {
        padding: 40px 0 0 0;
    }
    footer#ttb-new-footer .ttb-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    footer#ttb-new-footer .ttb-col-1 {
        grid-column: span 2;
    }
    footer#ttb-new-footer .ttb-bottom-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    footer#ttb-new-footer .ttb-cert {
        justify-content: center;
        flex-wrap: wrap;
    }
    footer#ttb-new-footer .ttb-bottom-links {
        text-align: center;
    }
    footer#ttb-new-footer .ttb-bottom-links a {
        margin: 0 8px;
    }
}

@media (max-width: 480px) {
    footer#ttb-new-footer .ttb-footer-grid {
        grid-template-columns: 1fr;
    }
    footer#ttb-new-footer .ttb-col-1 {
        grid-column: 1;
    }
    footer#ttb-new-footer .ttb-stats {
        grid-template-columns: 1fr 1fr;
    }
    footer#ttb-new-footer .ttb-brand {
        justify-content: center;
    }
    footer#ttb-new-footer .ttb-brand-desc {
        text-align: center;
    }
    footer#ttb-new-footer .ttb-pagcor {
        display: flex;
        justify-content: center;
    }
    footer#ttb-new-footer .ttb-social {
        justify-content: center;
    }
}
