/* Product, Threat Intelligence Network (full dark, IP mesh illustration) */

.hm-page--product .hm-prod-tin {
  --tin-ink: #0a0a0a;
  --tin-bg: #050505;
  --tin-surface: rgba(255, 255, 255, 0.03);
  --tin-surface-2: rgba(255, 255, 255, 0.055);
  --tin-border: rgba(255, 255, 255, 0.08);
  --tin-border-bright: rgba(255, 255, 255, 0.14);
  --tin-text: #fafafa;
  --tin-muted: #a3a3a3;
  --tin-dim: #525252;
  --tin-brand: var(--hm-brand, #3b82f6);
  --tin-brand-bright: var(--hm-brand-bright, #60a5fa);
  --tin-brand-deep: var(--hm-brand-deep, #2563eb);
  --tin-critical: #e11d48;
  --tin-high: #d97706;
  --tin-warn: #fbbf24;
  position: relative;
  padding: clamp(5.5rem, 12vw, 8rem) 0 clamp(5.5rem, 11vw, 7rem);
  overflow: hidden;
  background: linear-gradient(180deg, #0c0c0c 0%, var(--tin-bg) 40%, #080808 100%);
  color: var(--tin-text);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* ─── Void / atmosphere ─── */
.hm-page--product .hm-prod-tin__void {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.hm-page--product .hm-prod-tin__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, #000 15%, transparent 75%);
}

.hm-page--product .hm-prod-tin__beam {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: min(1000px, 140vw);
  height: 55%;
  background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.12) 0%, transparent 65%);
  animation: tin-beam 16s ease-in-out infinite alternate;
}

.hm-page--product .hm-prod-tin__scanline {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.22), transparent);
  animation: tin-scan 11s linear infinite;
  opacity: 0.4;
}

.hm-page--product .hm-prod-tin__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, transparent 30%, rgba(0, 0, 0, 0.55) 100%);
}

@keyframes tin-beam {
  from { transform: translateX(-52%); opacity: 0.85; }
  to { transform: translateX(-48%); opacity: 1; }
}

@keyframes tin-scan {
  0% { top: -1%; }
  100% { top: 101%; }
}

.hm-page--product .hm-prod-tin__shell {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1.15rem, 3.5vw, 2rem);
}

/* ─── Monument copy ─── */
.hm-page--product .hm-prod-tin__monument {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.hm-page--product .hm-prod-tin__monument-copy {
  position: relative;
  max-width: 720px;
}

.hm-page--product .hm-prod-tin__frame {
  inset: -1.1rem -0.75rem;
}

.hm-page--product .hm-prod-tin__frame span {
  border-color: rgba(255, 255, 255, 0.1);
}

.hm-page--product .hm-prod-tin__kicker {
  margin-bottom: 1.1rem;
}

.hm-page--product .hm-prod-tin__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.85rem, 4.2vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--tin-text);
}

.hm-page--product .hm-prod-tin__grad {
  background: linear-gradient(135deg, #93c5fd 0%, #60a5fa 35%, #3b82f6 70%, #2563eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hm-page--product .hm-prod-tin__tagline {
  margin: 0 0 1.35rem;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: var(--tin-text);
}

.hm-page--product .hm-prod-tin__lead {
  margin: 0 0 1.35rem;
  max-width: 52ch;
  font-size: clamp(0.92rem, 1.6vw, 1.02rem);
  line-height: 1.72;
  color: var(--tin-muted);
}

.hm-page--product .hm-prod-tin__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hm-page--product .hm-prod-tin__tags li {
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tin-muted);
  background: var(--tin-surface);
  border: 1px solid var(--tin-border);
}

/* ─── Nexus illustration stage ─── */
.hm-page--product .hm-prod-tin__nexus-stage {
  margin-bottom: clamp(2.75rem, 5.5vw, 4rem);
}

