/* Banner "TO JEST DEMO" — Faza 1-4 release plan demo v2.
   Usuniecie w Fazie 5 (release na prod jako realny lead capture). */

.banner-demo {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 16px;
  margin: 0 0 var(--space-block, 24px);
  border: 1px dashed rgba(245, 158, 11, 0.55);
  background: linear-gradient(160deg, rgba(245, 158, 11, 0.10), rgba(245, 158, 11, 0.04));
  border-radius: var(--radius-card, 12px);
  color: var(--text-secondary, #d4d4d8);
  font-size: var(--fs-sm, 14px);
  line-height: var(--lh-relaxed, 1.55);
}

.banner-demo__icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.18);
  border: 1px solid rgba(245, 158, 11, 0.55);
  color: rgb(245, 158, 11);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", serif;
}

.banner-demo__body strong {
  color: rgb(252, 211, 77);
  margin-right: 4px;
}
