:root {
  --page: #f3f5f8;
  --ink: #111827;
  --muted: #657080;
  --soft: #8a93a3;
  --line: rgba(0, 0, 0, 0.1);
  --line-dark: rgba(255, 255, 255, 0.12);
  --card: #ffffff;
  --dark: #050506;
  --dark-2: #111114;
  --blue: #075fd3;
  --blue-2: #38bdf8;
  --green: #34c759;
  --amber: #ff9f0a;
  --red: #ff453a;
  --customs-gold: #c9932b;
  --customs-red: #a4161a;
  --jade: #16a34a;
  --porcelain: #f8fafc;
  --stage: 1180px;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --shadow-soft: 0 24px 70px rgba(15, 23, 42, 0.12);
  --shadow-deep: 0 42px 130px rgba(2, 6, 23, 0.3);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 1180px;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(243, 245, 248, 0.94) 44%, #edf1f6 100%),
    repeating-linear-gradient(90deg, rgba(17, 24, 39, 0.025) 0, rgba(17, 24, 39, 0.025) 1px, transparent 1px, transparent 28px);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
  overflow-x: auto;
  text-rendering: geometricPrecision;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 52px;
  display: flex;
  justify-content: center;
  background: rgba(248, 250, 252, 0.78);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  backdrop-filter: saturate(180%) blur(24px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.78) inset;
}

.nav-inner {
  width: var(--stage);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  font-size: 12px;
  color: rgba(29, 29, 31, 0.74);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--ink);
}

.brand-mark {
  width: 31px;
  height: 31px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.84);
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
}

.brand-name {
  font-size: 13px;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links a {
  transition: color 160ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--ink);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b63ce, #0f8fe8);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(7, 95, 211, 0.26);
}

.button.secondary {
  background: rgba(15, 23, 42, 0.055);
  color: var(--ink);
  box-shadow: none;
}

.button.secondary:hover {
  background: rgba(0, 0, 0, 0.09);
  box-shadow: none;
}

.button.dark {
  background: #fff;
  color: var(--ink);
}

.button.dark-outline {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.text-link {
  color: var(--blue);
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.text-link:hover {
  text-decoration: underline;
}

.hero {
  min-height: 920px;
  padding: 72px 0 58px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 249, 252, 0.9) 38%, rgba(233, 238, 246, 0.98) 100%),
    repeating-linear-gradient(135deg, rgba(15, 23, 42, 0.035) 0, rgba(15, 23, 42, 0.035) 1px, transparent 1px, transparent 32px);
  overflow: hidden;
  position: relative;
}

.scroll-intro {
  --intro-progress: 0;
  height: 220vh;
  min-height: 1500px;
  position: relative;
  background:
    radial-gradient(circle at var(--intro-focus, 20%) 28%, rgba(185, 232, 255, 0.34), transparent 26%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(234, 240, 248, 0.98)),
    repeating-linear-gradient(90deg, rgba(15, 23, 42, 0.032) 0, rgba(15, 23, 42, 0.032) 1px, transparent 1px, transparent 36px);
}

.intro-stage {
  position: sticky;
  top: 52px;
  height: calc(100vh - 52px);
  min-height: 720px;
  overflow: hidden;
}

.intro-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.8), transparent 22%, transparent 72%, rgba(255, 255, 255, 0.72)),
    linear-gradient(110deg, transparent 0%, rgba(185, 232, 255, 0.22) 34%, rgba(201, 147, 43, 0.16) 60%, transparent 84%),
    repeating-linear-gradient(0deg, rgba(15, 23, 42, 0.036) 0, rgba(15, 23, 42, 0.036) 1px, transparent 1px, transparent 34px);
  opacity: var(--intro-grid-opacity, .72);
}

.intro-copy {
  position: absolute;
  left: calc(50% - 570px);
  top: 94px;
  width: 540px;
  z-index: 6;
  transform: translateY(var(--intro-copy-y, 0px));
  opacity: var(--intro-copy-opacity, 1);
}

.intro-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #7a520d;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  backdrop-filter: blur(14px);
}

.intro-copy h1 {
  margin: 18px 0 0;
  font-size: 50px;
  line-height: 1.06;
  letter-spacing: 0;
  background: linear-gradient(180deg, #111827, #3f2a0b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.intro-copy p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
  font-weight: 520;
}

.intro-actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
}

.intro-path {
  position: absolute;
  left: calc(50% + 24px);
  right: calc(50% - 570px);
  top: 170px;
  height: 380px;
  z-index: 1;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.12)),
    radial-gradient(circle at 35% 45%, rgba(185, 232, 255, 0.36), transparent 36%),
    radial-gradient(circle at 78% 58%, rgba(201, 147, 43, 0.22), transparent 30%);
  box-shadow: 0 40px 120px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(22px);
}

.intro-path::before {
  content: "";
  position: absolute;
  left: 80px;
  right: 80px;
  top: 50%;
  height: 2px;
  background:
    linear-gradient(90deg, transparent, rgba(7, 95, 211, 0.4), rgba(201, 147, 43, 0.48), rgba(22, 163, 74, 0.5), transparent);
}

.intro-path::after {
  content: "";
  position: absolute;
  left: 76px;
  top: calc(50% - 2px);
  width: var(--path-fill, 0%);
  max-width: calc(100% - 152px);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #075fd3, #b9e8ff, #d8a646, #16a34a);
  box-shadow: 0 0 30px rgba(56, 189, 248, 0.36);
}

.intro-path span {
  position: absolute;
  left: 12%;
  top: calc(50% - 51px);
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.82);
  color: rgba(17, 24, 39, 0.78);
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(14px);
}

.intro-path span:nth-child(2) {
  left: 37%;
  top: calc(50% - 17px);
}

.intro-path span:nth-child(3) {
  left: 62%;
  top: calc(50% + 17px);
}

.intro-path span:nth-child(4) {
  left: 87%;
  top: calc(50% + 51px);
}

.customs-gate {
  position: absolute;
  left: calc(50% + 214px);
  top: 238px;
  z-index: 3;
  width: 320px;
  height: 315px;
  pointer-events: none;
  transform: translateY(var(--gate-y, 18px));
}