.hm-page--product .hm-prod-tin__nexus-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hm-page--product .hm-prod-tin__nexus {
  position: relative;
  width: 100%;
  aspect-ratio: 960 / 560;
  border-radius: 24px;
  border: 1px solid var(--tin-border-bright);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.04) 0%, transparent 45%),
    linear-gradient(180deg, #111 0%, #0a0a0a 55%, #060606 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 40px 100px rgba(0, 0, 0, 0.55),
    0 0 80px rgba(59, 130, 246, 0.06);
  overflow: hidden;
}

.hm-page--product .hm-prod-tin__nexus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--tin-brand), transparent);
  opacity: 0.55;
  z-index: 2;
}

.hm-page--product .hm-prod-tin__nexus-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  height: 55%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.14) 0%, transparent 68%);
  pointer-events: none;
}

.hm-page--product .hm-prod-tin__nexus-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(59, 130, 246, 0.08);
  pointer-events: none;
}

.hm-page--product .hm-prod-tin__nexus-ring--1 { width: 78%; height: 72%; }
.hm-page--product .hm-prod-tin__nexus-ring--2 { width: 58%; height: 54%; border-color: rgba(255, 255, 255, 0.05); }
.hm-page--product .hm-prod-tin__nexus-ring--3 {
  width: 38%;
  height: 36%;
  border-color: rgba(59, 130, 246, 0.15);
  animation: tin-ring-pulse 4s ease-in-out infinite;
}

@keyframes tin-ring-pulse {
  0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.02); }
}

.hm-page--product .hm-prod-tin__nexus-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hm-page--product .hm-prod-tin__edge {
  stroke: rgba(59, 130, 246, 0.18);
  stroke-dasharray: 4 8;
  transition: stroke 0.35s ease, stroke-width 0.35s ease, opacity 0.35s ease;
}

.hm-page--product .hm-prod-tin__edge--cross {
  stroke: rgba(255, 255, 255, 0.06);
  stroke-width: 0.8;
  stroke-dasharray: 2 10;
}

.hm-page--product .hm-prod-tin__edge--hot {
  stroke: rgba(225, 29, 72, 0.25);
}

.hm-page--product .hm-prod-tin__edge.is-lit {
  stroke: rgba(96, 165, 250, 0.75);
  stroke-width: 1.8;
  stroke-dasharray: none;
  filter: drop-shadow(0 0 4px rgba(59, 130, 246, 0.4));
}

.hm-page--product .hm-prod-tin__nodes {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.hm-page--product .hm-prod-tin__ip {
  position: absolute;
  left: var(--nx);
  top: var(--ny);
  transform: translate(-50%, -50%);
  min-width: 148px;
  padding: 0.55rem 0.65rem 0.5rem;
  border-radius: 12px;
  background: rgba(8, 8, 8, 0.92);
  border: 1px solid var(--tin-border);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.hm-page--product .hm-prod-tin__ip code {
  display: block;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--tin-brand-bright);
  letter-spacing: -0.02em;
}

.hm-page--product .hm-prod-tin__ip small {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.58rem;
  color: var(--tin-dim);
}

.hm-page--product .hm-prod-tin__ip-sev {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tin-dim);
}

.hm-page--product .hm-prod-tin__ip-rep {
  position: absolute;
  top: -0.45rem;
  left: 0.55rem;
  padding: 0.12rem 0.38rem;
  border-radius: 6px;
  font-size: 0.58rem;
  font-weight: 800;
  color: var(--tin-text);
  background: #171717;
  border: 1px solid var(--tin-border);
}

.hm-page--product .hm-prod-tin__ip.is-critical .hm-prod-tin__ip-sev { background: var(--tin-critical); }
.hm-page--product .hm-prod-tin__ip.is-high .hm-prod-tin__ip-sev { background: var(--tin-high); }
.hm-page--product .hm-prod-tin__ip.is-brand .hm-prod-tin__ip-sev { background: var(--tin-brand); }
.hm-page--product .hm-prod-tin__ip.is-known .hm-prod-tin__ip-sev { background: var(--tin-brand-bright); }

