:root {
  --ink: #06152f;
  --ink-2: #0d2348;
  --blue: #0e68ff;
  --cyan: #00b8e6;
  --ice: #eaf4ff;
  --mist: #f4f8fc;
  --line: rgba(8, 31, 67, 0.14);
  --muted: #60708b;
  --white: #fff;
  --green: #38d9a9;
  --amber: #ffb454;
  --danger: #ff5c73;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow: 0 30px 80px rgba(13, 35, 72, 0.12);
  --font-mono: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 0%, rgba(0, 184, 230, 0.08), transparent 28rem),
    #f8fbff;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

code,
pre,
.eyebrow,
.signal-state,
.step-number,
.card-kicker,
.method {
  font-family: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

.site-shell {
  width: min(1600px, calc(100% - 28px));
  margin: 14px auto;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(6, 21, 47, 0.09);
  border-radius: 32px;
  box-shadow: 0 20px 80px rgba(18, 44, 85, 0.09);
}

.nav {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 20px 34px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  width: 178px;
  height: 50px;
  padding: 8px 12px;
  border: 1px solid rgba(6, 21, 47, 0.08);
  border-radius: 14px;
  background: #fff;
}

.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-links {
  display: flex;
  gap: 30px;
  color: #31415e;
  font-size: 0.92rem;
}

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

.nav-links a:hover {
  color: var(--blue);
}

.nav > .button {
  justify-self: end;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.93rem;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-sm {
  min-height: 43px;
  padding-inline: 19px;
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #0b55d8, #0c7eff);
  box-shadow: 0 12px 30px rgba(14, 104, 255, 0.25);
}

.button-secondary {
  color: var(--ink);
  border-color: rgba(6, 21, 47, 0.16);
  background: rgba(255, 255, 255, 0.76);
}

.section {
  padding: 112px 6vw;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 76px;
  padding-bottom: 82px;
  background:
    linear-gradient(180deg, rgba(238, 247, 255, 0.78), rgba(255,255,255,0)),
    radial-gradient(circle at 70% 25%, rgba(14,104,255,0.14), transparent 33rem);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.45;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(11, 53, 108, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 53, 108, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(500px, 1.06fr);
  align-items: center;
  gap: clamp(52px, 7vw, 110px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #315070;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(56,217,169,0.11);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 800px;
  margin: 24px 0 26px;
  font-size: clamp(3.35rem, 6.2vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
  font-weight: 500;
}

h1 span {
  color: #76849b;
}

.hero-lede {
  max-width: 680px;
  color: #52627e;
  font-size: clamp(1.06rem, 1.4vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: #52627e;
  font-size: 0.82rem;
}

.hero-proof span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hero-proof b {
  color: var(--blue);
  font-family: "DM Mono", monospace;
  font-weight: 500;
}

.hero-visual {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  border: 1px solid rgba(8, 36, 80, 0.14);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 50% 48%, rgba(0, 184, 230, 0.27), transparent 17rem),
    linear-gradient(145deg, #071a39, #061329 57%, #09254a);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, transparent 40%, rgba(255,255,255,0.08), transparent 60%);
  transform: translateX(-100%);
  animation: sheen 7s infinite;
}

@keyframes sheen {
  0%, 55% { transform: translateX(-110%); }
  100% { transform: translateX(110%); }
}

.visual-grid {
  position: absolute;
  inset: 0;
  opacity: 0.23;
  background-image:
    linear-gradient(rgba(114, 191, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 191, 255, 0.2) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at 50% 50%, #000, transparent 75%);
}

.orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(83, 193, 255, 0.21);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one {
  width: 420px;
  height: 420px;
  animation: orbit-spin 20s linear infinite;
}

.orbit-two {
  width: 540px;
  height: 540px;
  border-style: dashed;
  animation: orbit-spin 30s linear infinite reverse;
}

.orbit::before,
.orbit::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 24px rgba(0,184,230,.8);
}

.orbit::before { top: 12%; left: 14%; }
.orbit::after { right: 8%; bottom: 23%; }

@keyframes orbit-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.engine-core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 190px;
  height: 190px;
  transform: translate(-50%, -50%);
}

.engine-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(139, 216, 255, 0.4);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(14,104,255,.27), transparent 62%),
    conic-gradient(from 40deg, rgba(0,184,230,.05), rgba(0,184,230,.5), rgba(14,104,255,.06), rgba(0,184,230,.32));
  box-shadow: inset 0 0 42px rgba(0,184,230,.2), 0 0 50px rgba(0,184,230,.15);
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  50% { transform: scale(1.05); filter: brightness(1.16); }
}

.engine-label {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.engine-label small,
.engine-label span {
  color: #8fb5dd;
  font-family: "DM Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.engine-label strong {
  font-family: "DM Mono", monospace;
  font-size: 1.7rem;
  font-weight: 500;
}

.request-card,
.verdict-card {
  position: absolute;
  width: min(290px, 44%);
  padding: 18px;
  color: #dcecff;
  border: 1px solid rgba(162, 211, 255, 0.18);
  border-radius: 18px;
  background: rgba(5, 21, 48, 0.82);
  backdrop-filter: blur(12px);
  box-shadow: 0 22px 60px rgba(0,0,0,.3);
}

.request-card {
  left: 28px;
  top: 42px;
  transform: rotate(-2deg);
}

.card-kicker,
.verdict-head {
  color: #8fb5dd;
  font-size: 0.65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.request-row {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 8px;
  margin-top: 12px;
  font-size: 0.72rem;
}

.request-row span { color: #7797ba; }
.request-row code { overflow: hidden; text-overflow: ellipsis; }

.verdict-card {
  right: 26px;
  bottom: 42px;
  transform: rotate(1.5deg);
}

.verdict-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pill {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: .06em;
}

.pill-review {
  color: #ffcf8d;
  background: rgba(255,180,84,.13);
  border: 1px solid rgba(255,180,84,.22);
}

.score-line {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 17px 0;
}

.score-line > strong {
  font-size: 3.35rem;
  line-height: 1;
  letter-spacing: -.06em;
}

.score-line div {
  display: flex;
  flex-direction: column;
}

.score-line span { font-size: .76rem; }
.score-line small { color: #7996b7; }

.signal-bars {
  display: flex;
  align-items: end;
  gap: 6px;
  height: 50px;
}

.signal-bars i {
  flex: 1;
  height: var(--v);
  border-radius: 3px 3px 1px 1px;
  background: linear-gradient(to top, #0e68ff, #00b8e6);
}

.telemetry-tag {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  color: #a9c8e7;
  border: 1px solid rgba(132, 199, 255, 0.14);
  border-radius: 999px;
  background: rgba(4, 18, 40, .65);
  font-family: "DM Mono", monospace;
  font-size: .63rem;
}

.telemetry-tag span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
}

.tag-a { left: 46px; bottom: 145px; }
.tag-b { right: 56px; top: 170px; }
.tag-c { right: 96px; top: 108px; }

.metrics-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f7fbff;
}

.metrics-strip > div {
  padding: 25px 30px;
  border-right: 1px solid var(--line);
}

.metrics-strip > div:last-child { border-right: 0; }

.metrics-strip span,
.metrics-strip strong {
  display: block;
}

.metrics-strip span {
  color: var(--muted);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.metrics-strip strong {
  margin-top: 4px;
  font-size: .95rem;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 54px;
}

.two-column-heading {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 60px;
  align-items: end;
}

.two-column-heading p {
  color: var(--muted);
  font-size: 1.04rem;
}

h2 {
  margin: 14px 0 0;
  font-size: clamp(2.55rem, 4.7vw, 5.2rem);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 500;
}

.section-intro {
  max-width: 690px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.05rem;
}

.workflow {
  background: #fff;
}

.flow-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: linear-gradient(180deg, #fbfdff, #f4f9ff);
}

.flow-track {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 95px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue), var(--cyan), var(--blue), transparent);
  opacity: .34;
}

.flow-step {
  position: relative;
  min-height: 340px;
  padding: 30px;
  border-right: 1px solid var(--line);
}

.flow-step:last-child { border-right: 0; }

.step-number {
  color: var(--blue);
  font-size: .72rem;
}

.flow-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 28px 0 40px;
  color: var(--blue);
  border: 1px solid rgba(14,104,255,.23);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 30px rgba(14,104,255,.1);
  font-family: "DM Mono", monospace;
  font-weight: 500;
}

.flow-step h3 {
  margin-bottom: 12px;
  font-size: 1.12rem;
}

.flow-step p {
  color: var(--muted);
  font-size: .9rem;
}

.flow-step > code {
  position: absolute;
  left: 30px;
  bottom: 28px;
  color: #234a7b;
  font-size: .69rem;
}

.workflow-note {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 820px;
  margin: 24px auto 0;
  color: #53647e;
  font-size: .88rem;
}

.workflow-note p { margin: 0; }

.note-mark {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-family: "DM Mono", monospace;
}

.signals {
  background: #07152f;
  color: #fff;
}

.signals .eyebrow,
.eyebrow-light {
  color: #8fb5dd;
}

.signals .section-intro {
  color: #9fb0c8;
}

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

.signal-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(154, 195, 239, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)),
    #0a1a37;
}

.signal-card::before {
  content: "";
  position: absolute;
  inset: auto -40% -45% 0;
  height: 70%;
  background: radial-gradient(circle, rgba(0,184,230,.13), transparent 65%);
}

.signal-card-wide {
  grid-column: span 2;
}

.signal-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.signal-index {
  color: #7191b6;
  font-family: "DM Mono", monospace;
  font-size: .72rem;
}

.signal-state {
  color: #76e2c5;
  font-size: .58rem;
  letter-spacing: .08em;
}

.signal-card h3 {
  max-width: 470px;
  margin: 75px 0 13px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: -.035em;
}

.signal-card p {
  position: relative;
  z-index: 20;
  color: #91a6c2;
  font-size: .89rem;
}

.mini-chart {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  height: 78px;
}

.velocity-chart {
  display: flex;
  align-items: end;
  gap: 8px;
  opacity: .75;
}

.velocity-chart i {
  flex: 1;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(to top, rgba(14,104,255,.1), #16b8e9);
}

.velocity-chart i:nth-child(1) { height: 22%; }
.velocity-chart i:nth-child(2) { height: 35%; }
.velocity-chart i:nth-child(3) { height: 31%; }
.velocity-chart i:nth-child(4) { height: 43%; }
.velocity-chart i:nth-child(5) { height: 79%; }
.velocity-chart i:nth-child(6) { height: 90%; }
.velocity-chart i:nth-child(7) { height: 58%; }
.velocity-chart i:nth-child(8) { height: 38%; }
.velocity-chart i:nth-child(9) { height: 46%; }
.velocity-chart i:nth-child(10) { height: 29%; }

.node-map {
  position: absolute;
  right: 28px;
  bottom: 25px;
  width: 142px;
  height: 96px;
}

.node-map b,
.node-map i {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(67,197,255,.7);
  border-radius: 50%;
  background: #10294e;
  box-shadow: 0 0 18px rgba(0,184,230,.3);
}

.node-map b {
  left: 64px;
  top: 36px;
  width: 22px;
  height: 22px;
  background: #0e68ff;
}

.node-map i:nth-child(2) { left: 6px; top: 3px; }
.node-map i:nth-child(3) { right: 5px; top: 4px; }
.node-map i:nth-child(4) { left: 5px; bottom: 3px; }
.node-map i:nth-child(5) { right: 6px; bottom: 4px; }

.node-map::before,
.node-map::after {
  content:"";
  position:absolute;
  inset: 13px;
  border: 1px dashed rgba(79, 186, 243, .25);
  transform: rotate(24deg);
}

.node-map::after { transform: rotate(-24deg); }

.fingerprint {
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 104px;
  height: 104px;
  border: 2px solid rgba(0,184,230,.5);
  border-radius: 48% 52% 42% 58%;
  box-shadow:
    inset 0 0 0 10px #0a1a37,
    inset 0 0 0 12px rgba(14,104,255,.7),
    inset 0 0 0 24px #0a1a37,
    inset 0 0 0 26px rgba(0,184,230,.5),
    inset 0 0 0 37px #0a1a37,
    inset 0 0 0 39px rgba(14,104,255,.5);
  transform: rotate(-12deg);
}

.telemetry-lines {
  position: absolute;
  right: 28px;
  bottom: 30px;
  left: 28px;
  display: grid;
  gap: 11px;
}

.telemetry-lines i {
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, #0e68ff 0 18%, rgba(110,151,200,.18) 18%);
}

.telemetry-lines i:nth-child(2) { background: linear-gradient(90deg, #00b8e6 0 65%, rgba(110,151,200,.18) 65%); }
.telemetry-lines i:nth-child(3) { background: linear-gradient(90deg, #0e68ff 0 42%, rgba(110,151,200,.18) 42%); }
.telemetry-lines i:nth-child(4) { background: linear-gradient(90deg, #00b8e6 0 77%, rgba(110,151,200,.18) 77%); }

.source-comparison {
  position: absolute;
  right: 28px;
  /* bottom: 28px; */
  left: 28px;
  display: grid;
  gap: 9px;
}

.source-comparison span {
  display: grid;
  grid-template-columns: 100px 1fr 55px;
  align-items: center;
  gap: 12px;
  color: #8ba1bd;
  font-size: .67rem;
}

.source-comparison b {
  color: #c8d7e9;
  font-family: "DM Mono", monospace;
  font-weight: 400;
}

.source-comparison i {
  height: 6px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--cyan) 0 var(--w), rgba(121, 156, 196, .14) var(--w));
}

.source-comparison em { font-style: normal; }

.review-stack {
  position: absolute;
  right: 35px;
  bottom: 34px;
  width: 130px;
  height: 75px;
}

.review-stack i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(69,190,246,.28);
  border-radius: 12px;
  background: #0e2447;
}

.review-stack i:nth-child(1) { transform: rotate(-9deg) translate(-12px, 4px); opacity: .35; }
.review-stack i:nth-child(2) { transform: rotate(6deg) translate(10px, 1px); opacity: .55; }
.review-stack i:nth-child(3) {
  background:
    linear-gradient(90deg, #17b8e8 0 18%, transparent 18%),
    linear-gradient(#0f294f, #0f294f);
}

.source-intelligence {
  background:
    radial-gradient(circle at 80% 30%, rgba(0,184,230,.09), transparent 28rem),
    #f4f9ff;
}

.intelligence-layout {
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
}

.intelligence-copy p {
  max-width: 600px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 1.02rem;
}

.intelligence-copy code {
  padding: 2px 5px;
  color: #0b58d1;
  background: rgba(14,104,255,.08);
  border-radius: 5px;
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #374b67;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 700;
}

.source-console {
  overflow: hidden;
  border: 1px solid rgba(8, 36, 80, 0.15);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow);
}

.console-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 21px;
  color: #d6e7f9;
  background: #071831;
  font-family: "DM Mono", monospace;
  font-size: .72rem;
}

.console-header div {
  display: flex;
  gap: 5px;
}

.console-header i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2a4260;
}

.console-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.console-summary div {
  padding: 22px;
  border-right: 1px solid var(--line);
}

.console-summary div:last-child { border-right: 0; }

.console-summary span,
.console-summary strong {
  display: block;
}

.console-summary span {
  color: var(--muted);
  font-size: .68rem;
}

.console-summary strong {
  margin-top: 5px;
  font-size: 1.55rem;
  letter-spacing: -.04em;
}

.source-table {
  padding: 10px 14px 15px;
}

.table-head,
.table-row {
  display: grid;
  grid-template-columns: 1.4fr .75fr .75fr .6fr;
  align-items: center;
  gap: 12px;
  padding: 14px 13px;
}

.table-head {
  color: #78869a;
  font-family: "DM Mono", monospace;
  font-size: .63rem;
  text-transform: uppercase;
}

.table-row {
  /* border-top: 1px solid var(--line); */
  font-size: .75rem;
}

.table-row.highlighted {
  border: 1px solid rgba(255,92,115,.25);
  border-radius: 12px;
  background: rgba(255,92,115,.045);
}

.table-row > span:first-child {
  display: flex;
  flex-direction: column;
}

.table-row small { color: #8996a8; }
.table-row i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
}

.risk-low { background: var(--green); }
.risk-mid { background: var(--amber); }
.risk-high { background: var(--danger); }

.decision-queues {
  padding-top: 0;
  background: #f4f9ff;
}

.queue-panel {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 70px;
  padding: clamp(40px, 6vw, 78px);
  color: #fff;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 88% 18%, rgba(0,184,230,.2), transparent 23rem),
    linear-gradient(135deg, #08182f, #07142a);
}

.queue-copy p {
  max-width: 670px;
  margin-top: 24px;
  color: #9eb0c7;
}

.queue-copy blockquote {
  margin: 46px 0 0;
  padding-left: 22px;
  border-left: 2px solid var(--cyan);
  color: #d9e7f5;
  font-size: 1.12rem;
}

.queue-ui {
  align-self: center;
  padding: 18px;
  border: 1px solid rgba(160, 204, 246, 0.16);
  border-radius: 21px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(12px);
}

.queue-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 2px 17px;
  color: #bdd0e5;
  font-size: .78rem;
}

.pill-neutral {
  color: #a8c3df;
  background: rgba(152, 191, 231, .08);
  border: 1px solid rgba(152, 191, 231, .13);
}

.queue-item {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 15px 12px;
  border-top: 1px solid rgba(180,210,240,.12);
}

.queue-count {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #fff;
  border-radius: 9px;
  background: rgba(14,104,255,.26);
  font-family: "DM Mono", monospace;
  font-size: .72rem;
}

.queue-item strong,
.queue-item span {
  display: block;
}

.queue-item strong { font-size: .81rem; }
.queue-item span { color: #8097b3; font-size: .69rem; }
.queue-arrow { color: #7ea1c8 !important; }

.queue-empty {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 14px;
  color: #a8d8ca;
  border: 1px dashed rgba(56,217,169,.22);
  border-radius: 13px;
  background: rgba(56,217,169,.05);
}

.queue-empty > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(56,217,169,.13);
}

.queue-empty strong,
.queue-empty small { display: block; }
.queue-empty strong { font-size: .78rem; }
.queue-empty small { color: #7f9e9a; }

.accuracy {
  background: #fff;
}

.accuracy-grid {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 60px;
  align-items: end;
}

.accuracy-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.accuracy-copy code {
  padding: 2px 5px;
  color: var(--blue);
  background: var(--ice);
  border-radius: 5px;
  font-size: .82em;
}

.loop-diagram {
  display: grid;
  grid-template-columns: 1fr 90px 1fr 90px 1fr 90px 1fr;
  align-items: center;
  margin-top: 70px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #f8fbff;
}

.loop-node {
  min-height: 145px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.loop-node span,
.loop-node strong,
.loop-node small {
  display: block;
}

.loop-node span {
  color: var(--blue);
  font-family: "DM Mono", monospace;
  font-size: .67rem;
}

.loop-node strong {
  margin-top: 38px;
  font-size: 1rem;
}

.loop-node small { color: var(--muted); }

.loop-line {
  position: relative;
  height: 1px;
  background: rgba(14,104,255,.25);
}

.loop-line::after {
  content: "›";
  position: absolute;
  right: -1px;
  top: 50%;
  color: var(--blue);
  transform: translateY(-53%);
}

.loop-line i {
  position: absolute;
  top: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  animation: travel 2.8s linear infinite;
}

@keyframes travel {
  to { left: calc(100% - 7px); }
}

.developers {
  color: #fff;
  background:
    radial-gradient(circle at 12% 28%, rgba(14,104,255,.23), transparent 24rem),
    #06142c;
}

.developer-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
}

.developer-copy .eyebrow {
  color: #8fb5dd;
}

.developer-copy p {
  max-width: 560px;
  margin-top: 24px;
  color: #9eb1ca;
}

.endpoint-list {
  display: grid;
  gap: 10px;
  margin-top: 38px;
}

.endpoint-list > div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 4px 12px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid rgba(159,193,231,.13);
}

.endpoint-list small {
  grid-column: 2;
  color: #718aa7;
  font-size: .7rem;
}

.method {
  justify-self: start;
  padding: 5px 7px;
  border-radius: 6px;
  font-size: .62rem;
}

.method-post { color: #73e2c6; background: rgba(56,217,169,.1); }
.method-get { color: #82c8ff; background: rgba(14,104,255,.13); }

.endpoint-list code {
  color: #d9e7f6;
  font-size: .78rem;
}

.isolation-note {
  display: flex;
  gap: 13px;
  margin-top: 30px;
  padding: 16px;
  border: 1px solid rgba(0,184,230,.17);
  border-radius: 14px;
  background: rgba(0,184,230,.055);
}

.isolation-note p {
  margin: 0;
  color: #93abc3;
  font-size: .78rem;
}

.isolation-note strong { color: #cde9f5; }

.lock-icon {
  color: var(--cyan);
  font-size: 1.25rem;
}

.code-window {
  overflow: hidden;
  border: 1px solid rgba(153,197,240,.17);
  border-radius: 23px;
  background: #071a36;
  box-shadow: 0 32px 70px rgba(0,0,0,.25);
}

.code-tabs {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 14px 18px;
  color: #6684a6;
  border-bottom: 1px solid rgba(154,194,235,.13);
  font-family: "DM Mono", monospace;
  font-size: .65rem;
}

.code-tabs .active { color: #dcecff; }
.code-language { margin-left: auto; }

.code-window pre {
  margin: 0;
  overflow-x: auto;
  padding: 24px;
  color: #c9dbec;
  font-family: "DM Mono", monospace;
  font-size: clamp(.66rem, .82vw, .79rem);
  line-height: 1.75;
}

.code-string { color: #7bdcc6; }
.code-muted { color: #77b7ff; }
.code-key { color: #78b9ff; }
.code-number { color: #ffc87a; }
.code-boolean { color: #e59dff; }

.code-response {
  margin: 0 18px 18px;
  overflow: hidden;
  border: 1px solid rgba(155,197,237,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
}

.response-label {
  display: block;
  padding: 9px 13px;
  color: #72ddc2;
  border-bottom: 1px solid rgba(155,197,237,.1);
  font-family: "DM Mono", monospace;
  font-size: .62rem;
}

.code-response pre { padding: 15px 18px; }

.final-cta {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 75% 45%, rgba(0,184,230,.44), transparent 20rem),
    linear-gradient(125deg, #06142d 20%, #0a3470 62%, #0e68ff);
}

.cta-grid {
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image:
    linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(circle at 60% 50%, #000, transparent 72%);
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.cta-content p {
  max-width: 620px;
  margin-top: 24px;
  color: #b8cde7;
}

.button-light {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 14px 35px rgba(0,0,0,.2);
}

.button-ghost {
  color: #fff;
  border-color: rgba(255,255,255,.26);
  background: rgba(255,255,255,.05);
}

.cta-status {
  position: absolute;
  right: 6vw;
  bottom: 50px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c6d9ef;
  font-size: .76rem;
}

.footer {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 32px;
  padding: 28px 34px;
  color: #66758c;
  border-top: 1px solid var(--line);
  font-size: .76rem;
  background: #fff;
}

.footer-brand {
  width: 140px;
  height: 43px;
}

.footer p { margin: 0; }

.footer-links {
  display: flex;
  gap: 20px;
  color: #34445d;
}

@media (max-width: 1100px) {
  .nav {
    grid-template-columns: 1fr auto;
  }

  .nav-links { display: none; }

  .hero-grid,
  .intelligence-layout,
  .developer-layout,
  .queue-panel {
    grid-template-columns: 1fr;
  }

  .hero-grid { gap: 50px; }

  .hero-visual {
    min-height: 620px;
  }

  .metrics-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .metrics-strip > div:nth-child(2) { border-right: 0; }
  .metrics-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }

  .flow-board {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-step:nth-child(2) { border-right: 0; }
  .flow-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .flow-track { display: none; }

  .signal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .signal-card-wide { grid-column: span 1; }

  .accuracy-grid {
    grid-template-columns: 1fr;
  }

  .loop-diagram {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .loop-line { display: none; }

  .footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
  }

  .nav {
    padding: 14px 18px;
  }

  .brand {
    width: 140px;
    height: 44px;
  }

  .nav > .button {
    min-height: 40px;
    padding-inline: 14px;
    font-size: .78rem;
  }

  .section {
    padding: 78px 22px;
  }

  .hero {
    padding-top: 58px;
  }

  .hero.section {
    padding-bottom: 0 !important;
    margin-bottom: -190px;
  }

  h1 {
    font-size: clamp(3.2rem, 10vw, 5rem);
  }

  .hero-visual {
    min-height: 530px;
    border-radius: 22px;
  }

  .request-card,
  .verdict-card {
    width: 58%;
    padding: 14px;
  }

  .engine-core {
    width: 150px;
    height: 150px;
  }

  .orbit-one { width: 310px; height: 310px; }
  .orbit-two { width: 410px; height: 410px; }
  .tag-b, .tag-c { display: none; }

  .metrics-strip,
  .flow-board,
  .signal-grid,
  .console-summary,
  .two-column-heading,
  .loop-diagram {
    grid-template-columns: 1fr;
  }

  .metrics-strip > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metrics-strip > div:last-child { border-bottom: 0; }

  .flow-step {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .flow-step:last-child { border-bottom: 0; }

  .signal-card {
    min-height: 330px;
  }

  .console-summary div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .table-head,
  .table-row {
    grid-template-columns: 1.3fr .65fr .65fr;
  }

  .table-head span:last-child,
  .table-row span:last-child {
    display: none;
  }

  .queue-panel {
    padding: 34px 20px;
    gap: 42px;
  }

  .developer-layout {
    gap: 48px;
  }

  .code-window pre {
    font-size: .63rem;
  }

  .cta-status {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 48px;
  }

  .footer {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

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


/* --- Expanded signal library, configurable policy and privacy --- */

.signal-breadth {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(220px, 430px) 170px;
  align-items: center;
  gap: 22px;
  max-width: 820px;
  margin-top: 34px;
  padding: 20px 22px;
  overflow: hidden;
  border: 1px solid rgba(108, 194, 244, .18);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
}

.signal-breadth strong {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -.06em;
  color: #fff;
}

.signal-breadth > span {
  color: #8fa8c5;
  font-size: .82rem;
}

.breadth-orbit {
  position: relative;
  height: 60px;
}

.breadth-orbit::before,
.breadth-orbit::after {
  content: "";
  position: absolute;
  inset: 8px 4px;
  border: 1px solid rgba(0,184,230,.25);
  border-radius: 50%;
}

.breadth-orbit::after {
  inset: 17px 20px;
  border-style: dashed;
  animation: breadth-spin 10s linear infinite reverse;
}

.breadth-orbit i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(0,184,230,.8);
  transform-origin: 0 0;
}

.breadth-orbit i:nth-child(1) { transform: rotate(0deg) translateX(58px); }
.breadth-orbit i:nth-child(2) { transform: rotate(60deg) translateX(58px); }
.breadth-orbit i:nth-child(3) { transform: rotate(120deg) translateX(58px); }
.breadth-orbit i:nth-child(4) { transform: rotate(180deg) translateX(58px); }
.breadth-orbit i:nth-child(5) { transform: rotate(240deg) translateX(58px); }
.breadth-orbit i:nth-child(6) { transform: rotate(300deg) translateX(58px); }

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

.network-radar {
  position: absolute;
  right: 30px;
  bottom: 28px;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(0,184,230,.28);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 28%, rgba(0,184,230,.15) 29% 30%, transparent 31% 57%, rgba(0,184,230,.12) 58% 59%, transparent 60%),
    conic-gradient(from 0deg, rgba(0,184,230,.4), transparent 25%, transparent);
  animation: radar-spin 4s linear infinite;
}

.network-radar::before,
.network-radar::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0,184,230,.16);
}

.network-radar::after { transform: rotate(90deg); }

.network-radar i,
.network-radar b {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #83e8ff;
  box-shadow: 0 0 13px rgba(0,184,230,.85);
}

.network-radar i:nth-child(1) { left: 25px; top: 36px; }
.network-radar i:nth-child(2) { right: 24px; top: 27px; }
.network-radar i:nth-child(3) { right: 35px; bottom: 20px; }
.network-radar b { left: 43px; bottom: 31px; background: var(--danger); }

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

.behavior-wave {
  position: absolute;
  right: 28px;
  bottom: 35px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 65px;
}

.behavior-wave i {
  flex: 1;
  height: 16%;
  border-radius: 999px;
  background: linear-gradient(to top, #0e68ff, #00b8e6);
  animation: wave-pulse 1.8s ease-in-out infinite;
}

.behavior-wave i:nth-child(2) { animation-delay: .15s; }
.behavior-wave i:nth-child(3) { animation-delay: .3s; }
.behavior-wave i:nth-child(4) { animation-delay: .45s; }
.behavior-wave i:nth-child(5) { animation-delay: .6s; }

@keyframes wave-pulse {
  50% { height: 92%; filter: brightness(1.2); }
}

.rule-stack {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  align-items: center;
  gap: 9px;
  color: #79dff0;
  font-family: "DM Mono", monospace;
  font-size: .65rem;
}

.rule-stack i {
  height: 2px;
  background: linear-gradient(90deg, rgba(14,104,255,.2), var(--cyan));
  background-size: 200% 100%;
  animation: rule-flow 2.4s linear infinite;
}

@keyframes rule-flow {
  to { background-position: -200% 0; }
}

.signal-more {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 50% 34%, rgba(0,184,230,.19), transparent 10rem),
    linear-gradient(145deg, rgba(14,104,255,.13), rgba(255,255,255,.02)),
    #0a1a37;
}

.signal-more h3 {
  margin: 18px 0 11px;
}

.signal-more-visual {
  position: absolute;
  inset: 25px 25px auto;
  height: 145px;
}

.signal-more-visual i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(0,184,230,.7);
  animation: signal-drift 5s ease-in-out infinite;
}

.signal-more-visual i:nth-child(1) { left: 8%; top: 48%; }
.signal-more-visual i:nth-child(2) { left: 21%; top: 18%; animation-delay: -.7s; }
.signal-more-visual i:nth-child(3) { left: 34%; top: 66%; animation-delay: -1.4s; }
.signal-more-visual i:nth-child(4) { left: 47%; top: 28%; animation-delay: -2.1s; }
.signal-more-visual i:nth-child(5) { left: 60%; top: 71%; animation-delay: -2.8s; }
.signal-more-visual i:nth-child(6) { left: 72%; top: 20%; animation-delay: -3.5s; }
.signal-more-visual i:nth-child(7) { left: 84%; top: 55%; animation-delay: -4.2s; }
.signal-more-visual i:nth-child(8) { left: 92%; top: 27%; animation-delay: -1.1s; }
.signal-more-visual i:nth-child(9) { left: 52%; top: 6%; animation-delay: -3.1s; }

.signal-more-visual::before,
.signal-more-visual::after {
  content: "";
  position: absolute;
  inset: 20px 3%;
  border-top: 1px solid rgba(0,184,230,.15);
  transform: rotate(8deg);
}

.signal-more-visual::after {
  transform: rotate(-11deg);
}

@keyframes signal-drift {
  50% { transform: translate(8px, -10px) scale(1.35); opacity: .55; }
}

.configuration-callout {
  display: grid;
  grid-template-columns: .8fr 1fr auto;
  align-items: center;
  gap: 38px;
  margin-top: 28px;
  padding: 28px;
  border: 1px solid rgba(110, 190, 241, .18);
  border-radius: 22px;
  background: rgba(255,255,255,.035);
}

.configuration-callout h3 {
  margin: 10px 0 0;
  font-size: 1.45rem;
  font-weight: 500;
}

.configuration-callout p {
  margin: 0;
  color: #91a8c3;
  font-size: .86rem;
}

.mode-switcher {
  display: flex;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(142,193,236,.14);
  border-radius: 999px;
  background: rgba(3,16,36,.65);
}

.mode-switcher button {
  padding: 9px 12px;
  color: #7e98b8;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-family: "DM Mono", monospace;
  font-size: .6rem;
  cursor: pointer;
}

.mode-switcher button.active {
  color: #fff;
  background: rgba(14,104,255,.28);
}

.privacy {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 50%, rgba(0,184,230,.09), transparent 28rem),
    #f7fbff;
}

.privacy-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: clamp(55px, 8vw, 110px);
}

.privacy-copy > p {
  max-width: 700px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 1rem;
}

.privacy-principles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.privacy-principles > div {
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.76);
}

.privacy-principles span,
.privacy-principles strong,
.privacy-principles small {
  display: block;
}

.privacy-principles span {
  color: var(--blue);
  font-family: "DM Mono", monospace;
  font-size: .65rem;
}

.privacy-principles strong {
  margin-top: 18px;
  font-size: .86rem;
}

.privacy-principles small {
  margin-top: 6px;
  color: #718096;
  font-size: .72rem;
}

.privacy-legal-note {
  padding-left: 16px;
  border-left: 2px solid rgba(14,104,255,.24);
  font-size: .75rem !important;
}

.privacy-visual {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border: 1px solid rgba(9,36,74,.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 50%, rgba(0,184,230,.2), transparent 18rem),
    linear-gradient(145deg, #06152f, #0a2a56);
  box-shadow: var(--shadow);
}

.privacy-field {
  position: absolute;
  inset: 0;
  opacity: .27;
  background-image:
    linear-gradient(rgba(126,198,255,.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126,198,255,.2) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle, #000, transparent 72%);
}

.privacy-shield {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 220px;
  color: #fff;
  border: 1px solid rgba(122,213,255,.4);
  background: linear-gradient(160deg, rgba(14,104,255,.32), rgba(0,184,230,.12));
  clip-path: polygon(50% 0, 91% 17%, 82% 76%, 50% 100%, 18% 76%, 9% 17%);
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 24px 40px rgba(0,0,0,.25));
  animation: shield-float 5s ease-in-out infinite;
}

.privacy-shield::before {
  content: "";
  position: absolute;
  inset: 17px;
  border: 1px solid rgba(143,220,255,.23);
  clip-path: inherit;
}

.privacy-shield span,
.privacy-shield small {
  color: #8fb9dd;
  font-family: "DM Mono", monospace;
  font-size: .62rem;
  letter-spacing: .1em;
}

.privacy-shield strong {
  font-family: "DM Mono", monospace;
  font-size: 1.18rem;
}

@keyframes shield-float {
  50% { transform: translate(-50%, calc(-50% - 9px)); filter: drop-shadow(0 32px 45px rgba(0,0,0,.32)); }
}

.privacy-node {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  color: #a9c8e7;
  border: 1px solid rgba(132,199,255,.16);
  border-radius: 999px;
  background: rgba(4,18,40,.72);
  font-family: "DM Mono", monospace;
  font-size: .61rem;
  backdrop-filter: blur(10px);
}

.privacy-node i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 13px rgba(56,217,169,.7);
}

.node-one { left: 6%; top: 17%; }
.node-two { right: 6%; top: 28%; }
.node-three { left: 13%; bottom: 15%; }

.privacy-path {
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 34%;
  transform-origin: left;
  background: linear-gradient(90deg, rgba(0,184,230,0), rgba(0,184,230,.75), rgba(0,184,230,0));
  background-size: 200% 100%;
  animation: privacy-flow 2.8s linear infinite;
}

.path-one { left: 20%; top: 26%; transform: rotate(24deg); }
.path-two { right: 18%; top: 36%; transform: rotate(154deg); }
.path-three { left: 28%; bottom: 27%; transform: rotate(-26deg); }

@keyframes privacy-flow {
  to { background-position: -200% 0; }
}

.cta-main span {
  margin-left: 9px;
  transition: transform 180ms ease;
}

.cta-main:hover span {
  transform: translateX(5px);
}

.cta-microcopy {
  display: block;
  margin-top: 14px;
  color: #a8c1dd;
  font-size: .72rem;
}

@media (max-width: 1100px) {
  .configuration-callout,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .signal-breadth {
    grid-template-columns: auto 1fr;
  }

  .breadth-orbit {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .node-map.node-map-premium {
    position: relative !important;
    float: right !important;
    margin-top: 10px;
    margin-bottom: -22px;
  }
  .signal-breadth,
  .privacy-principles {
    grid-template-columns: 1fr;
  }

  .configuration-callout {
    gap: 22px;
  }

  .mode-switcher {
    width: 100%;
  }

  .mode-switcher button {
    flex: 1;
  }

  .privacy-visual {
    min-height: 480px;
  }

  .privacy-shield {
    width: 155px;
    height: 185px;
  }
}


/* --- Critical interactive component fixes --- */

.hero-visual {
  --mx: 50%;
  --my: 50%;
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
}

.cursor-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle 220px at var(--mx) var(--my), rgba(0,184,230,.22), transparent 66%),
    radial-gradient(circle 340px at calc(var(--mx) + 8%) calc(var(--my) - 6%), rgba(14,104,255,.13), transparent 74%);
}

.data-stream {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.data-stream i {
  position: absolute;
  left: 8%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  opacity: 0;
  background: #8be8ff;
  box-shadow: 0 0 18px rgba(0,184,230,.9);
  animation: packet-flow 4.8s linear infinite;
}

.data-stream i:nth-child(2) { animation-delay: .8s; top: 43%; }
.data-stream i:nth-child(3) { animation-delay: 1.6s; top: 57%; }
.data-stream i:nth-child(4) { animation-delay: 2.4s; top: 47%; }
.data-stream i:nth-child(5) { animation-delay: 3.2s; top: 53%; }
.data-stream i:nth-child(6) { animation-delay: 4s; top: 49%; }

@keyframes packet-flow {
  0% { left: 8%; opacity: 0; transform: scale(.7); }
  12% { opacity: 1; }
  47% { left: 48%; opacity: 1; transform: scale(1.15); }
  100% { left: 92%; opacity: 0; transform: scale(.7); }
}

.live-score-controls {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  max-width: calc(100% - 32px);
  padding: 5px;
  border: 1px solid rgba(154, 200, 246, .16);
  border-radius: 999px;
  background: rgba(4, 17, 38, .82);
  backdrop-filter: blur(12px);
  transform: translateX(-50%);
  box-shadow: 0 12px 28px rgba(0,0,0,.2);
}

.live-score-controls button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 8px 12px;
  color: #7693b4;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  font-family: "DM Mono", monospace;
  font-size: .58rem;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.live-score-controls button:hover {
  color: #d8ebff;
  background: rgba(255,255,255,.05);
}

.live-score-controls button.active {
  color: #fff;
  background: rgba(14,104,255,.3);
  box-shadow: inset 0 0 0 1px rgba(94,173,255,.18);
}

.verdict-card[data-mode="allow"] .pill-review {
  color: #7be2c7;
  border-color: rgba(56,217,169,.25);
  background: rgba(56,217,169,.12);
}

.verdict-card[data-mode="deny"] .pill-review {
  color: #ff92a3;
  border-color: rgba(255,92,115,.25);
  background: rgba(255,92,115,.12);
}

.code-tabs {
  min-height: 52px;
}

.code-tabs button {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 7px 10px;
  color: #6684a6;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  font: inherit;
  line-height: 1;
  cursor: pointer;
}

.code-tabs button:hover {
  color: #c9dcf0;
  background: rgba(255,255,255,.04);
}

.code-tabs button.active {
  color: #e3f0ff;
  background: rgba(14,104,255,.17);
  box-shadow: inset 0 0 0 1px rgba(109,181,255,.14);
}

.code-panel {
  display: none;
}

.code-panel.active {
  display: block;
  animation: code-panel-in 260ms ease;
}

@keyframes code-panel-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.run-score {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 36px);
  margin: 0 18px 18px;
  padding: 12px 14px;
  color: #d9eaff;
  border: 1px solid rgba(110,185,255,.2);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(14,104,255,.15), rgba(0,184,230,.08));
  box-shadow: none;
  font-family: "DM Mono", monospace;
  font-size: .69rem;
  line-height: 1.2;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.run-score:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, rgba(14,104,255,.24), rgba(0,184,230,.14));
}

.code-panel[data-code-panel="response"] {
  padding: 18px;
}

.code-panel[data-code-panel="response"] .code-response {
  margin: 0;
}

@media (max-width: 720px) {
  .live-score-controls {
    width: calc(100% - 26px);
    justify-content: center;
  }

  .live-score-controls button {
    flex: 1;
    padding-inline: 5px;
    font-size: .52rem;
  }
}


/* --- Privacy visual v2 (V6 based strictly on V5) --- */

.privacy-vault {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(9,36,74,.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 46%, rgba(0,184,230,.20), transparent 14rem),
    radial-gradient(circle at 50% 50%, rgba(14,104,255,.16), transparent 25rem),
    linear-gradient(150deg, #06142d, #08264d 58%, #0b315f);
  box-shadow: var(--shadow);
}

.privacy-vault::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  background:
    radial-gradient(circle at 20% 25%, rgba(0,184,230,.8) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 20%, rgba(112,190,255,.8) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 74%, rgba(0,184,230,.7) 0 1px, transparent 2px),
    radial-gradient(circle at 24% 76%, rgba(112,190,255,.7) 0 1px, transparent 2px);
  background-size: 92px 92px, 130px 130px, 120px 120px, 150px 150px;
  animation: star-drift 22s linear infinite;
}

@keyframes star-drift {
  to { background-position: 92px 92px, -130px 130px, 120px -120px, -150px -150px; }
}

.vault-grid {
  position: absolute;
  inset: 0;
  opacity: .23;
  background-image:
    linear-gradient(rgba(126,198,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126,198,255,.16) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 50% 50%, #000 0 40%, transparent 78%);
  animation: grid-breathe 6s ease-in-out infinite;
}

@keyframes grid-breathe {
  50% { opacity: .34; transform: scale(1.03); }
}

.vault-scan {
  position: absolute;
  inset: -30% 0 auto;
  height: 34%;
  z-index: 1;
  opacity: .55;
  background: linear-gradient(to bottom, transparent, rgba(0,184,230,.18), rgba(0,184,230,.02), transparent);
  filter: blur(1px);
  animation: vault-scan 5.8s ease-in-out infinite;
}

@keyframes vault-scan {
  0% { transform: translateY(-30%); opacity: 0; }
  18% { opacity: .7; }
  75% { opacity: .45; }
  100% { transform: translateY(410%); opacity: 0; }
}

.vault-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 220px;
  height: 220px;
  transform: translate(-50%, -50%);
}

.core-rings {
  position: absolute;
  inset: 0;
}

.core-rings i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(108,205,255,.28);
  border-radius: 50%;
  box-shadow: inset 0 0 38px rgba(0,184,230,.08);
  animation: core-pulse 4.2s ease-in-out infinite;
}

.core-rings i:nth-child(2) {
  inset: 20px;
  border-style: dashed;
  animation-delay: -.9s;
  animation-direction: reverse;
}

.core-rings i:nth-child(3) {
  inset: 43px;
  border-color: rgba(90,151,255,.4);
  animation-delay: -1.8s;
}

@keyframes core-pulse {
  50% { transform: scale(1.08) rotate(14deg); opacity: .55; }
}

.core-lock {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 118px;
  height: 146px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 26px 35px rgba(0,0,0,.35));
  animation: lock-hover 5s ease-in-out infinite;
}

@keyframes lock-hover {
  50% { transform: translate(-50%, calc(-50% - 8px)); }
}

.lock-shackle {
  position: absolute;
  left: 50%;
  top: 0;
  width: 66px;
  height: 64px;
  border: 9px solid rgba(111,211,255,.85);
  border-bottom: 0;
  border-radius: 36px 36px 0 0;
  transform: translateX(-50%);
  box-shadow: 0 0 24px rgba(0,184,230,.25);
}

.lock-body {
  position: absolute;
  inset: 48px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid rgba(154,221,255,.45);
  border-radius: 18px;
  background:
    linear-gradient(155deg, rgba(14,104,255,.65), rgba(0,184,230,.22)),
    #0b2b58;
  box-shadow:
    inset 0 0 24px rgba(255,255,255,.06),
    0 0 40px rgba(0,184,230,.17);
}

.lock-body small,
.lock-body em {
  color: #a7c9e8;
  font-family: "DM Mono", monospace;
  font-size: .54rem;
  font-style: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.lock-body strong {
  margin: 4px 0 2px;
  font-family: "DM Mono", monospace;
  font-size: 1rem;
  letter-spacing: .04em;
}

.vault-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(88,188,245,.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.vault-orbit-outer {
  width: 410px;
  height: 410px;
  animation: vault-orbit-spin 24s linear infinite;
}

.vault-orbit-inner {
  width: 300px;
  height: 300px;
  border-style: dashed;
  animation: vault-orbit-spin 15s linear infinite reverse;
}

@keyframes vault-orbit-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.vault-packet {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(160,233,255,.8);
  border-radius: 4px;
  background: rgba(0,184,230,.38);
  box-shadow: 0 0 20px rgba(0,184,230,.75);
  transform: rotate(45deg);
}

.vault-packet::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 2px;
  background: #b8f5ff;
}

.packet-a { left: 12%; top: 18%; }
.packet-b { right: 8%; top: 44%; animation: packet-flash 2.8s ease-in-out infinite; }
.packet-c { left: 22%; bottom: 8%; animation: packet-flash 2.8s ease-in-out infinite -.9s; }
.packet-d { right: 13%; top: 16%; animation: packet-flash 2.4s ease-in-out infinite -.4s; }
.packet-e { left: 5%; bottom: 28%; animation: packet-flash 2.4s ease-in-out infinite -1.2s; }

@keyframes packet-flash {
  50% { transform: rotate(135deg) scale(1.35); filter: brightness(1.4); }
}

.vault-channel {
  position: absolute;
  z-index: 5;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  min-width: 190px;
  padding: 12px 14px;
  color: #d6e8f8;
  border: 1px solid rgba(139,200,245,.18);
  border-radius: 15px;
  background: rgba(4,17,38,.74);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 38px rgba(0,0,0,.18);
  animation: channel-float 6s ease-in-out infinite;
}

.vault-channel::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 88px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,184,230,.75), transparent);
}

.channel-left { left: 28px; top: 88px; }
.channel-left::after { left: 100%; }

.channel-right {
  right: 26px;
  top: 172px;
  animation-delay: -1.2s;
}

.channel-right::after {
  right: 100%;
  transform: rotate(180deg);
}

.channel-bottom {
  left: 52px;
  bottom: 50px;
  animation-delay: -2.4s;
}

.channel-bottom::after {
  left: 100%;
  top: 22%;
  transform: rotate(-18deg);
  transform-origin: left;
}

@keyframes channel-float {
  50% { transform: translateY(-7px); }
}

.vault-channel > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #7de4cb;
  border: 1px solid rgba(56,217,169,.22);
  border-radius: 9px;
  background: rgba(56,217,169,.08);
  font-family: "DM Mono", monospace;
  font-size: .62rem;
}

.vault-channel strong,
.vault-channel small {
  display: block;
}

.vault-channel strong { font-size: .75rem; }

.vault-channel small {
  margin-top: 2px;
  color: #7f9ab9;
  font-size: .61rem;
}

.vault-event {
  position: absolute;
  z-index: 3;
  padding: 6px 9px;
  color: #6fb3d8;
  border: 1px solid rgba(95,176,222,.12);
  border-radius: 999px;
  background: rgba(4,17,38,.46);
  font-family: "DM Mono", monospace;
  font-size: .52rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: 0;
  animation: event-pop 6s ease-in-out infinite;
}

.event-one { left: 24%; top: 34%; }
.event-two { right: 24%; bottom: 30%; animation-delay: -2s; }
.event-three { left: 45%; bottom: 12%; animation-delay: -4s; }

@keyframes event-pop {
  0%, 18%, 100% { opacity: 0; transform: translateY(8px) scale(.92); }
  28%, 58% { opacity: 1; transform: translateY(0) scale(1); }
  72% { opacity: 0; transform: translateY(-8px) scale(.96); }
}

.privacy-vault:hover .vault-scan { animation-duration: 3.6s; }
.privacy-vault:hover .vault-orbit-outer { animation-duration: 16s; }
.privacy-vault:hover .vault-orbit-inner { animation-duration: 10s; }

@media (max-width: 720px) {
  .privacy-vault { min-height: 500px; }

  .vault-core {
    width: 185px;
    height: 185px;
  }

  .vault-orbit-outer {
    width: 330px;
    height: 330px;
  }

  .vault-orbit-inner {
    width: 245px;
    height: 245px;
  }

  .vault-channel {
    min-width: 150px;
    padding: 10px;
    grid-template-columns: 28px 1fr;
  }

  .vault-channel::after { width: 44px; }
  .channel-left { left: 14px; top: 62px; }
  .channel-right { right: 14px; top: 145px; }
  .channel-bottom { left: 20px; bottom: 28px; }
  .vault-event { display: none; }
}


/* --- Signal module grid refinement (V7, based on corrected V6) --- */

.signal-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: row dense;
  align-items: stretch;
}

.signal-grid > .signal-card {
  grid-column: span 4;
  width: 100%;
}

.signal-grid > .signal-feature-primary {
  grid-column: span 8;
}

.signal-grid > .signal-feature-secondary {
  grid-column: span 4;
}

.signal-grid > .signal-feature-wide {
  grid-column: span 8;
}

.signal-grid > .signal-feature-side {
  grid-column: span 4;
}

/*
  Desktop composition:
  Row 1: 01 (8 cols) + 02 (4 cols)
  Row 2: 03 + 04 + 06
  Row 3: 05 (8 cols) + 07 (4 cols)
  Row 4: 08 + 09 + 10+
*/

.signal-grid > .signal-card:nth-child(3) {
  order: 3;
}

.signal-grid > .signal-card:nth-child(4) {
  order: 4;
}

.signal-grid > .signal-card:nth-child(6) {
  order: 5;
}

.signal-grid > .signal-feature-wide {
  order: 6;
}

.signal-grid > .signal-feature-side {
  order: 7;
}

.signal-grid > .signal-card:nth-child(8) {
  order: 8;
}

.signal-grid > .signal-card:nth-child(9) {
  order: 9;
}

.signal-grid > .signal-card:nth-child(10) {
  order: 10;
}

.signal-more {
  min-height: 360px;
}

@media (max-width: 1100px) {
  .signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signal-grid > .signal-card,
  .signal-grid > .signal-feature-primary,
  .signal-grid > .signal-feature-secondary,
  .signal-grid > .signal-feature-wide,
  .signal-grid > .signal-feature-side {
    grid-column: span 1;
  }

  .signal-grid > .signal-feature-primary,
  .signal-grid > .signal-feature-wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .signal-grid {
    grid-template-columns: 1fr;
  }

  .signal-grid > .signal-card,
  .signal-grid > .signal-feature-primary,
  .signal-grid > .signal-feature-secondary,
  .signal-grid > .signal-feature-wide,
  .signal-grid > .signal-feature-side {
    grid-column: 1;
  }
}


/* --- V8: brand icon motion, based on V7 --- */

.brand {
  position: relative;
  isolation: isolate;
  overflow: visible;
}

.brand img {
  position: relative;
  z-index: 2;
}

.brand-signal {
  position: absolute;
  left: 8px;
  top: 50%;
  z-index: 1;
  width: 46px;
  height: 46px;
  pointer-events: none;
  transform: translateY(-50%);
}

.brand-signal::before,
.brand-signal::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
}

.brand-signal::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(0,184,230,.16), rgba(14,104,255,.10) 42%, transparent 68%);
  filter: blur(2px);
  animation: brand-pulse 3.6s ease-in-out infinite;
}

.brand-signal::after {
  inset: -2px;
  border: 1px solid rgba(0,184,230,.18);
  box-shadow: 0 0 0 1px rgba(14,104,255,.06) inset;
  animation: brand-ring 6s linear infinite;
}

.brand-signal b {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(113, 207, 255, .22);
  border-radius: 6px;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.20), transparent 42%);
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: .52;
  animation: brand-core 4.2s ease-in-out infinite;
}