.gate-sign {
  position: absolute;
  left: 54px;
  right: 54px;
  top: 0;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #eaf6ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  background: linear-gradient(135deg, #102a5c, #07152f);
  border: 1px solid rgba(185, 232, 255, 0.28);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.gate-column {
  position: absolute;
  top: 38px;
  width: 58px;
  height: 230px;
  border-radius: 24px 24px 18px 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 18%),
    linear-gradient(145deg, #102a5c, #07152f);
  border: 1px solid rgba(185, 232, 255, 0.22);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.22);
}

.gate-column.left { left: 20px; }
.gate-column.right { right: 20px; }

.gate-column i {
  position: absolute;
  left: 15px;
  top: 24px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 8px rgba(255, 69, 58, 0.14);
}

.scroll-intro.is-cleared .gate-column i {
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(52, 199, 89, 0.14), 0 0 22px rgba(52, 199, 89, 0.42);
}

.gate-beam {
  position: absolute;
  left: 70px;
  right: 70px;
  top: 90px;
  height: 132px;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(185, 232, 255, 0.04), rgba(185, 232, 255, 0.28), rgba(185, 232, 255, 0.04)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0.18) 1px, transparent 1px, transparent 20px);
  border: 1px solid rgba(185, 232, 255, 0.22);
  opacity: var(--gate-beam-opacity, .34);
  overflow: hidden;
}

.gate-beam::after {
  content: "";
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: var(--gate-sheen-left, -30%);
  width: 64px;
  transform: rotate(13deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92), transparent);
  filter: blur(2px);
}

.gate-arm {
  position: absolute;
  left: 58px;
  top: 166px;
  width: 210px;
  height: 16px;
  border-radius: 999px;
  transform-origin: 28px 50%;
  transform: rotate(var(--gate-arm-rotate, -4deg));
  background:
    repeating-linear-gradient(90deg, #fff 0 26px, #a4161a 26px 52px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.18);
}

.gate-scan {
  position: absolute;
  left: 91px;
  right: 91px;
  top: 92px;
  height: 2px;
  border-radius: 999px;
  background: #b9e8ff;
  box-shadow: 0 0 16px #b9e8ff, 0 0 42px rgba(56, 189, 248, 0.5);
  transform: translateY(var(--gate-scan-y, 0px));
  opacity: var(--gate-scan-opacity, .2);
}

.clearance-stamp {
  position: absolute;
  right: 36px;
  bottom: 20px;
  width: 112px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #0f766e;
  border: 3px solid rgba(15, 118, 110, 0.7);
  background: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  font-weight: 950;
  transform: rotate(-10deg) scale(var(--stamp-scale, .74));
  opacity: var(--stamp-opacity, 0);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(14px);
}

.ip-runner {
  position: absolute;
  left: calc(50% + 100px + var(--ip-x, 0px));
  top: var(--ip-y, 360px);
  z-index: 4;
  width: 176px;
  height: 176px;
  transform: translate3d(-50%, -50%, 0) scale(var(--ip-scale, .82)) rotate(var(--ip-rotate, -5deg));
  filter: drop-shadow(0 24px 28px rgba(15, 23, 42, 0.18));
  transition: filter 120ms ease;
  will-change: transform;
  backface-visibility: hidden;
  contain: paint;
}

.scroll-intro.is-cleared .ip-runner {
  filter: drop-shadow(0 26px 34px rgba(22, 163, 74, 0.24));
}

.ip-runner img {
  width: 100%;
  height: 100%;
  display: block;
  transform: translateZ(0);
}

.intro-console {
  position: absolute;
  right: calc(50% - 590px);
  bottom: 86px;
  z-index: 3;
  width: 420px;
  border-radius: 28px;
  padding: 18px;
  color: #e5f3ff;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.88), rgba(15, 23, 42, 0.68)),
    rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 34px 100px rgba(15, 23, 42, 0.24);
  backdrop-filter: blur(22px);
  transform: translateY(var(--intro-console-y, 42px));
  opacity: var(--intro-console-opacity, .46);
}

.intro-console-top {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(229, 243, 255, 0.7);
  font-size: 12px;
}

.intro-console-top span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #ff5f57;
}

