/* ==========================================================
   D4t4D4DDy Products System
   Professional Command-Center Product Pages
   ========================================================== */

:root {
  --prod-bg-0: #02070d;
  --prod-bg-1: #04111f;
  --prod-bg-2: #061a30;
  --prod-panel: rgba(4, 15, 28, .82);
  --prod-panel-2: rgba(7, 24, 42, .72);
  --prod-line: rgba(62, 220, 255, .18);
  --prod-line-strong: rgba(62, 220, 255, .38);
  --prod-text: #edfaff;
  --prod-soft: #b6d5e8;
  --prod-muted: #78a7c2;
  --prod-cyan: #3edcff;
  --prod-blue: #27bfff;
  --prod-deep-blue: #108bea;
  --prod-green: #55f6c6;
  --prod-warn: #ffc857;
  --prod-shadow: 0 28px 90px rgba(0,0,0,.42);
}

/* Base page */
html {
  background: var(--prod-bg-0);
}

body.product-page {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(39,191,255,.14), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(62,220,255,.10), transparent 30%),
    linear-gradient(180deg, rgba(2,7,13,.94), rgba(4,17,31,.92) 42%, rgba(2,7,13,.96)) !important;
  color: var(--prod-text) !important;
  overflow-x: hidden;
}

/* Restore and protect binary animation layer */
body.product-page .binary-bg,
.binary-bg {
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  opacity: .28 !important;
  color: rgba(62, 220, 255, .38) !important;
  filter: contrast(1.25) brightness(1.12);
}

/* Tech grid layer above binary, below content */
body.product-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(62,220,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(62,220,255,.07) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 78%);
  opacity: .55;
}

/* Dark depth layer, keeps animation visible but professional */
body.product-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2,7,13,.84), rgba(2,7,13,.30) 42%, rgba(2,7,13,.80)),
    linear-gradient(180deg, rgba(2,7,13,.42), transparent 34%, rgba(2,7,13,.76));
}

/* Keep everything above animation */
.product-page > header,
.product-page > main,
.product-page > footer,
.product-topbar,
.product-shell,
.product-hero,
.product-section {
  position: relative;
  z-index: 2;
}

.product-shell {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

/* Header */
.product-topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(2, 8, 15, .86) !important;
  border-bottom: 1px solid rgba(62,220,255,.18);
  box-shadow: 0 18px 60px rgba(0,0,0,.42);
  backdrop-filter: blur(18px);
}

.product-topbar-inner {
  width: min(1320px, calc(100% - 48px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.product-topbar a {
  color: var(--prod-text) !important;
  text-decoration: none;
  font-weight: 800;
}

.product-topbar-inner > a {
  letter-spacing: -.02em;
}

.product-topnav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.product-topnav a {
  color: #d9f3ff !important;
  opacity: .86;
  font-size: 14px;
  transition: color .18s ease, opacity .18s ease, text-shadow .18s ease;
}

.product-topnav a:hover {
  opacity: 1;
  color: var(--prod-cyan) !important;
  text-shadow: 0 0 16px rgba(62,220,255,.42);
}

/* Hero */
.product-hero {
  position: relative;
  min-height: 690px;
  padding: 122px 0 86px !important;
  background: transparent !important;
  overflow: hidden;
}

.product-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  width: 920px;
  height: 920px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(62,220,255,.10), transparent 58%);
  border: 1px solid rgba(62,220,255,.08);
  box-shadow:
    0 0 120px rgba(39,191,255,.10),
    inset 0 0 90px rgba(62,220,255,.05);
  opacity: .72;
}

.product-hero::after {
  content: "";
  position: absolute;
  right: -140px;
  top: 120px;
  width: 520px;
  height: 520px;
  pointer-events: none;
  background:
    conic-gradient(from 180deg, transparent, rgba(62,220,255,.13), transparent 35%, rgba(39,191,255,.10), transparent);
  border-radius: 50%;
  filter: blur(.2px);
  opacity: .55;
  animation: d4-orbit-spin 24s linear infinite;
}

@keyframes d4-orbit-spin {
  to { transform: rotate(360deg); }
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
  gap: 52px;
  align-items: center;
}

.product-hero-copy {
  position: relative;
  z-index: 2;
}

.product-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(62,220,255,.28) !important;
  background: rgba(62,220,255,.075) !important;
  box-shadow:
    inset 0 0 16px rgba(62,220,255,.08),
    0 0 28px rgba(62,220,255,.06);
  color: var(--prod-cyan) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.product-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--prod-cyan);
  box-shadow: 0 0 18px rgba(62,220,255,.75);
}

.product-hero-copy h1 {
  margin: 0 0 22px;
  font-size: clamp(44px, 6vw, 86px);
  line-height: .96;
  letter-spacing: -.065em;
  color: transparent !important;
  background: linear-gradient(90deg, #ffffff 0%, #d7f8ff 36%, #45dfff 62%, #108bea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none !important;
}

.product-hero-copy p {
  max-width: 800px;
  margin: 0;
  color: var(--prod-soft) !important;
  font-size: 17px;
  line-height: 1.85;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-btn.primary {
  color: #02111f !important;
  border: 0 !important;
  background: linear-gradient(135deg, var(--prod-blue), var(--prod-cyan)) !important;
  box-shadow:
    0 16px 38px rgba(39,191,255,.26),
    0 0 0 1px rgba(255,255,255,.22) inset;
}

.product-btn.secondary {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  background: rgba(255,255,255,.055) !important;
}

.product-btn:hover {
  transform: translateY(-3px);
}

/* Panels / Cards */
.product-panel,
.product-card,
.metric-box,
.feature-box,
.product-spec,
.arch-box,
.product-roadmap-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--prod-line) !important;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(7,25,44,.88), rgba(3,13,24,.86)) !important;
  box-shadow:
    var(--prod-shadow),
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 0 1px rgba(62,220,255,.025);
  backdrop-filter: blur(14px);
}

.product-panel::before,
.product-card::before,
.metric-box::before,
.feature-box::before,
.product-spec::before,
.arch-box::before,
.product-roadmap-item::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(62,220,255,.09), transparent),
    radial-gradient(circle at top right, rgba(62,220,255,.13), transparent 38%);
  opacity: .72;
}

.product-panel::after,
.product-card::after,
.metric-box::after,
.feature-box::after,
.product-spec::after,
.arch-box::after,
.product-roadmap-item::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(62,220,255,.9), transparent);
  opacity: .65;
}

.product-panel > *,
.product-card > *,
.metric-box > *,
.feature-box > *,
.product-spec > *,
.arch-box > *,
.product-roadmap-item > * {
  position: relative;
  z-index: 1;
}

.product-panel,
.metric-box,
.feature-box,
.product-spec,
.arch-box,
.product-roadmap-item,
.product-card {
  padding: 24px;
}

