.premium-demo-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: clamp(14px, 1.7vw, 24px) clamp(18px, 2.3vw, 34px) 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 200, 45, 0.62);
  border-radius: 16px;
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 200, 45, 0.16), transparent 30%),
    linear-gradient(110deg, rgba(33, 21, 8, 0.96), rgba(12, 21, 37, 0.98));
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.28);
  color: #f7f8ff;
}

.premium-demo-banner[hidden] { display: none !important; }
.premium-demo-copy { min-width: 0; }
.premium-demo-label {
  display: block;
  margin-bottom: 5px;
  color: #ffc82d;
  font: 900 0.63rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: 0.16em;
}
.premium-demo-banner strong {
  display: block;
  font-size: clamp(1rem, 1.65vw, 1.35rem);
}
.premium-demo-banner p {
  max-width: 900px;
  margin: 5px 0 0;
  color: #aebbd0;
  font-size: 0.78rem;
  line-height: 1.5;
}
.premium-demo-banner a {
  display: inline-flex;
  min-height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  border: 1px solid #ffc82d;
  border-radius: 10px;
  background: #ffc02f;
  color: #090d16;
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
}
.premium-demo-banner a:hover { background: #ffd15d; }

body.premium-demo-active .premium-profile-link.active::after {
  content: "DEMO";
  margin-left: 7px;
  color: #ffc82d;
  font: 900 0.5rem/1 ui-monospace, monospace;
  letter-spacing: 0.08em;
}

@media (max-width: 720px) {
  .premium-demo-banner {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin: 11px 9px 0;
    padding: 14px;
  }
  .premium-demo-banner a { width: 100%; }
}
