:root {
  color-scheme: dark;
}

body.product-showcase-page {
  --accent: #7cff00;
  --accent-rgb: 124 255 0;
  --accent-secondary: #b7ff68;
  --bg-start: #071006;
  --bg-mid: #060906;
  --bg-end: #090d08;
  --surface: rgba(10, 16, 10, 0.74);
  --surface-strong: rgba(8, 12, 8, 0.92);
  --surface-soft: rgba(255, 255, 255, 0.03);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(var(--accent-rgb) / 0.24);
  --text: #f4f7ef;
  --muted: rgba(244, 247, 239, 0.72);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  min-height: 100vh;
  margin: 0;
  font-family: "Noto Sans Arabic", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 12%, rgba(var(--accent-rgb) / 0.18), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(var(--accent-rgb) / 0.12), transparent 18%),
    radial-gradient(circle at 68% 34%, rgba(var(--accent-rgb) / 0.08), transparent 22%),
    linear-gradient(180deg, var(--bg-start) 0%, var(--bg-mid) 38%, var(--bg-end) 100%);
  overflow-x: hidden;
}

body.product-showcase-page::before,
body.product-showcase-page::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body.product-showcase-page::before {
  background:
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px),
    radial-gradient(circle at 74% 16%, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px),
    radial-gradient(circle at 62% 68%, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px);
  background-size: 180px 180px, 240px 240px, 210px 210px;
  opacity: 0.45;
}

body.product-showcase-page::after {
  background:
    linear-gradient(120deg, transparent 0 40%, rgba(var(--accent-rgb) / 0.08) 50%, transparent 64%),
    linear-gradient(180deg, transparent, rgba(var(--accent-rgb) / 0.06), transparent);
  opacity: 0.7;
}

body.product-showcase-page[data-product-page="yellow-drivers"] {
  --accent: #ffd447;
  --accent-rgb: 255 212 71;
  --accent-secondary: #ffe692;
  --bg-start: #110c03;
  --bg-mid: #0b0803;
  --bg-end: #100b04;
  --surface: rgba(18, 14, 8, 0.76);
  --surface-strong: rgba(14, 10, 5, 0.92);
}

body.product-showcase-page[data-product-page="violet-guard"] {
  --accent: #bc13fe;
  --accent-rgb: 188 19 254;
  --accent-secondary: #de89ff;
  --bg-start: #0d0613;
  --bg-mid: #08040d;
  --bg-end: #0f0714;
  --surface: rgba(16, 10, 20, 0.78);
  --surface-strong: rgba(12, 7, 16, 0.92);
}

body.product-showcase-page[data-product-page="red-booster"] {
  --accent: #ff5c5c;
  --accent-rgb: 255 92 92;
  --accent-secondary: #ff9d9d;
  --bg-start: #130606;
  --bg-mid: #090404;
  --bg-end: #130707;
  --surface: rgba(22, 10, 10, 0.78);
  --surface-strong: rgba(16, 7, 7, 0.92);
}

body.product-showcase-page[data-product-page="blue-cleaner"] {
  --accent: #62a9ff;
  --accent-rgb: 98 169 255;
  --accent-secondary: #9ac8ff;
  --bg-start: #06111a;
  --bg-mid: #041018;
  --bg-end: #07131d;
  --surface: rgba(10, 18, 26, 0.8);
  --surface-strong: rgba(8, 14, 20, 0.92);
}

body.product-showcase-page[data-product-page="orange-desk"] {
  --accent: #ff9c2f;
  --accent-rgb: 255 156 47;
  --accent-secondary: #ffbe75;
  --bg-start: #140b04;
  --bg-mid: #0b0603;
  --bg-end: #120904;
  --surface: rgba(24, 14, 8, 0.8);
  --surface-strong: rgba(18, 10, 6, 0.92);
}

body.product-showcase-page.is-register-open {
  overflow: hidden;
}

body.product-showcase-page a {
  color: inherit;
  text-decoration: none;
}

body.product-showcase-page img {
  display: block;
  max-width: 100%;
}

body.product-showcase-page #scroll-content {
  position: relative;
  overflow: clip;
}

.product-page-main {
  padding: 124px 0 78px;
}

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

