.product-showcase {
  margin: 24px 0 28px;
}

.product-showcase__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--text-muted);
}

.product-showcase__eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 12px rgba(79,143,255,0.45);
}

.product-stage {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(79,143,255,0.14);
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(79,143,255,0.08), transparent 34%),
    linear-gradient(180deg, rgba(6,10,18,0.98), rgba(4,6,12,0.98));
  box-shadow: 0 22px 60px rgba(0,0,0,0.36);
}

.product-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(transparent 0, rgba(79,143,255,0.025) 50%, transparent 100%);
  background-size: 100% 4px;
  opacity: 0.45;
  pointer-events: none;
}

.product-stage__stars {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1px 1px at 8% 14%, rgba(255,255,255,0.45), transparent),
    radial-gradient(1px 1px at 24% 52%, rgba(255,255,255,0.28), transparent),
    radial-gradient(1px 1px at 43% 22%, rgba(125,207,255,0.42), transparent),
    radial-gradient(1px 1px at 58% 70%, rgba(255,255,255,0.2), transparent),
    radial-gradient(1px 1px at 74% 34%, rgba(79,143,255,0.38), transparent),
    radial-gradient(1px 1px at 88% 16%, rgba(52,211,153,0.3), transparent),
    radial-gradient(1px 1px at 92% 82%, rgba(255,255,255,0.25), transparent),
    radial-gradient(1px 1px at 15% 88%, rgba(255,255,255,0.18), transparent);
  opacity: 0.85;
}

.product-stage__topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px 10px;
}

.product-stage__brand {
  font-family: var(--font-mono);
  font-size: 15px;
  color: var(--text);
}

.product-stage__brand .prompt,
.product-stage__brand .os {
  color: var(--blue);
}

.product-stage__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.product-stage__pill {
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.04);
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.product-window {
  position: absolute;
  border-radius: 11px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(8,12,20,0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.42);
  overflow: hidden;
}

.product-window__bar {
  height: 30px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  background: rgba(0,0,0,0.32);
}

.product-window__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.product-window__dot--red { background: #ff5f57; }
.product-window__dot--yellow { background: #febc2e; }
.product-window__dot--green { background: #28c840; }

.product-window__title {
  margin-left: 6px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-muted);
}

.product-window__body {
  padding: 12px;
}

.product-chat {
  display: grid;
  gap: 8px;
}

.product-chat__bubble {
  padding: 8px 10px;
  border-radius: 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1.55;
}

.product-chat__bubble--user {
  margin-left: 18%;
  background: rgba(79,143,255,0.12);
  color: var(--teal);
}

.product-chat__bubble--agent {
  margin-right: 14%;
  background: rgba(255,255,255,0.04);
  color: var(--text-sec);
}

.product-chat__toolrow,
.product-feed__line,
.product-mini-feed__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-sec);
}

.product-chat__toolrow {
  padding: 7px 9px;
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
}

.product-feed {
  display: grid;
  gap: 8px;
}

.product-feed__card {
  padding: 8px 9px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.03);
}

.product-feed__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--text-muted);
}

.product-feed__trace {
  display: grid;
  gap: 6px;
}

.product-feed__line strong {
  color: var(--text);
  font-weight: 600;
}

.product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 7px;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.product-badge--allow {
  color: var(--green);
  background: rgba(52,211,153,0.08);
  border: 1px solid rgba(52,211,153,0.18);
}

.product-badge--deny {
  color: #f87171;
  background: rgba(239,68,68,0.08);
  border: 1px solid rgba(239,68,68,0.2);
}

.product-badge--warn {
  color: #fcd34d;
  background: rgba(245,158,11,0.1);
  border: 1px solid rgba(245,158,11,0.22);
}

.product-code {
  font-family: var(--font-mono);
  font-size: 9px;
  line-height: 1.75;
  color: var(--text-muted);
}

.product-code__kw { color: #a78bfa; }
.product-code__fn { color: var(--blue); }
.product-code__str { color: var(--green); }
.product-code__cm { color: #475569; }

.product-stage__taskbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(0,0,0,0.82);
  backdrop-filter: blur(10px);
}

.product-stage__task {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.04);
  position: relative;
}

.product-stage__task.is-active {
  border-color: rgba(79,143,255,0.28);
  background: rgba(79,143,255,0.12);
}

.product-stage__task.is-active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--blue);
  transform: translateX(-50%);
}

.product-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 16px;
}

.product-scenario {
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(79,143,255,0.14);
  background:
    radial-gradient(circle at top, rgba(79,143,255,0.06), transparent 34%),
    linear-gradient(180deg, rgba(6,10,18,0.96), rgba(4,6,12,0.96));
}

.product-scenario__label {
  margin-bottom: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-scenario__title {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--text);
  margin-bottom: 8px;
}

.product-scenario__copy {
  font-size: 13px;
  line-height: 1.65;
  color: var(--text-sec);
  margin-bottom: 12px;
}

.product-scenario__mini {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.03);
}

.product-mini-feed {
  display: grid;
  gap: 7px;
}

@media (max-width: 920px) {
  .product-scenario-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .product-stage__topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-stage__pills {
    justify-content: flex-start;
  }

  .product-window {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 12px 12px 0;
  }

  .product-stage {
    padding-bottom: 52px;
  }

  .product-stage__taskbar {
    position: static;
    margin-top: 12px;
  }
}