.intro-console-top span:nth-child(2) { background: #febc2e; }
.intro-console-top span:nth-child(3) { background: #28c840; }
.intro-console-top strong { margin-left: auto; font-weight: 750; }

.intro-progress {
  height: 9px;
  margin-top: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.intro-progress i {
  display: block;
  width: var(--intro-fill, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b9e8ff, #c9932b, #16a34a);
}

.intro-console-lines {
  margin-top: 16px;
  display: grid;
  gap: 9px;
}

.intro-console-lines span {
  min-height: 31px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(229, 243, 255, 0.72);
  font-size: 12px;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 5;
  transform: translateX(-50%);
  color: rgba(101, 112, 128, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0%, rgba(201, 147, 43, 0.11) 34%, rgba(56, 189, 248, 0.08) 54%, transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), transparent 36%);
  mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
}

.hero .stage {
  position: relative;
  z-index: 1;
}

.hero-brand-lockup {
  width: fit-content;
  margin: 0 auto 18px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 16px 10px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  animation: revealUp 560ms ease both;
}

.brand-orbit {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  position: relative;
  display: grid;
  place-items: center;
}

.brand-orbit::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  border: 1px solid rgba(201, 147, 43, 0.42);
  border-left-color: rgba(56, 189, 248, 0.65);
  animation: orbitSpin 8s linear infinite;
}

.brand-orbit img {
  width: 58px;
  height: 58px;
  display: block;
  filter: drop-shadow(0 14px 22px rgba(2, 6, 23, 0.24));
}

.brand-lockup-copy {
  text-align: left;
}

.brand-lockup-copy span {
  display: block;
  color: rgba(101, 112, 128, 0.9);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.brand-lockup-copy strong {
  display: block;
  margin-top: 3px;
  color: var(--ink);
  font-size: 15px;
}

@keyframes orbitSpin {
  to { transform: rotate(360deg); }
}

@keyframes revealUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.stage {
  width: var(--stage);
  margin: 0 auto;
}

.center {
  text-align: center;
}

.kicker {
  color: var(--blue);
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 16px;
}

.hero-title {
  margin: 0 auto;
  max-width: 1120px;
  font-size: 68px;
  line-height: .98;
  font-weight: 800;
  word-break: keep-all;
  letter-spacing: 0;
  background: linear-gradient(180deg, #0f172a 0%, #111827 48%, #3b2810 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: revealUp 620ms ease 80ms both;
}

.hero-subtitle {
  max-width: 840px;
  margin: 26px auto 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
  animation: revealUp 620ms ease 160ms both;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  animation: revealUp 620ms ease 230ms both;
}

.mac-stage {
  margin: 58px auto 0;
  width: 1100px;
  height: 610px;
  position: relative;
  perspective: 1600px;
}

.mac {
  width: 1080px;
  min-height: 590px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(148, 163, 184, 0.24)),
    linear-gradient(180deg, #f8fafc, #b8bec8);
  box-shadow: 0 64px 160px rgba(15, 23, 42, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transform: rotateX(4deg);
  animation: revealUp 760ms ease 320ms both;
}

.screen {
  min-height: 562px;
  border-radius: 26px;
  overflow: hidden;
  color: #f5f5f7;
  background:
    linear-gradient(120deg, rgba(201, 147, 43, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 32%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0, rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 36px),
    #070a0f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.screen::after {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  top: 46px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.85), rgba(201, 147, 43, 0.82), transparent);
  animation: scanLine 4.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes scanLine {
  0%, 100% { transform: translateY(28px); opacity: 0; }
  18% { opacity: .95; }
  70% { opacity: .4; }
  82% { transform: translateY(514px); opacity: 0; }
}

.screen-top {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: rgba(245, 245, 247, 0.78);
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1;
}

.screen-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.screen-brand img {
  width: 20px;
  height: 20px;
  border-radius: 999px;
}

.traffic {
  display: flex;
  gap: 7px;
}

.traffic span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #ff5f57;
}

.traffic span:nth-child(2) {
  background: #febc2e;
}

.traffic span:nth-child(3) {
  background: #28c840;
}

.screen-grid {
  display: grid;
  grid-template-columns: 275px 1fr;
  min-height: 516px;
}

.screen-rail {
  padding: 26px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.rail-label {
  color: rgba(245, 245, 247, 0.44);
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 12px;
}

.rail-item {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 50px;
  padding: 0 12px;
  border-radius: 14px;
  color: rgba(245, 245, 247, 0.82);
  font-size: 14px;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.rail-item:hover,
.rail-item.active {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(2px);
  color: #fff;
}

.rail-dot {
  width: 26px;
  height: 26px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: #7dd3fc;
  font-size: 10px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.screen-main {
  padding: 30px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 16px;
}

.product-card {
  min-height: 205px;
  border-radius: 24px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.18), rgba(201, 147, 43, 0.12) 48%, rgba(255, 255, 255, 0.045) 70%),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.product-card::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 28px;
  width: 128px;
  height: 128px;
  border-radius: 999px;
  border: 1px solid rgba(201, 147, 43, 0.28);
  background: repeating-conic-gradient(from 22deg, rgba(255, 255, 255, 0.12) 0 8deg, transparent 8deg 18deg);
  opacity: .7;
}

.product-card h2 {
  margin: 0;
  max-width: 720px;
  font-size: 36px;
  line-height: 1.12;
  font-weight: 800;
}

.product-card p {
  margin: 14px 0 0;
  max-width: 620px;
  color: rgba(245, 245, 247, 0.64);
  font-size: 15px;
  line-height: 1.55;
}

.status-grid,
.workflow-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.status-card,
.workflow-chip {
  border-radius: 20px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.status-card {
  min-height: 116px;
}

.status-card strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.status-card span,
.workflow-chip {
  color: rgba(245, 245, 247, 0.54);
  font-size: 12px;
  line-height: 1.45;
}

.workflow-chip {
  min-height: 90px;
}

.workflow-chip strong {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 6px;
}

.section {
  padding: 72px 0;
}

.section-title {
  text-align: center;
  margin: 0 auto 34px;
  max-width: 930px;
}

.section-title h1,
.section-title h2 {
  margin: 0;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 800;
}

.section-title p {
  margin: 18px auto 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.bento {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 20px;
}

.bento-card {
  position: relative;
  min-height: 440px;
  border-radius: var(--radius-xl);
  padding: 46px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)),
    var(--card);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 22px 70px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 34px 90px rgba(15, 23, 42, 0.13);
}

.bento-card.black {
  background:
    linear-gradient(140deg, rgba(201, 147, 43, 0.14), transparent 34%),
    linear-gradient(180deg, #111827, #05070b);
  color: #f5f5f7;
}

.bento-card h3 {
  margin: 0;
  font-size: 38px;
  line-height: 1.12;
  font-weight: 800;
}

.bento-card p {
  margin: 16px 0 0;
  max-width: 610px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.48;
  font-weight: 500;
}

.bento-card.black p {
  color: rgba(245, 245, 247, 0.64);
}

.evidence-table {
  margin-top: 34px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f5f5f7;
}

.evidence-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--muted);
  font-size: 14px;
}

.evidence-row:last-child {
  border-bottom: 0;
}

.evidence-row strong {
  color: var(--ink);
}

.black .evidence-table {
  background: #050506;
  border-color: rgba(255, 255, 255, 0.1);
}

.black .evidence-row {
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(245, 245, 247, 0.58);
}

.black .evidence-row strong {
  color: #fff;
}

.giant {
  position: absolute;
  right: -8px;
  bottom: -28px;
  font-size: 205px;
  line-height: 0.85;
  font-weight: 800;
  color: rgba(201, 147, 43, 0.16);
  pointer-events: none;
}

.black .giant {
  color: rgba(41, 151, 255, 0.2);
}

.portal-grid {
  display: grid;
  grid-template-columns: 415px 1fr;
  gap: 20px;
  align-items: stretch;
}

.portal-display {
  min-height: 548px;
  border-radius: var(--radius-xl);
  padding: 46px;
  background:
    linear-gradient(135deg, rgba(201, 147, 43, 0.13), rgba(56, 189, 248, 0.08) 42%, transparent 68%),
    #fff;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.portal-eyebrow {
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 14px;
}

.portal-display h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 800;
}

.portal-display p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.portal-url {
  margin-top: 26px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f5f5f7;
  color: rgba(29, 29, 31, 0.72);
  font-size: 13px;
  word-break: break-all;
}

.portal-stack {
  display: grid;
  gap: 14px;
}

.portal-card {
  min-height: 126px;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 18px;
  align-items: center;
  border-radius: 26px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  position: relative;
  overflow: hidden;
}

.portal-card:hover,
.portal-card.active {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(0, 113, 227, 0.22);
}

.portal-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f8fafc, #eef2f7);
  color: #8a6119;
  font-size: 18px;
  font-weight: 800;
  border: 1px solid rgba(201, 147, 43, 0.18);
}

.portal-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.portal-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.portal-arrow {
  color: var(--blue);
  font-size: 26px;
  font-weight: 500;
}

.app-shell {
  min-height: calc(100vh - 52px);
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(237, 241, 246, 0.98)),
    repeating-linear-gradient(90deg, rgba(15, 23, 42, 0.03) 0, rgba(15, 23, 42, 0.03) 1px, transparent 1px, transparent 30px);
}

.app-sidebar {
  position: sticky;
  top: 52px;
  height: calc(100vh - 52px);
  padding: 22px 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 250, 252, 0.74)),
    rgba(255, 255, 255, 0.76);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(20px);
}

.side-title {
  padding: 0 10px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 12px;
}

.side-emblem {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}

.side-title strong {
  display: block;
  font-size: 17px;
}

.side-title span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.side-group {
  margin-top: 22px;
}

.side-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  padding: 0 10px 8px;
}

