/* Hotfix: hide Marketing sections backed by mock data until real sources exist. */
.marketing-tabs button:nth-child(2),
.marketing-tabs button:nth-child(3),
.marketing-tabs button:nth-child(5),
.marketing-kpis,
.marketing-grid-two {
  display: none !important;
}

.marketing-architecture::before {
  content: "Panel en modo datos reales · Las métricas y segmentaciones aparecerán cuando tengan una fuente trazable en el sistema.";
  display: block;
  margin-bottom: 14px;
  padding: 10px 12px;
  border: 1px solid #d5dfd0;
  border-radius: 9px;
  background: var(--verde-sage-light);
  color: var(--text-secondary);
  font-size: 12px;
  line-height: 1.45;
}
