.ft-scope .ft-footer, .ft-scope .ft-footer *{font-family:Poppins,system-ui,sans-serif}

/* Fast Tennis — Footer. Valores idênticos ao protótipo; seletores semânticos. */
.ft-scope .ft-footer{background:var(--style-primary);color:#fff;padding:40px var(--style-gap-lg)}
.ft-scope .ft-footer__row{max-width:var(--style-max);margin:0 auto;display:flex;align-items:center;gap:var(--style-gap-lg)}
.ft-scope .ft-footer__logo-cell{flex-shrink:0}
.ft-scope .ft-footer__logo{font-size:1.6rem;display:flex;flex-shrink:0}
.ft-scope .ft-footer__logo-img{background-image:none!important;width:110px;height:50px;background-size:cover;background-position:center}
.ft-scope .ft-footer__logo-img picture{display:contents}
.ft-scope .ft-footer__logo-img img{display:block;width:100%;height:100%;object-fit:contain}
.ft-scope .ft-footer__col{display:flex;flex-direction:column;gap:8px;font-size:.75rem}
.ft-scope .ft-footer__col strong{font-weight:700;white-space:nowrap}
.ft-scope .ft-footer__col a{color:#fff;font-weight:500;transition:opacity var(--style-speed)}
.ft-scope .ft-footer__col a:hover{opacity:.8}
.ft-scope .ft-footer__socials{display:flex;gap:12px}
.ft-scope .ft-footer__socials a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--style-bg);color:var(--style-primary);border-radius:50%;transition:opacity var(--style-speed)}
.ft-scope .ft-footer__socials a:hover{opacity:.85}
.ft-scope .ft-footer__apps{display:flex;gap:8px}
.ft-scope .ft-footer__apps a{display:block;line-height:0}
.ft-scope .ft-footer__apps img{display:block;height:36px;width:auto}
.ft-scope .ft-footer__legal{max-width:var(--style-max);margin:var(--style-gap-lg) auto 0;display:flex;flex-wrap:wrap;gap:8px;font-size:.625rem;font-weight:700;color:var(--style-divider)}
@media (max-width:1024px){.ft-scope .ft-footer{padding:32px var(--style-gutter)}
.ft-scope .ft-footer__row{flex-wrap:wrap;gap:24px;align-items:flex-start}}
@media (max-width:768px){.ft-scope .ft-footer__logo-img{width:85px;height:36px}
.ft-scope .ft-footer__logo-img img{height:36px}
.ft-scope .ft-footer__row{flex-direction:column;align-items:flex-start}}