.side-link {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(29, 29, 31, 0.76);
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  background: transparent;
  transition: background 160ms ease, transform 160ms ease;
}

.side-link:hover,
.side-link.active {
  background: rgba(201, 147, 43, 0.12);
  color: #7a520d;
  transform: translateX(2px);
}

.app-main {
  min-width: 0;
  padding: 24px 30px 42px;
}

.qa-topbar {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  border-radius: 26px;
  padding: 14px 18px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.46)),
    radial-gradient(circle at 10% 20%, rgba(185, 232, 255, 0.46), transparent 26%);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 56px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(22px);
}

.qa-titlebar {
  display: flex;
  align-items: center;
  gap: 12px;
}

.qa-titlebar img {
  width: 42px;
  height: 42px;
  border-radius: 999px;
}

.qa-titlebar span {
  color: #7a520d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.qa-titlebar h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0;
}

.qa-topbar p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 520;
}

.qa-hero {
  min-height: calc(100vh - 174px);
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: stretch;
}

.qa-hero.streamlined .qa-first {
  min-height: calc(100vh - 174px);
}

.qa-context-dock {
  min-height: calc(100vh - 174px);
}

.qa-context-dock .panel-card {
  height: 100%;
}

.context-card .field textarea {
  min-height: 132px;
}

.workspace-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}

.workspace-top h1 {
  margin: 0;
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
  background: linear-gradient(180deg, #111827, #4a310c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.workspace-top p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
  max-width: 680px;
}

.model-badge {
  height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.model-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(52, 199, 89, 0.12);
}

.workspace-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
}

.secondary-workspace {
  grid-template-columns: 1fr;
}

.workbench {
  min-height: 660px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(350px, 1fr) auto;
}

.qa-first {
  min-height: calc(100vh - 174px);
  max-height: 736px;
  grid-template-rows: 62px minmax(300px, 1fr) auto;
}

.qa-first .chat-area {
  min-height: 310px;
}

.qa-first .console-input {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 250, 252, 0.94));
}

.task-tabs {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(250, 250, 252, 0.9);
}

.tab-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.task-tab {
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: transparent;
  color: rgba(29, 29, 31, 0.66);
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}

.task-tab.active,
.task-tab:hover {
  background: linear-gradient(135deg, #111827, #2d1e08);
  color: #fff;
}

.clear-button {
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: rgba(17, 24, 39, 0.68);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}

.clear-button:hover {
  background: rgba(164, 22, 26, 0.1);
  color: var(--customs-red);
}

.chat-area {
  overflow-y: auto;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(248, 250, 252, 0.9)),
    repeating-linear-gradient(0deg, rgba(15, 23, 42, 0.028) 0, rgba(15, 23, 42, 0.028) 1px, transparent 1px, transparent 32px);
}

.message {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  animation: messageIn 220ms ease both;
}

@keyframes messageIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #111827;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.ai-avatar {
  padding: 0;
  background: #020617;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18), 0 0 0 1px rgba(201, 147, 43, 0.25);
  overflow: hidden;
}

.ai-avatar img {
  width: 100%;
  height: 100%;
  display: block;
}