.brand-signal i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: #52ddff;
  box-shadow: 0 0 14px rgba(0,184,230,.65);
  transform-origin: 0 0;
  opacity: .85;
}

.brand-signal i:nth-child(1) {
  animation: brand-orbit-a 5.8s linear infinite;
}

.brand-signal i:nth-child(2) {
  width: 5px;
  height: 5px;
  margin: -2.5px 0 0 -2.5px;
  background: #2fa4ff;
  animation: brand-orbit-b 4.6s linear infinite reverse;
}

.brand-signal i:nth-child(3) {
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background: #7ce7ff;
  animation: brand-orbit-c 6.4s linear infinite;
}

@keyframes brand-pulse {
  0%, 100% { opacity: .5; transform: scale(.92); }
  50% { opacity: .95; transform: scale(1.14); }
}

@keyframes brand-ring {
  to { transform: rotate(360deg); }
}

@keyframes brand-core {
  0%, 100% { opacity: .38; transform: translate(-50%, -50%) rotate(45deg) scale(.95); }
  50% { opacity: .7; transform: translate(-50%, -50%) rotate(45deg) scale(1.08); }
}

@keyframes brand-orbit-a {
  from { transform: rotate(0deg) translateX(19px) rotate(0deg); }
  to { transform: rotate(360deg) translateX(19px) rotate(-360deg); }
}