.product-panel h3,
.product-card h3,
.metric-box h3,
.feature-box h3,
.product-spec h3,
.arch-box h3,
.product-roadmap-item h3 {
  margin: 0 0 12px;
  color: #fff !important;
  font-size: 22px;
  letter-spacing: -.025em;
}

.product-panel p,
.product-card p,
.metric-box p,
.feature-box p,
.product-spec p,
.arch-box p,
.product-roadmap-item p,
.product-section p.section-intro {
  color: var(--prod-soft) !important;
  line-height: 1.72;
}

.product-card,
.metric-box,
.feature-box,
.product-spec,
.arch-box,
.product-roadmap-item {
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    background .22s ease;
}

.product-card:hover,
.metric-box:hover,
.feature-box:hover,
.product-spec:hover,
.arch-box:hover,
.product-roadmap-item:hover {
  transform: translateY(-7px);
  border-color: var(--prod-line-strong) !important;
  box-shadow:
    0 34px 100px rgba(0,0,0,.52),
    0 0 38px rgba(39,191,255,.13),
    inset 0 1px 0 rgba(255,255,255,.07);
}

/* Hero side panel */
.hub-hero-panel {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hub-hero-panel h3 {
  font-size: 24px;
}

.info-list,
.feature-list,
.spec-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.info-list li,
.feature-list li,
.spec-list li {
  position: relative;
  margin-top: 11px;
  padding-left: 18px;
  color: #c8e5f4 !important;
  line-height: 1.65;
}

.info-list li::before,
.feature-list li::before,
.spec-list li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: var(--prod-cyan);
  font-weight: 900;
  text-shadow: 0 0 10px rgba(62,220,255,.55);
}

/* Sections */
.product-section {
  position: relative;
  padding: 72px 0 42px !important;
  background: transparent !important;
}

.product-section h2 {
  margin: 0 0 12px;
  color: #fff !important;
  font-size: clamp(30px, 3.2vw, 46px);
  letter-spacing: -.045em;
}

.product-section h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  margin-top: 14px;
  background: linear-gradient(90deg, var(--prod-cyan), transparent);
  box-shadow: 0 0 18px rgba(62,220,255,.42);
}

.product-section p.section-intro {
  max-width: 980px;
  margin: 0 0 28px;
  color: var(--prod-soft) !important;
  font-size: 16px;
}

/* Grids */
.product-status-grid,
.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-hub-grid,
.feature-grid,
.spec-grid,
.arch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.product-hub-grid .product-card {
  min-height: 420px;
}

/* Badges */
.status-badge,
.product-development-badge,
.product-teaser-badge,
.phase-tag,
.phase-state {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(62,220,255,.24) !important;
  background: rgba(62,220,255,.08) !important;
  color: var(--prod-cyan) !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hub-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

/* Status visualization */
.status-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 10px;
  margin-top: 20px;
}

.status-track::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(62,220,255,.35), rgba(62,220,255,.08));
  transform: translateY(-50%);
  z-index: 0;
}

.stage {
  position: relative;
  z-index: 1;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: rgba(255,255,255,.045) !important;
  color: rgba(234,248,255,.72) !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.stage.done {
  color: #fff !important;
  border-color: rgba(39,191,255,.40) !important;
  background: linear-gradient(135deg, rgba(16,139,234,.95), rgba(39,191,255,.78)) !important;
  box-shadow: 0 0 20px rgba(39,191,255,.20);
}

.stage.current {
  color: #02111f !important;
  border-color: transparent !important;
  background: linear-gradient(135deg, #3edcff, #a8f7ff) !important;
  box-shadow:
    0 0 26px rgba(62,220,255,.36),
    0 0 0 2px rgba(62,220,255,.10);
}

/* Roadmap */
.roadmap-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.product-roadmap-item {
  padding: 24px;
}

.product-roadmap-item .phase-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.phase-state.current {
  color: #02111f !important;
  background: linear-gradient(135deg, var(--prod-blue), var(--prod-cyan)) !important;
}

.phase-state.next {
  color: #dff7ff !important;
  background: rgba(255,255,255,.06) !important;
}

/* Architecture blocks */
.arch-box strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
}

/* Product page polish */
.return-row,
.products-hub-link-row {
  margin-top: 24px;
}

.product-card .product-btn,
.product-card .btn {
  margin-top: 8px;
}

/* Avoid washed-out inherited styles */
.product-page .alt,
.product-page .section,
.product-page main,
.product-page section {
  background: transparent !important;
}

.product-page .card {
  color: var(--prod-text);
}

/* Responsive */
@media (max-width: 1100px) {
  .product-hero-grid,
  .product-status-grid,
  .metric-grid,
  .feature-grid,
  .spec-grid,
  .arch-grid,
  .product-hub-grid {
    grid-template-columns: 1fr;
  }

  .product-hero {
    min-height: auto;
  }

  .status-track {
    grid-template-columns: 1fr;
  }

  .status-track::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .product-shell,
  .product-topbar-inner {
    width: min(100% - 28px, 1320px);
  }

  .product-topbar-inner {
    min-height: auto;
    padding: 16px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .product-topnav {
    gap: 14px;
  }

  .product-hero {
    padding-top: 84px !important;
  }

  .product-hero-copy h1 {
    font-size: 42px;
  }

  body.product-page .binary-bg,
  .binary-bg {
    opacity: .18 !important;
  }
}

/* ==========================================================
   D4T4 PRODUCT PAGE POLISH PASS
   Fixes: contrast, binary visibility, hero height, card clipping,
   cramped stage pills, premium command-center finish.
   ========================================================== */

/* Fix anchor jump under sticky header */
html {
  scroll-padding-top: 110px;
}

#product-family {
  scroll-margin-top: 120px;
}

/* Bring back stronger visible binary layer */
body.product-page .binary-bg,
.product-page .binary-bg,
.binary-bg {
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  opacity: 0.42 !important;
  color: rgba(62, 220, 255, 0.46) !important;
  filter: contrast(1.35) brightness(1.2) saturate(1.15);
}

/* Reduce the layer that was swallowing the background animation */
body.product-page::after {
  background:
    linear-gradient(90deg, rgba(2,7,13,.70), rgba(2,7,13,.18) 45%, rgba(2,7,13,.72)),
    linear-gradient(180deg, rgba(2,7,13,.32), transparent 40%, rgba(2,7,13,.68)) !important;
}

/* Cleaner command-center grid */
body.product-page::before {
  opacity: 0.42 !important;
  background-size: 52px 52px !important;
}

/* Header polish */
.product-topbar {
  background: rgba(2, 8, 15, 0.90) !important;
}

.product-topbar-inner {
  min-height: 72px !important;
}

/* Hero: less dead space, stronger presence */
.product-hero {
  min-height: 560px !important;
  padding-top: 92px !important;
  padding-bottom: 56px !important;
}

.product-hero-grid {
  align-items: center !important;
}

/* Fix headline visibility */
.product-hero-copy h1 {
  opacity: 1 !important;
  color: #ffffff !important;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #dffaff 34%,
    #3edcff 66%,
    #108bea 100%
  ) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 0 34px rgba(62, 220, 255, 0.16) !important;
  filter: brightness(1.18) contrast(1.08);
}

