/* =====================================================
           TOPBOOKIE â€” MODERN FOOTER 2026
           ===================================================== */

        .tb-footer-modern {
            margin-top: 34px;
            border-top: 3px solid #d7192d;
            background: #202329;
            color: #c7cbd2;
        }

        .tb-footer-modern * {
            box-sizing: border-box;
        }

        .tb-footer-main {
            padding: 34px 0 25px;
        }

        .tb-footer-inner {
            width: calc(100% - 64px);
            max-width: 1480px;
            margin: 0 auto;
        }

        .tb-footer-grid {
            display: grid;
            grid-template-columns: 240px minmax(0, 1fr);
            gap: 40px;
            align-items: start;
        }

        .tb-footer-grid > *,
        .tb-footer-topline > * {
            min-width: 0;
        }

        .tb-footer-brand-logo {
            display: block;
            width: 170px;
            max-width: 100%;
            height: auto;
            margin-bottom: 14px;
        }

        .tb-footer-brand-copy {
            max-width: 285px;
            margin: 0 0 17px;
            color: #aeb4bd;
        }

        .tb-footer-trust {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
            margin-bottom: 18px;
        }

        .tb-footer-trust img {
            display: block;
            width: auto;
            max-width: 72px;
            max-height: 40px;
            object-fit: contain;
            border-radius: 5px;
        }

        .tb-footer-social {
            display: flex;
            align-items: center;
            gap: 9px;
        }

        .tb-footer-social a {
            width: 34px;
            height: 34px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #3a3f47;
            border-radius: 9px;
            background: #282c33;
            transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
        }

        .tb-footer-social a:hover {
            border-color: #d7192d;
            background: #d7192d;
            transform: translateY(-1px);
        }

        .tb-footer-social img {
            width: 16px;
            height: auto;
            display: block;
        }

        .tb-footer-content {
            min-width: 0;
        }

        .tb-footer-topline {
            display: grid;
            grid-template-columns: minmax(140px, .75fr) minmax(190px, 1fr) minmax(280px, 1.2fr);
            gap: 30px;
            padding-bottom: 22px;
            border-bottom: 1px solid rgba(255,255,255,.09);
        }

        .tb-footer-section-title {
            margin: 0 0 12px;
            color: #ffffff;
            letter-spacing: .25px;
            text-transform: uppercase;
        }

        .tb-footer-dynamic {
            min-width: 0;
        }

        .tb-footer-dynamic .footer-links {
            display: inline-flex !important;
            align-items: center;
            margin: 0 7px 7px 0 !important;
            padding: 6px 9px !important;
            border: 1px solid #3b4048 !important;
            border-radius: 999px !important;
            background: #272b31 !important;
        }

        .tb-footer-dynamic .footer-links:hover {
            border-color: #8c323d !important;
            background: #34272b !important;
        }

        .tb-footer-modern .ver-line {
            display: none !important;
        }

        .tb-footer-company-links {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 8px 14px;
        }

        .tb-footer-company-links a,
        .tb-footer-company-links button {
            padding: 0;
            border: 0;
            background: transparent;
            
            text-align: left;
            
            cursor: pointer;
        }

        .tb-footer-editorial {
            padding-top: 20px;
            color: #959ca6;
        }

        .tb-footer-editorial * {
            background: transparent !important;
            
        }
        .tb-footer-editorial :not(a):not(a *) { color: #959ca6 !important; }

        .tb-footer-bottom {
            border-top: 1px solid #343941;
            background: #1b1e23;
        }

        .tb-footer-bottom-inner {
            width: calc(100% - 64px);
            max-width: 1480px;
            min-height: 52px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            margin: 0 auto;
            color: #868d97;
        }

        .tb-footer-bottom-links {
            display: flex;
            align-items: center;
            gap: 14px;
            flex-wrap: wrap;
        }

        .tb-footer-rg {
            display: inline-flex;
            align-items: center;
            gap: 7px;
        }

        .tb-footer-rg-badge {
            width: 28px;
            height: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #d7192d;
            border-radius: 50%;
            color: #ffffff;
        }

        @media (min-width: 992px) and (max-width: 1199.98px) {
            .tb-footer-topline { grid-template-columns: 1fr 1fr; }
        }

        @media (max-width: 991.98px) {
            .tb-footer-grid,
            .tb-footer-topline {
                grid-template-columns: 1fr;
            }

            .tb-footer-grid {
                gap: 28px;
            }
        }

        @media (max-width: 575.98px) {
            .tb-footer-inner,
            .tb-footer-bottom-inner {
                width: calc(100% - 30px);
            }

            .tb-footer-company-links {
                grid-template-columns: 1fr;
            }

            .tb-footer-bottom-inner {
                align-items: flex-start;
                flex-direction: column;
                padding: 15px 0;
            }
        }
    