@keyframes brand-orbit-b {
  from { transform: rotate(0deg) translateX(14px) rotate(0deg); }
  to { transform: rotate(360deg) translateX(14px) rotate(-360deg); }
}

@keyframes brand-orbit-c {
  from { transform: rotate(20deg) translateX(24px) rotate(-20deg); }
  to { transform: rotate(380deg) translateX(24px) rotate(-380deg); }
}

.brand:hover .brand-signal::before {
  animation-duration: 2.4s;
  opacity: 1;
}

.brand:hover .brand-signal::after {
  border-color: rgba(0,184,230,.28);
  animation-duration: 3.8s;
}

.brand:hover .brand-signal b {
  opacity: .82;
}

.brand:hover .brand-signal i:nth-child(1) { animation-duration: 3.6s; }
.brand:hover .brand-signal i:nth-child(2) { animation-duration: 3s; }
.brand:hover .brand-signal i:nth-child(3) { animation-duration: 4.2s; }

@media (prefers-reduced-motion: reduce) {
  .brand-signal::before,
  .brand-signal::after,
  .brand-signal b,
  .brand-signal i {
    animation: none !important;
  }
}

@media (max-width: 720px) {
  .brand-signal {
    left: 7px;
    width: 40px;
    height: 40px;
  }
}