.hm-page--product .hm-prod-tin__ip.is-critical { border-color: rgba(225, 29, 72, 0.25); }
.hm-page--product .hm-prod-tin__ip.is-high { border-color: rgba(217, 119, 6, 0.22); }
.hm-page--product .hm-prod-tin__ip.is-known { border-color: rgba(96, 165, 250, 0.28); }

.hm-page--product .hm-prod-tin__ip.is-lit {
  transform: translate(-50%, -50%) scale(1.04);
  border-color: rgba(96, 165, 250, 0.45);
  box-shadow:
    0 0 0 1px rgba(96, 165, 250, 0.15) inset,
    0 16px 40px rgba(0, 0, 0, 0.5),
    0 0 32px rgba(59, 130, 246, 0.15);
  z-index: 4;
}

.hm-page--product .hm-prod-tin__ip.is-hot.is-lit {
  border-color: rgba(225, 29, 72, 0.45);
  box-shadow: 0 0 32px rgba(225, 29, 72, 0.12);
}

.hm-page--product .hm-prod-tin__nexus-hud {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hm-page--product .hm-prod-tin__hud-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tin-muted);
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid var(--tin-border);
  backdrop-filter: blur(8px);
}

/* ─── Cathedral panels (all dark) ─── */
.hm-page--product .hm-prod-tin__cathedral {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.hm-page--product .hm-prod-tin__panel {
  position: relative;
  grid-column: span 4;
  padding: 1.3rem 1.2rem 1.15rem;
  border-radius: 18px;
  background: var(--tin-surface);
  border: 1px solid var(--tin-border);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.hm-page--product .hm-prod-tin__panel:hover {
  border-color: var(--tin-border-bright);
  transform: translateY(-2px);
}

.hm-page--product .hm-prod-tin__panel--xl { grid-column: span 8; }
.hm-page--product .hm-prod-tin__panel--wide { grid-column: span 8; }

.hm-page--product .hm-prod-tin__panel-frame {
  position: absolute;
  inset: 10px;
  pointer-events: none;
}

.hm-page--product .hm-prod-tin__panel-frame span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: rgba(255, 255, 255, 0.12);
  border-style: solid;
}

.hm-page--product .hm-prod-tin__panel-frame span:nth-child(1) { top: 0; left: 0; border-width: 1px 0 0 1px; }
.hm-page--product .hm-prod-tin__panel-frame span:nth-child(2) { top: 0; right: 0; border-width: 1px 1px 0 0; }
.hm-page--product .hm-prod-tin__panel-frame span:nth-child(3) { bottom: 0; left: 0; border-width: 0 0 1px 1px; }
.hm-page--product .hm-prod-tin__panel-frame span:nth-child(4) { bottom: 0; right: 0; border-width: 0 1px 1px 0; }

.hm-page--product .hm-prod-tin__panel-head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.65rem;
}

.hm-page--product .hm-prod-tin__panel-idx {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--tin-brand-bright);
}

.hm-page--product .hm-prod-tin__panel h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hm-page--product .hm-prod-tin__panel > p {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  line-height: 1.62;
  color: var(--tin-muted);
}

/* Flow */
.hm-page--product .hm-prod-tin__flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.hm-page--product .hm-prod-tin__flow-step {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.7rem 0.65rem;
  border-radius: 12px;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--tin-muted);
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--tin-border);
}

.hm-page--product .hm-prod-tin__flow-step ion-icon {
  font-size: 1.1rem;
  color: var(--tin-dim);
}

.hm-page--product .hm-prod-tin__flow-step.is-active {
  color: var(--tin-text);
  border-color: rgba(59, 130, 246, 0.35);
  background: rgba(59, 130, 246, 0.08);
}

.hm-page--product .hm-prod-tin__flow-step.is-active ion-icon {
  color: var(--tin-brand-bright);
}

/* Rep meter */
.hm-page--product .hm-prod-tin__rep-meter {
  position: relative;
  max-width: 150px;
  margin: 0 auto;
}

.hm-page--product .hm-prod-tin__rep-arc {
  width: 100%;
  display: block;
}

.hm-page--product .hm-prod-tin__rep-track {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 7;
  stroke-linecap: round;
}

