.brand .brand-logo {
  display: block;
  width: 190px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
.site-header .brand,
.footer-main .brand {
  flex-shrink: 0;
}
.footer-main .brand-logo {
  width: 180px;
}
@media (max-width: 480px) {
  .site-header .brand-logo {
    width: 150px;
  }
  .footer-main .brand-logo {
    width: 170px;
  }
}

.plan-card-centered .plan-choice {
  font-size: 0.75rem;
  line-height: 1.75;
}
.plan-card-centered .plan-choice strong {
  font-size: inherit;
}

#change-launch-team {
  flex-shrink: 0;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #cbd9ff;
  border-radius: 10px;
  background: #fff;
  color: #004dff;
  font-size: 0.8125rem;
  font-weight: 750;
}
#change-launch-team:hover {
  background: #edf2ff;
}
.launch-selection > div {
  min-width: 0;
}
.launch-selection b {
  overflow-wrap: anywhere;
}
@media (max-width: 380px) {
  .launch-selection {
    gap: 9px;
    padding: 12px;
  }
  #change-launch-team {
    padding-inline: 9px;
    font-size: 0.75rem;
  }
}

#ativar-futzap {
  scroll-margin-top: 110px;
}
#ativar-futzap:focus {
  outline: none;
}
#ativar-futzap:focus-visible {
  outline: 3px solid #071c55;
  outline-offset: 5px;
}
@media (max-width: 600px) {
  #ativar-futzap {
    scroll-margin-top: 88px;
  }
}

/* Section navigation with a compact menu below desktop width. */
.site-header .header-inner {
  width: min(1480px, calc(100% - 36px));
  gap: 22px;
}
.site-header #header-nav {
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 0.8125rem;
  white-space: nowrap;
}
.header-menu-toggle {
  display: none;
}
#escolha-time,
#informacoes,
#especialistas,
#jogos {
  scroll-margin-top: 100px;
}
@media (max-width: 1249px) {
  .site-header #header-nav {
    display: none;
  }
}
.header-cta-mobile {
  display: none;
}
@media (max-width: 600px) {
  .site-header .brand-logo {
    width: 160px;
  }
  .site-header .header-inner {
    gap: 16px;
  }
  .site-header .button-compact {
    font-size: 0.75rem;
    white-space: nowrap;
    padding-inline: 12px;
  }
}
@media (max-width: 359px) {
  .site-header .brand-logo {
    width: 130px;
  }
  .site-header .header-inner {
    gap: 10px;
  }
  .site-header .button-compact {
    padding-inline: 10px;
  }
}