/* --- V9: login link beside primary navigation CTA --- */

.nav-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
}

.login-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 43px;
  padding: 0 4px;
  color: #31415e;
  font-size: .88rem;
  font-weight: 600;
  white-space: nowrap;
  transition: color 180ms ease;
}

.login-link::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 7px;
  height: 1px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.login-link:hover {
  color: var(--blue);
}

.login-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

@media (max-width: 720px) {
  .nav-actions {
    gap: 9px;
  }

  .login-link {
    min-height: 40px;
    font-size: .78rem;
  }
}


/* Revenue Shield System™ naming treatment */
.hero-copy .eyebrow,
.workflow .eyebrow,
.final-cta .eyebrow {
  letter-spacing: .095em;
}

.engine-label small {
  max-width: 150px;
  text-align: center;
  line-height: 1.25;
}


/* --- Animation refresh: radar, AI review board, fingerprint --- */

/* Device fingerprint: now reads as an actual fingerprint */
.fingerprint {
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 122px;
  height: 122px;
  transform: rotate(-8deg);
  filter: drop-shadow(0 0 24px rgba(0,184,230,.12));
}

.fingerprint::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 68%, rgba(0,184,230,.12), transparent 48%),
    radial-gradient(circle at 50% 50%, rgba(14,104,255,.10), transparent 68%);
}

.fp-line,
.fp-core {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid rgba(0,184,230,.72);
  border-color: rgba(0,184,230,.88) rgba(0,184,230,.68) rgba(14,104,255,.86) rgba(0,184,230,.62);
  border-radius: 46% 46% 42% 42% / 54% 54% 38% 38%;
  transform: translate(-50%, -50%);
}

.fp-line::after,
.fp-core::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border-top: 6px solid #0b1936;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.fp-line-1 { width: 96px; height: 110px; opacity: .92; }
.fp-line-2 { width: 81px; height: 95px; opacity: .88; }
.fp-line-3 { width: 68px; height: 81px; opacity: .82; }
.fp-line-4 { width: 54px; height: 64px; opacity: .8; }
.fp-line-5 { width: 41px; height: 48px; opacity: .76; }
.fp-line-6 { width: 28px; height: 32px; opacity: .72; }

.fp-line-1,
.fp-line-2,
.fp-line-3,
.fp-line-4,
.fp-line-5,
.fp-line-6,
.fp-core {
  animation: fingerprint-breathe 5.6s ease-in-out infinite;
}

.fp-line-2 { animation-delay: -.24s; }
.fp-line-3 { animation-delay: -.42s; }
.fp-line-4 { animation-delay: -.62s; }
.fp-line-5 { animation-delay: -.82s; }
.fp-line-6 { animation-delay: -1.02s; }

.fp-core {
  width: 16px;
  height: 18px;
  border-width: 2px;
  opacity: .9;
  border-radius: 44% 48% 38% 42% / 52% 52% 38% 38%;
}

@keyframes fingerprint-breathe {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.18); }
}

/* AI review board: show a scanned phone instead of generic cards */
.review-stack {
  position: absolute;
  right: 18px;
  bottom: 22px;
  width: 152px;
  height: 116px;
}

.review-layer {
  position: absolute;
  inset: 18px 18px 10px 0;
  border: 1px solid rgba(69,190,246,.18);
  border-radius: 16px;
  background: rgba(9, 28, 56, .56);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.015);
}

.layer-one {
  transform: rotate(-7deg) translate(-4px, 7px);
  opacity: .4;
}

.layer-two {
  transform: rotate(6deg) translate(16px, 2px);
  opacity: .55;
}

.review-phone {
  position: absolute;
  right: 6px;
  bottom: 0;
  width: 88px;
  height: 148px;
  border: 1px solid rgba(110,190,241,.24);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(13, 33, 63, .98), rgba(8, 21, 45, .98));
  box-shadow:
    0 18px 32px rgba(0,0,0,.22),
    inset 0 0 0 1px rgba(255,255,255,.03);
  transform: rotate(8deg);
  overflow: hidden;
}

.review-phone::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 16px;
  border: 1px solid rgba(130,195,255,.08);
  pointer-events: none;
}

.phone-camera {
  position: absolute;
  left: 50%;
  top: 8px;
  width: 32px;
  height: 5px;
  border-radius: 99px;
  background: rgba(182, 215, 255, .16);
  transform: translateX(-50%);
}

.phone-screen {
  position: absolute;
  inset: 16px 9px 10px;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 24%, rgba(0,184,230,.14), transparent 36%),
    linear-gradient(180deg, rgba(15,50,92,.96), rgba(9,22,44,.98));
}

.scan-frame {
  position: absolute;
  inset: 18px 12px 42px;
  border: 1px solid rgba(88,205,255,.34);
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}

.scan-frame::before,
.scan-frame::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(0,184,230,.72);
}

.scan-frame::before {
  left: 7px;
  top: 7px;
  border-right: 0;
  border-bottom: 0;
}

.scan-frame::after {
  right: 7px;
  bottom: 7px;
  border-left: 0;
  border-top: 0;
}

.scan-line {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 28px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, rgba(0,184,230,.95), rgba(148,240,255,.95), transparent);
  box-shadow: 0 0 18px rgba(0,184,230,.65);
  animation: phone-scan 2.8s ease-in-out infinite;
}

.scan-chip {
  position: absolute;
  left: 12px;
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  color: #bde8ff;
  border: 1px solid rgba(90,173,255,.18);
  border-radius: 999px;
  background: rgba(7,25,48,.72);
  font-family: "DM Mono", monospace;
  font-size: .42rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.chip-ai { top: 80px; }
.chip-risk { top: 98px; left: 18px; }
.chip-route {
  top: 50px;
  left: auto;
  right: 12px;
  color: #7be2c7;
  border-color: rgba(56,217,169,.22);
}

.scan-dots {
  position: absolute;
  right: 12px;
  top: 86px;
  display: grid;
  gap: 6px;
}

.scan-dots i {
  display: block;
  width: 18px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(0,184,230,.95), rgba(14,104,255,.25));
}

@keyframes phone-scan {
  0%, 100% { transform: translateY(0); opacity: .7; }
  50% { transform: translateY(42px); opacity: 1; }
}

/* Radar: static scope + rotating scan line + threat pulse */
.network-radar {
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border: 1px solid rgba(0,184,230,.26);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 25%, rgba(0,184,230,.13) 26% 27%, transparent 28% 52%, rgba(0,184,230,.1) 53% 54%, transparent 55% 79%, rgba(0,184,230,.08) 80% 81%, transparent 82%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.01),
    0 0 24px rgba(0,184,230,.06);
  animation: none;
}

.network-radar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent calc(50% - .5px), rgba(0,184,230,.16) calc(50% - .5px), rgba(0,184,230,.16) calc(50% + .5px), transparent calc(50% + .5px)),
    linear-gradient(transparent calc(50% - .5px), rgba(0,184,230,.16) calc(50% - .5px), rgba(0,184,230,.16) calc(50% + .5px), transparent calc(50% + .5px));
}

.network-radar::after {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px dashed rgba(0,184,230,.16);
  border-radius: 50%;
}

.radar-sweep {
  position: absolute;
  inset: 0;
  animation: radar-sweep-spin 4s linear infinite;
  transform-origin: 50% 50%;
}

.radar-sweep::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    from -90deg,
    rgba(0,184,230,.28) 0deg,
    rgba(0,184,230,.12) 18deg,
    rgba(0,184,230,0) 52deg,
    transparent 360deg
  );
}

.radar-sweep::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 43%;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(145,239,255,.95), rgba(0,184,230,.05));
  box-shadow: 0 0 14px rgba(0,184,230,.85);
  transform-origin: left center;
}

.network-radar i,
.network-radar b {
  position: absolute;
  z-index: 2;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #83e8ff;
  box-shadow: 0 0 13px rgba(0,184,230,.85);
}

.network-radar i:nth-child(2) { left: 26px; top: 34px; }
.network-radar i:nth-child(3) { right: 24px; top: 25px; }
.network-radar i:nth-child(4) { right: 35px; bottom: 20px; }

.network-radar b {
  left: 43px;
  bottom: 31px;
  background: #ff5c73;
  box-shadow: 0 0 0 rgba(255,92,115,0);
  animation: radar-threat-pulse 4s linear infinite;
}

@keyframes radar-sweep-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes radar-threat-pulse {
  0%, 52%, 100% {
    transform: scale(1);
    opacity: .9;
    box-shadow: 0 0 0 rgba(255,92,115,0);
  }
  56%, 59% {
    transform: scale(1.75);
    opacity: 1;
    box-shadow: 0 0 0 7px rgba(255,92,115,.18), 0 0 18px rgba(255,92,115,.52);
  }
  63% {
    transform: scale(1);
    opacity: .95;
    box-shadow: 0 0 0 0 rgba(255,92,115,0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .radar-sweep,
  .network-radar b,
  .scan-line,
  .fp-line,
  .fp-core {
    animation: none !important;
  }
}


/* --- Animation refinement v2 --- */

/* Multi-IP email abuse: one identity receiving activity from multiple IPs */
.node-map {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 158px;
  height: 112px;
}

.node-map::before,
.node-map::after {
  display: none;
}

.identity-node,
.ip-node {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 1px solid rgba(91, 202, 255, .38);
  background: rgba(10, 36, 72, .92);
  box-shadow: 0 0 18px rgba(0,184,230,.12);
  font-family: "DM Mono", monospace;
}

.identity-node {
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  color: #dff7ff;
  border-radius: 12px;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 7px rgba(14,104,255,.08),
    0 0 26px rgba(0,184,230,.24);
  animation: identity-pulse 3.4s ease-in-out infinite;
}

.identity-node em {
  font-size: .9rem;
  font-style: normal;
}

.ip-node {
  width: 29px;
  height: 24px;
  color: #78bce3;
  border-radius: 8px;
  font-size: .45rem;
}

.ip-one { left: 2px; top: 4px; }
.ip-two { right: 2px; top: 8px; }
.ip-three { left: 3px; bottom: 3px; }
.ip-four { right: 5px; bottom: 0; }

.node-map::selection { background: transparent; }

.node-map .node-packet {
  position: absolute;
  z-index: 2;
  width: 6px;
  height: 6px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: #62e2ff;
  box-shadow: 0 0 13px rgba(0,184,230,.9);
}

.node-map .node-packet::before {
  content: "";
  position: absolute;
  left: -42px;
  top: 50%;
  width: 44px;
  height: 1px;
  opacity: .42;
  background: linear-gradient(90deg, transparent, rgba(0,184,230,.8));
  transform: translateY(-50%);
}

.packet-one {
  left: 26px;
  top: 24px;
  animation: ip-flow-one 3.2s linear infinite;
}

.packet-two {
  right: 26px;
  top: 28px;
  animation: ip-flow-two 3.2s linear infinite -.8s;
}

.packet-three {
  left: 28px;
  bottom: 22px;
  animation: ip-flow-three 3.2s linear infinite -1.6s;
}

.packet-four {
  right: 28px;
  bottom: 20px;
  animation: ip-flow-four 3.2s linear infinite -2.4s;
}

@keyframes identity-pulse {
  50% {
    border-color: rgba(98,226,255,.75);
    box-shadow:
      0 0 0 12px rgba(14,104,255,.035),
      0 0 30px rgba(0,184,230,.34);
  }
}

@keyframes ip-flow-one {
  0% { transform: translate(0,0); opacity: 0; }
  12% { opacity: 1; }
  78% { transform: translate(45px,26px); opacity: 1; }
  100% { transform: translate(52px,31px); opacity: 0; }
}

@keyframes ip-flow-two {
  0% { transform: translate(0,0); opacity: 0; }
  12% { opacity: 1; }
  78% { transform: translate(-44px,23px); opacity: 1; }
  100% { transform: translate(-51px,28px); opacity: 0; }
}

@keyframes ip-flow-three {
  0% { transform: translate(0,0); opacity: 0; }
  12% { opacity: 1; }
  78% { transform: translate(43px,-25px); opacity: 1; }
  100% { transform: translate(51px,-30px); opacity: 0; }
}

@keyframes ip-flow-four {
  0% { transform: translate(0,0); opacity: 0; }
  12% { opacity: 1; }
  78% { transform: translate(-43px,-24px); opacity: 1; }
  100% { transform: translate(-50px,-29px); opacity: 0; }
}

/* Breadth: restrained module constellation instead of a loose ellipse */
.signal-breadth {
  grid-template-columns: auto minmax(220px, 430px) 190px;
}

.breadth-orbit {
  position: relative;
  grid-column: auto;
  width: 176px;
  height: 82px;
  justify-self: end;
}

.breadth-orbit::before,
.breadth-orbit::after {
  display: none;
}

.breadth-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #e4f5ff;
  border: 1px solid rgba(92,203,255,.32);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(14,104,255,.35), rgba(0,184,230,.13));
  box-shadow: 0 0 24px rgba(0,184,230,.15);
  font-family: "DM Mono", monospace;
  font-size: .66rem;
  transform: translate(-50%, -50%);
}

.breadth-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(0,184,230,.25);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-a {
  width: 150px;
  height: 58px;
  animation: breadth-ring-a 11s linear infinite;
}

.ring-b {
  width: 114px;
  height: 76px;
  border-style: dashed;
  animation: breadth-ring-b 8s linear infinite reverse;
}

.module-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #54ddff;
  box-shadow: 0 0 12px rgba(0,184,230,.75);
  transform-origin: 0 0;
}

.dot-identity { animation: module-orbit-a 8s linear infinite; }
.dot-device { animation: module-orbit-a 8s linear infinite -2s; }
.dot-network { animation: module-orbit-a 8s linear infinite -4s; }
.dot-behavior { animation: module-orbit-b 6.5s linear infinite -1.2s; }
.dot-source { animation: module-orbit-b 6.5s linear infinite -4.4s; }

@keyframes breadth-ring-a {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes breadth-ring-b {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes module-orbit-a {
  from { transform: rotate(0deg) translateX(75px) scale(.85); }
  to { transform: rotate(360deg) translateX(75px) scale(.85); }
}

@keyframes module-orbit-b {
  from { transform: rotate(0deg) translateX(55px) scale(.72); }
  to { transform: rotate(360deg) translateX(55px) scale(.72); }
}

/* Form behavior integrity: input timing and cursor path */
.form-integrity-visual {
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 170px;
  height: 118px;
}

.form-mini {
  position: absolute;
  inset: 0 24px 0 0;
  overflow: hidden;
  padding: 15px 14px;
  border: 1px solid rgba(82,187,242,.22);
  border-radius: 16px;
  background: rgba(8,29,59,.8);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.015);
}

.form-field {
  position: relative;
  display: block;
  height: 14px;
  margin-bottom: 9px;
  overflow: hidden;
  border: 1px solid rgba(108,174,225,.15);
  border-radius: 5px;
  background: rgba(122,167,211,.06);
}

.form-field i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(14,104,255,.22), rgba(0,184,230,.28));
  animation: field-fill 3.3s steps(5, end) infinite;
}

.field-two i { animation-delay: .34s; }
.field-three i { animation-delay: .68s; }

