
/* V22.24 — rodapé 2026, sem alterar a estrutura principal */
.xps-global-footer-theme.v208-neon{
  min-height:0!important;
  height:auto!important;
  margin:0;
  background:#02070d;
}
.xps-footer-2026{
  position:relative;
  margin-top:26px;
  border-top:1px solid rgba(52,151,224,.28);
  background:
    radial-gradient(circle at 15% 0%,rgba(16,103,168,.13),transparent 30%),
    linear-gradient(180deg,#050c13 0%,#02070c 100%);
  color:#e8f4ff;
}
.xps-footer-2026:before{
  content:"";
  position:absolute;
  left:0;right:0;top:-1px;
  height:1px;
  background:linear-gradient(90deg,transparent,#1c95e8 35%,#ffc400 50%,#1c95e8 65%,transparent);
  opacity:.55;
}
.xps-footer-2026>.wrap{
  width:min(1490px,calc(100% - 40px));
  max-width:1490px;
  margin-left:auto;
  margin-right:auto;
  box-sizing:border-box;
}
.xps-footer-2026 .xps-footer-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr .8fr;
  gap:34px;
  padding-top:30px;
  padding-bottom:26px;
}
.xps-footer-brand,
.xps-footer-social,
.xps-footer-links{min-width:0}
.xps-footer-kicker{
  display:block;
  margin-bottom:8px;
  color:#5daef0;
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
}
.xps-footer-brand>strong{
  display:block;
  font-size:24px;
  line-height:1.1;
  letter-spacing:-.02em;
}
.xps-footer-brand>small{
  display:block;
  margin-top:7px;
  color:#8faec6;
  font-size:14px;
  line-height:1.5;
}
.xps-footer-live{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:13px;
  padding:6px 9px;
  border:1px solid rgba(54,172,121,.22);
  border-radius:999px;
  background:rgba(28,132,88,.09);
  color:#89dfb6;
  font-size:11px;
  font-weight:800;
}
.xps-footer-live i{
  width:7px;height:7px;border-radius:50%;
  background:#2fd685;
  box-shadow:0 0 12px rgba(47,214,133,.55);
}
.xps-footer-links>strong,
.xps-footer-social>strong{
  display:block;
  margin-bottom:12px;
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.xps-footer-links>div{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px 14px;
}
.xps-footer-links a{
  color:#9fb8cb;
  font-size:13px;
  text-decoration:none;
  transition:color .2s ease,transform .2s ease;
}
.xps-footer-links a:hover{
  color:#ffc400;
  transform:translateX(2px);
}
.xps-social-row{
  display:flex;
  gap:9px;
  margin-bottom:12px;
}
.xps-social-row a{
  width:34px;height:34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(95,166,215,.24);
  border-radius:11px;
  background:rgba(255,255,255,.035);
  color:#eaf6ff;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.xps-social-row a:hover{
  transform:translateY(-2px);
  border-color:#2a95df;
  background:rgba(32,139,214,.12);
}
.xps-footer-social>small{
  display:block;
  color:#7f9bb0;
  font-size:12px;
  line-height:1.5;
}
.xps-footer-xpress-logo{
  display:block;
  width:142px;
  max-width:100%;
  margin-top:16px;
  opacity:.95;
  cursor:default;
  pointer-events:none;
}
.xps-footer-xpress-logo.is-linked{
  pointer-events:auto;
  cursor:pointer;
  text-decoration:none;
}
.xps-footer-xpress-logo img{
  display:block;
  width:100%;
  height:auto;
}
.xps-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding-top:13px;
  padding-bottom:14px;
  border-top:1px solid rgba(255,255,255,.06);
  color:#607b90;
  font-size:11px;
}
.xps-footer-credit b{color:#4ca7e5;font-weight:900}

@media(max-width:760px){
  .xps-footer-2026{
    margin-top:18px;
    padding-bottom:76px;
  }
  .xps-footer-2026 .xps-footer-grid{
    grid-template-columns:1fr;
    gap:22px;
    padding-top:24px;
    padding-bottom:18px;
  }
  .xps-footer-2026>.wrap{
    width:calc(100% - 28px);
  }
  .xps-footer-links>div{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .xps-footer-social{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px 14px;
  }
  .xps-footer-social>strong{width:100%;margin-bottom:0}
  .xps-social-row{margin:0}
  .xps-footer-social>small{font-size:12px}
  .xps-footer-xpress-logo{
    width:132px;
    margin-top:0;
  }
  .xps-footer-bottom{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
  }
}


/* Correção Tema 2 FM96 — manter o logótipo Xpress Stream no tamanho original do rodapé */
.xps-footer-2026 .xps-footer-logo-link{
  display:block!important;
  width:142px!important;
  max-width:142px!important;
  margin-top:16px!important;
  padding:0!important;
  text-decoration:none!important;
}
.xps-footer-2026 .xps-footer-logo{
  display:block!important;
  width:142px!important;
  max-width:142px!important;
  height:auto!important;
  max-height:60px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
@media(max-width:760px){
  .xps-footer-2026 .xps-footer-logo-link,
  .xps-footer-2026 .xps-footer-logo{
    width:132px!important;
    max-width:132px!important;
  }
  .xps-footer-2026 .xps-footer-logo-link{margin-top:0!important}
}
