/* DREX HOME PREMIUM SIMPLIFIED START */
.drex-home-premium-band{
  margin: 18px 0 14px;
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(216,31,38,.11), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
}
.drex-home-premium-band h2{
  margin: 0 0 8px;
  font-size: 1.18rem;
  line-height: 1.15;
}
.drex-home-premium-band p{
  margin: 0;
  color: var(--muted, #c7c7c7);
  line-height: 1.58;
}
.drex-home-highlight{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(216,31,38,.12);
  border: 1px solid rgba(216,31,38,.35);
  font-size: .8rem;
  font-weight: 800;
  margin-bottom: 10px;
}

/* ocultar capas redundantes anteriores */
.drex-home-kpis,
.drex-home-mini-nav{
  display: none !important;
}

.drex-home-top{
  position: fixed;
  right: 16px;
  bottom: 24px;
  z-index: 65;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(10,10,10,.88);
  color: #fff;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 40px rgba(0,0,0,.25);
}
.drex-home-top.show{
  display: flex;
}

@media (max-width: 980px){
  .drex-home-premium-band{
    margin: 14px 0 12px;
    padding: 14px 16px;
    border-radius: 18px;
  }
  .drex-home-premium-band h2{
    font-size: 1.06rem;
  }
}
/* DREX HOME PREMIUM SIMPLIFIED END */