/* Stronger readable paragraph text */
.product-hero-copy p,
.product-section p.section-intro,
.product-card p,
.metric-box p,
.feature-box p,
.product-spec p,
.arch-box p,
.product-roadmap-item p,
.product-panel p {
  color: #c9e7f6 !important;
}

/* Make hero side card feel intentional */
.hub-hero-panel,
.product-panel {
  background:
    linear-gradient(180deg, rgba(7, 30, 52, 0.90), rgba(3, 13, 24, 0.88)) !important;
  border-color: rgba(62, 220, 255, 0.28) !important;
}

/* Product family section starts cleaner */
.product-section {
  padding-top: 58px !important;
  padding-bottom: 38px !important;
}

#product-family {
  padding-top: 46px !important;
}

/* Product cards: consistent professional height */
.product-hub-grid .product-card {
  min-height: 440px !important;
  display: flex;
  flex-direction: column;
}

.product-hub-grid .product-card .return-row {
  margin-top: auto !important;
}

/* Fix status tracker overflow/cramped pills */
.status-track {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
  margin-top: 20px !important;
}

.status-track::before {
  display: none !important;
}

.stage {
  min-height: 34px !important;
  min-width: 88px !important;
  flex: 1 1 88px !important;
  padding: 8px 10px !important;
  border-radius: 13px !important;
  font-size: 9.5px !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  letter-spacing: .07em !important;
}

/* Product page cards: better grid and spacing */
.product-hub-grid,
.arch-grid,
.feature-grid,
.spec-grid,
.metric-grid {
  gap: 24px !important;
}

.product-card,
.metric-box,
.feature-box,
.product-spec,
.arch-box,
.product-roadmap-item {
  border-color: rgba(62, 220, 255, 0.24) !important;
}

/* Add premium glow edge without looking cartoonish */
.product-card::after,
.metric-box::after,
.feature-box::after,
.product-spec::after,
.arch-box::after,
.product-roadmap-item::after {
  left: 24px !important;
  right: 24px !important;
  opacity: .9 !important;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(62, 220, 255, .95),
    rgba(16, 139, 234, .65),
    transparent
  ) !important;
}

/* Badges cleaner */
.status-badge,
.product-development-badge,
.product-teaser-badge,
.phase-tag,
.phase-state {
  font-size: 10.5px !important;
  letter-spacing: .095em !important;
  background: rgba(62, 220, 255, .105) !important;
  border-color: rgba(62, 220, 255, .32) !important;
}