.product-page-section {
  padding: 28px 0 60px;
}

.product-page-section--tight {
  padding-top: 18px;
}

.product-section-heading {
  max-width: 740px;
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.product-section-heading__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(var(--accent-rgb) / 0.1);
  color: var(--accent);
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.product-section-heading__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px rgba(var(--accent-rgb) / 0.6);
}

.product-section-heading h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.18;
  letter-spacing: normal;
}

.product-section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.95;
}

.product-hero__grid {
  direction: ltr;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  gap: 36px;
  align-items: center;
  min-height: calc(100vh - 190px);
}

.product-hero__copy {
  direction: rtl;
  display: grid;
  gap: 18px;
  max-width: 540px;
}

.product-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(var(--accent-rgb) / 0.1);
  color: var(--accent);
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.product-hero__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(var(--accent-rgb) / 0.55);
}

.product-hero__title {
  margin: 0;
  font-size: clamp(46px, 6vw, 86px);
  line-height: 1.16;
  letter-spacing: normal;
  text-wrap: balance;
}

.product-hero__title .accent {
  color: var(--accent);
  text-shadow: 0 0 30px rgba(var(--accent-rgb) / 0.26);
}

.product-hero__lead {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.96;
}

.product-signal-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-signal-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(var(--accent-rgb) / 0.16);
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb) / 0.09), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  color: rgba(244, 247, 239, 0.86);
  line-height: 1.85;
}

.product-signal-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  margin-top: 11px;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(var(--accent-rgb) / 0.5);
}

.product-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}

.product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  color: #0b1305;
  background:
    linear-gradient(180deg, var(--accent-secondary), var(--accent));
  box-shadow:
    0 18px 36px rgba(var(--accent-rgb) / 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.product-button:hover,
.product-button:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 24px 44px rgba(var(--accent-rgb) / 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.product-button--ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(var(--accent-rgb) / 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.product-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-stat {
  padding: 18px 16px;
  border-radius: 24px;
  border: 1px solid rgba(var(--accent-rgb) / 0.15);
  background:
    linear-gradient(180deg, rgba(var(--accent-rgb) / 0.08), rgba(255, 255, 255, 0.01)),
    var(--surface);
  box-shadow: var(--shadow);
}

.product-stat strong {
  display: block;
  margin-bottom: 10px;
  font-size: 31px;
  line-height: 1;
  color: var(--accent);
  font-family: "Orbitron", sans-serif;
}

.product-stat span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.product-hero__visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.product-console-stage {
  position: relative;
  width: min(620px, 100%);
  --float-gap: 10px;
}

.product-console-stage > .product-console {
  width: 100%;
}

.product-console {
  position: relative;
  width: min(620px, 100%);
  border-radius: 34px;
  border: 1px solid rgba(var(--accent-rgb) / 0.18);
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    var(--surface-strong);
  box-shadow:
    0 40px 120px rgba(0, 0, 0, 0.44),
    0 0 42px rgba(var(--accent-rgb) / 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  overflow: hidden;
  isolation: isolate;
}

.product-console::before {
  content: "";
  position: absolute;
  inset: -10% auto auto -5%;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--accent-rgb) / 0.24), transparent 68%);
  filter: blur(12px);
  opacity: 0.8;
  z-index: -1;
}

.product-console::after {
  content: "";
  position: absolute;
  inset: auto -50px -90px auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--accent-rgb) / 0.16), transparent 70%);
  filter: blur(18px);
  z-index: -1;
}

.product-console__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.product-console__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.product-console__brand-badge {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-family: "Orbitron", sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #081006;
  background: linear-gradient(180deg, var(--accent-secondary), var(--accent));
  box-shadow: 0 0 20px rgba(var(--accent-rgb) / 0.24);
}

.product-console__brand-copy {
  display: grid;
  gap: 4px;
}

.product-console__brand-copy strong {
  font-size: 18px;
}

.product-console__brand-copy span {
  color: var(--muted);
  font-size: 13px;
}

.product-console__status {
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(var(--accent-rgb) / 0.2);
  background: rgba(var(--accent-rgb) / 0.09);
  color: var(--accent);
  font-family: "Orbitron", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.product-console__layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 18px;
}