.form-submit {
  display: block;
  width: 62%;
  height: 13px;
  margin-top: 4px;
  border-radius: 5px;
  background: linear-gradient(90deg, #0e68ff, #00a8dc);
  opacity: .72;
  animation: submit-flash 3.3s ease-in-out infinite;
}

.form-cursor {
  position: absolute;
  z-index: 4;
  left: 13px;
  top: 17px;
  width: 9px;
  height: 13px;
  background: #dff8ff;
  clip-path: polygon(0 0, 100% 72%, 58% 73%, 43% 100%);
  filter: drop-shadow(0 0 5px rgba(0,184,230,.6));
  animation: cursor-form-path 3.3s cubic-bezier(.4,0,.2,1) infinite;
}

.timing-badge {
  position: absolute;
  right: 6px;
  top: 8px;
  padding: 3px 6px;
  color: #ffb2bd;
  border: 1px solid rgba(255,92,115,.2);
  border-radius: 999px;
  background: rgba(255,92,115,.08);
  font-family: "DM Mono", monospace;
  font-size: .45rem;
  animation: timing-alert 3.3s ease-in-out infinite;
}

.integrity-status {
  position: absolute;
  right: 0;
  bottom: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  color: #ff9bab;
  border: 1px solid rgba(255,92,115,.2);
  border-radius: 999px;
  background: rgba(7,22,45,.88);
  font-family: "DM Mono", monospace;
  font-size: .45rem;
}

.integrity-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--danger);
  box-shadow: 0 0 10px rgba(255,92,115,.7);
  animation: integrity-dot 1.2s ease-in-out infinite;
}

@keyframes field-fill {
  0%, 12% { width: 0; }
  35%, 100% { width: 82%; }
}

@keyframes cursor-form-path {
  0% { transform: translate(0,0); }
  22% { transform: translate(88px,1px); }
  36% { transform: translate(8px,23px); }
  54% { transform: translate(90px,23px); }
  66% { transform: translate(8px,46px); }
  82% { transform: translate(88px,46px); }
  92%, 100% { transform: translate(53px,72px); }
}

@keyframes submit-flash {
  0%, 80% { filter: brightness(1); }
  88% { filter: brightness(1.65); }
  100% { filter: brightness(1); }
}

@keyframes timing-alert {
  0%, 72% { opacity: .38; transform: scale(.92); }
  84%, 100% { opacity: 1; transform: scale(1); }
}

@keyframes integrity-dot {
  50% { transform: scale(1.5); opacity: .65; }
}

/* Final CTA: traffic flows through a shield while bad traffic leaks away */
.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  gap: clamp(38px, 6vw, 90px);
  align-items: center;
}

.cta-content {
  max-width: 820px;
}

.cta-shield-visual {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(440px, 100%);
  height: 390px;
}

.cta-funnel {
  position: absolute;
  left: 28px;
  top: 72px;
  width: 190px;
  height: 210px;
}

.funnel-mouth {
  position: absolute;
  inset: 0 0 auto;
  height: 126px;
  border: 1px solid rgba(183,230,255,.25);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(0,184,230,.08));
  clip-path: polygon(0 0, 100% 0, 65% 100%, 35% 100%);
}

.funnel-neck {
  position: absolute;
  left: 50%;
  top: 125px;
  width: 48px;
  height: 75px;
  border: 1px solid rgba(183,230,255,.22);
  border-top: 0;
  background: rgba(0,184,230,.08);
  transform: translateX(-50%);
}

.cta-shield-core {
  position: absolute;
  right: 28px;
  top: 91px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 186px;
  color: #fff;
  border: 1px solid rgba(166,226,255,.38);
  background: linear-gradient(155deg, rgba(14,104,255,.52), rgba(0,184,230,.13));
  clip-path: polygon(50% 0, 91% 17%, 83% 76%, 50% 100%, 17% 76%, 9% 17%);
  filter: drop-shadow(0 22px 30px rgba(0,0,0,.24));
  animation: cta-shield-pulse 4.4s ease-in-out infinite;
}

.cta-shield-core span {
  color: #9ed8f4;
  font-family: "DM Mono", monospace;
  font-size: .55rem;
  letter-spacing: .12em;
}

.cta-shield-core strong {
  font-family: "DM Mono", monospace;
  font-size: 1.02rem;
  letter-spacing: .04em;
}

.cta-stream {
  position: absolute;
  left: 0;
  width: 230px;
  height: 20px;
}

.stream-one { top: 88px; }
.stream-two { top: 134px; }
.stream-three { top: 180px; }

.cta-stream::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125,220,255,.58), rgba(125,220,255,.08));
}

.cta-stream i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8cecff;
  box-shadow: 0 0 14px rgba(0,184,230,.8);
  animation: cta-flow 3.4s linear infinite;
}

.cta-stream i:nth-child(2) { animation-delay: -1.1s; }
.cta-stream i:nth-child(3) { animation-delay: -2.2s; }

.cta-leak {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #ffc0c9;
  font-family: "DM Mono", monospace;
  font-size: .55rem;
}

.cta-leak i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--danger);
  box-shadow: 0 0 14px rgba(255,92,115,.7);
}

.leak-one {
  left: 84px;
  top: 285px;
  animation: leak-drop 3.4s ease-in infinite;
}

.leak-two {
  left: 148px;
  top: 318px;
  animation: leak-drop 3.4s ease-in infinite -1.7s;
}

.cta-value-output {
  position: absolute;
  right: 0;
  bottom: 51px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cta-value-output span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(56,217,169,.72);
  animation: value-output 1.8s ease-in-out infinite;
}

.cta-value-output span:nth-child(2) { animation-delay: -.6s; }
.cta-value-output span:nth-child(3) { animation-delay: -1.2s; }

.cta-value-output small {
  margin-left: 5px;
  color: #b8e8d9;
  font-family: "DM Mono", monospace;
  font-size: .55rem;
}

@keyframes cta-flow {
  0% { transform: translateX(0); opacity: 0; }
  12% { opacity: 1; }
  82% { transform: translateX(205px); opacity: 1; }
  100% { transform: translateX(225px); opacity: 0; }
}

@keyframes leak-drop {
  0%, 58% { opacity: 0; transform: translate(0,-12px); }
  70% { opacity: 1; }
  100% { opacity: 0; transform: translate(18px,38px); }
}

@keyframes cta-shield-pulse {
  50% {
    transform: translateY(-7px);
    filter: drop-shadow(0 30px 38px rgba(0,0,0,.3)) brightness(1.12);
  }
}

@keyframes value-output {
  50% { transform: scale(1.45); opacity: .62; }
}

@media (max-width: 1100px) {
  .final-cta {
    grid-template-columns: 1fr;
  }

  .cta-shield-visual {
    justify-self: center;
    width: min(480px, 100%);
  }
}

@media (max-width: 720px) {
  .signal-breadth {
    grid-template-columns: 1fr;
  }

  .breadth-orbit {
    grid-column: 1;
    justify-self: center;
    margin-top: 10px;
  }

  .cta-shield-visual {
    height: 330px;
    transform: scale(.86);
    transform-origin: top center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .node-packet,
  .identity-node,
  .breadth-ring,
  .module-dot,
  .form-field i,
  .form-cursor,
  .form-submit,
  .timing-badge,
  .integrity-status i,
  .cta-stream i,
  .cta-leak,
  .cta-shield-core,
  .cta-value-output span {
    animation: none !important;
  }
}


/* --- Animation refinement v3: identity rotation + premium CTA visual --- */

/* Identity rotation abuse: one actor resurfacing behind changing traits */
.node-map {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 166px;
  height: 118px;
}

.node-map::before,
.node-map::after {
  display: none;
}

.identity-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82px;
  height: 82px;
  border: 1px dashed rgba(77, 190, 245, .2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: identity-ring-spin 13s linear infinite;
}

.identity-center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(106, 205, 255, .38);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, rgba(14,104,255,.42), rgba(8,30,58,.96));
  box-shadow:
    0 0 0 10px rgba(14,104,255,.05),
    0 0 28px rgba(0,184,230,.16);
  transform: translate(-50%, -50%);
  animation: identity-core-pulse 3.8s ease-in-out infinite;
}

.identity-head,
.identity-body,
.identity-mask {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.identity-head {
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9f4ff;
}

.identity-body {
  top: 19px;
  width: 18px;
  height: 10px;
  border-radius: 12px 12px 8px 8px;
  background: #d9f4ff;
}

.identity-mask {
  top: 12px;
  width: 23px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,92,115,.9), rgba(255,92,115,.48));
  box-shadow: 0 0 12px rgba(255,92,115,.28);
  animation: identity-mask-shift 3.8s ease-in-out infinite;
}

.identity-alias {
  position: absolute;
  z-index: 3;
  width: 34px;
  height: 24px;
  overflow: hidden;
  border: 1px solid rgba(78, 187, 242, .24);
  border-radius: 9px;
  background: rgba(8, 28, 55, .92);
  box-shadow: 0 0 14px rgba(0,184,230,.08);
  animation: alias-flicker 4.2s ease-in-out infinite;
}

.identity-alias i {
  position: absolute;
  left: 7px;
  right: 8px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(191,233,255,.9), rgba(61,167,244,.32));
}

.identity-alias i:first-child { top: 8px; }
.identity-alias i:last-child { top: 14px; width: 60%; }

.alias-one { left: 0; top: 5px; animation-delay: -.2s; }
.alias-two { right: 3px; top: 6px; animation-delay: -1.2s; }
.alias-three { left: 2px; bottom: 3px; animation-delay: -2.1s; }
.alias-four { right: 6px; bottom: 0; animation-delay: -3s; }

.identity-trace {
  position: absolute;
  z-index: 2;
  width: 6px;
  height: 6px;
  margin: 0;
  border-radius: 50%;
  background: #78e5ff;
  box-shadow: 0 0 12px rgba(0,184,230,.8);
}

.trace-one { left: 25px; top: 20px; animation: alias-trace-one 3.4s linear infinite; }
.trace-two { right: 28px; top: 22px; animation: alias-trace-two 3.4s linear infinite -.85s; }
.trace-three { left: 25px; bottom: 18px; animation: alias-trace-three 3.4s linear infinite -1.7s; }
.trace-four { right: 26px; bottom: 16px; animation: alias-trace-four 3.4s linear infinite -2.55s; }

@keyframes identity-ring-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes identity-core-pulse {
  50% {
    border-color: rgba(129,225,255,.68);
    box-shadow:
      0 0 0 14px rgba(14,104,255,.028),
      0 0 34px rgba(0,184,230,.28);
  }
}

@keyframes identity-mask-shift {
  0%, 100% { opacity: .9; transform: translateX(-50%) translateY(0); }
  50% { opacity: 1; transform: translateX(-50%) translateY(1px) scaleX(1.08); }
}

@keyframes alias-flicker {
  0%, 100% { opacity: .66; transform: scale(1); }
  18% { opacity: .95; }
  22% { opacity: .48; }
  28% { opacity: .9; }
  52% { opacity: .76; transform: scale(1.02); }
}

@keyframes alias-trace-one {
  0% { transform: translate(0,0); opacity: 0; }
  10% { opacity: 1; }
  78% { transform: translate(48px,28px); opacity: 1; }
  100% { transform: translate(57px,33px); opacity: 0; }
}

@keyframes alias-trace-two {
  0% { transform: translate(0,0); opacity: 0; }
  10% { opacity: 1; }
  78% { transform: translate(-47px,27px); opacity: 1; }
  100% { transform: translate(-56px,32px); opacity: 0; }
}

@keyframes alias-trace-three {
  0% { transform: translate(0,0); opacity: 0; }
  10% { opacity: 1; }
  78% { transform: translate(48px,-28px); opacity: 1; }
  100% { transform: translate(57px,-33px); opacity: 0; }
}

@keyframes alias-trace-four {
  0% { transform: translate(0,0); opacity: 0; }
  10% { opacity: 1; }
  78% { transform: translate(-47px,-27px); opacity: 1; }
  100% { transform: translate(-56px,-32px); opacity: 0; }
}

/* Premium final CTA visual */
.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .78fr);
  gap: clamp(46px, 6vw, 100px);
  align-items: center;
}

.cta-content {
  max-width: 760px;
}

.cta-shield-visual {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(470px, 100%);
  height: 360px;
}

.cta-visual-shell {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(181, 222, 255, .16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 62% 44%, rgba(0,184,230,.18), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    rgba(6, 22, 46, .86);
  box-shadow:
    0 30px 70px rgba(0,0,0,.22),
    inset 0 0 0 1px rgba(255,255,255,.02);
}

.cta-visual-grid {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at 50% 50%, #000, transparent 86%);
}

.cta-lane {
  position: absolute;
  left: 28px;
  right: 164px;
  height: 34px;
}

.lane-one { top: 82px; }
.lane-two { top: 146px; }
.lane-three { top: 210px; }

.lane-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(130,220,255,.08), rgba(130,220,255,.72), rgba(130,220,255,.15));
}

.lane-track::before,
.lane-track::after {
  content: "";
  position: absolute;
  top: -9px;
  width: 100%;
  height: 18px;
  border: 1px solid rgba(132,214,255,.06);
  border-left: 0;
  border-right: 0;
  border-radius: 99px;
}

.lane-particle,
.lane-risk,
.cta-approved-flow i,
.cta-diversion-pocket i {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.lane-particle {
  left: 0;
  top: 50%;
  background: #89ecff;
  box-shadow: 0 0 14px rgba(0,184,230,.75);
  transform: translateY(-50%);
  animation: lane-flow 3.2s linear infinite;
}

.cta-lane .p-two { animation-delay: -1.6s; }

.lane-risk {
  left: 0;
  top: 50%;
  background: #ff6b82;
  box-shadow: 0 0 14px rgba(255,92,115,.65);
  transform: translateY(-50%);
  animation: lane-divert 3.8s cubic-bezier(.45,0,.2,1) infinite -.7s;
}

.lane-three .risk-late { animation-delay: -2.2s; }

.cta-gate-shield {
  position: absolute;
  right: 126px;
  top: 74px;
  width: 108px;
  height: 132px;
}

.shield-outline {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(162, 226, 255, .36);
  clip-path: polygon(50% 0, 89% 18%, 82% 75%, 50% 100%, 18% 75%, 11% 18%);
  background: linear-gradient(160deg, rgba(14,104,255,.32), rgba(0,184,230,.08));
  box-shadow:
    inset 0 0 24px rgba(0,184,230,.18),
    0 0 26px rgba(0,184,230,.14);
  animation: shield-glow 4.4s ease-in-out infinite;
}

.shield-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 52px;
  transform: translate(-50%, -50%);
}

.shield-mark::before,
.shield-mark::after {
  content: "";
  position: absolute;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(185,236,255,.96), rgba(91,205,255,.42));
}

.shield-mark::before {
  left: 13px;
  top: 4px;
  width: 14px;
  height: 43px;
  transform: skewX(-14deg);
}

.shield-mark::after {
  left: 5px;
  top: 14px;
  width: 30px;
  height: 10px;
}

.cta-approved-flow {
  position: absolute;
  right: 20px;
  top: 126px;
  width: 90px;
  height: 44px;
}

.cta-approved-flow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(56,217,169,.32), rgba(56,217,169,.9));
}

.cta-approved-flow i {
  top: 50%;
  background: #6cf1c5;
  box-shadow: 0 0 14px rgba(56,217,169,.62);
  transform: translateY(-50%);
  animation: approved-flow 2.2s linear infinite;
}

.cta-approved-flow i:nth-child(1) { animation-delay: 0s; }
.cta-approved-flow i:nth-child(2) { animation-delay: -.55s; }
.cta-approved-flow i:nth-child(3) { animation-delay: -1.1s; }
.cta-approved-flow i:nth-child(4) { animation-delay: -1.65s; }

.cta-diversion-pocket {
  position: absolute;
  right: 92px;
  bottom: 56px;
  width: 128px;
  height: 84px;
  overflow: hidden;
  border: 1px solid rgba(255,92,115,.16);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,92,115,.08), rgba(255,92,115,.03));
}

.pocket-line {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(transparent 22px, rgba(255,255,255,.05) 23px, transparent 24px),
    linear-gradient(90deg, transparent 22px, rgba(255,255,255,.04) 23px, transparent 24px);
  background-size: 24px 24px;
  opacity: .28;
}

.cta-diversion-pocket i {
  background: #ff6c84;
  box-shadow: 0 0 14px rgba(255,92,115,.58);
  animation: diverted-pulse 2.4s ease-in-out infinite;
}

.diverted-one { left: 36px; top: 28px; }
.diverted-two { left: 76px; top: 48px; animation-delay: -1.2s; }

.cta-visual-caption {
  position: absolute;
  left: 26px;
  right: 24px;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #9eb4d1;
  font-family: "DM Mono", monospace;
  font-size: .58rem;
  letter-spacing: .04em;
}

.cta-visual-caption span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cta-visual-caption i,
.cta-visual-caption b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.cta-visual-caption i {
  background: #ff6c84;
  box-shadow: 0 0 12px rgba(255,92,115,.5);
}

.cta-visual-caption b {
  display: inline-block;
  background: #6cf1c5;
  box-shadow: 0 0 12px rgba(56,217,169,.5);
}

@keyframes lane-flow {
  0% { left: 0; opacity: 0; }
  10% { opacity: 1; }
  88% { left: calc(100% - 18px); opacity: 1; }
  100% { left: calc(100% - 8px); opacity: 0; }
}

@keyframes lane-divert {
  0% { left: 0; transform: translateY(-50%); opacity: 0; }
  12% { opacity: 1; }
  56% { left: calc(100% - 48px); transform: translateY(-50%); opacity: 1; }
  100% { left: calc(100% - 22px); transform: translate(72px, 104px); opacity: 0; }
}