/* Fix buttons being too toy-like */
.product-btn.primary {
  background: linear-gradient(135deg, #27bfff 0%, #3edcff 100%) !important;
  color: #02111f !important;
  box-shadow:
    0 18px 38px rgba(39,191,255,.28),
    inset 0 1px 0 rgba(255,255,255,.45) !important;
}

.product-btn.secondary {
  background: rgba(255,255,255,.065) !important;
  border-color: rgba(255,255,255,.18) !important;
}

/* Add subtle terminal-style top accent to major cards */
.product-card::before,
.metric-box::before,
.feature-box::before,
.product-spec::before,
.arch-box::before,
.product-roadmap-item::before,
.product-panel::before {
  background:
    linear-gradient(90deg, rgba(62,220,255,.12), transparent 38%, rgba(16,139,234,.08)),
    radial-gradient(circle at top right, rgba(62,220,255,.14), transparent 42%) !important;
}

/* Make bottom ecosystem section less plain */
.arch-box {
  min-height: 160px !important;
}

.arch-box strong {
  color: #ffffff !important;
  font-size: 18px !important;
}

/* Prevent lower content from hiding behind browser bottom due to oversized sections */
main {
  padding-bottom: 40px !important;
}

/* Mobile cleanup */
@media (max-width: 1100px) {
  .product-hero {
    min-height: auto !important;
    padding-top: 82px !important;
  }

  .product-hero-grid {
    gap: 30px !important;
  }

  .stage {
    flex: 1 1 120px !important;
  }
}

@media (max-width: 760px) {
  .product-hero-copy h1 {
    font-size: 44px !important;
  }

  .product-hub-grid .product-card {
    min-height: auto !important;
  }

  body.product-page .binary-bg,
  .product-page .binary-bg,
  .binary-bg {
    opacity: .28 !important;
  }
}

/* ==========================================================
   D4T4 ROADMAP TIMELINE PASS
   Converts roadmap pills into real development timelines
   ========================================================== */

/* Give roadmap section a bit more room */
.status-track {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: start !important;
  margin-top: 24px !important;
  padding-top: 22px !important;
  padding-bottom: 6px !important;
}

/* Main connecting timeline line */
.status-track::before {
  content: "" !important;
  position: absolute !important;
  top: 26px !important;
  left: 7% !important;
  right: 7% !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(
    90deg,
    rgba(39,191,255,.45) 0%,
    rgba(62,220,255,.28) 45%,
    rgba(255,255,255,.10) 100%
  ) !important;
  box-shadow: 0 0 18px rgba(39,191,255,.12) !important;
  z-index: 0 !important;
}

/* Each stage becomes a milestone */
.stage {
  position: relative !important;
  z-index: 1 !important;
  min-height: 84px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
  padding: 46px 10px 0 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #7fa9c2 !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

/* Vertical pin line down from milestone node */
.stage::before {
  content: "" !important;
  position: absolute !important;
  top: 24px !important;
  left: 12px !important;
  width: 2px !important;
  height: 18px !important;
  background: rgba(62,220,255,.22) !important;
  z-index: 1 !important;
}

/* Milestone node */
.stage::after {
  content: "" !important;
  position: absolute !important;
  top: 14px !important;
  left: 0 !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 999px !important;
  background: rgba(10,26,42,.95) !important;
  border: 2px solid rgba(255,255,255,.18) !important;
  box-shadow:
    0 0 0 6px rgba(255,255,255,.02),
    0 0 0 1px rgba(62,220,255,.08) inset !important;
  z-index: 2 !important;
}

/* Completed milestone */
.stage.done {
  color: #dff7ff !important;
}

.stage.done::before {
  background: linear-gradient(180deg, rgba(39,191,255,.75), rgba(39,191,255,.22)) !important;
}

.stage.done::after {
  background: linear-gradient(135deg, #108bea, #27bfff) !important;
  border-color: rgba(255,255,255,.42) !important;
  box-shadow:
    0 0 0 6px rgba(39,191,255,.10),
    0 0 18px rgba(39,191,255,.32) !important;
}

/* Active/current milestone */
.stage.current {
  color: #ffffff !important;
}

.stage.current::before {
  background: linear-gradient(180deg, rgba(62,220,255,.95), rgba(62,220,255,.28)) !important;
}

.stage.current::after {
  background: linear-gradient(135deg, #67f7ff, #27bfff) !important;
  border-color: rgba(255,255,255,.65) !important;
  box-shadow:
    0 0 0 8px rgba(62,220,255,.10),
    0 0 26px rgba(62,220,255,.48),
    0 0 46px rgba(62,220,255,.18) !important;
  animation: d4t4-current-pulse 2.2s ease-in-out infinite !important;
}

@keyframes d4t4-current-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 0 0 8px rgba(62,220,255,.10),
      0 0 26px rgba(62,220,255,.48),
      0 0 46px rgba(62,220,255,.18);
  }
  50% {
    transform: scale(1.06);
    box-shadow:
      0 0 0 10px rgba(62,220,255,.14),
      0 0 30px rgba(62,220,255,.62),
      0 0 58px rgba(62,220,255,.24);
  }
}

/* Upcoming milestone */
.stage:not(.done):not(.current) {
  color: rgba(220,238,249,.60) !important;
}

.stage:not(.done):not(.current)::before {
  background: rgba(255,255,255,.10) !important;
}

.stage:not(.done):not(.current)::after {
  background: rgba(9,20,32,.96) !important;
  border-color: rgba(255,255,255,.16) !important;
  box-shadow:
    0 0 0 5px rgba(255,255,255,.02) !important;
}

/* Add subtle label chip feel below each node */
.stage span,
.stage strong {
  display: inline !important;
}

.stage {
  max-width: 130px !important;
}

/* Make timeline cards feel more intentional */
.product-card .status-track,
.product-roadmap-item .status-track,
.metric-box .status-track {
  margin-top: 18px !important;
  border-top: 1px solid rgba(62,220,255,.08) !important;
}

/* Improve overall roadmap readability inside cards */
.product-card .feature-list,
.product-card .info-list,
.product-card .spec-list {
  margin-top: 18px !important;
}

/* Optional roadmap legend styling if you add it later */
.roadmap-legend {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin: 16px 0 6px;
}

.roadmap-legend .legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b8d7ea;
  font-size: 12px;
  font-weight: 700;
}

.roadmap-legend .legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.roadmap-legend .legend-dot.done {
  background: linear-gradient(135deg, #108bea, #27bfff);
  box-shadow: 0 0 12px rgba(39,191,255,.28);
}

.roadmap-legend .legend-dot.current {
  background: linear-gradient(135deg, #67f7ff, #27bfff);
  box-shadow: 0 0 14px rgba(62,220,255,.38);
}

.roadmap-legend .legend-dot.next {
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.18);
}

/* Responsive: stacked vertical timeline on smaller screens */
@media (max-width: 1100px) {
  .status-track {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding-top: 4px !important;
  }

  .status-track::before {
    top: 0 !important;
    bottom: 0 !important;
    left: 12px !important;
    right: auto !important;
    width: 3px !important;
    height: auto !important;
    background: linear-gradient(
      180deg,
      rgba(39,191,255,.45),
      rgba(62,220,255,.18),
      rgba(255,255,255,.08)
    ) !important;
  }

  .stage {
    max-width: none !important;
    min-height: 52px !important;
    padding: 0 0 0 44px !important;
    align-items: center !important;
  }

  .stage::before {
    display: none !important;
  }

  .stage::after {
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
  }
}

@media (max-width: 760px) {
  .stage {
    font-size: 10px !important;
    line-height: 1.3 !important;
  }
}

/* ==========================================================
   D4T4 LIGHT BINARY PRODUCT SYSTEM FIX
   Purpose:
   - Remove dark blanket layer
   - Restore visible binary animation
   - Return closer to main D4t4D4DDy bright tech aesthetic
   - Keep professional roadmap timeline visuals
   ========================================================== */

/* Main page background: light tech glass, not black wall */
body.product-page {
  background:
    radial-gradient(circle at 82% 12%, rgba(62, 220, 255, .30), transparent 32%),
    radial-gradient(circle at 12% 18%, rgba(16, 139, 234, .18), transparent 34%),
    linear-gradient(135deg, rgba(247, 252, 255, .90), rgba(190, 223, 236, .82) 48%, rgba(232, 247, 255, .88)) !important;
  color: #061a30 !important;
}

/* Kill the heavy dark overlay that was blocking the binary */
body.product-page::after {
  display: none !important;
  content: none !important;
}

/* Keep a very light technical grid only */
body.product-page::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background-image:
    linear-gradient(rgba(16, 139, 234, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 139, 234, .075) 1px, transparent 1px) !important;
  background-size: 46px 46px !important;
  opacity: .50 !important;
  mask-image: radial-gradient(circle at center, black 0%, transparent 82%) !important;
}

/* Binary animation: visible again */
body.product-page .binary-bg,
.product-page .binary-bg,
.binary-bg {
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  opacity: .46 !important;
  color: rgba(16, 139, 234, .46) !important;
  filter: contrast(1.2) brightness(1.1) saturate(1.25) !important;
  mix-blend-mode: multiply !important;
}

/* Content always above animation */
.product-page > header,
.product-page > main,
.product-page > footer,
.product-topbar,
.product-shell,
.product-hero,
.product-section {
  position: relative !important;
  z-index: 2 !important;
}

/* Header returns to polished main-site feel */
.product-topbar {
  background: rgba(255, 255, 255, .72) !important;
  border-bottom: 1px solid rgba(16, 139, 234, .16) !important;
  box-shadow: 0 14px 44px rgba(3, 22, 43, .10) !important;
  backdrop-filter: blur(18px) saturate(1.15) !important;
}

.product-topbar a,
.product-topnav a {
  color: #061a30 !important;
}

.product-topnav a:hover {
  color: #108bea !important;
  text-shadow: 0 0 14px rgba(62, 220, 255, .35) !important;
}

/* Hero: brighter, cleaner, and less buried */
.product-hero {
  min-height: 560px !important;
  padding-top: 92px !important;
  padding-bottom: 52px !important;
  background: transparent !important;
}

.product-hero::before {
  opacity: .22 !important;
  border-color: rgba(16, 139, 234, .10) !important;
  background: radial-gradient(circle, rgba(62, 220, 255, .20), transparent 60%) !important;
}

.product-hero::after {
  opacity: .28 !important;
}

/* Hero headline: readable on light tech background */
.product-hero-copy h1 {
  color: #061a30 !important;
  background: linear-gradient(90deg, #061a30 0%, #0a2d50 36%, #108bea 68%, #27bfff 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: none !important;
  filter: none !important;
}

.product-hero-copy p,
.product-section p.section-intro,
.product-card p,
.product-panel p,
.metric-box p,
.feature-box p,
.product-spec p,
.arch-box p,
.product-roadmap-item p {
  color: #234a67 !important;
}

/* Eyebrow: clean bright technical badge */
.product-eyebrow {
  background: rgba(255, 255, 255, .62) !important;
  border: 1px solid rgba(16, 139, 234, .18) !important;
  color: #108bea !important;
  box-shadow:
    0 12px 34px rgba(3, 22, 43, .08),
    inset 0 0 18px rgba(62, 220, 255, .10) !important;
}

.product-eyebrow::before {
  background: #27bfff !important;
  box-shadow: 0 0 14px rgba(39, 191, 255, .62) !important;
}

/* Panels/cards: bright glass, not dark blocks */
.product-panel,
.product-card,
.metric-box,
.feature-box,
.product-spec,
.arch-box,
.product-roadmap-item {
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(235,249,255,.58)) !important;
  border: 1px solid rgba(16, 139, 234, .16) !important;
  box-shadow:
    0 24px 70px rgba(3, 22, 43, .12),
    inset 0 1px 0 rgba(255,255,255,.78) !important;
  backdrop-filter: blur(16px) saturate(1.12) !important;
}

.product-panel::before,
.product-card::before,
.metric-box::before,
.feature-box::before,
.product-spec::before,
.arch-box::before,
.product-roadmap-item::before {
  background:
    linear-gradient(90deg, rgba(16,139,234,.06), transparent 42%, rgba(62,220,255,.10)),
    radial-gradient(circle at top right, rgba(62,220,255,.16), transparent 42%) !important;
  opacity: .85 !important;
}

.product-panel::after,
.product-card::after,
.metric-box::after,
.feature-box::after,
.product-spec::after,
.arch-box::after,
.product-roadmap-item::after {
  background: linear-gradient(90deg, transparent, rgba(16,139,234,.70), rgba(62,220,255,.76), transparent) !important;
  opacity: .72 !important;
}

.product-panel h3,
.product-card h3,
.metric-box h3,
.feature-box h3,
.product-spec h3,
.arch-box h3,
.product-roadmap-item h3,
.product-section h2 {
  color: #061a30 !important;
}

.product-card:hover,
.metric-box:hover,
.feature-box:hover,
.product-spec:hover,
.arch-box:hover,
.product-roadmap-item:hover {
  transform: translateY(-7px) !important;
  border-color: rgba(16, 139, 234, .28) !important;
  box-shadow:
    0 32px 90px rgba(3, 22, 43, .16),
    0 0 34px rgba(62, 220, 255, .20),
    inset 0 1px 0 rgba(255,255,255,.82) !important;
}

/* Main section title line */
.product-section h2::after {
  background: linear-gradient(90deg, #108bea, #3edcff, transparent) !important;
  box-shadow: 0 0 16px rgba(62, 220, 255, .35) !important;
}

/* Buttons: professional bright */
.product-btn.primary {
  background: linear-gradient(135deg, #108bea, #3edcff) !important;
  color: #02111f !important;
  border: none !important;
  box-shadow:
    0 16px 36px rgba(16,139,234,.24),
    inset 0 1px 0 rgba(255,255,255,.55) !important;
}

.product-btn.secondary {
  background: rgba(255,255,255,.58) !important;
  color: #061a30 !important;
  border: 1px solid rgba(16,139,234,.14) !important;
}

/* Product badges */
.status-badge,
.product-development-badge,
.product-teaser-badge,
.phase-tag,
.phase-state {
  background: rgba(255,255,255,.62) !important;
  border-color: rgba(16,139,234,.18) !important;
  color: #108bea !important;
}

/* Lists */
.info-list li,
.feature-list li,
.spec-list li {
  color: #254d68 !important;
}

.info-list li::before,
.feature-list li::before,
.spec-list li::before {
  color: #108bea !important;
  text-shadow: 0 0 10px rgba(62,220,255,.45) !important;
}

/* Roadmap timeline: keep line graph/timeline feel on light theme */
.status-track {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: start !important;
  margin-top: 24px !important;
  padding-top: 22px !important;
  padding-bottom: 6px !important;
  border-top: 1px solid rgba(16,139,234,.08) !important;
}

.status-track::before {
  content: "" !important;
  position: absolute !important;
  top: 26px !important;
  left: 7% !important;
  right: 7% !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(
    90deg,
    rgba(16,139,234,.70) 0%,
    rgba(62,220,255,.50) 46%,
    rgba(6,26,48,.14) 100%
  ) !important;
  box-shadow: 0 0 16px rgba(62,220,255,.18) !important;
  z-index: 0 !important;
}

.stage {
  position: relative !important;
  z-index: 1 !important;
  min-height: 84px !important;
  max-width: 132px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
  padding: 46px 8px 0 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #6b879f !important;
  font-size: 10.5px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  letter-spacing: .075em !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

.stage::before {
  content: "" !important;
  position: absolute !important;
  top: 25px !important;
  left: 11px !important;
  width: 2px !important;
  height: 18px !important;
  background: rgba(16,139,234,.28) !important;
  z-index: 1 !important;
}

.stage::after {
  content: "" !important;
  position: absolute !important;
  top: 14px !important;
  left: 0 !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.90) !important;
  border: 2px solid rgba(6,26,48,.16) !important;
  box-shadow:
    0 0 0 6px rgba(16,139,234,.04),
    0 0 0 1px rgba(16,139,234,.08) inset !important;
  z-index: 2 !important;
}

.stage.done {
  color: #0a2d50 !important;
}

.stage.done::after {
  background: linear-gradient(135deg, #108bea, #27bfff) !important;
  border-color: rgba(255,255,255,.92) !important;
  box-shadow:
    0 0 0 6px rgba(16,139,234,.10),
    0 0 18px rgba(16,139,234,.32) !important;
}

.stage.current {
  color: #061a30 !important;
}

.stage.current::after {
  background: linear-gradient(135deg, #3edcff, #108bea) !important;
  border-color: rgba(255,255,255,.98) !important;
  box-shadow:
    0 0 0 8px rgba(62,220,255,.14),
    0 0 28px rgba(62,220,255,.56),
    0 0 48px rgba(16,139,234,.22) !important;
  animation: d4-light-current-pulse 2.2s ease-in-out infinite !important;
}

@keyframes d4-light-current-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 0 0 8px rgba(62,220,255,.14),
      0 0 28px rgba(62,220,255,.56),
      0 0 48px rgba(16,139,234,.22);
  }
  50% {
    transform: scale(1.08);
    box-shadow:
      0 0 0 11px rgba(62,220,255,.18),
      0 0 34px rgba(62,220,255,.72),
      0 0 58px rgba(16,139,234,.28);
  }
}

/* Keep lower architecture cards from becoming too flat */
.arch-box {
  min-height: 160px !important;
}

/* Mobile */
@media (max-width: 1100px) {
  .status-track {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding-top: 4px !important;
  }

  .status-track::before {
    top: 0 !important;
    bottom: 0 !important;
    left: 12px !important;
    right: auto !important;
    width: 3px !important;
    height: auto !important;
    background: linear-gradient(180deg, rgba(16,139,234,.62), rgba(62,220,255,.34), rgba(6,26,48,.12)) !important;
  }

  .stage {
    max-width: none !important;
    min-height: 52px !important;
    padding: 0 0 0 44px !important;
    align-items: center !important;
  }

  .stage::before {
    display: none !important;
  }

  .stage::after {
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
  }
}

@media (max-width: 760px) {
  body.product-page .binary-bg,
  .product-page .binary-bg,
  .binary-bg {
    opacity: .30 !important;
  }

  .product-hero-copy h1 {
    font-size: 44px !important;
  }
}

/* ==========================================================
   D4T4 PRODUCT FAMILY DASHBOARD REBUILD
   Professional section layout with roadmap timelines
   ========================================================== */

.product-family-dashboard {
  padding-top: 66px !important;
}

.product-family-header {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.product-eyebrow.compact {
  margin-bottom: 14px !important;
}

.family-summary-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(234,249,255,.56));
  border: 1px solid rgba(16,139,234,.16);
  box-shadow:
    0 24px 70px rgba(3,22,43,.10),
    inset 0 1px 0 rgba(255,255,255,.8);
  backdrop-filter: blur(16px) saturate(1.1);
}

.family-summary-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(62,220,255,.22), transparent 44%),
    linear-gradient(90deg, rgba(16,139,234,.06), transparent);
}