.product-console__sidebar,
.product-console__panel {
  border-radius: 26px;
  border: 1px solid rgba(var(--accent-rgb) / 0.16);
  background: rgba(255, 255, 255, 0.02);
}

.product-console__sidebar {
  padding: 16px;
  display: grid;
  gap: 12px;
}

.product-console__menu {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-console__menu li {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(244, 247, 239, 0.84);
  font-size: 14px;
}

.product-console__menu li.is-active {
  background: rgba(var(--accent-rgb) / 0.14);
  color: var(--text);
  border: 1px solid rgba(var(--accent-rgb) / 0.18);
}

.product-console__mini-list {
  display: grid;
  gap: 10px;
}

.product-console__mini-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
}

.product-console__mini-item strong {
  font-size: 14px;
}

.product-console__mini-item span {
  color: var(--muted);
  font-size: 12px;
}

.product-console__meter {
  width: 74px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.product-console__meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), rgba(255, 255, 255, 0.92));
}

.product-console__panel {
  padding: 18px;
  display: grid;
  gap: 16px;
}

.product-console__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.product-console__header strong {
  font-size: 15px;
}

.product-console__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-console__chips span {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(var(--accent-rgb) / 0.08);
  color: rgba(244, 247, 239, 0.84);
  font-size: 12px;
}

.product-console__headline {
  font-size: 28px;
  line-height: 1.24;
  letter-spacing: normal;
}

.product-console__subline {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.product-console__bars {
  display: grid;
  gap: 12px;
}

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

.product-console__bar-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 13px;
  color: rgba(244, 247, 239, 0.84);
}

.product-console__bar-track {
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}

.product-console__bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(var(--accent-rgb) / 0.52), var(--accent));
  box-shadow: 0 0 18px rgba(var(--accent-rgb) / 0.2);
}

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

.product-console__card {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(var(--accent-rgb) / 0.12);
}

.product-console__card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.product-console__card span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.product-float-card {
  position: absolute;
  width: min(220px, 42%);
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(var(--accent-rgb) / 0.18);
  background:
    linear-gradient(180deg, rgba(var(--accent-rgb) / 0.12), rgba(255, 255, 255, 0.02)),
    rgba(8, 12, 8, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.28);
}

.product-float-card--one {
  top: calc(-1 * var(--float-gap));
  left: 18px;
  transform: translateY(-100%);
}

.product-float-card--two {
  right: 18px;
  bottom: calc(-1 * var(--float-gap));
  transform: translateY(100%);
}

.product-float-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.product-float-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  grid-column: span 4;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(var(--accent-rgb) / 0.14);
  background:
    linear-gradient(180deg, rgba(var(--accent-rgb) / 0.08), rgba(255, 255, 255, 0.01)),
    var(--surface);
  box-shadow: var(--shadow);
}

.feature-card--wide {
  grid-column: span 6;
}

.feature-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(var(--accent-rgb) / 0.14);
  color: var(--accent);
  font-family: "Orbitron", sans-serif;
  font-size: 13px;
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.2;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.88;
}

.command-center {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 24px;
}

.command-tabs {
  display: grid;
  gap: 14px;
}

.command-tab {
  width: 100%;
  padding: 20px;
  text-align: right;
  border-radius: 24px;
  border: 1px solid rgba(var(--accent-rgb) / 0.14);
  background:
    linear-gradient(180deg, rgba(var(--accent-rgb) / 0.06), rgba(255, 255, 255, 0.01)),
    var(--surface);
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.command-tab:hover,
.command-tab:focus-visible,
.command-tab.is-active {
  transform: translateY(-2px);
  border-color: rgba(var(--accent-rgb) / 0.3);
  background:
    linear-gradient(180deg, rgba(var(--accent-rgb) / 0.12), rgba(255, 255, 255, 0.02)),
    var(--surface);
}

.command-tab__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 30px;
  margin-bottom: 12px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(var(--accent-rgb) / 0.12);
  color: var(--accent);
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
}

.command-tab strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.command-tab p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.command-panels {
  position: relative;
}