.hm-page--product .hm-prod-tin__rep-fill {
  fill: none;
  stroke: var(--tin-brand);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: 182;
  stroke-dashoffset: 22;
}

.hm-page--product .hm-prod-tin__rep-readout {
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  text-align: center;
}

.hm-page--product .hm-prod-tin__rep-readout strong {
  display: block;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--tin-text);
}

.hm-page--product .hm-prod-tin__rep-readout span {
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tin-dim);
}

/* Visitor */
.hm-page--product .hm-prod-tin__visitor {
  display: grid;
  gap: 0.45rem;
}

.hm-page--product .hm-prod-tin__visitor-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.6rem;
  border-radius: 10px;
  font-size: 0.68rem;
  font-weight: 600;
  border: 1px solid var(--tin-border);
}

.hm-page--product .hm-prod-tin__visitor-row span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.hm-page--product .hm-prod-tin__visitor-row.is-safe {
  color: var(--tin-muted);
  background: rgba(0, 0, 0, 0.3);
}

.hm-page--product .hm-prod-tin__visitor-row.is-safe span { background: #525252; }

.hm-page--product .hm-prod-tin__visitor-row.is-flag {
  color: #fda4af;
  background: rgba(225, 29, 72, 0.08);
  border-color: rgba(225, 29, 72, 0.2);
}

.hm-page--product .hm-prod-tin__visitor-row.is-flag span { background: var(--tin-critical); }

/* Dossier */
.hm-page--product .hm-prod-tin__dossier {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin: 0;
  padding: 0.65rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--tin-border);
}

.hm-page--product .hm-prod-tin__dossier dt {
  margin: 0;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tin-dim);
}

.hm-page--product .hm-prod-tin__dossier dd {
  margin: 0.08rem 0 0;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--tin-text);
}

.hm-page--product .hm-prod-tin__dossier dd.is-critical { color: var(--tin-critical); }
.hm-page--product .hm-prod-tin__dossier code {
  font-family: ui-monospace, monospace;
  font-size: 0.66rem;
  font-weight: 500;
  color: var(--tin-brand-bright);
}

/* Stream */
.hm-page--product .hm-prod-tin__stream {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 12px;
  border: 1px solid var(--tin-border);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
}

.hm-page--product .hm-prod-tin__stream li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.7rem;
  font-size: 0.72rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  border-left: 2px solid transparent;
}

.hm-page--product .hm-prod-tin__stream li:last-child { border-bottom: none; }

.hm-page--product .hm-prod-tin__stream code {
  font-family: ui-monospace, monospace;
  font-size: 0.64rem;
  color: var(--tin-brand-bright);
}

.hm-page--product .hm-prod-tin__stream b { font-weight: 600; color: var(--tin-text); }
.hm-page--product .hm-prod-tin__stream span { font-size: 0.62rem; color: var(--tin-dim); }

.hm-page--product .hm-prod-tin__stream li.is-critical { border-left-color: var(--tin-critical); }
.hm-page--product .hm-prod-tin__stream li.is-high { border-left-color: var(--tin-high); }
.hm-page--product .hm-prod-tin__stream li.is-known { border-left-color: var(--tin-brand-bright); }
.hm-page--product .hm-prod-tin__stream li.is-brand { border-left-color: var(--tin-brand); }

.hm-page--product .hm-prod-tin__stream li.is-active-row {
  background: rgba(59, 130, 246, 0.06);
}

/* Privacy */
.hm-page--product .hm-prod-tin__privacy {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.hm-page--product .hm-prod-tin__privacy li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.74rem;
  color: var(--tin-muted);
}

.hm-page--product .hm-prod-tin__privacy ion-icon {
  color: var(--tin-brand-bright);
  font-size: 0.95rem;
}

/* Pipeline */
.hm-page--product .hm-prod-tin__pipeline {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: 20px;
  border: 1px solid var(--tin-border);
  background: var(--tin-surface);
  text-align: center;
}

.hm-page--product .hm-prod-tin__pipeline-kicker {
  margin-bottom: 1.35rem;
}