.family-summary-card > * {
  position: relative;
  z-index: 1;
}

.family-summary-card span {
  display: block;
  color: #108bea;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.family-summary-card strong {
  display: block;
  color: #061a30;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.family-summary-card p {
  margin: 0;
  color: #335878 !important;
  line-height: 1.65;
}

.product-roadmap-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
  align-items: stretch;
}

.product-roadmap-dashboard-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 650px;
  border-radius: 28px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(231,248,255,.58));
  border: 1px solid rgba(16,139,234,.18);
  box-shadow:
    0 28px 80px rgba(3,22,43,.12),
    inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter: blur(18px) saturate(1.12);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.product-roadmap-dashboard-card.featured {
  border-color: rgba(62,220,255,.32);
  box-shadow:
    0 34px 92px rgba(3,22,43,.15),
    0 0 36px rgba(62,220,255,.18),
    inset 0 1px 0 rgba(255,255,255,.85);
}

.product-roadmap-dashboard-card:hover {
  transform: translateY(-7px);
  border-color: rgba(16,139,234,.34);
  box-shadow:
    0 36px 100px rgba(3,22,43,.18),
    0 0 38px rgba(62,220,255,.22),
    inset 0 1px 0 rgba(255,255,255,.88);
}

.product-roadmap-dashboard-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(62,220,255,.22), transparent 40%),
    linear-gradient(135deg, rgba(16,139,234,.065), transparent 54%);
}