.user-avatar,
.message.user .avatar {
  background: linear-gradient(135deg, #075fd3, #0ea5e9);
  box-shadow: 0 10px 22px rgba(7, 95, 211, 0.18);
}

.bubble {
  width: fit-content;
  max-width: 900px;
  border-radius: 20px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 14px;
  line-height: 1.7;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(12px);
}

.message.user .bubble {
  background: linear-gradient(135deg, #075fd3, #0ea5e9);
  border-color: transparent;
  color: #fff;
}

.bubble strong {
  color: var(--ink);
}

.message.user .bubble strong {
  color: #fff;
}

.bubble code {
  background: rgba(0, 0, 0, 0.06);
  padding: 2px 5px;
  border-radius: 6px;
}

.message-meta {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
}

.console-input {
  padding: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.8);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.chip-button {
  min-height: 31px;
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.86);
  color: rgba(29, 29, 31, 0.78);
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 12px;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.chip-button:hover {
  transform: translateY(-1px);
  background: rgba(201, 147, 43, 0.12);
  border-color: rgba(201, 147, 43, 0.2);
}

.composer {
  display: grid;
  grid-template-columns: 1fr 54px;
  gap: 10px;
}

.composer textarea {
  height: 56px;
  max-height: 160px;
  resize: vertical;
  outline: none;
  border-radius: 20px;
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: var(--ink);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.composer textarea:focus {
  border-color: rgba(201, 147, 43, 0.56);
  box-shadow: 0 0 0 5px rgba(201, 147, 43, 0.12);
}

.send-button {
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(135deg, #111827, #5f3f0b);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.send-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.24);
}

.loading .send-button {
  opacity: 0.55;
  pointer-events: none;
}

.detail-panel {
  display: grid;
  gap: 14px;
}

.secondary-workspace .detail-panel {
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}

.secondary-workspace .detail-panel .panel-card:last-child {
  grid-column: span 3;
}

.panel-card {
  border-radius: 24px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
}

.product-tile,
.portal-card,
.bento-card,
.metric-card,
.panel-card,
.architecture-panel,
.metric-panel,
.intelligence-card,
.ledger-grid article,
.product-proof,
.capability-switcher,
.lab-card,
.product-hero-copy {
  transform-style: preserve-3d;
  will-change: transform;
}

.product-tile::before,
.portal-card::before,
.bento-card::before,
.metric-card::before,
.panel-card::before,
.architecture-panel::before,
.metric-panel::before,
.intelligence-card::before,
.ledger-grid article::before,
.product-proof::before,
.capability-switcher::before,
.lab-card::before,
.product-hero-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.72), transparent 24%);
  opacity: 0;
  transition: opacity 180ms ease;
  mix-blend-mode: screen;
}

.product-tile:hover::before,
.portal-card:hover::before,
.bento-card:hover::before,
.metric-card:hover::before,
.panel-card:hover::before,
.architecture-panel:hover::before,
.metric-panel:hover::before,
.intelligence-card:hover::before,
.ledger-grid article:hover::before,
.product-proof:hover::before,
.capability-switcher:hover::before,
.lab-card:hover::before,
.product-hero-copy:hover::before {
  opacity: .52;
}

.panel-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.panel-card p,
.panel-card li {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.panel-card ul {
  margin: 0;
  padding-left: 18px;
}

.context-form {
  display: grid;
  gap: 12px;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  min-height: 38px;
  padding: 9px 10px;
  outline: none;
  background: #fbfbfd;
  color: var(--ink);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(7, 95, 211, 0.48);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(7, 95, 211, 0.1);
}

.field textarea {
  min-height: 82px;
  resize: vertical;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.compact-metrics .metric-card {
  min-height: 118px;
}

.compact-metrics .metric-card strong {
  font-size: 32px;
}

.metric-card {
  min-height: 150px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.88));
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  position: relative;
  overflow: hidden;
}

.metric-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--customs-gold), var(--blue-2), var(--jade));
  opacity: .7;
}

.metric-card strong {
  display: block;
  font-size: 38px;
  line-height: 1;
}

.metric-card span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.command-strip {
  margin-top: 18px;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(16px);
}

.command-pill {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.92);
  color: rgba(17, 24, 39, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.command-pill:hover,
.command-pill.active {
  transform: translateY(-1px);
  background: #111827;
  color: #fff;
  border-color: rgba(17, 24, 39, 0.9);
}

.command-pill.official {
  margin-left: auto;
  background: linear-gradient(135deg, rgba(201, 147, 43, 0.16), rgba(22, 163, 74, 0.1));
  color: #6f4b0f;
  border-color: rgba(201, 147, 43, 0.24);
}

.command-pill.official:hover {
  background: linear-gradient(135deg, #7c5310, #0f766e);
  color: #fff;
}

.page-head {
  padding: 74px 0 34px;
  text-align: center;
}

.page-head h1 {
  margin: 0;
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
}

.page-head p {
  max-width: 780px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.product-main {
  --page-mx: 50vw;
  --page-my: 320px;
  background:
    linear-gradient(180deg, rgba(248, 250, 252, .98), rgba(237, 241, 246, .96)),
    repeating-linear-gradient(90deg, rgba(15, 23, 42, .025) 0, rgba(15, 23, 42, .025) 1px, transparent 1px, transparent 30px);
  position: relative;
  overflow: hidden;
}

.product-main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--page-mx) var(--page-my), rgba(185, 232, 255, 0.4), transparent 18%),
    radial-gradient(circle at calc(var(--page-mx) + 120px) calc(var(--page-my) + 80px), rgba(201, 147, 43, 0.18), transparent 20%);
  opacity: .78;
  mix-blend-mode: multiply;
}

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

.product-hero {
  padding: 76px 0 36px;
}

.product-hero-grid {
  display: grid;
  grid-template-columns: 1fr 410px;
  gap: 28px;
  align-items: stretch;
}

.product-hero-copy {
  min-height: 330px;
  border-radius: 34px;
  padding: 46px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,255,255,.5)),
    radial-gradient(circle at 18% 12%, rgba(185,232,255,.5), transparent 28%);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 28px 86px rgba(15, 23, 42, .1), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(22px);
  position: relative;
  overflow: hidden;
}

.product-hero-copy::after {
  content: "";
  position: absolute;
  right: 34px;
  top: 34px;
  width: 148px;
  height: 148px;
  border-radius: 999px;
  background:
    repeating-conic-gradient(from 0deg, rgba(7, 95, 211, .12) 0 7deg, transparent 7deg 16deg),
    radial-gradient(circle, transparent 52%, rgba(201, 147, 43, .2) 53%, transparent 55%);
  opacity: .72;
  animation: orbitSpin 18s linear infinite;
}

.product-live-strip {
  width: min(680px, 100%);
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1.1fr .9fr .8fr;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.product-live-strip div {
  min-height: 74px;
  border-radius: 20px;
  padding: 14px;
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(15, 23, 42, .07);
  box-shadow: 0 16px 42px rgba(15, 23, 42, .06);
}

.product-live-strip span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.product-live-strip strong {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.25;
}

.proof-scope {
  margin-top: 24px;
  min-height: 108px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  color: rgba(248, 250, 252, .86);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  background:
    linear-gradient(90deg, transparent, rgba(185, 232, 255, .18), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .1) 1px, transparent 1px, transparent 22px),
    rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  position: relative;
  overflow: hidden;
}