.hm-page--product .hm-prod-tin__pipeline-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hm-page--product .hm-prod-tin__pipeline-steps > li:not(.hm-prod-tin__pipe-line) {
  flex: 1;
  max-width: 220px;
  text-align: center;
  padding: 0 0.5rem;
}

.hm-page--product .hm-prod-tin__pipe-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 0.7rem;
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--tin-text);
  background: #171717;
  border: 1px solid var(--tin-border-bright);
}

.hm-page--product .hm-prod-tin__pipeline-steps h4 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.hm-page--product .hm-prod-tin__pipeline-steps p {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.55;
  color: var(--tin-muted);
}

.hm-page--product .hm-prod-tin__pipe-line {
  flex: 0 0 48px;
  height: 1px;
  margin-top: 1.15rem;
  background: linear-gradient(90deg, var(--tin-border), var(--tin-brand), var(--tin-border));
  opacity: 0.6;
}

/* Dashboard window */
.hm-page--product .hm-prod-tin__dash {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.hm-page--product .hm-prod-tin__dash-head {
  margin-bottom: 1.15rem;
}

.hm-page--product .hm-prod-tin__dash-kicker {
  margin-bottom: 0.5rem;
}

.hm-page--product .hm-prod-tin__dash-head h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2.8vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hm-page--product .hm-prod-tin__dash-window {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--tin-border-bright);
  background: linear-gradient(165deg, #111 0%, #0a0a0a 100%);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}

.hm-page--product .hm-prod-tin__dash-chrome {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.62rem 1rem;
  border-bottom: 1px solid var(--tin-border);
  background: rgba(0, 0, 0, 0.4);
}

.hm-page--product .hm-prod-tin__dots {
  display: flex;
  gap: 0.35rem;
}

.hm-page--product .hm-prod-tin__dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  font-style: normal;
}

.hm-page--product .hm-prod-tin__dots i:nth-child(1) { background: #ef4444; }
.hm-page--product .hm-prod-tin__dots i:nth-child(2) { background: #eab308; }
.hm-page--product .hm-prod-tin__dots i:nth-child(3) { background: #22c55e; }

.hm-page--product .hm-prod-tin__dash-url {
  padding: 0.32rem 0.6rem;
  border-radius: 8px;
  font-family: ui-monospace, monospace;
  font-size: 0.62rem;
  color: var(--tin-dim);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--tin-border);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hm-page--product .hm-prod-tin__dash-live {
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4ade80;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hm-page--product .hm-prod-tin__dash-body {
  padding: 1.15rem 1.2rem 1.25rem;
}

.hm-page--product .hm-prod-tin__dash-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--tin-border);
}

.hm-page--product .hm-prod-tin__dash-eyebrow {
  margin: 0 0 0.15rem;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tin-brand-bright);
}

.hm-page--product .hm-prod-tin__dash-top h4 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
}

.hm-page--product .hm-prod-tin__dash-badge {
  flex-shrink: 0;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tin-muted);
  border: 1px solid var(--tin-border);
  background: var(--tin-surface);
}

.hm-page--product .hm-prod-tin__dash-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.hm-page--product .hm-prod-tin__dash-metrics > div {
  padding: 0.65rem 0.7rem;
  border-radius: 10px;
  background: var(--tin-surface);
  border: 1px solid var(--tin-border);
}

.hm-page--product .hm-prod-tin__dash-metrics span {
  display: block;
  margin-bottom: 0.12rem;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tin-dim);
}

.hm-page--product .hm-prod-tin__dash-metrics strong {
  font-size: 1.1rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.hm-page--product .hm-prod-tin__dash-metrics strong.is-warn { color: var(--tin-warn); }
.hm-page--product .hm-prod-tin__dash-metrics strong.is-critical { color: var(--tin-critical); }

.hm-page--product .hm-prod-tin__dash-table-wrap {
  overflow-x: auto;
  border-radius: 10px;
  border: 1px solid var(--tin-border);
}

.hm-page--product .hm-prod-tin__dash-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.72rem;
}