.product-roadmap-dashboard-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(16,139,234,.70), rgba(62,220,255,.85), transparent);
}

.product-roadmap-dashboard-card > * {
  position: relative;
  z-index: 1;
}

.product-card-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}

.product-card-header-row h3 {
  margin: 14px 0 0;
  color: #061a30 !important;
  font-size: 28px;
  letter-spacing: -.04em;
}

.product-card-summary {
  min-height: 92px;
  margin: 0 0 18px;
  color: #234a67 !important;
  font-size: 15px;
  line-height: 1.72;
}

.product-progress-ring {
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background:
    conic-gradient(#108bea 0 35%, rgba(16,139,234,.13) 35% 100%);
  box-shadow:
    0 0 26px rgba(16,139,234,.18),
    inset 0 0 0 8px rgba(255,255,255,.72);
}

.product-progress-ring.active {
  background:
    conic-gradient(#3edcff 0 55%, rgba(16,139,234,.13) 55% 100%);
  box-shadow:
    0 0 30px rgba(62,220,255,.28),
    inset 0 0 0 8px rgba(255,255,255,.76);
}

.product-progress-ring span {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.86);
  color: #061a30;
  font-size: 13px;
  font-weight: 900;
}

.current-milestone {
  border-radius: 18px;
  padding: 15px 16px;
  margin-bottom: 22px;
  background: rgba(16,139,234,.07);
  border: 1px solid rgba(16,139,234,.13);
}

.current-milestone.active {
  background: rgba(62,220,255,.12);
  border-color: rgba(62,220,255,.26);
}

.current-milestone small {
  display: block;
  color: #108bea;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.current-milestone strong {
  display: block;
  color: #061a30;
  font-size: 16px;
  line-height: 1.3;
}

.roadmap-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 14px;
  margin: 4px 0 22px;
  padding-top: 24px;
  padding-bottom: 8px;
}

.roadmap-timeline::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 7%;
  right: 7%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(16,139,234,.70), rgba(62,220,255,.52), rgba(6,26,48,.13));
  box-shadow: 0 0 14px rgba(62,220,255,.18);
}

.roadmap-step {
  position: relative;
  z-index: 1;
  padding-top: 34px;
  min-width: 0;
}

.roadmap-step span {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  border: 2px solid rgba(6,26,48,.14);
  box-shadow: 0 0 0 6px rgba(16,139,234,.04);
}