.proof-scope::after {
  content: "";
  position: absolute;
  left: -30%;
  top: 0;
  bottom: 0;
  width: 36%;
  transform: skewX(-15deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .32), transparent);
  animation: sweepAcross 4.8s ease-in-out infinite;
}

.product-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  font-size: 54px;
  line-height: 1.06;
  letter-spacing: 0;
  background: linear-gradient(180deg, #111827, #3f2a0b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.product-hero-copy p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.52;
}

.proof-row {
  margin-top: 28px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.proof-row span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15,23,42,.08);
  color: rgba(17,24,39,.76);
  font-size: 13px;
  font-weight: 750;
}

.product-proof {
  border-radius: 34px;
  padding: 28px;
  background:
    linear-gradient(150deg, rgba(17,24,39,.92), rgba(15,23,42,.74)),
    radial-gradient(circle at 80% 20%, rgba(185,232,255,.2), transparent 28%);
  color: #f8fafc;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 34px 100px rgba(15,23,42,.18);
  position: relative;
  overflow: hidden;
}

.proof-title {
  color: rgba(248,250,252,.66);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.proof-metrics {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.proof-metrics div {
  min-height: 124px;
  border-radius: 22px;
  padding: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}

.proof-metrics strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.proof-metrics span {
  display: block;
  margin-top: 10px;
  color: rgba(248,250,252,.66);
  font-size: 12px;
  line-height: 1.4;
}

.product-cockpit-section {
  padding-top: 28px;
}

.product-cockpit {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 260px;
  gap: 18px;
  align-items: stretch;
}

.cockpit-statusbar {
  grid-column: 1 / -1;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto auto auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border-radius: 26px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .62)),
    radial-gradient(circle at 16% 20%, rgba(185, 232, 255, .34), transparent 24%);
  border: 1px solid rgba(255, 255, 255, .86);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .08), inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(20px);
}

.status-pill {
  height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(248, 250, 252, .86);
  border: 1px solid rgba(15, 23, 42, .07);
  color: rgba(17, 24, 39, .72);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.status-pill span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(52, 199, 89, .12);
}

.status-route {
  height: 44px;
  min-width: 0;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(17, 24, 39, .72);
  background: rgba(15, 23, 42, .04);
  border: 1px solid rgba(15, 23, 42, .06);
  overflow: hidden;
}

.status-route i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #075fd3;
  box-shadow: 0 0 18px rgba(7, 95, 211, .56);
}

.status-route strong {
  font-size: 12px;
  white-space: nowrap;
}

.status-route em {
  height: 2px;
  min-width: 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(7, 95, 211, .2), rgba(201, 147, 43, .68));
}

.capability-switcher,
.architecture-panel,
.metric-panel,
.intelligence-card,
.ledger-grid article {
  border-radius: 30px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 24px 70px rgba(15,23,42,.09), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
}

.capability-switcher {
  padding: 14px;
  display: grid;
  gap: 10px;
}

.capability-tab {
  min-height: 74px;
  border-radius: 20px;
  padding: 14px;
  text-align: left;
  color: rgba(17,24,39,.72);
  background: rgba(248,250,252,.8);
  border: 1px solid rgba(15,23,42,.06);
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.capability-tab span {
  display: block;
  margin-bottom: 6px;
  color: #8a6119;
  font-size: 11px;
  font-weight: 900;
}

.capability-tab:hover,
.capability-tab.active {
  transform: translateY(-2px);
  color: #fff;
  background: linear-gradient(135deg, #102a5c, #0f172a);
  border-color: rgba(185,232,255,.32);
}

.capability-tab:hover span,
.capability-tab.active span {
  color: #b9e8ff;
}

.architecture-panel {
  min-height: 620px;
  padding: 28px;
  overflow: hidden;
}

.case-snapshot {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1.15fr 1fr auto;
  gap: 10px;
  align-items: stretch;
}

.case-snapshot > div {
  min-height: 82px;
  border-radius: 20px;
  padding: 14px;
  background: rgba(248, 250, 252, .84);
  border: 1px solid rgba(15, 23, 42, .06);
}

.case-snapshot span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.case-snapshot strong {
  display: block;
  margin-top: 9px;
  color: rgba(17, 24, 39, .82);
  font-size: 13px;
  line-height: 1.35;
}

.case-snapshot .risk-token {
  min-width: 150px;
  display: grid;
  place-items: center;
  color: #7a520d;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  background:
    linear-gradient(135deg, rgba(201, 147, 43, .18), rgba(22, 163, 74, .12)),
    rgba(255, 255, 255, .74);
}

.panel-heading span,
.section-kicker {
  color: #7a520d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.panel-heading h2,
.intelligence-card h2 {
  margin: 10px 0 0;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: 0;
}

.panel-heading p {
  margin: 12px 0 0;
  max-width: 680px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.pe-visual {
  position: relative;
  height: 360px;
  margin-top: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(185,232,255,.32), transparent 28%),
    radial-gradient(circle at 20% 22%, rgba(201,147,43,.14), transparent 28%),
    rgba(248,250,252,.76);
  border: 1px solid rgba(15,23,42,.06);
  overflow: hidden;
}

.visual-scan {
  position: absolute;
  left: -14%;
  right: -14%;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: #b9e8ff;
  box-shadow: 0 0 16px #b9e8ff, 0 0 60px rgba(7, 95, 211, .34);
  animation: scanDeep 5.2s ease-in-out infinite;
}

.data-packet {
  position: absolute;
  z-index: 3;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #075fd3;
  box-shadow: 0 0 0 7px rgba(7, 95, 211, .12), 0 0 20px rgba(7, 95, 211, .42);
}

.packet-a { left: 28%; top: 28%; animation: packetFloat 4.8s ease-in-out infinite; }
.packet-b { right: 28%; top: 30%; animation: packetFloat 5.4s ease-in-out .4s infinite; }
.packet-c { left: 29%; bottom: 28%; animation: packetFloat 5s ease-in-out .8s infinite; }
.packet-d { right: 30%; bottom: 30%; animation: packetFloat 5.8s ease-in-out 1.2s infinite; }

.pai-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 134px;
  height: 134px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(150deg, #075fd3, #102a5c);
  box-shadow: 0 24px 70px rgba(7,95,211,.24);
}

.pai-core strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.pai-core span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  line-height: 1.35;
}

.eai-node {
  position: absolute;
  z-index: 2;
  width: 106px;
  height: 74px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.9);
  color: rgba(17,24,39,.76);
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 18px 44px rgba(15,23,42,.09);
}

.node-policy { left: 52px; top: 66px; }
.node-hs { right: 46px; top: 86px; }
.node-doc { left: 56px; bottom: 56px; }
.node-carbon { right: 44px; bottom: 62px; }

.pe-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(7,95,211,.34);
  stroke-width: 2.5;
  stroke-dasharray: 8 8;
  animation: dashFlow 8s linear infinite;
}

