/* V41 — locked visual bugfix: menu underline, news labels and action buttons */
:root{--v41-gold:#ffb018;--v41-gold-soft:#ffd45b;--v41-gold-dark:#a76400;}

/* Menu: underline sempre centralizado abaixo do próprio texto, sem deslocar no hover/active */
html body .nav__links{
  align-items:center!important;
  overflow:visible!important;
}
html body .nav__links-item{
  position:relative!important;
  height:78px!important;
  min-height:78px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  overflow:visible!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
html body .nav__links-item a{
  position:relative!important;
  height:78px!important;
  min-height:78px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 1px!important;
  line-height:1!important;
  white-space:nowrap!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
html body .nav__links-item::before,
html body .nav__links-item::after,
html body .nav__links-item a::before{
  content:none!important;
  display:none!important;
}
html body .nav__links-item a::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:16px!important;
  width:0!important;
  height:2px!important;
  transform:translateX(-50%)!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,transparent,var(--v41-gold),var(--v41-gold-soft),var(--v41-gold),transparent)!important;
  box-shadow:0 0 12px rgba(255,174,19,.72)!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:width .22s ease,opacity .22s ease!important;
}
html body .nav__links-item:hover a::after,
html body .nav__links-item.active a::after{
  width:calc(100% + 10px)!important;
  max-width:74px!important;
  opacity:1!important;
}
html body .nav__links-item:hover a,
html body .nav__links-item.active a{
  color:#ffe18a!important;
  text-shadow:0 0 13px rgba(255,179,29,.38)!important;
  transform:none!important;
}

/* Login e Painel: mesmo estilo amarelo em todas as páginas, sem retângulo cinza no hover */
html body .nav .button,
html body .nav-login-btn,
html body a.nav-login-btn,
html body .nav-actions .button,
html body .nav-actions a{
  background:linear-gradient(180deg,#ffc83b 0%,#f7a30b 52%,#d98700 100%)!important;
  border:1px solid rgba(255,210,82,.92)!important;
  border-bottom-color:rgba(126,72,0,.95)!important;
  color:#171006!important;
  border-radius:999px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.42),0 11px 24px rgba(255,154,0,.18)!important;
  outline:none!important;
  overflow:hidden!important;
  text-shadow:none!important;
  transform:none!important;
}
html body .nav .button span,
html body .nav-login-btn span,
html body .nav-actions a span{
  color:#171006!important;
  text-shadow:none!important;
}
html body .nav .button::before,
html body .nav .button::after,
html body .nav-login-btn::before,
html body .nav-login-btn::after,
html body .nav-actions a::before,
html body .nav-actions a::after{
  content:none!important;
  display:none!important;
}
html body .nav .button:hover,
html body .nav-login-btn:hover,
html body .nav-actions a:hover{
  background:linear-gradient(180deg,#ffd85b 0%,#ffb21a 50%,#e49305 100%)!important;
  color:#120d05!important;
  transform:translateY(-1px)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.48),0 15px 30px rgba(255,165,0,.28),0 0 0 4px rgba(255,177,31,.07)!important;
}

/* Novidades: selo cresce só conforme o texto, sem faixa grande atravessando o card */
html body .pro-news-card .pro-date,
html body .pro-news-card span.pro-date,
html body .pro-news-content .pro-date,
html body .v21-news-card span,
html body .v21-news-item em{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  max-width:max-content!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  padding:6px 13px!important;
  border-radius:999px!important;
  line-height:1!important;
  background:linear-gradient(180deg,rgba(255,205,72,.28),rgba(126,78,13,.42))!important;
  border:1px solid rgba(255,205,72,.34)!important;
  box-shadow:0 8px 18px rgba(0,0,0,.2)!important;
  align-self:flex-start!important;
}
html body .pro-news-card .pro-news-content,
html body .pro-news-content{
  align-items:flex-start!important;
}
html body .pro-news-card .pro-news-content h3,
html body .pro-news-card .pro-news-content p{
  width:100%!important;
}

/* CTA da hero: respiro final, sem corte inferior */
html body .roi-hero-art .button.big,
html body .roi-hero-art__brand .button.big,
html body .header-main .button.big{
  min-height:62px!important;
  height:auto!important;
  padding:0 42px!important;
  margin-top:28px!important;
  margin-bottom:110px!important;
  line-height:1!important;
  overflow:hidden!important;
}
html body .roi-hero-art .button.big span,
html body .roi-hero-art__brand .button.big span{
  display:block!important;
  line-height:1.12!important;
  padding:4px 0!important;
}

/* Cards de novidades: pequeno ajuste de respiro sem redesenhar */
html body .pro-news-card{
  overflow:hidden!important;
}
html body .pro-news-card .pro-news-content{
  padding-right:18px!important;
}

@media (max-width:1450px){
  html body .nav__links-item a{font-size:12.5px!important;letter-spacing:.085em!important;}
  html body .nav__links{gap:18px!important;}
}
@media (max-width:1250px){
  html body .nav__links-item a{font-size:12px!important;letter-spacing:.065em!important;}
  html body .nav__links{gap:13px!important;}
  html body .nav .button,html body .nav-login-btn{min-width:108px!important;padding:0 14px!important;}
}
@media (max-width:760px){
  html body .nav__links-item a::after{bottom:8px!important;}
  html body .roi-hero-art .button.big,
  html body .roi-hero-art__brand .button.big{margin-bottom:70px!important;min-height:56px!important;}
}