@keyframes shield-glow {
  50% {
    transform: translateY(-2px);
    box-shadow:
      inset 0 0 28px rgba(0,184,230,.22),
      0 0 32px rgba(0,184,230,.24);
  }
}

@keyframes approved-flow {
  0% { left: 0; opacity: 0; }
  16% { opacity: 1; }
  86% { left: 72px; opacity: 1; }
  100% { left: 82px; opacity: 0; }
}

@keyframes diverted-pulse {
  50% { transform: scale(1.45); opacity: .72; }
}

@media (max-width: 1100px) {
  .final-cta {
    grid-template-columns: 1fr;
  }

  .cta-shield-visual {
    justify-self: center;
    width: min(480px, 100%);
  }
}

@media (max-width: 720px) {
  .cta-shield-visual {
    height: 320px;
  }

  .cta-gate-shield {
    right: 112px;
    transform: scale(.92);
    transform-origin: center;
  }

  .cta-approved-flow {
    right: 14px;
  }

  .cta-diversion-pocket {
    right: 76px;
    transform: scale(.92);
    transform-origin: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .identity-ring,
  .identity-center,
  .identity-mask,
  .identity-alias,
  .identity-trace,
  .lane-particle,
  .lane-risk,
  .shield-outline,
  .cta-approved-flow i,
  .cta-diversion-pocket i {
    animation: none !important;
  }
}


/* --- Animation refinement v4: full Revenue Shield decision pipeline --- */

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr);
  gap: clamp(42px, 5vw, 82px);
  align-items: center;
}

.cta-content {
  max-width: 700px;
}

.cta-shield-visual {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(690px, 100%);
  height: 430px;
}

.decision-pipeline {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(169, 221, 255, .17);
  border-radius: 30px;
  background:
    radial-gradient(circle at 59% 48%, rgba(0,184,230,.12), transparent 26%),
    linear-gradient(150deg, rgba(255,255,255,.045), rgba(255,255,255,.014)),
    rgba(5, 20, 43, .9);
  box-shadow:
    0 34px 80px rgba(0,0,0,.23),
    inset 0 0 0 1px rgba(255,255,255,.018);
}

.pipeline-grid {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image:
    linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.7), transparent 98%);
}

.traffic-sources {
  position: absolute;
  left: 18px;
  top: 68px;
  width: 112px;
  height: 250px;
}

.source-node {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  color: #9cb8d5;
  border: 1px solid rgba(121, 193, 242, .16);
  border-radius: 999px;
  background: rgba(7, 26, 52, .82);
  font-family: "DM Mono", monospace;
  font-size: .49rem;
  white-space: nowrap;
}

.source-node i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6fe8ff;
  box-shadow: 0 0 12px rgba(0,184,230,.68);
}

.source-a { top: 0; }
.source-b { top: 62px; left: 16px; }
.source-c { top: 124px; left: 3px; }
.source-d { top: 186px; left: 22px; }

.ingest-line {
  position: absolute;
  left: 98px;
  top: 87px;
  width: 118px;
  height: 220px;
}

.ingest-line::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(180deg, rgba(110,218,255,.08), rgba(110,218,255,.76), rgba(110,218,255,.08));
}

.ingest-line::after {
  content: "";
  position: absolute;
  left: 48px;
  top: 50%;
  width: 70px;
  height: 1px;
  background: linear-gradient(90deg, rgba(110,218,255,.72), rgba(110,218,255,.08));
}

.ingest-line .lead {
  position: absolute;
  left: 44px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #8cecff;
  box-shadow: 0 0 14px rgba(0,184,230,.76);
  animation: source-ingest 3.8s linear infinite;
}

.lead-one { top: 4px; }
.lead-two { top: 66px; animation-delay: -.9s !important; }
.lead-three { top: 128px; animation-delay: -1.8s !important; }
.lead-four { top: 190px; animation-delay: -2.7s !important; }

.module-bank {
  position: absolute;
  left: 214px;
  top: 47px;
  width: 245px;
  height: 300px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(128, 204, 249, .16);
  border-radius: 22px;
  background: rgba(6, 25, 50, .76);
}

.module-cell {
  position: relative;
  min-height: 82px;
  padding: 11px 10px;
  overflow: hidden;
  border: 1px solid rgba(100, 181, 234, .13);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.008));
  transition: border-color 180ms ease, background 180ms ease;
}

.module-cell::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 9px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(14,104,255,.7), rgba(0,184,230,.75), rgba(255,255,255,.05));
  transform-origin: left;
  animation: module-score-fill 5.4s ease-in-out infinite;
}

.module-cell span,
.module-cell b,
.module-cell small {
  display: block;
}

.module-cell span {
  color: #8fb2d3;
  font-family: "DM Mono", monospace;
  font-size: .47rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.module-cell b {
  margin-top: 8px;
  color: #eef9ff;
  font-family: "DM Mono", monospace;
  font-size: 1.02rem;
  font-weight: 500;
}

.module-cell small {
  margin-top: 2px;
  color: #6f8eaa;
  font-size: .47rem;
}

.mod-device::after { animation-delay: -.7s; }
.mod-network::after { animation-delay: -1.4s; }
.mod-behavior::after { animation-delay: -2.1s; }
.mod-source::after { animation-delay: -2.8s; }
.mod-rules::after { animation-delay: -3.5s; }

.module-scan-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 34px;
  background: linear-gradient(180deg, transparent, rgba(0,184,230,.13), transparent);
  animation: module-bank-scan 5.4s ease-in-out infinite;
}

.reason-stream {
  position: absolute;
  left: 466px;
  top: 85px;
  width: 66px;
  height: 226px;
}

.reason-stream::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(0,184,230,.08), rgba(0,184,230,.54), rgba(0,184,230,.08));
}

.reason-stream i {
  position: absolute;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #82e8ff;
  box-shadow: 0 0 11px rgba(0,184,230,.7);
  transform: translateX(-50%);
  animation: reason-pulse 3.2s linear infinite;
}

.reason-stream i:nth-child(1) { top: 0; }
.reason-stream i:nth-child(2) { top: 38px; animation-delay: -.53s; }
.reason-stream i:nth-child(3) { top: 76px; animation-delay: -1.06s; }
.reason-stream i:nth-child(4) { top: 114px; animation-delay: -1.59s; }
.reason-stream i:nth-child(5) { top: 152px; animation-delay: -2.12s; }
.reason-stream i:nth-child(6) { top: 190px; animation-delay: -2.65s; }

.decision-core {
  position: absolute;
  left: 520px;
  top: 104px;
  width: 126px;
  height: 166px;
  padding: 19px 15px;
  border: 1px solid rgba(139, 214, 255, .28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 35%, rgba(0,184,230,.15), transparent 56%),
    rgba(6, 27, 55, .94);
  box-shadow:
    0 22px 42px rgba(0,0,0,.22),
    inset 0 0 26px rgba(0,184,230,.06);
  text-align: center;
  animation: decision-core-pulse 5.4s ease-in-out infinite;
}

.decision-core span,
.decision-core small,
.decision-core em {
  display: block;
}

.decision-core span {
  color: #88a9c8;
  font-family: "DM Mono", monospace;
  font-size: .45rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.decision-core strong {
  display: block;
  margin: 8px 0 2px;
  color: #fff;
  font-size: 2.45rem;
  line-height: 1;
  letter-spacing: -.06em;
}

.decision-core small {
  color: #7290ad;
  font-size: .45rem;
}

.decision-status {
  margin-top: 15px;
  padding: 5px 7px;
  color: #ffcc84;
  border: 1px solid rgba(255,180,84,.22);
  border-radius: 999px;
  background: rgba(255,180,84,.08);
  font-family: "DM Mono", monospace;
  font-size: .46rem;
  font-style: normal;
}

.decision-split {
  position: absolute;
  left: 644px;
  top: 146px;
  width: 74px;
  height: 126px;
}

.decision-split::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 28px;
  height: 1px;
  background: rgba(138, 221, 255, .48);
}

.split-good,
.split-bad {
  position: absolute;
  left: 28px;
  width: 52px;
  height: 1px;
  transform-origin: left center;
}

.split-good {
  top: 18px;
  background: linear-gradient(90deg, rgba(56,217,169,.76), rgba(56,217,169,.08));
  transform: rotate(-28deg);
}

.split-bad {
  top: 18px;
  background: linear-gradient(90deg, rgba(255,92,115,.78), rgba(255,92,115,.08));
  transform: rotate(48deg);
}

.rejected-queue {
  position: absolute;
  right: 18px;
  top: 242px;
  width: 92px;
  height: 62px;
  border: 1px solid rgba(255,92,115,.16);
  border-radius: 14px;
  background: rgba(255,92,115,.045);
}

.rejected-queue i {
  position: absolute;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6c84;
  box-shadow: 0 0 12px rgba(255,92,115,.56);
  animation: rejected-drop 2.8s ease-in-out infinite;
}

.rejected-queue i:first-child { left: 28px; }
.rejected-queue i:nth-child(2) { left: 52px; animation-delay: -1.4s; }

.rejected-queue small {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  color: #c88996;
  font-family: "DM Mono", monospace;
  font-size: .42rem;
  text-align: center;
}

.client-list {
  position: absolute;
  right: 16px;
  top: 48px;
  width: 116px;
  min-height: 156px;
  padding: 10px;
  border: 1px solid rgba(56,217,169,.2);
  border-radius: 17px;
  background: rgba(5, 31, 48, .78);
}

.client-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(128, 198, 225, .1);
  font-family: "DM Mono", monospace;
  font-size: .42rem;
}