@keyframes dashFlow {
  to { stroke-dashoffset: -96; }
}

.flow-lane {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.flow-lane span {
  min-height: 52px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 16px;
  background: rgba(15,23,42,.05);
  color: rgba(17,24,39,.72);
  font-size: 12px;
  font-weight: 800;
}

.metric-panel {
  padding: 18px;
  display: grid;
  gap: 14px;
  align-content: start;
}

.score-card {
  min-height: 210px;
  border-radius: 24px;
  padding: 18px;
  color: #fff;
  background: linear-gradient(145deg, #0f172a, #102a5c);
}

.score-card span {
  color: rgba(248,250,252,.64);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.score-card strong {
  display: block;
  margin-top: 14px;
  font-size: 54px;
  line-height: 1;
}

.score-ring {
  width: 82px;
  height: 82px;
  margin-top: 18px;
  border-radius: 999px;
  background: conic-gradient(#b9e8ff var(--scorePct, 96%), rgba(255,255,255,.14) 0);
  position: relative;
}

.score-ring::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  background: #102a5c;
}

.bar-chart {
  display: grid;
  gap: 12px;
}

.bar-chart div {
  display: grid;
  grid-template-columns: 64px 1fr 34px;
  align-items: center;
  gap: 9px;
  color: rgba(17,24,39,.68);
  font-size: 12px;
  font-weight: 750;
}

.bar-chart i {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #075fd3, #b9e8ff, #c9932b);
  width: var(--v);
  box-shadow: 0 8px 16px rgba(7,95,211,.16);
}

.risk-matrix {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.risk-matrix span {
  min-height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: rgba(17, 24, 39, .72);
  font-size: 11px;
  font-weight: 900;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .32)),
    linear-gradient(to top, rgba(201, 147, 43, .38) 0 var(--heat), rgba(185, 232, 255, .16) var(--heat) 100%);
  border: 1px solid rgba(15, 23, 42, .06);
  box-shadow: inset 0 -18px 34px rgba(255, 255, 255, .26);
}

.lab-section {
  padding-top: 28px;
}

.ops-lab {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 18px;
}

.lab-card {
  min-height: 500px;
  border-radius: 34px;
  padding: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .56)),
    radial-gradient(circle at 18% 18%, rgba(185, 232, 255, .36), transparent 30%);
  border: 1px solid rgba(255, 255, 255, .84);
  box-shadow: 0 28px 82px rgba(15, 23, 42, .1), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
}

.lab-wide {
  min-height: 560px;
}

.lab-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.lab-top h2,
.lab-card h2 {
  margin: 10px 0 0;
  font-size: 34px;
  line-height: 1.12;
}

.lab-status {
  height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #0f766e;
  background: rgba(22, 163, 74, .1);
  border: 1px solid rgba(22, 163, 74, .18);
  font-size: 12px;
  font-weight: 850;
}

.doc-inspector {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 16px;
}

.doc-preview {
  min-height: 408px;
  border-radius: 26px;
  background: #0b1220;
  padding: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.doc-toolbar {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(248, 250, 252, .7);
  font-size: 12px;
}

.doc-toolbar span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #ff5f57;
}

.doc-toolbar span:nth-child(2) { background: #febc2e; }
.doc-toolbar span:nth-child(3) { background: #28c840; }
.doc-toolbar strong { margin-left: auto; font-weight: 750; }

.doc-page {
  min-height: 354px;
  border-radius: 20px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,247,251,.96));
  position: relative;
  overflow: hidden;
}

.doc-page p {
  height: 12px;
  margin: 0 0 16px;
  border-radius: 999px;
  background: rgba(15, 23, 42, .12);
}

.doc-page p:nth-of-type(1) { width: 74%; }
.doc-page p:nth-of-type(2) { width: 58%; }
.doc-page p:nth-of-type(3) { width: 82%; margin-top: 74px; }
.doc-page p:nth-of-type(4) { width: 46%; }

.scan-window {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 42px;
  height: 76px;
  border-radius: 18px;
  border: 1px solid rgba(7, 95, 211, .3);
  background: rgba(185, 232, 255, .18);
  box-shadow: 0 0 34px rgba(7, 95, 211, .12);
  animation: docScan 4.6s ease-in-out infinite;
}

.doc-highlight {
  position: absolute;
  left: 28px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #075fd3;
  background: rgba(185, 232, 255, .45);
  border: 1px solid rgba(7, 95, 211, .16);
  font-size: 12px;
  font-weight: 850;
}

.doc-highlight.one { top: 96px; }
.doc-highlight.two { top: 176px; }
.doc-highlight.three { top: 244px; }

.inspector-feed {
  display: grid;
  gap: 12px;
}

.inspector-feed div {
  min-height: 126px;
  border-radius: 22px;
  padding: 16px;
  background: rgba(248, 250, 252, .82);
  border: 1px solid rgba(15, 23, 42, .06);
  position: relative;
}

.inspector-feed strong {
  display: block;
  font-size: 16px;
}