.command-panel {
  display: none;
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(var(--accent-rgb) / 0.14);
  background:
    linear-gradient(180deg, rgba(var(--accent-rgb) / 0.08), rgba(255, 255, 255, 0.01)),
    var(--surface-strong);
  box-shadow: var(--shadow);
}

.command-panel.is-active {
  display: grid;
  gap: 24px;
  animation: productPanelFade 0.32s ease;
}

.command-panel__head {
  display: grid;
  gap: 10px;
}

.command-panel__head h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
}

.command-panel__head p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.command-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.command-metric {
  padding: 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(var(--accent-rgb) / 0.12);
}

.command-metric strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 29px;
  font-family: "Orbitron", sans-serif;
}

.command-metric span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.command-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.command-list li {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(244, 247, 239, 0.84);
  line-height: 1.85;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.scenario-card {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(var(--accent-rgb) / 0.14);
  background:
    linear-gradient(180deg, rgba(var(--accent-rgb) / 0.08), rgba(255, 255, 255, 0.01)),
    var(--surface);
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
}

.scenario-card__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(var(--accent-rgb) / 0.1);
  color: var(--accent);
  font-family: "Orbitron", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.scenario-card h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.2;
}

.scenario-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.scenario-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.scenario-card li {
  padding: 11px 13px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(244, 247, 239, 0.86);
  font-size: 14px;
  line-height: 1.8;
}

.interface-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: start;
}

.interface-showcase {
  position: relative;
  padding: 28px;
  border-radius: 32px;
  border: 1px solid rgba(var(--accent-rgb) / 0.15);
  background:
    linear-gradient(180deg, rgba(var(--accent-rgb) / 0.08), rgba(255, 255, 255, 0.01)),
    var(--surface-strong);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.interface-showcase::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  border: 1px solid rgba(var(--accent-rgb) / 0.12);
  pointer-events: none;
}

.interface-showcase__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.interface-showcase__top strong {
  font-size: 20px;
}

.interface-showcase__top span {
  color: var(--muted);
  font-size: 14px;
}

.interface-showcase__screen {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}

.interface-stack {
  display: grid;
  gap: 16px;
}

.interface-panel {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(var(--accent-rgb) / 0.12);
  min-height: 146px;
  display: grid;
  gap: 12px;
}

.interface-panel h3,
.interface-module h3 {
  margin: 0;
  font-size: 20px;
}

.interface-panel p,
.interface-module p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.interface-panel__badges,
.interface-module__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.interface-panel__badges span,
.interface-module__badges span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(var(--accent-rgb) / 0.1);
  color: rgba(244, 247, 239, 0.86);
  font-size: 12px;
}

.interface-modules {
  display: grid;
  gap: 16px;
}

.interface-module {
  padding: 20px;
  border-radius: 26px;
  border: 1px solid rgba(var(--accent-rgb) / 0.14);
  background:
    linear-gradient(180deg, rgba(var(--accent-rgb) / 0.07), rgba(255, 255, 255, 0.02)),
    var(--surface);
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
}

.faq-grid {
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 24px;
  border: 1px solid rgba(var(--accent-rgb) / 0.14);
  background:
    linear-gradient(180deg, rgba(var(--accent-rgb) / 0.07), rgba(255, 255, 255, 0.01)),
    var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  font-size: 22px;
  font-weight: 800;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  left: 24px;
  top: 22px;
  color: var(--accent);
  font-size: 28px;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.95;
}

.closing-cta {
  padding-top: 10px;
}

.closing-cta__shell {
  padding: 34px;
  border-radius: 34px;
  border: 1px solid rgba(var(--accent-rgb) / 0.16);
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb) / 0.16), rgba(255, 255, 255, 0.02)),
    var(--surface-strong);
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
}

.closing-cta__shell h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.18;
  letter-spacing: normal;
}

.closing-cta__shell p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.95;
}

.closing-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.product-page-quick-nav {
  position: sticky;
  top: 24px;
  z-index: 8;
  margin: 0 0 22px;
}

