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

.lz-empresa-hero { font-family: 'Poppins', sans-serif; background: #ffffff; }

.lz-empresa-hero__capa {
  position: relative;
  height: 260px;
  background-color: #10231f;
  background-size: cover;
  background-position: center;
}
.lz-empresa-hero__voltar,
.lz-empresa-hero__botao-icone {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  color: #10231f;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.lz-empresa-hero__voltar { position: absolute; top: 16px; left: 16px; }
.lz-empresa-hero__acoes-topo { position: absolute; top: 16px; right: 16px; display: flex; gap: 8px; }
.lz-empresa-hero__botao-icone:hover { background: #ffffff; color: #16a34a; }

.lz-empresa-hero__conteudo { max-width: 1200px; margin: 0 auto; padding: 0 24px 20px; position: relative; }

.lz-empresa-hero__logo-wrap {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #ffffff;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 14px rgba(16,35,31,0.15);
  margin-top: -46px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lz-empresa-hero__logo { width: 100%; height: 100%; object-fit: cover; }

.lz-empresa-hero__selos { display: flex; gap: 8px; margin: 12px 0 8px; flex-wrap: wrap; }
.lz-empresa-hero__selo {
  font-size: 11.5px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
}
.lz-empresa-hero__selo--destaque { background: #facc15; color: #3a2504; }
.lz-empresa-hero__selo--evidencia { background: #dbeafe; color: #2563eb; }

.lz-empresa-hero__nome { font-size: 23px; font-weight: 700; color: #10231f; margin: 0 0 4px; }
.lz-empresa-hero__categorias { font-size: 13px; color: #7c8b89; margin: 0 0 10px; }

.lz-empresa-hero__meta { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.lz-empresa-hero__local, .lz-empresa-hero__atualizado {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  color: #33413e;
}
.lz-empresa-hero__atualizado { color: #16a34a; }

@media (max-width: 640px) {
  .lz-empresa-hero__capa { height: 200px; }
  .lz-empresa-hero__logo-wrap { width: 76px; height: 76px; margin-top: -38px; }
  .lz-empresa-hero__nome { font-size: 19px; }
}