.inspector-feed span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.inspector-feed em {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: #7a520d;
  font-size: 30px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
}

.signal-radar {
  height: 246px;
  margin-top: 28px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(185, 232, 255, .18) 0 20%, transparent 21% 38%, rgba(201, 147, 43, .12) 39% 40%, transparent 41% 58%, rgba(7, 95, 211, .12) 59% 60%, transparent 61%),
    conic-gradient(from 20deg, rgba(7, 95, 211, .08), rgba(201, 147, 43, .18), rgba(22, 163, 74, .12), rgba(7, 95, 211, .08));
  border: 1px solid rgba(15, 23, 42, .07);
  position: relative;
  overflow: hidden;
}

.signal-radar::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 50%;
  height: 2px;
  transform-origin: 0 50%;
  background: linear-gradient(90deg, rgba(7, 95, 211, .85), transparent);
  animation: radarSweep 4s linear infinite;
}

.signal-radar i {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #075fd3;
  box-shadow: 0 0 0 7px rgba(7, 95, 211, .12);
}

.signal-radar i:nth-child(1) { left: 40%; top: 28%; }
.signal-radar i:nth-child(2) { left: 62%; top: 42%; background: #c9932b; }
.signal-radar i:nth-child(3) { left: 32%; top: 64%; background: #16a34a; }
.signal-radar i:nth-child(4) { right: 28%; bottom: 25%; background: #ff9f0a; }

.signal-radar b {
  position: absolute;
  inset: 84px;
  border-radius: 36% 58% 42% 55%;
  background: linear-gradient(135deg, rgba(7, 95, 211, .34), rgba(201, 147, 43, .24));
  border: 1px solid rgba(255, 255, 255, .5);
  filter: drop-shadow(0 14px 24px rgba(7, 95, 211, .16));
}

.monitor-list {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.monitor-list div {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  border-radius: 18px;
  background: rgba(248, 250, 252, .82);
  border: 1px solid rgba(15, 23, 42, .06);
}

.monitor-list span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.monitor-list strong {
  font-size: 18px;
}

.cursor-orb,
.cursor-dot {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 180ms ease;
}

.cursor-orb {
  width: 58px;
  height: 58px;
  margin-left: -29px;
  margin-top: -29px;
  border-radius: 999px;
  border: 1px solid rgba(7, 95, 211, .24);
  background:
    radial-gradient(circle, rgba(185, 232, 255, .42), transparent 62%);
  box-shadow: 0 0 36px rgba(7, 95, 211, .16), inset 0 0 18px rgba(255, 255, 255, .65);
  mix-blend-mode: multiply;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
  border-radius: 999px;
  background: #075fd3;
  box-shadow: 0 0 0 7px rgba(7, 95, 211, .12), 0 0 20px rgba(7, 95, 211, .38);
}

.mouse-fx-visible .cursor-orb,
.mouse-fx-visible .cursor-dot {
  opacity: 1;
}

.has-mouse-fx .product-main,
.has-mouse-fx .product-main a,
.has-mouse-fx .product-main button {
  cursor: none;
}

@keyframes sweepAcross {
  0%, 34% { transform: translateX(0) skewX(-15deg); opacity: 0; }
  48% { opacity: .88; }
  78%, 100% { transform: translateX(360%) skewX(-15deg); opacity: 0; }
}

@keyframes scanDeep {
  0%, 100% { transform: translateY(26px); opacity: 0; }
  18% { opacity: 1; }
  72% { transform: translateY(316px); opacity: .36; }
  86% { opacity: 0; }
}

@keyframes packetFloat {
  0%, 100% { transform: translate(0, 0) scale(.86); opacity: .4; }
  45% { transform: translate(18px, -10px) scale(1); opacity: 1; }
  75% { transform: translate(-10px, 12px) scale(.92); opacity: .66; }
}

@keyframes docScan {
  0%, 100% { transform: translateY(0); }
  55% { transform: translateY(178px); }
}

@keyframes radarSweep {
  to { transform: rotate(360deg); }
}

.intelligence-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 18px;
}

.intelligence-card {
  padding: 30px;
}

.intelligence-card.wide {
  min-height: 360px;
}

.process-board {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.process-board div {
  min-height: 190px;
  border-radius: 22px;
  padding: 18px;
  background: rgba(248,250,252,.84);
  border: 1px solid rgba(15,23,42,.06);
}

.process-board strong {
  color: #8a6119;
  font-size: 12px;
}

.process-board span {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 850;
}

.process-board p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

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

.signal-list li {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 18px;
  padding: 0 16px;
  background: rgba(248,250,252,.84);
  border: 1px solid rgba(15,23,42,.06);
}

.signal-list strong {
  font-size: 24px;
}

.signal-list span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.compact-title {
  margin-bottom: 26px;
}

.ledger-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ledger-grid article {
  min-height: 240px;
  padding: 24px;
}

.ledger-grid span {
  color: #7a520d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ledger-grid strong {
  display: block;
  margin-top: 14px;
  font-size: 25px;
  line-height: 1.08;
}

.ledger-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

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

.product-tile {
  min-height: 330px;
  border-radius: 30px;
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  border: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
  position: relative;
  overflow: hidden;
}

.product-tile::after {
  content: "";
  position: absolute;
  inset: auto 28px 28px 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(201, 147, 43, 0.85), rgba(56, 189, 248, 0.8), rgba(22, 163, 74, 0.75));
  transform: scaleX(.28);
  transform-origin: left;
  transition: transform 220ms ease;
}

.product-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(201, 147, 43, 0.22);
}

.product-tile:hover::after {
  transform: scaleX(1);
}

.product-tile .tag {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(0, 113, 227, 0.1);
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.product-tile h2 {
  margin: 18px 0 0;
  font-size: 31px;
  line-height: 1.08;
}

.product-tile p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 15px;
}

.footer {
  padding: 34px 0 48px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.footer-inner {
  width: var(--stage);
  margin: 0 auto;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 200;
  max-width: 420px;
  border-radius: 18px;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
  display: none;
  font-size: 13px;
}

.toast.show {
  display: block;
  animation: messageIn 180ms ease both;
}