.product-page-quick-nav__shell {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px;
  border-radius: 999px;
  border: 1px solid rgba(var(--accent-rgb) / 0.14);
  background: rgba(7, 10, 7, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
  scrollbar-width: none;
}

.product-page-quick-nav__shell::-webkit-scrollbar {
  display: none;
}

.product-page-quick-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(244, 247, 239, 0.82);
  font-size: 14px;
  white-space: nowrap;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.product-page-quick-nav a:hover,
.product-page-quick-nav a.is-active {
  color: #051005;
  background: var(--accent);
  border-color: rgba(var(--accent-rgb) / 0.66);
  transform: translateY(-1px);
}

.related-products {
  padding-top: 12px;
}

.related-products__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.related-product-card {
  grid-column: span 4;
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(var(--accent-rgb) / 0.14);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.04), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    var(--surface);
  box-shadow: var(--shadow);
}

.related-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, transparent 0 36%, rgba(var(--accent-rgb) / 0.06) 50%, transparent 68%);
  pointer-events: none;
}

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

.related-product-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: var(--related-accent, var(--accent));
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.related-product-card__tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--related-accent, var(--accent));
  box-shadow: 0 0 14px rgba(var(--related-accent-rgb, var(--accent-rgb)) / 0.5);
}

.related-product-card h3 {
  margin: 0;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.18;
}

.related-product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.86;
}

.related-product-card__points {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-product-card__points li {
  position: relative;
  padding-right: 16px;
  color: rgba(244, 247, 239, 0.86);
  line-height: 1.75;
}

.related-product-card__points li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--related-accent, var(--accent));
  box-shadow: 0 0 12px rgba(var(--related-accent-rgb, var(--accent-rgb)) / 0.45);
}

.related-product-card .product-button--ghost {
  width: fit-content;
}

.product-footer {
  padding: 0 0 40px;
}

.product-footer__shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  border-radius: 28px;
  border: 1px solid rgba(var(--accent-rgb) / 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.product-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Orbitron", sans-serif;
  color: var(--accent);
  font-size: 18px;
}

.product-footer__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(var(--accent-rgb) / 0.58);
}

.product-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: rgba(244, 247, 239, 0.82);
  font-size: 14px;
}

.product-footer__note {
  color: var(--muted);
  font-size: 14px;
}

@keyframes productPanelFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .product-hero__grid,
  .interface-grid,
  .command-center {
    grid-template-columns: 1fr;
  }

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

  .product-console {
    width: 100%;
  }
}

@media (max-width: 920px) {
  .product-page-main {
    padding-top: 112px;
  }

  .product-page-quick-nav {
    top: 22px;
  }

  .feature-card,
  .feature-card--wide,
  .scenario-card,
  .related-product-card {
    grid-column: span 12;
  }

  .feature-grid,
  .scenario-grid {
    grid-template-columns: 1fr;
  }

  .product-console__layout,
  .interface-showcase__screen,
  .product-hero__stats,
  .command-metrics,
  .product-console__cards {
    grid-template-columns: 1fr;
  }

  .product-float-card {
    position: relative;
    width: 100%;
    inset: auto;
    margin-top: 16px;
    transform: none;
  }
}

@media (max-width: 720px) {
  .product-page-shell {
    width: min(100% - 24px, 1000px);
  }

  .product-page-section {
    padding-bottom: 44px;
  }

  .product-hero__title,
  .product-section-heading h2,
  .closing-cta__shell h2 {
    text-wrap: pretty;
  }

  .product-hero__title {
    font-size: clamp(38px, 13vw, 56px);
  }

  .product-section-heading p,
  .product-hero__lead,
  .closing-cta__shell p {
    font-size: 16px;
  }

  .product-button,
  .product-button--ghost {
    width: 100%;
  }

  .product-button-row,
  .closing-cta__actions {
    display: grid;
  }

  .product-page-quick-nav {
    top: 20px;
    margin-bottom: 24px;
  }

  .product-page-quick-nav__shell {
    padding: 10px;
    border-radius: 22px;
  }

  .product-console,
  .command-panel,
  .interface-showcase,
  .closing-cta__shell,
  .related-product-card {
    padding: 20px;
  }

  .product-console__headline,
  .command-panel__head h3 {
    font-size: 26px;
  }

  .related-product-card .product-button--ghost {
    width: 100%;
  }
}