.client-list-head span { color: #9ab5cf; }
.client-list-head b { color: #75e7c6; font-weight: 500; }

.client-row {
  display: grid;
  grid-template-columns: 13px 1fr 20px;
  align-items: center;
  gap: 5px;
  margin-top: 9px;
}

.client-row i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #83ebcb;
  box-shadow: 0 0 10px rgba(56,217,169,.42);
}

.client-row span,
.client-row em {
  height: 3px;
  border-radius: 99px;
  background: rgba(153, 202, 217, .2);
}

.client-row em {
  width: 17px;
  background: rgba(56,217,169,.42);
}

.customer-outcome {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 11px;
  padding: 7px;
  color: #dffaf2;
  border: 1px solid rgba(56,217,169,.2);
  border-radius: 10px;
  background: rgba(56,217,169,.07);
}

.customer-outcome span {
  color: #79e9c7;
  animation: outcome-arrow 1.6s ease-in-out infinite;
}

.customer-outcome strong {
  font-family: "DM Mono", monospace;
  font-size: .48rem;
  font-weight: 500;
}

.pipeline-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 17px;
  display: grid;
  grid-template-columns: 1fr 1.35fr .72fr 1fr;
  gap: 10px;
  color: #7795b3;
  font-family: "DM Mono", monospace;
  font-size: .43rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.pipeline-caption span:nth-child(2),
.pipeline-caption span:nth-child(3) {
  text-align: center;
}

.pipeline-caption span:last-child {
  text-align: right;
}

@keyframes source-ingest {
  0% { transform: translate(0,0); opacity: 0; }
  14% { opacity: 1; }
  65% { transform: translate(0, calc(110px - var(--offset, 0px))); opacity: 1; }
  100% { transform: translate(72px, calc(110px - var(--offset, 0px))); opacity: 0; }
}

@keyframes module-score-fill {
  0%, 15% { transform: scaleX(.08); opacity: .35; }
  48%, 78% { transform: scaleX(.82); opacity: 1; }
  100% { transform: scaleX(.12); opacity: .35; }
}

@keyframes module-bank-scan {
  0% { transform: translateY(-42px); opacity: 0; }
  16% { opacity: .7; }
  80% { opacity: .55; }
  100% { transform: translateY(310px); opacity: 0; }
}

@keyframes reason-pulse {
  0% { transform: translate(-50%, 0) scale(.7); opacity: 0; }
  20% { opacity: 1; }
  80% { transform: translate(-50%, 24px) scale(1.05); opacity: 1; }
  100% { transform: translate(-50%, 34px) scale(.7); opacity: 0; }
}

@keyframes decision-core-pulse {
  50% {
    border-color: rgba(143, 225, 255, .46);
    box-shadow:
      0 26px 48px rgba(0,0,0,.28),
      inset 0 0 32px rgba(0,184,230,.1);
  }
}

@keyframes rejected-drop {
  0%, 15% { transform: translateY(-8px); opacity: 0; }
  35% { opacity: 1; }
  100% { transform: translateY(22px); opacity: 0; }
}

@keyframes outcome-arrow {
  50% { transform: translateX(4px); }
}

@media (max-width: 1250px) {
  .final-cta {
    grid-template-columns: 1fr;
  }

  .cta-shield-visual {
    justify-self: center;
    width: min(720px, 100%);
  }
}

@media (max-width: 720px) {
  .cta-shield-visual {
    height: 360px;
  }

  .decision-pipeline {
    transform: scale(.78);
    transform-origin: top left;
    width: 128%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lead,
  .module-cell::after,
  .module-scan-line,
  .reason-stream i,
  .decision-core,
  .rejected-queue i,
  .customer-outcome span {
    animation: none !important;
  }
}


/* --- V5 premium CTA decision pipeline --- */
.final-cta{grid-template-columns:minmax(0,.82fr) minmax(620px,1.18fr);gap:clamp(38px,5vw,72px)}
.cta-content{max-width:660px}.cta-shield-visual{width:min(760px,100%);height:455px}
.premium-pipeline{position:relative;width:100%;height:100%;overflow:hidden;border:1px solid rgba(178,226,255,.15);border-radius:32px;background:radial-gradient(circle at 42% 48%,rgba(0,184,230,.11),transparent 25%),radial-gradient(circle at 84% 38%,rgba(14,104,255,.10),transparent 22%),linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.01)),rgba(5,19,41,.93);box-shadow:0 36px 90px rgba(0,0,0,.26),inset 0 0 0 1px rgba(255,255,255,.018)}
.premium-grid{position:absolute;inset:0;opacity:.1;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:30px 30px;mask-image:radial-gradient(circle at 50% 50%,#000,transparent 88%)}
.pipeline-glow{position:absolute;left:28%;top:50%;width:270px;height:270px;border-radius:50%;background:radial-gradient(circle,rgba(0,184,230,.13),transparent 68%);transform:translate(-50%,-50%);animation:premium-glow 5.4s ease-in-out infinite}
.pipeline-stage{position:absolute;z-index:3}.stage-label{display:block;margin-bottom:12px;color:#6f91b2;font-family:"DM Mono",monospace;font-size:.45rem;letter-spacing:.08em;text-transform:uppercase}
.stage-sources{left:22px;top:65px;width:112px}.source-cluster{position:relative;height:250px}
.premium-source{position:absolute;left:0;display:inline-flex;align-items:center;gap:7px;min-width:88px;padding:8px 10px;color:#a3bdd6;border:1px solid rgba(130,200,242,.15);border-radius:999px;background:rgba(7,25,50,.78);backdrop-filter:blur(8px);font-family:"DM Mono",monospace;font-size:.48rem}
.premium-source i{width:7px;height:7px;border-radius:50%;background:#7feaff;box-shadow:0 0 12px rgba(0,184,230,.7)}
.src-a{top:0}.src-b{top:58px;left:14px}.src-c{top:116px;left:4px}.src-d{top:174px;left:18px}
.pipeline-connector{position:absolute;z-index:2;height:1px;background:linear-gradient(90deg,rgba(0,184,230,.1),rgba(100,219,255,.66),rgba(0,184,230,.08))}.connector-a{left:128px;top:211px;width:70px}.connector-b{left:438px;top:211px;width:62px}
.connector-pulse{position:absolute;top:50%;left:0;width:7px;height:7px;border-radius:50%;background:#8cecff;box-shadow:0 0 13px rgba(0,184,230,.78);transform:translateY(-50%);animation:connector-travel 2.8s linear infinite}.connector-pulse.pulse-b{animation-delay:-1.4s}
.stage-modules{left:195px;top:36px;width:245px}.inspection-core{position:relative;width:245px;height:330px}.inspection-ring{position:absolute;left:50%;top:50%;border:1px solid rgba(101,208,255,.19);border-radius:50%;transform:translate(-50%,-50%)}
.ring-one{width:172px;height:172px}.ring-two{width:232px;height:232px;border-style:dashed;animation:inspection-ring-spin 20s linear infinite}
.inspection-center{position:absolute;left:50%;top:50%;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;width:96px;height:96px;color:#fff;border:1px solid rgba(142,222,255,.32);border-radius:50%;background:radial-gradient(circle,rgba(14,104,255,.4),rgba(0,184,230,.08) 66%),#09294f;box-shadow:inset 0 0 30px rgba(0,184,230,.11),0 0 38px rgba(0,184,230,.12);transform:translate(-50%,-50%)}
.inspection-center small{color:#8eb5d5;font-family:"DM Mono",monospace;font-size:.42rem;letter-spacing:.08em}.inspection-center strong{font-family:"DM Mono",monospace;font-size:.78rem;font-weight:500}
.inspection-module{position:absolute;z-index:4;width:74px;min-height:52px;padding:7px 8px;border:1px solid rgba(116,198,242,.14);border-radius:12px;background:rgba(7,27,54,.9);box-shadow:0 10px 22px rgba(0,0,0,.12);animation:module-activate 5.4s ease-in-out infinite}
.inspection-module b,.inspection-module small,.inspection-module em{display:block}.inspection-module b{color:#7fe7ff;font-family:"DM Mono",monospace;font-size:.58rem}.inspection-module small{color:#8da8c3;font-family:"DM Mono",monospace;font-size:.39rem;text-transform:uppercase}.inspection-module em{margin-top:2px;color:#d8f4ff;font-family:"DM Mono",monospace;font-size:.45rem;font-style:normal}
.module-one{left:5px;top:68px}.module-two{right:6px;top:68px;animation-delay:-.9s}.module-three{left:0;top:150px;animation-delay:-1.8s}.module-four{right:0;top:150px;animation-delay:-2.7s}.module-five{left:32px;bottom:20px;animation-delay:-3.6s}.module-six{right:32px;bottom:20px;animation-delay:-4.5s}
.inspection-sweep{position:absolute;left:50%;top:50%;width:116px;height:116px;border-radius:50%;background:conic-gradient(from -90deg,rgba(0,184,230,.28),transparent 38deg,transparent);transform:translate(-50%,-50%);animation:inspection-sweep-spin 5.4s linear infinite}
.stage-decision{left:500px;top:72px;width:136px}.premium-decision{padding:18px 15px;border:1px solid rgba(137,214,255,.24);border-radius:22px;background:rgba(6,27,54,.9);box-shadow:0 20px 38px rgba(0,0,0,.18),inset 0 0 24px rgba(0,184,230,.05);text-align:center}
.premium-decision small,.premium-decision span,.premium-decision em{display:block}.premium-decision small{color:#82a3c1;font-family:"DM Mono",monospace;font-size:.42rem;letter-spacing:.05em;text-transform:uppercase}.premium-decision strong{display:block;margin:9px 0 3px;color:#fff;font-size:2.55rem;line-height:1;letter-spacing:-.06em}.premium-decision span{color:#7190ad;font-size:.44rem}.premium-decision em{margin-top:13px;padding:5px 7px;color:#ffcb83;border:1px solid rgba(255,180,84,.2);border-radius:999px;background:rgba(255,180,84,.07);font-family:"DM Mono",monospace;font-size:.43rem;font-style:normal}
.reason-tags{display:grid;gap:5px;margin-top:9px}.reason-tags span{padding:5px 6px;color:#809db8;border:1px solid rgba(115,185,229,.1);border-radius:8px;background:rgba(255,255,255,.018);font-family:"DM Mono",monospace;font-size:.36rem}
.decision-branch{position:absolute;z-index:2;left:635px;width:48px;height:1px;transform-origin:left center}.branch-good{top:154px;background:linear-gradient(90deg,rgba(56,217,169,.72),rgba(56,217,169,.08));transform:rotate(-26deg)}.branch-bad{top:183px;background:linear-gradient(90deg,rgba(255,92,115,.72),rgba(255,92,115,.08));transform:rotate(37deg)}
.branch-pulse{position:absolute;left:0;top:50%;width:7px;height:7px;border-radius:50%;transform:translateY(-50%);animation:branch-travel 2.4s linear infinite}.good-pulse{background:#70eac6;box-shadow:0 0 12px rgba(56,217,169,.65)}.bad-pulse{background:#ff7388;box-shadow:0 0 12px rgba(255,92,115,.62);animation-delay:-1.2s}
.stage-output{right:18px;top:45px;width:112px}.qualified-panel{padding:10px;border:1px solid rgba(56,217,169,.18);border-radius:16px;background:rgba(6,35,48,.76)}.qualified-head{display:flex;justify-content:space-between;gap:5px;padding-bottom:8px;border-bottom:1px solid rgba(120,205,211,.1);font-family:"DM Mono",monospace;font-size:.37rem}.qualified-head span{color:#95b2c8}.qualified-head b{color:#75e7c6;font-weight:500}
.qualified-row{display:grid;grid-template-columns:10px 1fr 17px;align-items:center;gap:5px;margin-top:9px}.qualified-row i{width:8px;height:8px;border-radius:50%;background:#74e9c7;box-shadow:0 0 9px rgba(56,217,169,.42)}.qualified-row span,.qualified-row em{height:3px;border-radius:99px;background:rgba(149,200,214,.2)}.qualified-row em{background:rgba(56,217,169,.38)}
.customer-conversion{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:12px;padding:7px;border:1px solid rgba(56,217,169,.17);border-radius:10px;background:rgba(56,217,169,.05)}.conversion-dot{width:8px;height:8px;border-radius:50%;background:#7df0ce;box-shadow:0 0 11px rgba(56,217,169,.5);animation:conversion-pulse 1.8s ease-in-out infinite}.customer-conversion small{color:#d4f7ed;font-family:"DM Mono",monospace;font-size:.42rem}
.blocked-panel{position:relative;height:64px;margin-top:14px;border:1px solid rgba(255,92,115,.14);border-radius:14px;background:rgba(255,92,115,.035)}.blocked-panel i{position:absolute;top:13px;width:8px;height:8px;border-radius:50%;background:#ff7087;box-shadow:0 0 10px rgba(255,92,115,.55);animation:blocked-settle 2.4s ease-in-out infinite}.blocked-panel i:first-child{left:34px}.blocked-panel i:nth-child(2){right:34px;animation-delay:-1.2s}.blocked-panel small{position:absolute;left:0;right:0;bottom:8px;color:#bd7b89;font-family:"DM Mono",monospace;font-size:.39rem;text-align:center}
.premium-caption{position:absolute;left:22px;right:22px;bottom:16px;display:grid;grid-template-columns:.9fr 1.45fr .85fr 1fr;gap:10px;color:#718da9;font-family:"DM Mono",monospace;font-size:.4rem;letter-spacing:.05em;text-transform:uppercase}.premium-caption span:nth-child(2),.premium-caption span:nth-child(3){text-align:center}.premium-caption span:last-child{text-align:right}
@keyframes premium-glow{50%{opacity:.72;transform:translate(-50%,-50%) scale(1.08)}}@keyframes connector-travel{0%{left:0;opacity:0}14%{opacity:1}86%{left:calc(100% - 8px);opacity:1}100%{left:100%;opacity:0}}@keyframes inspection-ring-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes inspection-sweep-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes module-activate{0%,100%{border-color:rgba(116,198,242,.12);background:rgba(7,27,54,.86)}18%,32%{border-color:rgba(102,218,255,.38);background:rgba(9,39,73,.98);box-shadow:0 0 22px rgba(0,184,230,.10)}}@keyframes branch-travel{0%{left:0;opacity:0}18%{opacity:1}84%{left:calc(100% - 7px);opacity:1}100%{left:100%;opacity:0}}@keyframes conversion-pulse{50%{transform:scale(1.45);opacity:.65}}@keyframes blocked-settle{0%,12%{transform:translateY(-8px);opacity:0}32%{opacity:1}100%{transform:translateY(22px);opacity:0}}
@media(max-width:1320px){.final-cta{grid-template-columns:1fr}.cta-shield-visual{justify-self:center;width:min(780px,100%)}}@media(max-width:760px){.cta-shield-visual{height:355px}.premium-pipeline{width:136%;transform:scale(.73);transform-origin:top left}}@media(prefers-reduced-motion:reduce){.pipeline-glow,.connector-pulse,.ring-two,.inspection-module,.inspection-sweep,.branch-pulse,.conversion-dot,.blocked-panel i{animation:none!important}}


/* --- V6 flow corrections: clearer source intake, fuller module output, no overlap --- */

/* Source intake: every source visibly feeds the same intake hub */
.source-manifold{position:absolute;left:112px;top:78px;width:104px;height:246px;z-index:2}.source-link{position:absolute;left:0;width:72px;height:1px;background:linear-gradient(90deg,rgba(0,184,230,.08),rgba(128,227,255,.62));transform-origin:left center}.source-link i{position:absolute;right:-1px;top:50%;width:7px;height:7px;border-radius:50%;background:#8cecff;box-shadow:0 0 13px rgba(0,184,230,.75);transform:translateY(-50%);animation:source-feed 2.9s linear infinite}.link-a{top:34px;transform:rotate(18deg)}.link-b{top:92px;transform:rotate(8deg)}.link-c{top:150px;transform:rotate(-6deg)}.link-d{top:208px;transform:rotate(-16deg)}.link-b i{animation-delay:-.7s}.link-c i{animation-delay:-1.4s}.link-d i{animation-delay:-2.1s}.ingest-hub{position:absolute;right:4px;top:50%;width:13px;height:13px;border-radius:50%;background:radial-gradient(circle,#b9f4ff 0 35%,#74dfff 36% 60%,rgba(0,184,230,.25) 61% 100%);box-shadow:0 0 0 8px rgba(0,184,230,.08),0 0 22px rgba(0,184,230,.24);transform:translateY(-50%)}.source-manifold .connector-a{position:absolute;left:78px;top:50%;width:28px;transform:translateY(-50%)}

/* Assessment transfer: multiple modules contribute to the outgoing verdict */
.assessment-transfer{position:absolute;left:432px;top:74px;width:78px;height:242px;z-index:2}.transfer-line{position:absolute;left:0;width:38px;height:1px;background:linear-gradient(90deg,rgba(0,184,230,.1),rgba(126,222,255,.44));transform-origin:left center}.transfer-line.tl-v{top:40px;transform:rotate(24deg)}.transfer-line.tl-d{top:82px;transform:rotate(8deg)}.transfer-line.tl-n{top:158px;transform:rotate(-8deg)}.transfer-line.tl-b{top:200px;transform:rotate(-24deg)}.transfer-hub{position:absolute;left:34px;top:50%;width:12px;height:12px;border-radius:50%;background:#8cecff;box-shadow:0 0 0 8px rgba(0,184,230,.07),0 0 18px rgba(0,184,230,.28);transform:translateY(-50%)}.assessment-transfer .connector-b{position:absolute;left:46px;top:50%;width:32px;transform:translateY(-50%)}

/* Tighter, non-overlapping decision/output layout */
.stage-decision{left:500px;top:86px;width:116px}.premium-decision strong{font-size:2.25rem}.reason-tags span{font-size:.34rem}.decision-branch{left:610px;width:58px}.branch-good{top:162px;transform:rotate(-18deg)}.branch-bad{top:190px;transform:rotate(28deg)}.stage-output{right:18px;top:52px;width:128px}.qualified-panel{min-height:182px}.blocked-panel{margin-top:16px;height:58px}.blocked-panel i:first-child{left:36px}.blocked-panel i:nth-child(2){right:36px}

/* Keep labels away from each other */
.stage-decision .stage-label{margin-left:4px}.stage-output .stage-label{margin-left:4px;margin-bottom:10px}

/* Mobile scaling tuned so decision/output stay readable */
@media (max-width:760px){.cta-shield-visual{height:360px}.premium-pipeline{width:138%;transform:scale(.72);transform-origin:top left}}

@keyframes source-feed{0%{left:0;opacity:0}14%{opacity:1}86%{left:calc(100% - 8px);opacity:1}100%{left:100%;opacity:0}}


/* --- V7 connector refinement: all sources and checks merge into shared flow --- */

/* Sources visibly converge into one hub before entering the pipeline */
.source-manifold{position:absolute;left:118px;top:82px;width:126px;height:238px;z-index:2}.source-link{position:absolute;left:auto;right:27px;height:1px;background:linear-gradient(90deg,rgba(0,184,230,.14),rgba(145,231,255,.7));transform-origin:right center}.source-link i{position:absolute;left:0;top:50%;width:8px;height:8px;border-radius:50%;background:#9becff;box-shadow:0 0 14px rgba(0,184,230,.78);transform:translateY(-50%);animation:source-feed-to-hub 3.1s linear infinite}.link-a{top:36px;width:86px;transform:rotate(14deg)}.link-b{top:92px;width:78px;transform:rotate(5deg)}.link-c{top:148px;width:78px;transform:rotate(-5deg)}.link-d{top:204px;width:86px;transform:rotate(-14deg)}.link-b i{animation-delay:-.78s}.link-c i{animation-delay:-1.56s}.link-d i{animation-delay:-2.34s}.ingest-hub{position:absolute;left:92px;top:50%;width:14px;height:14px;border-radius:50%;background:radial-gradient(circle,#d0f7ff 0 35%,#7ce6ff 36% 62%,rgba(0,184,230,.25) 63% 100%);box-shadow:0 0 0 10px rgba(0,184,230,.08),0 0 26px rgba(0,184,230,.28);transform:translateY(-50%)}.source-manifold .connector-a{position:absolute;left:99px;top:50%;width:28px;transform:translateY(-50%)}

/* Multiple modules converge into a shared decision handoff hub */
.assessment-transfer{position:absolute;left:430px;top:66px;width:102px;height:258px;z-index:2}.transfer-line{position:absolute;left:auto;right:56px;height:1px;background:linear-gradient(90deg,rgba(0,184,230,.12),rgba(145,231,255,.55));transform-origin:right center}.tl-v{top:36px;width:42px;transform:rotate(22deg)}.tl-d{top:74px;width:52px;transform:rotate(11deg)}.tl-n{top:112px;width:58px;transform:rotate(3deg)}.tl-b{top:150px;width:58px;transform:rotate(-3deg)}.tl-s{top:188px;width:52px;transform:rotate(-11deg)}.tl-r{top:226px;width:42px;transform:rotate(-22deg)}.transfer-line::after{content:"";position:absolute;left:0;top:50%;width:7px;height:7px;border-radius:50%;background:#7ee7ff;box-shadow:0 0 12px rgba(0,184,230,.52);transform:translateY(-50%)}.transfer-hub{position:absolute;left:40px;top:50%;width:12px;height:12px;border-radius:50%;background:radial-gradient(circle,#cbf5ff 0 40%,#74dfff 41% 70%,rgba(0,184,230,.24) 71% 100%);box-shadow:0 0 0 8px rgba(0,184,230,.07),0 0 22px rgba(0,184,230,.26);transform:translateY(-50%)}.assessment-transfer .connector-b{position:absolute;left:46px;top:50%;width:56px;transform:translateY(-50%)}

/* Nudge connector target positions to align better with the decision panel */
.stage-decision{left:514px;top:86px;width:116px}.decision-branch{left:628px;width:56px}.branch-good{top:160px;transform:rotate(-18deg)}.branch-bad{top:190px;transform:rotate(28deg)}.stage-output{right:16px;top:48px;width:132px}

@keyframes source-feed-to-hub{0%{left:0;opacity:0}12%{opacity:1}86%{left:calc(100% - 8px);opacity:1}100%{left:calc(100% - 2px);opacity:0}}

@media (prefers-reduced-motion: reduce){.source-link i{animation:none!important}}


/* --- V8 refinement: true convergence + cleaner decision/outcome separation --- */

/* 01 Traffic: all source lines clearly converge into one shared junction, then one path enters Revylta */
.source-manifold{position:absolute;left:108px;top:80px;width:148px;height:240px;z-index:2}.source-link{position:absolute;right:44px;left:auto;height:1px;background:linear-gradient(90deg,rgba(0,184,230,.12),rgba(151,232,255,.82));transform-origin:right center;opacity:.92}.source-link::after{content:"";position:absolute;left:0;top:50%;width:8px;height:8px;border-radius:50%;background:#9aefff;box-shadow:0 0 14px rgba(0,184,230,.72);transform:translateY(-50%)}.source-link i{display:none}.link-a{top:34px;width:102px;transform:rotate(13deg)}.link-b{top:91px;width:90px;transform:rotate(4deg)}.link-c{top:148px;width:90px;transform:rotate(-4deg)}.link-d{top:205px;width:102px;transform:rotate(-13deg)}.ingest-hub{position:absolute;left:95px;top:50%;width:12px;height:12px;border-radius:50%;background:radial-gradient(circle,#d8f8ff 0 38%,#7de8ff 39% 70%,rgba(0,184,230,.25) 71% 100%);box-shadow:0 0 0 9px rgba(0,184,230,.07),0 0 24px rgba(0,184,230,.26);transform:translateY(-50%)}.source-manifold::before{content:"";position:absolute;left:89px;top:34px;bottom:35px;width:1px;background:linear-gradient(180deg,rgba(0,184,230,.05),rgba(140,230,255,.32),rgba(0,184,230,.05));opacity:.65}.source-manifold .connector-a{position:absolute;left:101px;top:50%;width:47px;transform:translateY(-50%);background:linear-gradient(90deg,rgba(112,226,255,.86),rgba(112,226,255,.12))}.source-manifold .connector-a::before{content:"";position:absolute;left:-7px;top:50%;width:8px;height:8px;border-radius:50%;background:#9aefff;box-shadow:0 0 14px rgba(0,184,230,.72);transform:translateY(-50%)}.source-manifold .connector-a .connector-pulse{animation:connector-travel 2.4s linear infinite}.source-manifold .connector-a .pulse-b{animation-delay:-1.2s}

/* 02 -> 03: all modules converge into one shared output hub before one verdict line continues */
.assessment-transfer{position:absolute;left:430px;top:58px;width:112px;height:270px;z-index:2}.transfer-line{position:absolute;right:54px;left:auto;height:1px;background:linear-gradient(90deg,rgba(0,184,230,.12),rgba(151,232,255,.72));transform-origin:right center}.transfer-line::after{content:"";position:absolute;left:0;top:50%;width:7px;height:7px;border-radius:50%;background:#8fe9ff;box-shadow:0 0 11px rgba(0,184,230,.5);transform:translateY(-50%)}.tl-v{top:30px;width:46px;transform:rotate(23deg)}.tl-d{top:67px;width:59px;transform:rotate(12deg)}.tl-n{top:104px;width:66px;transform:rotate(4deg)}.tl-b{top:166px;width:66px;transform:rotate(-4deg)}.tl-s{top:203px;width:59px;transform:rotate(-12deg)}.tl-r{top:240px;width:46px;transform:rotate(-23deg)}.transfer-hub{position:absolute;left:48px;top:50%;width:12px;height:12px;border-radius:50%;background:radial-gradient(circle,#d1f6ff 0 38%,#77e1ff 39% 70%,rgba(0,184,230,.24) 71% 100%);box-shadow:0 0 0 9px rgba(0,184,230,.07),0 0 20px rgba(0,184,230,.24);transform:translateY(-50%)}.assessment-transfer::before{content:"";position:absolute;left:54px;top:30px;bottom:30px;width:1px;background:linear-gradient(180deg,rgba(0,184,230,.03),rgba(145,232,255,.28),rgba(0,184,230,.03));opacity:.6}.assessment-transfer .connector-b{position:absolute;left:54px;top:50%;width:58px;transform:translateY(-50%);background:linear-gradient(90deg,rgba(112,226,255,.86),rgba(112,226,255,.12))}.assessment-transfer .connector-b::before{content:"";position:absolute;left:-7px;top:50%;width:8px;height:8px;border-radius:50%;background:#97edff;box-shadow:0 0 13px rgba(0,184,230,.7);transform:translateY(-50%)}.assessment-transfer .connector-b .connector-pulse{animation:connector-travel 2.4s linear infinite}.assessment-transfer .connector-b .pulse-b{animation-delay:-1.2s}

/* Clearer separation so 03 and 04 do not overlap */
.stage-decision{left:508px;top:98px;width:102px}.stage-decision .stage-label{margin-left:6px;margin-bottom:10px}.premium-decision{padding:16px 12px;border-radius:20px}.premium-decision strong{font-size:2rem;margin:8px 0 4px}.premium-decision em{margin-top:11px}.reason-tags{gap:6px;margin-top:10px}.reason-tags span{padding:6px 8px;font-size:.33rem}.decision-branch{left:606px;width:48px}.branch-good{top:164px;transform:rotate(-13deg)}.branch-bad{top:196px;transform:rotate(22deg)}.branch-pulse{width:6px;height:6px}

.stage-output{right:18px;top:58px;width:96px}.stage-output .stage-label{margin-left:6px;margin-bottom:10px}.qualified-panel{padding:9px 8px;border-radius:18px;min-height:164px}.qualified-head{font-size:.34rem;padding-bottom:7px}.qualified-row{grid-template-columns:8px 1fr 14px;gap:4px;margin-top:8px}.qualified-row i{width:7px;height:7px}.customer-conversion{margin-top:10px;padding:7px 5px}.customer-conversion small{font-size:.38rem}.blocked-panel{height:54px;margin-top:12px;border-radius:13px}.blocked-panel i:first-child{left:28px}.blocked-panel i:nth-child(2){right:28px}.blocked-panel small{font-size:.36rem}

/* Keep branch endpoints aligned with the outcome cards */
.branch-good::after,.branch-bad::after{content:"";position:absolute;right:-3px;top:50%;width:7px;height:7px;border-radius:50%;transform:translateY(-50%)}.branch-good::after{background:#71eac7;box-shadow:0 0 10px rgba(56,217,169,.45)}.branch-bad::after{background:#ff7188;box-shadow:0 0 10px rgba(255,92,115,.45)}

@media (max-width:760px){.cta-shield-visual{height:360px}.premium-pipeline{width:140%;transform:scale(.70);transform-origin:top left}}


/* --- V9 final flow topology fixes --- */

/* 1) All traffic sources connect into one visible shared junction */
.source-manifold{position:absolute;left:120px;top:82px;width:168px;height:238px;z-index:2}.source-manifold::before{content:"";position:absolute;left:102px;top:34px;bottom:34px;width:1px;background:linear-gradient(180deg,rgba(0,184,230,.06),rgba(152,232,255,.42),rgba(0,184,230,.06));opacity:.85}.source-link{position:absolute;left:0;right:auto;width:102px;height:1px;background:linear-gradient(90deg,rgba(124,225,255,.75),rgba(124,225,255,.24));transform:none;opacity:1}.source-link::after{content:"";position:absolute;left:0;top:50%;width:8px;height:8px;border-radius:50%;background:#a8f1ff;box-shadow:0 0 14px rgba(0,184,230,.72);transform:translateY(-50%)}.source-link i{display:none}.link-a{top:35px}.link-b{top:89px}.link-c{top:144px}.link-d{top:198px}.ingest-hub{position:absolute;left:96px;top:50%;width:14px;height:14px;border-radius:50%;background:radial-gradient(circle,#e1fbff 0 38%,#7de5ff 39% 70%,rgba(0,184,230,.26) 71% 100%);box-shadow:0 0 0 10px rgba(0,184,230,.08),0 0 28px rgba(0,184,230,.28);transform:translateY(-50%)}.source-manifold .connector-a{position:absolute;left:103px;top:50%;width:64px;height:1px;background:linear-gradient(90deg,rgba(124,225,255,.9),rgba(124,225,255,.12));transform:translateY(-50%)}.source-manifold .connector-a::before{content:"";position:absolute;left:-6px;top:50%;width:8px;height:8px;border-radius:50%;background:#a8f1ff;box-shadow:0 0 14px rgba(0,184,230,.72);transform:translateY(-50%)}.source-manifold .connector-a .connector-pulse{animation:connector-travel 2.2s linear infinite}.source-manifold .connector-a .pulse-b{animation-delay:-1.1s}

/* 2) All inspection outputs connect into one shared collector, then one verdict path */
.assessment-transfer{position:absolute;left:448px;top:67px;width:118px;height:252px;z-index:2}.assessment-transfer::before{content:"";position:absolute;left:74px;top:24px;bottom:24px;width:1px;background:linear-gradient(180deg,rgba(0,184,230,.05),rgba(152,232,255,.34),rgba(0,184,230,.05));opacity:.85}.transfer-line{position:absolute;left:0;width:74px;height:1px;background:linear-gradient(90deg,rgba(124,225,255,.75),rgba(124,225,255,.24));transform:none}.transfer-line::after{display:none}.tl-v{top:26px}.tl-d{top:63px}.tl-n{top:100px}.tl-b{top:137px}.tl-s{top:174px}.tl-r{top:211px}.transfer-hub{position:absolute;left:68px;top:50%;width:14px;height:14px;border-radius:50%;background:radial-gradient(circle,#e1fbff 0 38%,#7de5ff 39% 70%,rgba(0,184,230,.26) 71% 100%);box-shadow:0 0 0 10px rgba(0,184,230,.08),0 0 24px rgba(0,184,230,.26);transform:translateY(-50%)}.assessment-transfer .connector-b{position:absolute;left:75px;top:50%;width:43px;height:1px;background:linear-gradient(90deg,rgba(124,225,255,.9),rgba(124,225,255,.12));transform:translateY(-50%)}.assessment-transfer .connector-b::before{content:"";position:absolute;left:-6px;top:50%;width:8px;height:8px;border-radius:50%;background:#a8f1ff;box-shadow:0 0 14px rgba(0,184,230,.72);transform:translateY(-50%)}.assessment-transfer .connector-b .connector-pulse{animation:connector-travel 2.2s linear infinite}.assessment-transfer .connector-b .pulse-b{animation-delay:-1.1s}

/* 3) Clean separation between decision and outcome */
.stage-decision{left:520px;top:104px;width:104px;z-index:3}.stage-decision .stage-label{margin-left:8px;margin-bottom:12px}.premium-decision{padding:16px 12px;border-radius:22px}.premium-decision strong{font-size:2.02rem}.premium-decision small{font-size:.40rem}.premium-decision span{font-size:.44rem}.premium-decision em{font-size:.41rem}.reason-tags{margin-top:12px;gap:7px}.reason-tags span{padding:7px 8px;font-size:.325rem;border-radius:10px}

.stage-output{right:14px;top:52px;width:128px;z-index:4}.stage-output .stage-label{margin-left:8px;margin-bottom:12px}.qualified-panel,.blocked-panel{width:100%;box-sizing:border-box}.qualified-panel{padding:10px 10px 11px;border-radius:20px;min-height:172px}.qualified-head{font-size:.35rem}.qualified-row{grid-template-columns:8px 1fr 14px;gap:5px}.customer-conversion{margin-top:11px}.customer-conversion small{font-size:.39rem}.blocked-panel{height:58px;margin-top:16px}.blocked-panel small{font-size:.37rem}

/* 4) Branches start from one point and terminate clearly into each outcome */
.decision-branch{position:absolute;z-index:3;left:623px;width:32px;height:1px;transform-origin:left center}.branch-good{top:168px;background:linear-gradient(90deg,rgba(56,217,169,.82),rgba(56,217,169,.14));transform:rotate(-14deg)}.branch-bad{top:204px;background:linear-gradient(90deg,rgba(255,92,115,.82),rgba(255,92,115,.14));transform:rotate(24deg)}.branch-pulse{width:6px;height:6px}.branch-good::after,.branch-bad::after{content:"";position:absolute;right:-3px;top:50%;width:7px;height:7px;border-radius:50%;transform:translateY(-50%)}.branch-good::after{background:#75ebc9;box-shadow:0 0 10px rgba(56,217,169,.45)}.branch-bad::after{background:#ff748a;box-shadow:0 0 10px rgba(255,92,115,.45)}

/* 5) Remove visual ambiguity from the right side */
.reason-tags, .premium-decision {position:relative}.reason-tags{z-index:3}.qualified-panel{position:relative;z-index:4}.blocked-panel{position:relative;z-index:4}.stage-output .qualified-panel::before{content:"";position:absolute;left:-10px;top:50%;width:10px;height:1px;background:linear-gradient(90deg,rgba(56,217,169,.85),rgba(56,217,169,.15))}.stage-output .blocked-panel::before{content:"";position:absolute;left:-10px;top:24px;width:10px;height:1px;background:linear-gradient(90deg,rgba(255,92,115,.85),rgba(255,92,115,.15))}

@media (max-width:760px){.cta-shield-visual{height:370px}.premium-pipeline{width:143%;transform:scale(.69);transform-origin:top left}}


/* --- V10 verified SVG pipeline --- */
.cta-shield-visual{width:min(760px,100%);height:auto;justify-self:end}.revenue-flow{display:block;width:100%;height:auto;overflow:visible}.rf-sweep{transform-origin:345px 195px;animation:rfSweep 5s linear infinite}.final-cta{grid-template-columns:minmax(0,.78fr) minmax(620px,1.22fr);gap:clamp(36px,4vw,64px)}@keyframes rfSweep{to{transform:rotate(360deg)}}@media(max-width:1320px){.final-cta{grid-template-columns:1fr}.cta-shield-visual{justify-self:center;width:min(820px,100%)}}@media(max-width:760px){.cta-shield-visual{width:100%;overflow:hidden}.revenue-flow{width:145%;max-width:none;transform-origin:top left;transform:scale(.69)}}@media(prefers-reduced-motion:reduce){.rf-sweep{animation:none}}


/* --- V17 premium redesign: Identity rotation abuse --- */
.signal-card.signal-feature-secondary {
  overflow: hidden;
}

.node-map.node-map-premium {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 178px;
  height: 124px;
  overflow: visible;
}

.node-map.node-map-premium::before,
.node-map.node-map-premium::after {
  content: "";
  position: absolute;
  inset: 10px 18px 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 52%, rgba(43, 139, 255, .18), transparent 56%),
    linear-gradient(180deg, rgba(9, 24, 49, .22), rgba(9, 24, 49, 0));
  pointer-events: none;
}

.node-map.node-map-premium::after {
  inset: 20px 30px 30px;
  border: 1px dashed rgba(102, 198, 255, .10);
  background: none;
}

.rotation-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1px dashed rgba(109, 208, 255, .24);
  transform: translate(-50%, -50%);
  animation: rotationOrbitSpin 16s linear infinite;
}

.rotation-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(123, 221, 255, .55);
  background: radial-gradient(circle at 48% 38%, rgba(32, 118, 255, .38), rgba(8, 27, 52, .96));
  box-shadow: 0 0 24px rgba(0, 184, 230, .22);
  transform: translate(-50%, -50%);
  animation: rotationCorePulse 3.8s ease-in-out infinite;
}

.rotation-core-glow {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(127, 233, 255, .16), transparent 72%);
}

.rotation-avatar::before,
.rotation-avatar::after,
.rotation-mask {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.rotation-avatar::before {
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e7f8ff;
}

.rotation-avatar::after {
  top: 20px;
  width: 19px;
  height: 11px;
  border-radius: 12px 12px 8px 8px;
  background: #e7f8ff;
}

.rotation-mask {
  top: 13px;
  width: 24px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 107, 129, .95), rgba(255, 107, 129, .45));
  box-shadow: 0 0 12px rgba(255, 107, 129, .28);
  animation: rotationMaskShift 3.8s ease-in-out infinite;
}

.rotation-node {
  position: absolute;
  z-index: 4;
  width: 66px;
  padding: 8px 9px 7px;
  border-radius: 12px;
  border: 1px solid rgba(91, 202, 255, .20);
  background: linear-gradient(180deg, rgba(9, 29, 57, .96), rgba(7, 21, 44, .92));
  box-shadow: 0 12px 22px rgba(2, 8, 20, .18), inset 0 1px 0 rgba(255,255,255,.02);
}

.rotation-node::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7fe9ff;
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(127, 233, 255, .55);
}

.rotation-node strong,
.rotation-node em {
  display: block;
  padding-left: 11px;
  font-style: normal;
  font-family: var(--font-mono);
}

.rotation-node strong {
  color: #dff6ff;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rotation-node em {
  margin-top: 3px;
  color: rgba(157, 186, 211, .82);
  font-size: 6px;
  line-height: 1.2;
}

.node-one { left: -2px; top: 4px; }
.node-two { right: -4px; top: 4px; }
.node-three { left: -2px; bottom: -2px; }
.node-four { right: -4px; bottom: -2px; }

.rotation-branch {
  position: absolute;
  z-index: 2;
  height: 1.8px;
  transform-origin: left center;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(150, 242, 255, .95), rgba(42, 173, 245, .10));
  box-shadow: 0 0 12px rgba(103, 224, 255, .18);
}

.branch-one { left: 89px; top: 36px; width: 33px; transform: rotate(-152deg); }
.branch-two { left: 98px; top: 35px; width: 32px; transform: rotate(-28deg); }
.branch-three { left: 89px; top: 84px; width: 33px; transform: rotate(152deg); }
.branch-four { left: 98px; top: 84px; width: 32px; transform: rotate(28deg); }

.rotation-pulse {
  position: absolute;
  z-index: 3;
  width: 6px;
  height: 6px;
  margin: 0;
  border-radius: 50%;
  background: #8deeff;
  box-shadow: 0 0 12px rgba(127, 233, 255, .8);
}

.pulse-one { left: 88px; top: 35px; animation: pulseToNodeOne 2.8s ease-out infinite; }
.pulse-two { left: 99px; top: 35px; animation: pulseToNodeTwo 2.8s ease-out infinite .55s; }
.pulse-three { left: 88px; top: 85px; animation: pulseToNodeThree 2.8s ease-out infinite 1.1s; }
.pulse-four { left: 99px; top: 85px; animation: pulseToNodeFour 2.8s ease-out infinite 1.65s; }

@keyframes rotationOrbitSpin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotationCorePulse {
  50% {
    box-shadow: 0 0 32px rgba(0, 184, 230, .30);
    border-color: rgba(145, 232, 255, .72);
  }
}

@keyframes rotationMaskShift {
  0%, 100% { opacity: .92; transform: translateX(-50%) scaleX(1); }
  50% { opacity: 1; transform: translateX(-50%) scaleX(1.1); }
}

@keyframes pulseToNodeOne {
  0% { transform: translate(0,0) scale(.72); opacity: 0; }
  15% { opacity: 1; }
  80% { transform: translate(-34px,-26px) scale(1); opacity: 1; }
  100% { transform: translate(-42px,-31px) scale(.84); opacity: 0; }
}

@keyframes pulseToNodeTwo {
  0% { transform: translate(0,0) scale(.72); opacity: 0; }
  15% { opacity: 1; }
  80% { transform: translate(27px,-26px) scale(1); opacity: 1; }
  100% { transform: translate(35px,-31px) scale(.84); opacity: 0; }
}

@keyframes pulseToNodeThree {
  0% { transform: translate(0,0) scale(.72); opacity: 0; }
  15% { opacity: 1; }
  80% { transform: translate(-34px,25px) scale(1); opacity: 1; }
  100% { transform: translate(-42px,30px) scale(.84); opacity: 0; }
}

@keyframes pulseToNodeFour {
  0% { transform: translate(0,0) scale(.72); opacity: 0; }
  15% { opacity: 1; }
  80% { transform: translate(27px,25px) scale(1); opacity: 1; }
  100% { transform: translate(35px,30px) scale(.84); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .rotation-orbit,
  .rotation-core,
  .rotation-mask,
  .rotation-pulse { animation: none !important; }
}
.eyebrow.first {
  background: #e1f6f6;
  padding: 6px 20px;
  border-radius: 15px;
  border: 1px solid #38D9AA;
}

.code-window pre {
  /* Firefox */
  scrollbar-width: none;
  /* Internet Explorer and old Edge */
  -ms-overflow-style: none;
}

/* Chrome, Safari, and modern Edge */
.code-window pre::-webkit-scrollbar {
  display: none;
}