.roadmap-step.done span {
  background: linear-gradient(135deg, #108bea, #27bfff);
  border-color: rgba(255,255,255,.95);
  box-shadow:
    0 0 0 6px rgba(16,139,234,.09),
    0 0 18px rgba(16,139,234,.30);
}

.roadmap-step.current span {
  background: linear-gradient(135deg, #3edcff, #108bea);
  border-color: rgba(255,255,255,.98);
  box-shadow:
    0 0 0 8px rgba(62,220,255,.14),
    0 0 28px rgba(62,220,255,.52);
  animation: roadmap-active-node 2.2s ease-in-out infinite;
}

@keyframes roadmap-active-node {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

.roadmap-step strong {
  display: block;
  color: #061a30;
  font-size: 11px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .055em;
}

.roadmap-step small {
  display: block;
  margin-top: 5px;
  color: #5d7d94;
  font-size: 11px;
  line-height: 1.25;
}

.roadmap-step.current strong {
  color: #108bea;
}

.capability-grid-mini {
  display: grid;
  gap: 10px;
  margin-top: auto;
  margin-bottom: 22px;
}

.capability-grid-mini div {
  border-radius: 16px;
  padding: 13px 14px;
  background: rgba(255,255,255,.46);
  border: 1px solid rgba(16,139,234,.10);
}

.capability-grid-mini strong {
  display: block;
  color: #061a30;
  font-size: 13px;
  margin-bottom: 5px;
}

.capability-grid-mini p {
  margin: 0;
  color: #335878 !important;
  font-size: 13px;
  line-height: 1.5;
}

.product-roadmap-dashboard-card .product-btn {
  width: fit-content;
}

@media (max-width: 1180px) {
  .product-family-header,
  .product-roadmap-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .product-roadmap-dashboard-card {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .roadmap-timeline {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 0;
  }

  .roadmap-timeline::before {
    top: 0;
    bottom: 0;
    left: 13px;
    right: auto;
    width: 3px;
    height: auto;
  }

  .roadmap-step {
    padding-top: 0;
    padding-left: 44px;
    min-height: 56px;
  }

  .roadmap-step span {
    top: 0;
    left: 0;
  }

  .product-card-header-row {
    flex-direction: column;
  }
}

/* ==========================================================
   D4T4 ROADMAP CLEANUP PASS
   Converts crowded horizontal milestone rows into clean
   professional vertical product timelines.
   ========================================================== */

/* Give the product cards cleaner breathing room */
.product-roadmap-dashboard-card {
  min-height: 720px !important;
  padding: 28px !important;
}

/* Replace crowded horizontal roadmap with vertical timeline */
.roadmap-timeline {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  margin: 8px 0 24px !important;
  padding: 4px 0 4px 0 !important;
}

/* Vertical timeline spine */
.roadmap-timeline::before {
  content: "" !important;
  position: absolute !important;
  top: 13px !important;
  bottom: 13px !important;
  left: 13px !important;
  right: auto !important;
  width: 3px !important;
  height: auto !important;
  border-radius: 999px !important;
  background: linear-gradient(
    180deg,
    rgba(16,139,234,.75),
    rgba(62,220,255,.55),
    rgba(6,26,48,.14)
  ) !important;
  box-shadow: 0 0 16px rgba(62,220,255,.18) !important;
  z-index: 0 !important;
}

/* Each roadmap step becomes a clean row */
.roadmap-step {
  position: relative !important;
  z-index: 1 !important;
  min-height: 64px !important;
  padding: 0 0 18px 48px !important;
  display: block !important;
}

.roadmap-step:last-child {
  padding-bottom: 0 !important;
}

/* Node placement */
.roadmap-step span {
  position: absolute !important;
  top: 2px !important;
  left: 0 !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.94) !important;
  border: 2px solid rgba(6,26,48,.14) !important;
  box-shadow:
    0 0 0 6px rgba(16,139,234,.04),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
}

/* Row content */
.roadmap-step strong {
  display: block !important;
  color: #061a30 !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  letter-spacing: .055em !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  margin-bottom: 4px !important;
}

.roadmap-step small {
  display: block !important;
  color: #426781 !important;
  font-size: 12.5px !important;
  line-height: 1.4 !important;
  max-width: 260px !important;
}

/* Done milestone */
.roadmap-step.done span {
  background: linear-gradient(135deg, #108bea, #27bfff) !important;
  border-color: rgba(255,255,255,.96) !important;
  box-shadow:
    0 0 0 6px rgba(16,139,234,.10),
    0 0 20px rgba(16,139,234,.34) !important;
}

.roadmap-step.done strong {
  color: #0a2d50 !important;
}

/* Current milestone */
.roadmap-step.current {
  padding-left: 54px !important;
}

.roadmap-step.current span {
  width: 34px !important;
  height: 34px !important;
  left: -3px !important;
  top: -1px !important;
  background: linear-gradient(135deg, #3edcff, #108bea) !important;
  border-color: rgba(255,255,255,1) !important;
  box-shadow:
    0 0 0 8px rgba(62,220,255,.16),
    0 0 30px rgba(62,220,255,.55),
    0 0 54px rgba(16,139,234,.24) !important;
  animation: d4-current-roadmap-pulse 2.2s ease-in-out infinite !important;
}

.roadmap-step.current strong {
  color: #108bea !important;
}

.roadmap-step.current small {
  color: #234a67 !important;
  font-weight: 700 !important;
}

/* Next milestone */
.roadmap-step.next span {
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(225,247,255,.94)) !important;
  border-color: rgba(16,139,234,.34) !important;
  box-shadow:
    0 0 0 6px rgba(62,220,255,.08),
    0 0 18px rgba(62,220,255,.18) !important;
}

.roadmap-step.next strong {
  color: #0a2d50 !important;
}

/* Future milestone */
.roadmap-step.future span {
  background: rgba(255,255,255,.74) !important;
  border-color: rgba(6,26,48,.14) !important;
  box-shadow: 0 0 0 5px rgba(16,139,234,.035) !important;
}

.roadmap-step.future strong,
.roadmap-step.future small {
  opacity: .72 !important;
}

@keyframes d4-current-roadmap-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

/* Turn capability mini-cards into a tighter organized block */
.capability-grid-mini {
  grid-template-columns: 1fr !important;
  gap: 9px !important;
  margin-top: auto !important;
}

.capability-grid-mini div {
  padding: 12px 14px !important;
  border-radius: 14px !important;
}

.capability-grid-mini strong {
  font-size: 12px !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.capability-grid-mini p {
  font-size: 12.5px !important;
}

/* Make summaries tighter so cards feel organized */
.product-card-summary {
  min-height: 78px !important;
  margin-bottom: 16px !important;
}

.current-milestone {
  margin-bottom: 20px !important;
}

/* On wide screens, keep three cards but make the content readable */
@media (min-width: 1181px) {
  .product-roadmap-dashboard-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* On mid screens, stack cards cleanly */
@media (max-width: 1180px) {
  .product-roadmap-dashboard-card {
    min-height: auto !important;
  }

  .roadmap-step small {
    max-width: none !important;
  }
}

/* ==========================================================
   D4T4 PRODUCTS BINARY ALIGNMENT
   Makes products pages use the same restored binary behavior.
   ========================================================== */

body.product-page .binary-bg,
body.product-page #binary-bg,
.product-page .binary-bg,
.product-page #binary-bg {
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  opacity: 0.34 !important;
  color: rgba(16, 139, 234, 0.42) !important;
  filter: contrast(1.22) brightness(1.12) saturate(1.15) !important;
  mix-blend-mode: multiply !important;
}

/* Remove dark or heavy blankets from product pages */
body.product-page::after {
  display: none !important;
  content: none !important;
}

/* Keep a light grid only, not a blocking layer */
body.product-page::before {
  opacity: 0.34 !important;
  background-image:
    linear-gradient(rgba(16, 139, 234, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 139, 234, .06) 1px, transparent 1px) !important;
}

/* Product page content above binary */
.product-page > header,
.product-page > main,
.product-page > footer,
.product-topbar,
.product-shell,
.product-hero,
.product-section {
  position: relative !important;
  z-index: 2 !important;
}

/* Let product sections breathe with the binary */
.product-page .product-hero,
.product-page .product-section,
.product-page main,
.product-page section {
  background-color: transparent !important;
}

/* Maintain readability */
.product-panel,
.product-card,
.metric-box,
.feature-box,
.product-spec,
.arch-box,
.product-roadmap-item,
.product-roadmap-dashboard-card,
.family-summary-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(235,249,255,.62)) !important;
  backdrop-filter: blur(15px) saturate(1.1) !important;
}

@media (max-width: 760px) {
  body.product-page .binary-bg,
  body.product-page #binary-bg,
  .product-page .binary-bg,
  .product-page #binary-bg {
    opacity: 0.24 !important;
  }
}

/* ==========================================================
   D4T4 PRODUCTS PAGE THEME MATCH FIX
   Makes products page match homepage theme and restores
   visible binary across the products experience.
   ========================================================== */

body.product-page,
.product-page body,
.product-page {
  background: #eef6fb !important;
  color: #061a30 !important;
}

/* Shared products page background */
.product-page main,
.product-page .product-hero,
.product-page .product-section,
.product-page section {
  background:
    radial-gradient(circle at 78% 18%, rgba(62,220,255,.22), transparent 32%),
    linear-gradient(90deg, #eef6fb 0%, #f8fcff 34%, #dff5ff 100%) !important;
}

/* Kill heavy blockers */
.product-page::before,
.product-page::after,
body.product-page::before,
body.product-page::after {
  display: none !important;
  content: none !important;
}

/* Restore visible binary on product pages */
.product-page .binary-bg,
.product-page #binary-bg,
body.product-page .binary-bg,
body.product-page #binary-bg {
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  opacity: 0.34 !important;
  filter: contrast(1.25) brightness(1.02) saturate(1.08) !important;
  mix-blend-mode: multiply !important;
}

/* Match the main site header */
.product-topbar,
.product-page header,
.product-page .site-header {
  background: linear-gradient(90deg, #04111d 0%, #05182c 48%, #04111d 100%) !important;
  border-bottom: 1px solid rgba(62,220,255,.14) !important;
  box-shadow: 0 16px 40px rgba(3,22,43,.22) !important;
  backdrop-filter: blur(14px) saturate(1.06) !important;
}

/* Products top nav text */
.product-topbar a,
.product-topbar .brand,
.product-topbar .product-brand,
.product-page header a {
  color: rgba(235,247,255,.88) !important;
}

.product-topbar a:hover,
.product-page header a:hover {
  color: #3edcff !important;
}

/* Hero needs to breathe but not look disconnected */
.product-hero {
  position: relative !important;
  overflow: hidden !important;
}

.product-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.06) 38%, rgba(255,255,255,.02) 70%, transparent),
    radial-gradient(circle at 78% 16%, rgba(62,220,255,.12), transparent 28%) !important;
}

