/* FEMAC 2026 — Premium V30: Marca oficial com/sem moldura */
.hero-brand-card--with-frame{
  overflow:visible;
}
.hero-brand-card--frameless{
  width:min(430px,92%)!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
.hero-brand-card--frameless::before,
.hero-brand-card--frameless::after{
  content:none!important;
  display:none!important;
}
.hero-brand-card--frameless img{
  display:block!important;
  width:100%!important;
  max-height:390px!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:drop-shadow(0 22px 34px rgba(0,0,0,.34));
}
.hero-brand-card--frameless:hover{
  transform:translateY(-5px)!important;
}
@media(max-width:680px){
  .hero-brand-card--frameless{width:min(330px,88vw)!important}
  .hero-brand-card--frameless img{max-height:300px!important}
}