.hm-page--product .hm-prod-tin__dash-table th {
  padding: 0.55rem 0.7rem;
  text-align: left;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tin-dim);
  background: rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid var(--tin-border);
}

.hm-page--product .hm-prod-tin__dash-table td {
  padding: 0.6rem 0.7rem;
  color: var(--tin-muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.hm-page--product .hm-prod-tin__dash-table tr.is-active td {
  background: rgba(59, 130, 246, 0.05);
  color: var(--tin-text);
}

.hm-page--product .hm-prod-tin__dash-table code {
  font-family: ui-monospace, monospace;
  font-size: 0.66rem;
  color: var(--tin-brand-bright);
}

.hm-page--product .hm-prod-tin__badge-rep {
  display: inline-flex;
  padding: 0.1rem 0.38rem;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.68rem;
}

.hm-page--product .hm-prod-tin__badge-rep.is-critical {
  color: #fda4af;
  background: rgba(225, 29, 72, 0.12);
}

.hm-page--product .hm-prod-tin__badge-rep.is-high {
  color: #fcd34d;
  background: rgba(217, 119, 6, 0.12);
}

.hm-page--product .hm-prod-tin__badge-rep.is-brand {
  color: var(--tin-brand-bright);
  background: rgba(59, 130, 246, 0.12);
}

.hm-page--product .hm-prod-tin__sev {
  display: inline-flex;
  padding: 0.12rem 0.42rem;
  border-radius: 999px;
  font-size: 0.56rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hm-page--product .hm-prod-tin__sev.is-critical {
  color: #fda4af;
  background: rgba(225, 29, 72, 0.1);
  border: 1px solid rgba(225, 29, 72, 0.18);
}

.hm-page--product .hm-prod-tin__sev.is-high {
  color: #fcd34d;
  background: rgba(217, 119, 6, 0.1);
  border: 1px solid rgba(217, 119, 6, 0.18);
}

.hm-page--product .hm-prod-tin__sev.is-brand {
  color: var(--tin-brand-bright);
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.18);
}

/* CTA */
.hm-page--product .hm-prod-tin__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.hm-page--product .hm-prod-tin__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fafafa !important;
  color: var(--tin-ink) !important;
}

.hm-page--product .hm-prod-tin__btn:hover {
  background: #fff !important;
}

.hm-page--product .hm-prod-tin__btn-ghost {
  background: transparent !important;
  color: var(--tin-text) !important;
  border: 1px solid var(--tin-border-bright) !important;
  box-shadow: none !important;
}

/* ─── Responsive ─── */
@media (max-width: 1024px) {
  .hm-page--product .hm-prod-tin__panel,
  .hm-page--product .hm-prod-tin__panel--xl,
  .hm-page--product .hm-prod-tin__panel--wide {
    grid-column: span 6;
  }

  .hm-page--product .hm-prod-tin__flow {
    grid-template-columns: 1fr;
  }

  .hm-page--product .hm-prod-tin__dash-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hm-page--product .hm-prod-tin__panel,
  .hm-page--product .hm-prod-tin__panel--xl,
  .hm-page--product .hm-prod-tin__panel--wide {
    grid-column: span 12;
  }

  .hm-page--product .hm-prod-tin__pipeline-steps {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .hm-page--product .hm-prod-tin__pipe-line {
    width: 1px;
    height: 24px;
    flex: none;
    margin: 0;
    background: linear-gradient(180deg, var(--tin-border), var(--tin-brand), var(--tin-border));
  }

  .hm-page--product .hm-prod-tin__dash-metrics {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hm-page--product .hm-prod-tin__beam,
  .hm-page--product .hm-prod-tin__scanline,
  .hm-page--product .hm-prod-tin__nexus-ring--3,
  .hm-page--product .hm-prod-tin__pulse,
  .hm-page--product .hm-prod-tin__hub circle animateTransform {
    animation: none !important;
  }

  .hm-page--product .hm-prod-tin__panel:hover {
    transform: none;
  }
}