.product-hero > * {
  position: relative !important;
  z-index: 1 !important;
}

/* Shared product surfaces */
.product-panel,
.product-card,
.metric-box,
.feature-box,
.product-spec,
.arch-box,
.product-roadmap-item,
.product-roadmap-dashboard-card,
.family-summary-card,
.current-milestone,
.capability-grid-mini div {
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(234,247,255,.60)) !important;
  border: 1px solid rgba(16,139,234,.16) !important;
  box-shadow: 0 22px 70px rgba(3,22,43,.12) !important;
  backdrop-filter: blur(16px) saturate(1.08) !important;
  color: #061a30 !important;
}

/* Text on products page */
.product-page h1,
.product-page h2,
.product-page h3,
.product-page h4,
.product-page h5,
.product-page h6,
.product-card-header-row h3,
.current-milestone strong,
.family-summary-card strong {
  color: #061a30 !important;
}

.product-page p,
.product-page li,
.product-page small,
.product-card-summary,
.family-summary-card p,
.capability-grid-mini p {
  color: #3d617c !important;
}

/* Keep highlight accents consistent */
.product-eyebrow,
.status-badge,
.current-milestone small,
.family-summary-card span {
  color: #108bea !important;
}

/* Roadmap dots/lines still visible */
.roadmap-timeline::before {
  background: linear-gradient(90deg, rgba(16,139,234,.72), rgba(62,220,255,.62), rgba(16,139,234,.18)) !important;
}

.roadmap-step.done span {
  box-shadow:
    0 0 0 6px rgba(16,139,234,.10),
    0 0 18px rgba(16,139,234,.30) !important;
}

.roadmap-step.current span {
  box-shadow:
    0 0 0 8px rgba(62,220,255,.16),
    0 0 28px rgba(62,220,255,.42) !important;
}

/* Ensure product content sits above the binary */
.product-page > header,
.product-page > main,
.product-page > footer,
.product-topbar,
.product-shell,
.product-hero,
.product-section {
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 760px) {
  .product-page .binary-bg,
  .product-page #binary-bg,
  body.product-page .binary-bg,
  body.product-page #binary-bg {
    opacity: 0.26 !important;
  }
}

/* ==========================================================
   D4T4 PRODUCT PAGES BINARY VISIBILITY MATCH
   Same binary treatment on product pages.
   ========================================================== */

body.product-page #binary-bg,
body.product-page .binary-bg,
.product-page #binary-bg,
.product-page .binary-bg {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1 !important;
  opacity: 1 !important;
  pointer-events: none !important;
  mix-blend-mode: multiply !important;
}

body.product-page .binary-row,
.product-page .binary-row {
  color: rgba(16, 139, 234, 0.30) !important;
}

body.product-page main,
body.product-page .product-hero,
body.product-page .product-section {
  background:
    radial-gradient(circle at 78% 20%, rgba(62, 220, 255, 0.24), transparent 34%),
    linear-gradient(90deg, rgba(248,252,255,0.66), rgba(239,248,252,0.52) 45%, rgba(215,245,255,0.48)) !important;
}

body.product-page .product-topbar,
body.product-page .product-shell,
body.product-page .product-hero > *,
body.product-page .product-section > *,
body.product-page .product-panel,
body.product-page .product-roadmap-dashboard-card,
body.product-page .family-summary-card {
  position: relative !important;
  z-index: 3 !important;
}
