/* LZ-COMPONENT: EMPRESA / LZ-EP05-PROMO-BANNER */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&display=swap');

.lz-eppromo {
  font-family: 'Poppins', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 24px 20px;
}
.lz-eppromo {
  background: linear-gradient(160deg, #1a0d3d, #4c1d95);
  border: 1px solid rgba(250,204,21,0.35);
  border-radius: 16px;
  padding: 22px 26px;
}
.lz-eppromo__badge {
  display: inline-block;
  background: rgba(250,204,21,0.15);
  color: #facc15;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.lz-eppromo__titulo { display: flex; align-items: center; gap: 8px; color: #ffffff; font-size: 19px; font-weight: 800; margin-bottom: 6px; }
.lz-eppromo__tag {
  display: inline-block;
  background: #22c55e;
  color: #06210f;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.lz-eppromo__texto { color: rgba(255,255,255,0.85); font-size: 13px; line-height: 1.6; margin: 0 0 16px; max-width: 520px; }
.lz-eppromo__texto strong { color: #facc15; }
.lz-eppromo__botao {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(160deg, #f7d774, #d9a441);
  color: #3a2504;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 22px;
  text-decoration: none;
}
.lz-eppromo__botao:hover { filter: brightness(1.06); }
