@font-face {
  font-family: Manrope;
  src: url("/assets/fonts/Manrope-wght.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/fonts/SpaceGrotesk-wght.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/fonts/SpaceGrotesk-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/fonts/SpaceGrotesk-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/fonts/PlexMono-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/fonts/PlexMono-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/fonts/PlexMono-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #06070b;
  --page: #090b12;
  --panel: rgba(255, 255, 255, 0.042);
  --panel-2: rgba(255, 255, 255, 0.026);
  --line: rgba(255, 255, 255, 0.085);
  --line-strong: rgba(79, 123, 255, 0.48);
  --text: #f0f3f8;
  --body: #cdd3dd;
  --muted: #9aa3b0;
  --faint: #6f7888;
  --accent-a: #4f7bff;
  --accent-b: #9d6bff;
  --brand: #06d49e;
  --good: #7fe6c6;
  --amber: #e3b341;
  --radius-card: 18px;
  --radius-inner: 12px;
  --max: 1200px;
  --font-display: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  --font-body: Manrope, ui-sans-serif, system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
  overflow-x: clip;
}
body {
  margin: 0;
  min-height: 100%;
  background: radial-gradient(1200px 640px at 82% -8%, rgba(90, 115, 255, 0.16), transparent 58%),
    radial-gradient(900px 520px at -5% 2%, rgba(150, 90, 255, 0.13), transparent 55%),
    linear-gradient(180deg, #090b12 0%, #06070b 46%);
  color: var(--body);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image: none;
}
body::after {
  position: fixed;
  inset: auto 0 0;
  height: 34vh;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.38));
}

a {
  color: inherit;
  text-decoration: none;
}
:where(a, button, input, textarea, select):focus-visible {
  outline: 2px solid rgba(127, 230, 198, 0.9);
  outline-offset: 3px;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3,
b,
strong {
  color: var(--text);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding: 13px max(32px, calc((100vw - var(--max)) / 2 + 32px));
  background: rgba(8, 10, 16, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: none;
}
.wordmark {
  color: #e6e1db;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.brand-mark {
  position: relative;
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--brand);
}
.brand-mark::before {
  position: absolute;
  inset: -7px;
  z-index: -1;
  content: "";
  border-radius: 999px;
  background: radial-gradient(circle, rgba(6, 212, 158, 0.34), transparent 62%);
  animation: ahum 3.2s ease-in-out infinite;
}
.brand-mark svg {
  grid-area: 1 / 1;
  width: 21px;
  height: 21px;
}
.brand-mark-main {
  position: relative;
  animation: aglow 3.2s ease-in-out infinite, aglitch 7s linear infinite;
}
.brand-ghost {
  opacity: 0;
  mix-blend-mode: screen;
}
.brand-ghost-c {
  color: #28e0ff;
  animation: aghostC 7s linear infinite;
}
.brand-ghost-m {
  color: #ff3d9a;
  animation: aghostM 7s linear infinite;
}
.brand-mark.small {
  width: 18px;
  height: 18px;
}
.brand-mark.small svg {
  width: 17px;
  height: 17px;
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-width: 0;
}
.nav-links a {
  color: var(--muted);
  font-size: 14px;
  white-space: nowrap;
}
.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
}

.section {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  min-width: 0;
  margin: 0 auto;
  padding: 44px 32px;
  scroll-margin-top: 82px;
}

.download-proxy {
  display: none;
}
.hero-copy,
.order-card,
.contact-search-card,
.scale-card,
.hub-console,
.system-phase,
.quality-lock,
.real-run-note {
  min-width: 0;
}
.hero {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 40px;
  min-height: calc(100svh - 68px);
  align-items: center;
  padding-top: 46px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #b9bbff;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 18px rgba(6, 212, 158, 0.6);
}
.eyebrow.violet {
  color: #9d6bff;
}
.eyebrow.no-dot span {
  display: none;
}
.eyebrow.centered {
  justify-content: center;
}
.eyebrow.mini {
  margin-bottom: 10px;
  font-size: 10px;
}

.hero h1 {
  max-width: 10ch;
  font-family: var(--font-display);
  font-size: clamp(50px, 5.2vw, 58px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
}
.lead {
  max-width: 630px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 18px;
}
.lead strong {
  font-weight: 700;
}

.micro {
  color: var(--faint);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.order-card,
.contact-search-card,
.scale-card,
.hub-console,
.compliance-section,
.system-phase,
.quality-lock,
.real-run-note {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.016));
  box-shadow: 0 30px 70px -46px rgba(0, 0, 0, 0.9);
}
.order-card {
  overflow: hidden;
}
.order-card header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 14px;
  padding: 24px 24px 20px;
  border-bottom: 1px solid var(--line);
}
.order-card h2 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
}
.quote-status {
  align-self: start;
  color: var(--good);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.quote-status.is-warn {
  color: var(--amber);
}
.order-lines {
  display: grid;
  padding: 10px 16px 0;
}
.order-line {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 78px;
  padding: 16px 14px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: inherit;
  text-align: left;
}
.order-line:hover {
  background: rgba(255, 255, 255, 0.025);
}
.order-line.is-selected {
  border-color: rgba(79, 123, 255, 0.38);
  background: linear-gradient(90deg, rgba(79, 123, 255, 0.18), rgba(255, 255, 255, 0.02));
  box-shadow: inset 4px 0 0 var(--accent-a);
}
.order-line b {
  display: block;
  font-size: 15px;
}
.order-line small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}
.order-line em {
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 12px;
  font-style: normal;
  white-space: nowrap;
}
.check {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  background: linear-gradient(120deg, var(--accent-a), var(--accent-b));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.order-line:not(.is-selected) .check {
  background: rgba(255, 255, 255, 0.06);
  color: transparent;
}
.quantity-control {
  padding: 18px 24px 8px;
}
.quantity-control label,
.drawer-panel label > span,
.select-label span {
  display: block;
  margin-bottom: 8px;
  color: var(--faint);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.qty-row {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 9px;
}
.qty-row button,
.preset-row button,
.quality-grid button,
.drawer-close {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.034);
}
.qty-row button,
.preset-row button {
  min-height: 42px;
  border-radius: 9px;
}
.qty-row button {
  min-width: 42px;
}
.qty-row input,
.drawer-panel input,
.drawer-panel select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.25);
  color: var(--text);
}
.qty-row input,
.drawer-panel input,
.drawer-panel select {
  min-height: 42px;
  padding: 0 12px;
  text-align: center;
}
.drawer-panel select {
  text-align: left;
}
input[type="range"] {
  width: 100%;
  margin: 18px 0 10px;
  accent-color: var(--accent-a);
}
.preset-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.preset-row button {
  min-height: 36px;
  padding: 0 14px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
}
.preset-row button.is-active,
.quality-grid button.is-active {
  border-color: rgba(79, 123, 255, 0.62);
  background: linear-gradient(120deg, rgba(79, 123, 255, 0.9), rgba(157, 107, 255, 0.9));
  color: #fff;
}
.contacts-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 12px 24px 18px;
  padding: 15px;
  border: 1px solid rgba(6, 212, 158, 0.25);
  border-radius: 12px;
  background: rgba(6, 212, 158, 0.055);
}
.contacts-callout p {
  color: var(--muted);
  font-size: 12px;
}
.contacts-callout a {
  color: var(--good);
  font-family: var(--font-mono);
  font-size: 11px;
  white-space: nowrap;
}
.order-total {
  padding: 20px 24px 24px;
  border-top: 1px solid var(--line);
}
.order-total span,
.order-total small {
  display: block;
  color: var(--faint);
}
.order-total strong {
  display: block;
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 500;
}
.order-total small {
  margin-top: 4px;
  font-size: 12px;
}
.order-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--text);
  font-weight: 700;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(120deg, var(--accent-a), var(--accent-b));
  color: #fff;
  box-shadow: 0 8px 24px -12px var(--accent-a);
}
.btn-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.028);
}
.btn-small {
  min-height: 38px;
  padding: 0 15px;
  border-radius: 11px;
}

.system-section {
  display: grid;
  gap: 24px;
}
.system-story-head {
  max-width: 900px;
}
.section h2,
.system-section h2,
.contacts-section h2,
.scan-section h2,
.sending-section h2,
.infra-section h2,
.hub-section h2,
.compliance-section h2,
.faq-section h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.3vw, 44px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}
.section-copy {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
}
.system-story-head .section-copy {
  max-width: 880px;
}
.section-copy.centered,
.hub-section h2,
.hub-section .section-copy,
.scan-section h2,
.scan-section .section-copy,
.faq-section h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.system-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}
.system-flow::before {
  position: absolute;
  top: 24px;
  right: 8%;
  left: 8%;
  height: 1px;
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    rgba(127, 230, 198, 0.46),
    rgba(157, 107, 255, 0.4),
    transparent
  );
}
.system-flow,
.specimen-grid,
.focused-tabs {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}
.specimen-grid article,
.tile-grid article,
.compliance-list span {
  border: 1px solid var(--line);
  border-radius: var(--radius-inner);
  background: rgba(255, 255, 255, 0.025);
}
.specimen-grid article,
.tile-grid article {
  min-height: 130px;
  padding: 19px;
}
.system-phase {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 188px;
  padding: 18px;
  overflow: hidden;
}
.system-phase::before {
  position: absolute;
  top: 22px;
  right: 18px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 18px rgba(6, 212, 158, 0.48);
}
.system-phase em,
.specimen-grid em {
  color: #a58cff;
  font-family: var(--font-mono);
  font-size: 11px;
  font-style: normal;
}
.system-phase b,
.specimen-grid b,
.tile-grid b {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
}
.system-phase span,
.specimen-grid span,
.tile-grid span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.system-phase small {
  align-self: end;
  margin-top: 18px;
  color: #7fe6c6;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}
.quality-lock {
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: center;
  padding: 22px 24px;
}
.quality-lock-copy > span {
  display: block;
  color: #7fe6c6;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}
.quality-lock-copy strong {
  display: block;
  margin-top: 9px;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: 0;
}
.quality-lock-copy p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.quality-lock ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quality-lock li {
  display: grid;
  gap: 3px;
  padding-left: 16px;
  border-left: 1px solid rgba(127, 230, 198, 0.28);
}
.quality-lock li b {
  color: #eef1f6;
  font-size: 13px;
  font-weight: 600;
}
.quality-lock li span {
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.4;
}

.real-run-note {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  align-items: center;
  max-width: 980px;
  margin: 28px 0 28px;
  padding: 14px 18px;
  border-color: rgba(6, 212, 158, 0.22);
}
.real-run-note span {
  color: var(--good);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}
.real-run-note p {
  color: var(--muted);
  font-size: 13px;
}
.contact-search-card {
  overflow: hidden;
}
textarea {
  min-height: 74px;
  padding: 14px;
  resize: vertical;
}
.chips,
.focused-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chip,
.focused-tabs button,
.live-pill {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 11px;
}
.chip {
  padding: 8px 11px;
}
.chip em {
  color: var(--faint);
  font-style: normal;
  text-transform: uppercase;
}
.toggle-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}
.toggle-row input {
  width: 17px;
  height: 17px;
  accent-color: var(--accent-a);
}
.preview-table {
  border-top: 1px solid var(--line);
}
.preview-table header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
}
.preview-table h3 {
  font-size: 18px;
  font-weight: 500;
}
.preview-table p {
  color: var(--faint);
  font-size: 12px;
}
.live-pill {
  padding: 8px 11px;
  color: var(--good);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.focused-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 14px 24px;
  border-bottom: 1px solid var(--line);
}
.focused-tabs button {
  flex: none;
  min-height: 34px;
  padding: 0 14px;
}
.focused-tabs button.is-active {
  border-color: var(--accent-a);
  background: var(--accent-a);
  color: #fff;
}
.table-shell {
  overflow-x: auto;
}
table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
th,
td {
  padding: 13px 24px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
th {
  color: var(--faint);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
td {
  color: var(--muted);
  font-size: 13px;
}
td:first-child {
  color: var(--text);
}

.scan-section {
  text-align: center;
}
.specimen-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 14px;
  margin-top: 42px;
  overflow-x: auto;
  text-align: left;
}
.specimen-grid .highlight {
  border-color: var(--line-strong);
  box-shadow: inset 0 0 26px rgba(79, 123, 255, 0.08);
}
.specimen-grid .highlight b {
  font-family: var(--font-display);
  font-size: 32px;
}
.specimen-grid .highlight .scan-cap {
  display: block;
  margin-top: 6px;
  color: #56d6a6;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.specimen-grid .highlight .scan-title {
  display: block;
  margin-top: 12px;
  color: #f7f9ff;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
}
.specimen-grid .highlight .scan-sub {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.45;
}
.scale-slider {
  margin-top: 14px;
}
.scale-slider input[type="range"] {
  width: 100%;
}
.slider-ends {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
}
.slider-ends span {
  color: var(--faint);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
}
.specimen-link {
  margin-top: 22px;
}

.sending-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}
.check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
  margin-top: 38px;
}
.check-grid span,
.compliance-list span {
  position: relative;
  padding-left: 25px;
  color: var(--body);
  font-size: 14px;
}
.check-grid span::before,
.compliance-list span::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--good);
}
.scale-card {
  position: relative;
  padding: 26px;
}
.scale-card > strong {
  display: block;
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 500;
}
.scale-price {
  position: absolute;
  top: 58px;
  right: 28px;
  text-align: right;
}
.scale-price span {
  color: #9d6bff;
}
.scale-group {
  margin: 24px 0 0;
  color: #56d6a6;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.scale-group + .scale-metrics,
.scale-group + .infra-metrics {
  margin-top: 12px;
}
.infra-section > h2 {
  max-width: 640px;
}
.scale-price b {
  color: #9d6bff;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
}
.scale-breakdown {
  margin-top: 6px;
  color: #7c8696;
  font-family: var(--font-mono);
  font-size: 12px;
  text-align: right;
}
.scale-metrics,
.infra-metrics,
.tile-grid,
.compliance-list {
  display: grid;
  gap: 14px;
}
.scale-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}
.infra-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}
.scale-metrics div,
.infra-metrics div {
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(6, 212, 158, 0.16);
  border-radius: 12px;
  background: rgba(6, 212, 158, 0.045);
}
.infra-metrics div {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.025);
}
.scale-metrics span,
.infra-metrics span {
  display: block;
  color: var(--faint);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.scale-metrics b,
.infra-metrics b {
  display: block;
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 500;
}
.infra-metrics b {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.25;
}

.tile-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}
.tile-grid article b::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--accent-a);
  box-shadow: 0 0 15px rgba(79, 123, 255, 0.7);
  vertical-align: 2px;
}

.hub-section {
  text-align: center;
}
.hub-console {
  margin-top: 38px;
  overflow: hidden;
  text-align: left;
}
.hub-chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 88% 20%, rgba(6, 212, 158, 0.12), transparent 35%),
    rgba(255, 255, 255, 0.018);
}
.hub-chrome div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.hub-chrome span {
  color: #7fe6c6;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.hub-chrome b {
  min-width: 0;
  color: #eef1f6;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hub-chrome em {
  flex: none;
  color: #8a93a3;
  font-family: var(--font-mono);
  font-size: 11px;
  font-style: normal;
}
.hub-credits {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 13px;
  border: 1px solid rgba(127, 230, 198, 0.36);
  border-radius: 11px;
  background: rgba(127, 230, 198, 0.08);
  color: #fff;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}
.hub-credits span {
  color: #7c8696;
  font-family: var(--font-display);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hub-mode-switcher {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.012);
}
.hub-mode-switcher > span {
  margin-right: 2px;
  color: #6f7888;
  font-family: var(--font-display);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}
.hub-mode-switcher button {
  min-height: 33px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.04);
  color: #9aa3b0;
  font-size: 11.5px;
  font-weight: 600;
}
.hub-mode-switcher button.is-active {
  border-color: #6ea8ff;
  background: #2f54c8;
  color: #fff;
}
.hub-modules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 20px;
}
.hub-module {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 138px;
  padding: 16px;
  text-align: left;
  border: 1px solid color-mix(in srgb, var(--tone) 32%, transparent);
  border-radius: 14px;
  background: color-mix(in srgb, var(--tone) 6%, transparent);
  color: #929bab;
  cursor: pointer;
  opacity: 1;
}
.hub-module.is-active {
  border-color: var(--tone);
  background: color-mix(in srgb, var(--tone) 14%, transparent);
  box-shadow: 0 0 22px -8px var(--tone);
}
.hub-module.is-locked {
  cursor: default;
  opacity: 0.5;
}
.hub-module-top,
.hub-module-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.hub-module-top i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--tone);
  box-shadow: 0 0 9px var(--tone);
}
.hub-module.is-locked .hub-module-top i {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}
.hub-module-top em {
  padding: 3px 7px;
  border: 1px solid rgba(2, 183, 140, 0.4);
  border-radius: 5px;
  color: #7fe6c6;
  font-family: var(--font-display);
  font-size: 8.5px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
.hub-module.is-locked .hub-module-top em {
  border-color: rgba(255, 255, 255, 0.12);
  color: #6f7888;
}
.hub-module-title b {
  color: #eef1f6;
  font-size: 15px;
  letter-spacing: -0.01em;
}
.hub-module-title strong {
  color: var(--tone);
  font-size: 15px;
  font-weight: 600;
}
.hub-module > span:last-child {
  color: #929bab;
  font-size: 11.5px;
  line-height: 1.5;
}
.hub-panel {
  padding: 22px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.hub-panel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.hub-panel-head h3 {
  color: #f3f5f9;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.hub-panel-head p,
.hub-content-note {
  margin-top: 5px;
  color: #929bab;
  font-size: 12.5px;
  line-height: 1.55;
}
.hub-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.hub-kpi-grid article,
.hub-module-rows article {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.022);
}
.hub-kpi-grid article {
  padding: 12px 14px;
}
.hub-kpi-grid span {
  display: block;
  color: #7c8696;
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}
.hub-kpi-grid b {
  display: block;
  margin-top: 6px;
  color: #eef1f6;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.hub-module-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hub-module-rows article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
}
.hub-module-rows i {
  flex: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dot);
  box-shadow: 0 0 8px var(--dot);
}
.hub-module-rows div {
  flex: 1;
  min-width: 0;
}
.hub-module-rows b,
.hub-module-rows span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hub-module-rows b {
  color: #eef1f6;
  font-size: 13px;
}
.hub-module-rows span {
  margin-top: 2px;
  color: #7c8696;
  font-size: 11px;
}
.hub-module-rows strong {
  flex: none;
  padding: 4px 9px;
  border: 1px solid rgba(2, 183, 140, 0.28);
  border-radius: 6px;
  color: #7fe6c6;
  font-family: var(--font-mono);
  font-size: 11px;
}
.hub-module-rows em {
  display: block;
  height: 5px;
  margin-top: 8px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}
.hub-module-rows em span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent-a), var(--accent-b));
}
.hub-content-note {
  margin-top: 12px;
  color: #6f7888;
  font-size: 11px;
}

.compliance-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 36px;
}
.compliance-list {
  grid-template-columns: repeat(2, 1fr);
  align-content: center;
}
.compliance-list span {
  min-height: 64px;
  padding: 18px 18px 18px 43px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}
.compliance-list span::before {
  left: 18px;
  top: 18px;
}
.faq-section {
  max-width: 980px;
  text-align: center;
}
.faq-intro {
  max-width: 680px;
  margin: 18px auto 0;
}
.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 32px;
  text-align: left;
}
details {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.026);
}
summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  color: var(--text);
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: "+";
  color: #b9a4ff;
  font-family: var(--font-mono);
}
details[open] summary::after {
  content: "\2212";
}
details p {
  max-width: 860px;
  padding: 0 22px 22px;
  color: var(--muted);
}
details p + p {
  margin-top: -8px;
  padding-top: 0;
}

.reveal-drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
}
.reveal-drawer.is-open {
  display: flex;
}
.drawer-panel {
  width: min(92vw, 440px);
  min-height: 100%;
  border-left: 1px solid var(--line);
  background: linear-gradient(180deg, #0e1018, #0a0c12);
  box-shadow: -40px 0 90px -40px rgba(0, 0, 0, 0.9);
  animation: drawerIn 0.32s cubic-bezier(0.22, 1, 0.36, 1) both;
  overflow-y: auto;
}
.drawer-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 12, 18, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.drawer-heading {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.drawer-heading b {
  color: #f3f5f9;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
}
.drawer-heading span {
  color: #7c8696;
  font-size: 11.5px;
}
.drawer-body {
  padding: 20px 22px 22px;
}
.drawer-section-label {
  margin: 20px 0 10px;
  color: #7c8696;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}
.drawer-body > .drawer-section-label:first-child {
  margin-top: 0;
}
.drawer-count-input {
  min-height: 62px;
  padding: 14px;
  border-radius: 13px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
}
.drawer-close {
  float: none;
  width: 30px;
  height: 30px;
  border-radius: 10px;
}
.drawer-panel h2 {
  margin-bottom: 24px;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
}
.drawer-panel label {
  display: block;
  margin-top: 18px;
}
.quality-grid {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.quality-grid button {
  flex: 1 1 0;
  min-height: 74px;
  border-radius: 12px;
  text-align: left;
  padding: 13px;
}
.quality-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}
.drawer-price {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 18px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.025);
}
.drawer-price span {
  color: var(--muted);
}
.drawer-price b {
  font-family: var(--font-mono);
}
.drawer-price .likely-value {
  color: var(--good);
}
.drawer-price .price-note {
  grid-column: 1 / -1;
  margin-top: -4px;
  color: #6f7888;
  font-family: var(--font-mono);
  font-size: 11px;
}
.drawer-guarantee {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #7fe6c6;
  font-size: 12.5px;
}
.drawer-guarantee::before {
  content: "✓";
  font-weight: 700;
}
.drawer-toggle-button {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: none;
  color: #9aa3b0;
  text-align: left;
}
.drawer-toggle-button i {
  position: relative;
  width: 34px;
  height: 18px;
  flex: none;
  border-radius: 999px;
  background: rgba(79, 123, 255, 0.95);
  transition: background 0.18s ease;
}
.drawer-toggle-button i::after {
  position: absolute;
  top: 2px;
  left: 18px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 999px;
  background: #fff;
  transition: transform 0.18s ease;
}
.drawer-toggle-button[aria-pressed="false"] i {
  background: rgba(255, 255, 255, 0.12);
}
.drawer-toggle-button[aria-pressed="false"] i::after {
  transform: translateX(-16px);
}
.drawer-distribution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}
.drawer-distribution-grid button {
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.034);
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 600;
}
.drawer-distribution-grid button.is-active {
  border-color: rgba(79, 123, 255, 0.62);
  background: linear-gradient(120deg, rgba(79, 123, 255, 0.9), rgba(157, 107, 255, 0.9));
  color: #fff;
}
.drawer-split-list {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}
.drawer-split-list span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.022);
  color: #cdd3dd;
  font-size: 12px;
}
.drawer-split-list b {
  color: #aeb6c2;
  font-family: var(--font-mono);
  font-size: 12px;
}
.drawer-payment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}
.drawer-payment button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.034);
  color: var(--text);
  font-weight: 600;
}
.drawer-payment button.is-active {
  border-color: rgba(79, 123, 255, 0.62);
  background: linear-gradient(120deg, rgba(79, 123, 255, 0.9), rgba(157, 107, 255, 0.9));
  color: #fff;
}
.drawer-download-preview {
  width: 100%;
  margin-top: 16px;
}
.paid-intent-email {
  display: grid;
  gap: 8px;
  max-width: 420px;
  margin: 22px 0 18px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.paid-intent-email input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: 600 14px / 1.2 var(--font-sans);
  letter-spacing: 0;
  outline: none;
  padding: 13px 14px;
  text-transform: none;
}
.paid-intent-email input:focus {
  border-color: rgba(79, 123, 255, 0.68);
}
.drawer-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-top: 20px;
}
.drawer-progress span {
  min-height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 10px;
}
.drawer-progress span:first-child {
  border-color: rgba(6, 212, 158, 0.3);
  color: var(--good);
}

.wordmark-svg {
  display: block;
  width: 62px;
  height: 18px;
}

/* Handoff fidelity layer for the Blackglass preview. */
.topbar {
  gap: 28px;
  min-height: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}
.brand {
  gap: 10px;
}
.brand-mark {
  width: 20px;
  height: 20px;
}
.brand-mark::before {
  inset: -5px;
  filter: blur(3px);
}
.brand-mark svg {
  width: 18px;
  height: 18px;
}
.nav-links {
  gap: 24px;
  flex: 1;
  justify-content: flex-start;
}
.nav-links a {
  font-size: 13.5px;
  font-weight: 500;
}
.hero {
  min-height: 0;
  align-items: start;
  padding-top: 46px;
  padding-bottom: 30px;
}
.hero .eyebrow {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 0;
  padding: 6px 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #aeb6c2;
  font-family: var(--font-display);
  font-weight: 600;
}
.hero .eyebrow span {
  width: 6px;
  height: 6px;
  animation: pulseDot 2.6s ease-in-out infinite;
}
.hero h1 {
  max-width: 540px;
  margin-top: 20px;
  font-size: clamp(50px, 4.9vw, 58px);
  font-weight: 600;
  line-height: 1;
  text-wrap: balance;
}
.lead {
  max-width: 560px;
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.55;
}
.lead strong {
  color: #dfe3ea;
  font-weight: 600;
}
.hero-tabs {
  display: flex;
  max-width: 540px;
  gap: 6px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.tab {
  flex: 1;
  min-height: 56px;
  padding: 10px 12px;
  border-radius: 11px;
  font-size: 12.5px;
  font-weight: 600;
}
.tab span {
  margin-bottom: 3px;
  font-size: 9px;
  font-weight: 700;
}
.hero-visualizer {
  max-width: 540px;
  min-height: 312px;
  margin-top: 0;
  border-radius: 16px;
}
.visualizer-live {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.visualizer-live span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #02b78c;
  animation: liveDot 2s ease-in-out infinite;
}
.visualizer-live b {
  color: #7c8696;
  font-family: var(--font-display);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}
.visualizer-panel {
  position: relative;
  min-height: 252px;
  padding: 15px 17px;
  overflow: hidden;
}
.visualizer-panel.is-active {
  align-content: start;
  gap: 12px;
}
.scan-intake {
  display: grid;
  gap: 0;
}
.scan-intake .micro {
  margin-bottom: 10px;
}
.scan-intake div {
  display: flex;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.scan-intake span {
  flex: 0 0 92px;
  color: #7c8696;
  font-size: 10.5px;
}
.scan-intake b {
  min-width: 0;
  color: #dfe3ea;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 500;
}
.typing-caret {
  display: inline-block;
  width: 2px;
  height: 12px;
  margin-left: 2px;
  background: #ffb784;
  vertical-align: -2px;
  animation: blink 1s step-end infinite;
}
.scan-run {
  justify-self: start;
  margin-top: 15px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 150, 70, 0.5);
  border-radius: 10px;
  background: rgba(255, 140, 50, 0.08);
  color: #ffcaa0;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 0 8px -1px rgba(255, 140, 50, 0.45);
  animation: ember 2.4s ease-in-out infinite;
}
.scan-build,
.scan-launch,
.hero-contacts,
.hero-sending {
  display: grid;
  min-height: 222px;
  gap: 12px;
}
.scan-build-head {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.scan-build-head b {
  color: #fff;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.scan-build-head span {
  color: var(--good);
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}
.scan-build-meta {
  color: #8a93a3;
  font-family: var(--font-mono);
  font-size: 10px;
}
.hypothesis-dots,
.scan-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.hypothesis-dots i {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.hypothesis-dots i.is-on {
  background: var(--accent-a);
  box-shadow: 0 0 10px rgba(79, 123, 255, 0.45);
}
.scan-chips span {
  padding: 4px 9px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.025);
  color: #cdd3dd;
  font-size: 10.5px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.scan-chips span.is-on {
  opacity: 1;
  transform: none;
}
.scan-prompt {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(8, 10, 16, 0.86);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  color: #dfe3ea;
  text-align: center;
}
.scan-prompt p {
  max-width: 340px;
  font-size: 13px;
  line-height: 1.55;
}
.scan-prompt b {
  color: #fff;
  font-weight: 600;
}
.scan-prompt .good {
  color: var(--good);
}
.scan-prompt-actions {
  display: inline-flex;
  gap: 9px;
  margin-top: 14px;
}
.scan-prompt-actions span {
  padding: 9px 18px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
}
.scan-prompt-actions span:first-child {
  background: linear-gradient(120deg, var(--accent-a), var(--accent-b));
  color: #fff;
  box-shadow: 0 0 18px -4px var(--accent-a);
}
.scan-prompt-actions span:last-child {
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: var(--faint);
}
.scan-launch {
  position: absolute;
  inset: 0;
  overflow: hidden;
  min-height: 252px;
}
.market-globe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.scan-launch-caption {
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  color: var(--good);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  text-shadow: 0 2px 10px #000;
}
.hero-contacts-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}
.hero-contacts-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #aeb6c2;
  font-family: var(--font-display);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}
.hero-contacts-status i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent-a);
  box-shadow: 0 0 9px 1px var(--accent-a);
}
.hero-contacts-big {
  color: #fff;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.hero-contacts-big small {
  display: block;
  margin-top: 4px;
  color: var(--faint);
  font-family: var(--font-display);
  font-size: 8.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.query-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 6px 0 4px;
}
.query-chips span {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  color: #c7cdd8;
  font-size: 11px;
  opacity: 0.16;
  transition: opacity 0.35s ease, border-color 0.35s ease;
}
.query-chips span.is-on {
  border-color: rgba(110, 168, 255, 0.4);
  opacity: 1;
}
.masked-contact-stack div {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.5s ease, background 0.5s ease;
}
.masked-contact-stack div.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.masked-contact-stack div.is-fresh {
  border-color: rgba(127, 230, 198, 0.55);
  background: rgba(127, 230, 198, 0.07);
}
.masked-contact-stack small {
  display: block;
  margin-top: 4px;
  color: var(--faint);
  font-size: 10.5px;
  font-weight: 400;
}
.masked-contact-stack .verify-check {
  color: var(--good);
  font-size: 10px;
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.masked-contact-stack div.is-verified > span:last-child {
  color: #cfe9df;
}
.masked-contact-stack div.is-verified .verify-check {
  opacity: 1;
}
.hero-kpi-card {
  --kpi-color: #cdd3dd;
  display: grid;
  align-content: start;
  min-width: 0;
  padding: 8px 8px 6px;
}
.hero-sending .kpi-grid {
  display: flex;
  grid-template-columns: none;
  gap: 6px;
  margin-bottom: 13px;
}
.hero-sending .hero-kpi-card {
  flex: 1 1 0;
  min-width: 0;
}
.hero-sending .hero-kpi-card > span {
  display: block;
  color: var(--faint);
  font-family: var(--font-display);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-kpi-card.kpi-blue {
  --kpi-color: #6ea8ff;
}
.hero-kpi-card.kpi-good {
  --kpi-color: #7fe6c6;
}
.hero-kpi-card.kpi-amber {
  --kpi-color: #e3b341;
}
.hero-kpi-card b {
  margin-top: 3px;
  color: var(--kpi-color, #cdd3dd);
  font-size: 16px;
  line-height: 1.05;
}
.hero-kpi-card small {
  color: var(--faint);
  font-size: 8px;
}
.kpi-bars {
  display: flex;
  align-items: end;
  gap: 2px;
  height: 18px;
  margin-top: 5px;
}
.kpi-bars i {
  flex: 1;
  height: var(--bar-h, 12px);
  border-radius: 1px;
  background: var(--kpi-color, #cdd3dd);
  opacity: 0.5;
  transform-origin: bottom;
  animation: barWave 1.6s ease-in-out infinite;
  animation-delay: var(--bar-delay, 0s);
}
.bar-h-1 {
  --bar-h: 10px;
}
.bar-h-2 {
  --bar-h: 14px;
}
.bar-h-3 {
  --bar-h: 18px;
}
.bar-h-4 {
  --bar-h: 22px;
}
.bar-h-5 {
  --bar-h: 26px;
}
.bar-h-6 {
  --bar-h: 30px;
}
.bar-h-7 {
  --bar-h: 34px;
}
.bar-h-8 {
  --bar-h: 38px;
}
.bar-h-9 {
  --bar-h: 42px;
}
.bar-h-10 {
  --bar-h: 46px;
}
.bar-d-0 {
  --bar-delay: 0s;
}
.bar-d-1 {
  --bar-delay: 0.1s;
}
.bar-d-2 {
  --bar-delay: 0.2s;
}
.bar-d-3 {
  --bar-delay: 0.3s;
}
.bar-d-4 {
  --bar-delay: 0.4s;
}
.bar-d-5 {
  --bar-delay: 0.5s;
}
.bar-d-6 {
  --bar-delay: 0.6s;
}
.bar-d-7 {
  --bar-delay: 0.7s;
}
.campaign-row-a {
  --progress: 72%;
}
.campaign-row-b {
  --progress: 88%;
}
.campaign-row-c {
  --progress: 61%;
}
.hero-sending .campaign-rows {
  display: grid;
  gap: 6px;
}
.hero-sending .campaign-rows p {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0 8px;
  padding: 9px 11px;
}
.hero-sending .campaign-rows span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #eef1f6;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}
.hero-sending .campaign-rows b {
  color: var(--good);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.campaign-rows i {
  display: block;
  grid-column: 1 / -1;
  height: 5px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}
.campaign-rows i::before {
  display: block;
  width: var(--progress, 50%);
  height: 100%;
  content: "";
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent-a), var(--accent-b));
  transition: width 0.45s ease;
  transform-origin: left center;
  animation: progressBreath 2.8s ease-in-out infinite;
}
.campaign-rows small {
  display: block;
  grid-column: 1 / -1;
  margin-top: 6px;
  color: var(--faint);
  font-family: var(--font-mono);
  font-size: 9.5px;
}
.hot-badge {
  margin-left: 7px;
  padding: 2px 5px;
  border: 1px solid rgba(227, 179, 65, 0.45);
  border-radius: 4px;
  color: var(--amber);
  font-family: var(--font-display);
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.visualizer-summary {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.hero-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 620px;
}
.hero-visualizer {
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  max-width: 620px;
  min-height: 360px;
  overflow: hidden;
}
.visualizer-live {
  justify-content: space-between;
}
.visualizer-live span {
  background: linear-gradient(120deg, var(--accent-a), var(--good));
}
.visualizer-live b,
.visualizer-live em {
  color: #8a93a3;
  font-family: var(--font-display);
  font-size: 9.5px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}
.visualizer-live em {
  margin-left: auto;
  color: #5f6877;
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
}
.visualizer-panel {
  display: none;
  min-height: 270px;
  padding: 14px 16px 8px;
}
.visualizer-panel.is-active {
  display: block;
}
.visualizer-stage {
  min-height: 250px;
}
.hero-loop {
  position: relative;
  display: grid;
  min-height: 250px;
  gap: 10px;
}
.hero-loop-scan {
  grid-template-columns: 1fr 0.96fr 1fr;
  grid-template-rows: 1fr auto;
}
.hero-loop-contacts {
  grid-template-columns: 1fr 0.75fr 1fr;
  grid-template-rows: auto 1fr auto;
}
.hero-loop-sending {
  grid-template-columns: 0.9fr 1fr 1fr;
  grid-template-rows: 1fr auto auto;
}
.hero-loop-hub {
  grid-template-columns: 1fr;
}
.loop-card,
.loop-core,
.loop-pipeline,
.pace-lane,
.reply-classifier,
.hub-mini-console {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.loop-card {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 11px;
  transition: border-color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.loop-card.is-waiting,
.loop-core.is-waiting,
.loop-pipeline.is-waiting,
.pace-lane.is-waiting,
.reply-classifier.is-waiting {
  opacity: 0.38;
  transform: translateY(4px);
}
.loop-card.is-current,
.loop-core.is-current,
.loop-pipeline.is-current,
.pace-lane.is-current,
.reply-classifier.is-current {
  border-color: rgba(79, 123, 255, 0.46);
  opacity: 1;
  box-shadow: 0 0 28px -20px var(--accent-a), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: none;
}
.loop-card.is-done,
.loop-core.is-done,
.loop-pipeline.is-done,
.pace-lane.is-done,
.reply-classifier.is-done {
  border-color: rgba(2, 183, 140, 0.28);
  opacity: 0.86;
  transform: none;
}
.loop-card .micro,
.loop-core .micro {
  margin: 0;
  color: #7c8696;
  font-family: var(--font-display);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.1;
  text-transform: uppercase;
}
.loop-card div {
  min-width: 0;
}
.loop-card span,
.loop-card small,
.loop-card em,
.loop-card b,
.loop-core span,
.loop-pipeline span,
.pace-lane span,
.reply-classifier span {
  min-width: 0;
}
.loop-brief div {
  display: grid;
  gap: 2px;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.045);
}
.loop-brief span {
  color: #747d8c;
  font-size: 9.5px;
}
.loop-brief b,
.loop-card b {
  color: #dfe3ea;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.25;
}
.loop-card > span {
  color: #9aa3b0;
  font-size: 11px;
  line-height: 1.35;
}
.loop-core {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  overflow: hidden;
  padding: 12px;
}
.research-core {
  grid-column: 2;
  grid-row: 1 / 3;
}
.loop-core > b {
  position: relative;
  z-index: 2;
  color: #eef1f6;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.core-ring {
  position: absolute;
  inset: 30px;
  border: 1px solid rgba(110, 168, 255, 0.22);
  border-radius: 999px;
  animation: spin360 18s linear infinite;
}
.ring-two {
  inset: 46px 24px;
  border-color: rgba(157, 107, 255, 0.2);
  animation-duration: 13s;
  animation-direction: reverse;
}
.ring-three {
  inset: 64px 38px;
  border-color: rgba(2, 183, 140, 0.18);
  animation-duration: 9s;
}
.evidence-stream {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  max-width: 160px;
  margin-top: 14px;
}
.evidence-stream i,
.intent-chips i,
.hub-mini-tabs span,
.export-loop span,
.reply-classifier span,
.approval-gate span,
.inbox-flow span,
.crm-flow span {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.025);
  color: #aeb6c2;
  font-size: 9.5px;
  font-style: normal;
  line-height: 1.1;
}
.evidence-stream i {
  padding: 4px 6px;
  opacity: 0.18;
  transition: opacity 0.25s ease, border-color 0.25s ease;
}
.evidence-stream i.is-on {
  border-color: rgba(110, 168, 255, 0.35);
  opacity: 1;
}
.loop-counter {
  position: absolute;
  right: 10px;
  bottom: 38px;
  z-index: 2;
  display: grid;
  color: #7fe6c6;
  font-family: var(--font-mono);
  font-size: 9px;
  text-align: right;
}
.loop-counter strong {
  color: #fff;
  font-size: 15px;
}
.loop-counter.secondary {
  right: auto;
  bottom: 12px;
  left: 10px;
  color: #8a93a3;
  text-align: left;
}
.buyer-map {
  grid-column: 3;
}
.map-lanes {
  display: grid;
  gap: 5px;
}
.map-lanes span {
  position: relative;
  padding: 5px 7px 5px 18px;
  border-radius: 7px;
  background: rgba(79, 123, 255, 0.08);
  color: #cdd3dd;
  font-size: 10.5px;
}
.map-lanes span::before {
  position: absolute;
  top: 50%;
  left: 7px;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 999px;
  background: var(--accent-a);
  transform: translateY(-50%);
}
.output-pack {
  grid-column: 3;
  border-color: rgba(2, 183, 140, 0.3);
}
.output-pack b,
.contact-pack b,
.campaign-shell b,
.hub-ready b,
.work-arrivals b {
  display: block;
  padding: 5px 7px;
  border-radius: 7px;
  background: rgba(127, 230, 198, 0.055);
  color: #dff8ef;
}
.loop-handoff {
  grid-column: 1 / -1;
  justify-self: end;
  padding: 7px 12px;
  border: 1px solid rgba(2, 183, 140, 0.35);
  border-radius: 999px;
  background: rgba(2, 183, 140, 0.08);
  color: #9af1d4;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  opacity: 0.35;
}
.loop-handoff.is-current,
.loop-handoff.is-done {
  opacity: 1;
  box-shadow: 0 0 20px -12px var(--good);
}
.search-intent {
  grid-column: 1;
  grid-row: 1 / 3;
}
.intent-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.intent-chips i {
  padding: 5px 7px;
  color: #cdd3dd;
}
.free-preview {
  grid-column: 2;
  align-self: start;
  text-align: center;
}
.free-preview strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 22px;
}
.free-preview em {
  color: #8a93a3;
  font-family: var(--font-mono);
  font-size: 12px;
  font-style: normal;
}
.contact-pipeline {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 10px;
  text-align: center;
}
.loop-pipeline span {
  padding: 5px 7px;
  border-radius: 7px;
  background: rgba(79, 123, 255, 0.08);
  color: #dfe3ea;
  font-size: 10px;
  font-weight: 700;
}
.loop-pipeline i {
  justify-self: center;
  width: 1px;
  height: 12px;
  background: linear-gradient(180deg, var(--accent-a), transparent);
}
.loop-pipeline b {
  color: #7fe6c6;
  font-family: var(--font-mono);
  font-size: 9px;
}
.masked-contact-stack {
  grid-column: 3;
  grid-row: 1 / 3;
  display: grid;
  align-content: center;
  gap: 7px;
}
.masked-contact-stack div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
  opacity: 0.12;
  transform: translateY(6px);
}
.masked-contact-stack div.is-visible {
  opacity: 1;
  transform: none;
}
.masked-contact-stack div.is-verified {
  border-color: rgba(127, 230, 198, 0.42);
  background: rgba(127, 230, 198, 0.06);
}
.masked-contact-stack b {
  color: #eef1f6;
  font-size: 11px;
}
.masked-contact-stack small {
  display: block;
  margin-top: 3px;
  color: #7c8696;
  font-size: 9.5px;
}
.masked-contact-stack span:last-child {
  color: #8a93a3;
  font-family: var(--font-mono);
  font-size: 10px;
}
.verify-check {
  color: var(--good);
  font-style: normal;
  opacity: 0;
}
.is-verified .verify-check {
  opacity: 1;
}
.contact-pack {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}
.contact-pack .micro {
  grid-column: 1 / -1;
}
.campaign-shell {
  grid-column: 1;
  grid-row: 1 / 3;
}
.infra-core {
  grid-column: 2;
  grid-row: 1 / 3;
  min-height: 170px;
}
.infra-node {
  position: absolute;
  padding: 6px 8px;
  border: 1px solid rgba(110, 168, 255, 0.24);
  border-radius: 999px;
  background: rgba(79, 123, 255, 0.08);
  color: #dfe3ea;
  font-family: var(--font-mono);
  font-size: 9px;
}
.node-0 {
  top: 18px;
  left: 18px;
}
.node-1 {
  top: 22px;
  right: 16px;
}
.node-2 {
  right: 28px;
  bottom: 22px;
}
.node-3 {
  bottom: 18px;
  left: 18px;
}
.node-4 {
  top: 50%;
  left: 50%;
  color: #7fe6c6;
  transform: translate(-50%, 34px);
}
.pace-lane {
  grid-column: 3;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 12px;
}
.pace-lane span {
  color: #7fe6c6;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.pace-lane i {
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--accent-a), transparent);
  animation: progressBreath 2.3s ease-in-out infinite;
}
.pace-lane small {
  color: #8a93a3;
  font-size: 10px;
}
.reply-classifier {
  grid-column: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  padding: 10px;
}
.reply-classifier span {
  padding: 7px;
  text-align: center;
}
.reply-classifier span.is-hot {
  border-color: rgba(2, 183, 140, 0.38);
  color: #7fe6c6;
}
.hub-ready {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}
.hub-ready .micro {
  grid-column: 1 / -1;
}
.hub-ready span {
  color: #9aa3b0;
  font-size: 11px;
}
.hub-mini-console {
  display: grid;
  gap: 10px;
  min-height: 250px;
  padding: 11px;
}
.hub-mini-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
}
.hub-mini-tabs span {
  padding: 6px 5px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hub-mini-tabs span.is-on {
  border-color: rgba(79, 123, 255, 0.35);
  color: #dfe3ea;
}
.hub-work-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr 1fr;
  grid-template-rows: auto auto;
  gap: 8px;
}
.work-arrivals,
.approval-gate,
.inbox-flow,
.crm-flow,
.export-loop {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.022);
}
.work-arrivals {
  grid-row: 1 / 3;
}
.approval-gate span,
.inbox-flow span,
.crm-flow span,
.export-loop span {
  padding: 6px 7px;
}
.inbox-flow small {
  color: #7c8696;
  font-size: 9.5px;
}
.crm-flow {
  grid-column: 2;
}
.crm-flow em {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(127, 230, 198, 0.32);
  border-radius: 999px;
  color: #7fe6c6;
  font-family: var(--font-mono);
  font-size: 9px;
  font-style: normal;
}
.export-loop {
  grid-column: 3;
  grid-row: 1 / 3;
}
.export-loop b {
  color: #7fe6c6;
  font-size: 11px;
}
.hero-phase-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
  padding: 0 16px 14px;
}
.hero-phase-strip span {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 29px;
  padding: 8px 5px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
}
.hero-phase-strip span::before {
  position: absolute;
  inset: 0;
  width: 0;
  content: "";
  background: linear-gradient(90deg, rgba(79, 123, 255, 0.24), rgba(2, 183, 140, 0.18));
}
.hero-phase-strip .phase-fill-1::before {
  width: 10%;
}
.hero-phase-strip .phase-fill-2::before {
  width: 20%;
}
.hero-phase-strip .phase-fill-3::before {
  width: 30%;
}
.hero-phase-strip .phase-fill-4::before {
  width: 40%;
}
.hero-phase-strip .phase-fill-5::before {
  width: 50%;
}
.hero-phase-strip .phase-fill-6::before {
  width: 60%;
}
.hero-phase-strip .phase-fill-7::before {
  width: 70%;
}
.hero-phase-strip .phase-fill-8::before {
  width: 80%;
}
.hero-phase-strip .phase-fill-9::before {
  width: 90%;
}
.hero-phase-strip .phase-fill-10::before {
  width: 100%;
}
.hero-phase-strip b {
  position: relative;
  display: block;
  overflow: hidden;
  color: #7c8696;
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-phase-strip .is-current b,
.hero-phase-strip .is-done b {
  color: #dfe3ea;
}
.metric-ribbon {
  padding: 11px 13px;
}
.metric-big {
  font-size: 28px;
}
.order-card {
  position: relative;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018));
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 40px 90px -50px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.order-card::before {
  position: absolute;
  inset: -30px -20px auto auto;
  z-index: -1;
  width: 220px;
  height: 220px;
  content: "";
  border-radius: 999px;
  background: radial-gradient(circle, rgba(79, 123, 255, 0.14), transparent 70%);
  filter: blur(20px);
}
.order-card header {
  display: block;
  padding: 16px 20px;
}
.order-summary {
  margin-top: 4px;
  color: #5f6877;
  font-size: 11px;
}
.order-lines {
  gap: 0;
  padding: 8px 12px;
}
.order-line,
.order-line-shell {
  border-radius: 13px;
  opacity: 0.42;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s
    ease;
}
.order-line-shell {
  border: 1px solid transparent;
}
.order-line.is-selected,
.order-line-shell.is-selected {
  opacity: 1;
}
.order-line-shell.is-selected {
  border-color: rgba(79, 123, 255, 0.38);
  background: linear-gradient(90deg, rgba(79, 123, 255, 0.14), rgba(255, 255, 255, 0.02));
  box-shadow: inset 4px 0 0 var(--accent-a);
}
.order-line {
  min-height: auto;
  padding: 12px 13px;
}
.order-line.is-selected {
  box-shadow: none;
}
.order-line-contact.is-selected {
  border-color: transparent;
  background: transparent;
}
.order-line b {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
}
.order-line small {
  margin-top: 3px;
  color: #828b9a;
  font-size: 12px;
  line-height: 1.5;
}
.order-line small mark {
  color: #5f6877;
  background: none;
}
.order-line small .sample-trigger {
  color: #ffb784;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 0 0 9px rgba(255, 150, 70, 0.65);
}
.order-line small .sample-trigger:hover,
.order-line small .sample-trigger.is-downloaded {
  color: #ffd0a8;
  text-shadow: 0 0 14px rgba(255, 165, 90, 0.95);
}
.step-badge {
  padding: 3px 6px;
  border: 1px solid rgba(2, 183, 140, 0.4);
  border-radius: 5px;
  color: #7fe6c6;
  font-family: var(--font-display);
  font-size: 8.5px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
}
.check {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  font-size: 11px;
}
.quantity-control {
  display: grid;
  gap: 8px;
  padding: 0 13px 11px 44px;
}
.quantity-control p {
  color: #5f6877;
  font-size: 10px;
  text-align: center;
}
.qty-row {
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  gap: 8px;
}
.qty-row button {
  min-width: 30px;
  min-height: 30px;
  border-radius: 8px;
}
.qty-row input {
  min-height: 30px;
  border-radius: 8px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
}
.quantity-control input[type="range"] {
  margin: 1px 0;
}
.preset-row {
  gap: 6px;
}
.preset-row button {
  min-height: 29px;
  padding: 5px 11px;
  border-radius: 8px;
  font-size: 11.5px;
  font-weight: 600;
}
.contacts-callout {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 3px 0 0;
  padding: 10px 12px;
  text-align: left;
}
@property --scp2ang {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@keyframes scp2spin {
  to {
    --scp2ang: 360deg;
  }
}
.contacts-callout::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 1.3px;
  border-radius: inherit;
  background: conic-gradient(
    from var(--scp2ang),
    rgba(127, 230, 198, 0) 0deg,
    rgba(127, 230, 198, 0.12) 90deg,
    rgba(127, 230, 198, 0.5) 165deg,
    rgba(190, 255, 228, 0.85) 180deg,
    rgba(127, 230, 198, 0.5) 195deg,
    rgba(127, 230, 198, 0.12) 270deg,
    rgba(127, 230, 198, 0) 360deg
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.7;
  pointer-events: none;
  animation: scp2spin 6.5s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .contacts-callout::before {
    animation: none;
  }
}
.contacts-callout > span:first-child {
  position: relative;
  z-index: 1;
  flex: none;
  color: #7fe6c6;
  font-size: 15px;
}
.contacts-callout > span:nth-child(2) {
  position: relative;
  z-index: 1;
  flex: 1;
  color: #aeb6c2;
  font-size: 11.5px;
  line-height: 1.4;
}
.contacts-callout strong {
  position: relative;
  z-index: 1;
  color: #7fe6c6;
  font-size: 11.5px;
  white-space: nowrap;
}
.order-total {
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.022);
}
.order-total-row,
.then-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}
.order-total-row span,
.then-row span {
  color: #7c8696;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}
.order-total strong {
  margin-top: 0;
  font-size: 30px;
  letter-spacing: 0;
  white-space: nowrap;
}
.order-total small {
  margin-top: 0;
  color: #aeb6c2;
  font-family: var(--font-mono);
}
.then-row {
  margin-top: 7px;
}
.order-actions {
  margin-top: 15px;
  gap: 9px;
}
.order-total > p {
  margin-top: 11px;
  color: #5b6473;
  font-size: 10.5px;
  line-height: 1.5;
}
.btn {
  min-height: 42px;
  border-radius: 11px;
  font-weight: 600;
}
.system-section {
  padding-top: 32px;
}
.section > h2,
.system-section > h2,
.contacts-section > h2,
.scan-section > h2,
.sending-section > h2,
.infra-section > h2,
.hub-section > h2,
.compliance-section > h2,
.faq-section > h2 {
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 600;
}
.system-story-head h2 {
  max-width: 760px;
}
.system-flow {
  position: relative;
  z-index: 1;
  gap: 11px;
}
.system-flow::after {
  position: absolute;
  inset: -26px -18px -22px;
  z-index: -1;
  content: "";
  border-radius: 26px;
  background: radial-gradient(circle at 18% 0%, rgba(127, 230, 198, 0.14), transparent 34%),
    radial-gradient(circle at 80% 100%, rgba(157, 107, 255, 0.12), transparent 36%);
  opacity: 0.82;
  pointer-events: none;
}
.system-phase {
  z-index: 1;
  min-height: 202px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.056), rgba(255, 255, 255, 0.017)),
    radial-gradient(circle at 50% 0%, rgba(157, 107, 255, 0.12), transparent 62%);
  overflow: visible;
}
.system-phase::after {
  position: absolute;
  top: 22px;
  right: -11px;
  z-index: 3;
  width: 22px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(127, 230, 198, 0.65), rgba(157, 107, 255, 0));
}
.system-phase:last-child::after {
  display: none;
}
.system-phase em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 32px;
  border: 1px solid rgba(157, 107, 255, 0.42);
  border-radius: 11px;
  background: rgba(157, 107, 255, 0.09);
  color: #b39dff;
  font-size: 12px;
}
.system-phase b {
  margin-top: 18px;
  font-size: 17px;
  font-weight: 600;
}
.system-phase span {
  margin-top: 9px;
  font-size: 12.5px;
}
.system-phase small {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 6px 8px;
  border: 1px solid rgba(127, 230, 198, 0.2);
  border-radius: 8px;
  background: rgba(127, 230, 198, 0.052);
  color: #98f2d2;
  box-shadow: 0 0 22px -18px #7fe6c6;
}
.quality-lock {
  border-color: rgba(127, 230, 198, 0.16);
  border-radius: 18px;
  background: linear-gradient(110deg, rgba(127, 230, 198, 0.07), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0.016));
  box-shadow: 0 30px 70px -54px rgba(127, 230, 198, 0.72);
}
.quality-lock-copy strong {
  color: #f0f3f8;
}
.contacts-section .eyebrow {
  color: #56d6a6;
}
.contacts-section .section-copy {
  max-width: 720px;
  font-size: 15px;
}
.contacts-section .section-copy b {
  color: #cdd3dd;
  font-weight: 600;
}
.real-run-note {
  display: inline-flex;
  max-width: 870px;
  margin: 16px 0 20px;
  padding: 10px 14px;
}
.real-run-note b {
  color: #eef1f6;
  font-weight: 600;
}
.contact-search-card {
  border-radius: 20px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.search-composer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.search-field {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 18px 20px;
  background: #0b0d14;
}
.search-field span {
  color: #7c8696;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}
.search-field textarea {
  height: 52px;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.03);
  color: #eef1f6;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  resize: none;
  white-space: nowrap;
  overflow: hidden;
}
.search-field textarea:focus {
  outline: none;
  border-color: rgba(86, 214, 166, 0.5);
}
.search-readout {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.012);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.readout-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}
.readout-label {
  flex: none;
  color: #56d6a6;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #dfe3ea;
  font-family: Manrope, sans-serif;
  font-size: 13px;
}
.chip em {
  color: #7c8696;
  font-family: var(--font-display);
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.split-toggle {
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}
.split-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.toggle-switch {
  position: relative;
  flex: none;
  width: 38px;
  height: 21px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  transition: background 0.2s ease;
}
.toggle-switch::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.2s ease;
}
.split-toggle input:checked + .toggle-switch {
  background: #06b78c;
}
.split-toggle input:checked + .toggle-switch::after {
  transform: translateX(17px);
}
.split-toggle input:focus-visible + .toggle-switch {
  outline: 2px solid var(--accent-b);
  outline-offset: 2px;
}
.toggle-text {
  color: #cdd3dd;
  font-size: 13px;
}
.toggle-text em {
  color: #7c8696;
  font-style: normal;
}
.search-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
}
.search-footer > p {
  max-width: 470px;
  color: #8a93a3;
  font-size: 13px;
  line-height: 1.45;
}
.search-footer > p b {
  color: #cdd3dd;
  font-weight: 600;
}
.search-footer-cta {
  display: flex;
  align-items: center;
  gap: 14px;
}
.search-footer-cta > [data-preview-status] {
  color: #7c8696;
  font-family: var(--font-mono);
  font-size: 12px;
  text-align: right;
}
.search-footer-cta > [data-preview-status].is-searching {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.search-footer-cta > [data-preview-status].is-searching::before {
  flex: none;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 999px;
  background: #56d6a6;
  box-shadow: 0 0 18px rgba(86, 214, 166, 0.78);
  animation: liveDot 1.5s ease-in-out infinite;
}
.search-primary {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #2fe0a6, #06b78c);
  color: #04231a;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.search-primary > * {
  position: relative;
  z-index: 1;
}
.search-primary::before {
  position: absolute;
  inset: -35% -45%;
  z-index: 0;
  content: "";
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 45%,
    rgba(255, 255, 255, 0.46) 50%,
    rgba(255, 255, 255, 0.2) 55%,
    transparent 100%
  );
  opacity: 0;
  transform: translateX(-120%) skewX(-18deg);
}
.search-primary:hover {
  filter: brightness(1.06);
}
.search-primary:disabled {
  cursor: wait;
  opacity: 1;
}
.search-primary.is-searching {
  background: linear-gradient(180deg, #75e2b7, #55cda3);
  box-shadow: 0 0 0 1px rgba(127, 230, 198, 0.24), 0 20px 56px -30px rgba(86, 214, 166, 0.86);
}
.search-primary.is-searching::before {
  opacity: 0.62;
  animation: searchButtonSweep 1.45s ease-in-out infinite;
}
.search-motion {
  position: relative;
  display: inline-grid;
  width: 23px;
  height: 23px;
  flex: none;
  place-items: center;
}
.search-motion::before {
  position: absolute;
  inset: -4px;
  content: "";
  border: 1px solid rgba(4, 35, 26, 0.26);
  border-top-color: rgba(4, 35, 26, 0.78);
  border-right-color: rgba(4, 35, 26, 0.48);
  border-radius: 999px;
  opacity: 0;
}
.search-ico {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  transform-origin: center;
}
.search-scan-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  margin: -2.5px 0 0 -2.5px;
  border-radius: 999px;
  background: #04231a;
  box-shadow: 0 0 10px rgba(4, 35, 26, 0.66);
  opacity: 0;
  transform: rotate(0deg) translateX(15px);
  transform-origin: center;
}
.search-primary.is-searching .search-motion::before {
  opacity: 1;
  animation: searchRingOrbit 1.05s linear infinite;
}
.search-primary.is-searching .search-ico {
  animation: searchIconPulse 1.4s ease-in-out infinite;
}
.search-primary.is-searching .search-scan-dot {
  opacity: 1;
  animation: searchDotOrbit 1.05s linear infinite;
}
.preview-hero {
  grid-template-columns: auto minmax(176px, 0.34fr) minmax(0, 1fr) auto;
}
.preview-count-card {
  padding: 14px 16px;
  border: 1px solid rgba(86, 214, 166, 0.25);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(6, 212, 158, 0.11), rgba(90, 115, 255, 0.07));
}
.preview-count-card span,
.preview-count-card em {
  display: block;
  color: #8a93a3;
  font-family: var(--font-display);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.preview-count-card strong {
  display: block;
  margin: 4px 0;
  color: #f7f9ff;
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.95;
}
.preview-copy h3 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 600;
  line-height: 1.05;
}
.preview-copy h3 span {
  color: #7fe6c6;
}
.preview-copy p {
  margin-top: 6px;
  max-width: 560px;
  color: #9aa3b0;
  font-size: 13px;
  line-height: 1.45;
}
.preview-table.is-unavailable .preview-hero {
  border-bottom: 0;
}
.preview-table.is-unavailable .preview-count-card {
  border-color: rgba(126, 230, 198, 0.18);
  background: linear-gradient(135deg, rgba(126, 230, 198, 0.08), rgba(255, 255, 255, 0.03));
}
.preview-table.is-unavailable .preview-count-card strong {
  color: #9aa3b0;
}
.preview-table.is-unavailable .preview-copy h3 {
  color: #eef2f8;
}
.preview-table.is-unavailable .preview-copy p {
  max-width: 720px;
}
.reveal-inline {
  min-height: 48px;
}
.contact-fineprint {
  margin-top: 10px;
  color: #4d5665;
  font-size: 10.5px;
  line-height: 1.5;
}
.scan-section {
  padding-top: 44px;
}
.scan-section > h2 {
  max-width: 780px;
  font-size: clamp(34px, 3.3vw, 40px);
  line-height: 1.06;
}
.specimen-grid {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 36px 0 38px;
}
.specimen-grid article {
  flex: 1 1 0;
  min-width: 160px;
  max-width: 216px;
  padding: 16px 16px 18px;
  border-radius: 15px;
}
.sample-plan-actions {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}
.faq-section {
  max-width: 820px;
}
.faq-list {
  gap: 9px;
}
details {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}
summary {
  padding: 17px 20px;
  font-weight: 600;
}
details p {
  padding: 0 20px 18px;
  font-size: 14px;
  line-height: 1.6;
}
details p + p {
  margin-top: -6px;
}
.checkout-gate {
  position: fixed;
  inset: 0;
  z-index: 210;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.checkout-gate.is-open {
  display: flex;
}
.checkout-gate-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 5, 9, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.checkout-card {
  position: relative;
  width: 420px;
  max-width: 94vw;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, #0e1018, #0a0c12);
  box-shadow: 0 50px 110px -40px rgba(0, 0, 0, 0.95);
  overflow: hidden;
  animation: drawerIn 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.checkout-header,
.checkout-title-row,
.checkout-total-row,
.checkout-recurring-row {
  display: flex;
  align-items: center;
}
.checkout-header {
  justify-content: space-between;
  gap: 10px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.checkout-title-row {
  gap: 10px;
}
.checkout-title-row b,
.checkout-step h3,
.checkout-done h3 {
  color: #f3f5f9;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.01em;
}
.checkout-title-row b,
.checkout-step h3 {
  font-size: 16px;
}
.checkout-title-row span:not(.checkout-glyph),
.checkout-step p,
.checkout-fineprint,
.checkout-status {
  color: #9aa3b0;
  font-size: 12.5px;
  line-height: 1.55;
}
.checkout-glyph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(127, 230, 198, 0.36);
  border-radius: 9px;
  background: rgba(127, 230, 198, 0.08);
  color: #7fe6c6;
}
.checkout-step {
  display: none;
  padding: 18px;
}
.checkout-step.is-active {
  display: block;
}
.checkout-section-label {
  margin-bottom: 11px;
  color: #7c8696;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}
.checkout-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.checkout-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.022);
}
.checkout-line b,
.checkout-line span {
  display: block;
}
.checkout-line b {
  color: #eef1f6;
  font-size: 13px;
}
.checkout-line span {
  margin-top: 2px;
  color: #7c8696;
  font-size: 10.5px;
}
.checkout-line strong {
  flex: none;
  color: #dfe3ea;
  font-family: var(--font-mono);
  font-size: 12.5px;
}
.checkout-total-row,
.checkout-recurring-row {
  justify-content: space-between;
  gap: 12px;
}
.checkout-total-row {
  align-items: baseline;
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.checkout-total-row span {
  color: #7c8696;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}
.checkout-total-row b {
  color: #fff;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.checkout-recurring-row {
  align-items: baseline;
  margin-top: 5px;
}
.checkout-recurring-row span {
  color: #6f7888;
  font-size: 11.5px;
}
.checkout-recurring-row b {
  color: #aeb6c2;
  font-family: var(--font-mono);
  font-size: 11.5px;
}
.checkout-primary {
  width: 100%;
  margin-top: 16px;
}
.checkout-back {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  background: none;
  color: #9aa3b0;
  font-size: 11.5px;
  font-weight: 600;
}
.checkout-email {
  margin-top: 15px;
}
.checkout-done {
  padding: 18px;
  border: 1px solid rgba(2, 183, 140, 0.3);
  border-radius: 14px;
  background: rgba(2, 183, 140, 0.06);
}
.checkout-done h3 {
  color: #7fe6c6;
  font-size: 18px;
}
.checkout-done .btn {
  width: 100%;
  margin-top: 15px;
}
.site-footer {
  position: relative;
  z-index: 1;
  margin-top: 0;
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.25);
  color: var(--muted);
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 32px 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 30px;
}
.footer-brand {
  max-width: 280px;
}
.footer-logo-row,
.footer-social,
.footer-bottom,
.footer-bottom div {
  display: flex;
  align-items: center;
}
.footer-logo-row {
  gap: 10px;
}
.footer-logo-row b {
  color: #eef1f6;
  font-family: var(--font-display);
  font-size: 17px;
}
.footer-brand p {
  margin-top: 14px;
  color: #7c8696;
  font-size: 13px;
  line-height: 1.65;
}
.footer-social {
  gap: 14px;
  margin-top: 20px;
}
.footer-social a,
.footer-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6f7888;
}
.footer-social a:hover {
  color: #eef1f6;
}
.footer-social svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-col b {
  color: #5f6877;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-col a,
.footer-bottom a {
  color: #9aa3b0;
  text-decoration: none;
}
.footer-col a {
  font-size: 13.5px;
}
.footer-col a:hover,
.footer-bottom a:hover {
  color: #eef1f6;
}
.footer-bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.footer-bottom span,
.footer-bottom a {
  color: #6f7888;
  font-size: 12.5px;
}
.footer-bottom div {
  flex-wrap: wrap;
  gap: 24px;
}

@keyframes ahum {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.92);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}
@keyframes aglow {
  0%,
  100% {
    filter: drop-shadow(0 0 6px rgba(6, 212, 158, 0.75));
  }
  50% {
    filter: drop-shadow(0 0 18px rgba(6, 212, 158, 0.95));
  }
}
@keyframes aglitch {
  0%,
  89%,
  100% {
    transform: translate(0, 0) skewX(0deg);
  }
  90% {
    transform: translate(-1.5px, 0.7px) skewX(-9deg);
  }
  91.5% {
    transform: translate(1.6px, -0.7px) skewX(9deg);
  }
  93% {
    transform: translate(-0.9px, 0.3px) skewX(-3deg);
  }
  94.5% {
    transform: translate(0.7px, -0.3px) skewX(0deg);
  }
  96% {
    transform: translate(0, 0);
  }
}
@keyframes aghostC {
  0%,
  89%,
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
  90% {
    opacity: 0.85;
    transform: translate(-2.4px, 1.1px);
  }
  93% {
    opacity: 0.55;
    transform: translate(-1.1px, 0.4px);
  }
  95.5% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
@keyframes aghostM {
  0%,
  89.5%,
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
  91% {
    opacity: 0.8;
    transform: translate(2.4px, -1.1px);
  }
  94% {
    opacity: 0.5;
    transform: translate(1.1px, -0.4px);
  }
  96% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
@keyframes blink {
  0%,
  45% {
    opacity: 1;
  }
  46%,
  100% {
    opacity: 0;
  }
}
@keyframes pulseDot {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes liveDot {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 8px #02b78c;
  }
  50% {
    opacity: 0.4;
    box-shadow: 0 0 3px #02b78c;
  }
}
@keyframes barWave {
  0%,
  100% {
    transform: scaleY(0.5);
  }
  50% {
    transform: scaleY(1);
  }
}
@keyframes progressBreath {
  0%,
  100% {
    transform: scaleX(0.985);
  }
  50% {
    transform: scaleX(1);
  }
}
@keyframes searchButtonSweep {
  0% {
    transform: translateX(-120%) skewX(-18deg);
  }
  100% {
    transform: translateX(120%) skewX(-18deg);
  }
}
@keyframes searchRingOrbit {
  0% {
    transform: rotate(0deg) scale(0.94);
  }
  50% {
    transform: rotate(180deg) scale(1.02);
  }
  100% {
    transform: rotate(360deg) scale(0.94);
  }
}
@keyframes searchDotOrbit {
  0% {
    transform: rotate(0deg) translateX(15px);
  }
  100% {
    transform: rotate(360deg) translateX(15px);
  }
}
@keyframes searchIconPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}
@keyframes ember {
  0%,
  100% {
    border-color: rgba(255, 150, 70, 0.5);
    box-shadow: 0 0 8px -1px rgba(255, 140, 50, 0.45);
  }
  50% {
    border-color: rgba(255, 180, 110, 0.85);
    box-shadow: 0 0 17px 2px rgba(255, 155, 65, 0.85);
  }
}
@keyframes drawerIn {
  from {
    opacity: 0;
    transform: translateX(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.explainer-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(680px, 1.18fr);
  gap: 34px;
  align-items: center;
  min-height: min(760px, calc(100vh - 84px));
  padding-top: 48px;
  padding-bottom: 36px;
}
.explainer-copy {
  max-width: 560px;
}
.explainer-copy h1 {
  max-width: 560px;
}
.hero-actions,
.hero-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.hero-proof-strip {
  margin-top: 22px;
}
.hero-proof-strip span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.026);
  color: #aeb6c2;
  font-size: 12px;
  font-weight: 600;
}
.explainer-machine {
  position: relative;
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    #0b0f17;
  box-shadow: 0 34px 70px -48px rgba(0, 0, 0, 0.92), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.explainer-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 38px;
  padding: 0 2px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}
.explainer-status span {
  min-width: 0;
  color: #f3f5f8;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
.explainer-status b {
  flex: 0 0 auto;
  color: #7fe6c6;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
}
.explainer-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  min-height: 178px;
}
.explainer-beam {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 3%;
  width: 7%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6ea8ff, #7fe6c6);
  box-shadow: 0 0 22px rgba(110, 168, 255, 0.42);
  transform: translateY(-50%);
}
.explainer-node {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: 174px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.082);
  border-radius: 8px;
  background: rgba(10, 14, 22, 0.94);
  opacity: 0.62;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}
.explainer-node em {
  color: #7c8696;
  font-family: var(--font-mono);
  font-size: 10px;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}
.explainer-node b {
  margin-top: 20px;
  color: #f3f5f8;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.06;
}
.explainer-node span {
  margin-top: 10px;
  color: #9aa4b3;
  font-size: 12px;
  line-height: 1.42;
}
.explainer-node.is-complete {
  border-color: rgba(127, 230, 198, 0.24);
  opacity: 0.82;
}
.explainer-node.is-active {
  border-color: rgba(127, 230, 198, 0.55);
  background: linear-gradient(180deg, rgba(127, 230, 198, 0.095), rgba(110, 168, 255, 0.035)),
    #0c121d;
  opacity: 1;
  box-shadow: 0 18px 40px -30px rgba(127, 230, 198, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.explainer-detail {
  min-height: 142px;
}
.detail-card {
  display: none;
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.032);
}
.detail-card.is-active {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 13px;
  align-content: start;
}
.detail-card span {
  grid-row: 1 / 3;
  color: #7fe6c6;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
}
.detail-card b {
  color: #f5f7fb;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.08;
}
.detail-card p {
  max-width: 690px;
  margin: 0;
  color: #aeb6c2;
  font-size: 15px;
  line-height: 1.55;
}
.explainer-buy-bridge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(110, 168, 255, 0.24);
  border-radius: 8px;
  background: rgba(110, 168, 255, 0.055);
}
.explainer-buy-bridge span {
  color: #e5e9f0;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
}
.order-section {
  gap: 28px;
  padding-top: 54px;
}
.order-section > .section-copy {
  display: grid;
  max-width: 790px;
  gap: 12px;
  margin: 0 auto;
}
.order-section > .section-copy .eyebrow {
  justify-self: center;
  margin-bottom: 0;
}
.order-section > .section-copy h2 {
  margin: 0;
}
.order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: 40px;
  align-items: start;
  width: min(1180px, 100%);
  margin: 0 auto;
}
.order-layout .order-card {
  width: 100%;
  max-width: none;
}
.order-intro {
  align-self: start;
  min-width: 0;
}
.order-intro h2 {
  margin-top: 14px;
}
.order-intro .section-copy {
  max-width: 460px;
  margin-top: 16px;
}
.order-intro .section-copy b {
  color: #eef1f6;
  font-weight: 600;
}
.order-steps {
  display: grid;
  gap: 17px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.order-steps li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.order-steps em {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(157, 107, 255, 0.4);
  border-radius: 9px;
  background: rgba(157, 107, 255, 0.08);
  color: #a58cff;
  font-family: var(--font-mono);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}
.order-steps li span {
  color: #aeb6c2;
  font-size: 14px;
  line-height: 1.5;
}
.order-steps li b {
  color: #eef1f6;
  font-weight: 600;
}
.order-footnotes {
  display: grid;
  gap: 10px;
}
.order-footnotes article {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.028);
}
.order-footnotes span {
  color: #f0f3f7;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
}
.order-footnotes p {
  margin: 8px 0 0;
  color: #9aa4b3;
  font-size: 13px;
  line-height: 1.48;
}

@media (max-width: 1100px) {
  .explainer-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .explainer-copy {
    max-width: 760px;
  }
  .explainer-map {
    min-height: 150px;
  }
  .explainer-node {
    min-height: 150px;
  }
  .order-layout {
    grid-template-columns: 1fr;
  }
  .order-footnotes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .topbar {
    padding-left: 22px;
    padding-right: 22px;
  }
  .nav-links {
    gap: 18px;
  }
  .hero,
  .system-section,
  .sending-section {
    grid-template-columns: 1fr;
  }
  .order-card,
  .scale-card {
    width: 100%;
    max-width: none;
  }
  .hero h1,
  .lead {
    max-width: 760px;
  }
  .hero-tabs,
  .hero-visualizer {
    max-width: none;
  }
  .specimen-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(158px, 1fr);
    grid-template-columns: none;
  }
  .system-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .system-flow::before,
  .system-phase::after {
    display: none;
  }
  .system-phase {
    min-height: 168px;
    padding: 17px;
  }
  .quality-lock {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .scale-metrics,
  .tile-grid,
  .infra-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .hub-modules,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    font-size: 15px;
  }
  .topbar {
    position: sticky;
    align-items: center;
  }
  .nav-links {
    display: none;
  }
}

@media (max-width: 680px) {
  .section {
    padding: 36px 18px;
  }
  .hero {
    min-height: 0;
    padding-top: 42px;
  }
  .explainer-hero {
    gap: 24px;
    padding-top: 36px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .lead {
    font-size: 16px;
  }
  .system-section {
    padding-top: 26px;
  }
  .system-story-head h2 {
    max-width: none;
  }
  .system-flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .system-phase {
    min-height: 0;
    padding: 16px;
  }
  .system-phase::before {
    top: 18px;
    right: 16px;
  }
  .system-phase b {
    margin-top: 14px;
  }
  .system-phase small {
    margin-top: 14px;
  }
  .quality-lock {
    padding: 18px;
  }
  .quality-lock-copy strong {
    font-size: 19px;
  }
  .quality-lock ul {
    grid-template-columns: 1fr;
  }
  .hero-actions,
  .explainer-buy-bridge {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .btn,
  .explainer-buy-bridge .btn {
    width: 100%;
  }
  .hero-proof-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .explainer-machine {
    padding: 14px;
  }
  .explainer-status {
    align-items: flex-start;
    flex-direction: column;
  }
  .explainer-map {
    grid-auto-flow: column;
    grid-auto-columns: minmax(136px, 1fr);
    grid-template-columns: none;
    min-height: 0;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .explainer-beam {
    display: none;
  }
  .explainer-node {
    min-width: 136px;
    min-height: 0;
  }
  .explainer-node b {
    margin-top: 8px;
    font-size: 21px;
  }
  .explainer-detail {
    display: grid;
    gap: 10px;
    min-height: 0;
  }
  .detail-card {
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr);
  }
  .detail-card.is-active {
    display: grid;
  }
  .detail-card b {
    font-size: 20px;
  }
  .order-footnotes {
    grid-template-columns: 1fr;
  }
  .specimen-grid {
    justify-content: flex-start;
  }
  .terminal-grid,
  .pipeline,
  .kpi-grid,
  .search-composer,
  .search-field,
  .search-readout,
  .check-grid,
  .scale-metrics,
  .infra-metrics,
  .tile-grid,
  .hub-modules,
  .hub-kpi-grid,
  .compliance-section,
  .compliance-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .tab {
    min-height: 62px;
    padding: 11px 9px;
    font-size: 12.5px;
  }
  .tab span {
    margin-bottom: 5px;
    font-size: 9px;
  }
  .hero-visualizer {
    min-height: 0;
  }
  .visualizer-live {
    display: grid;
    grid-template-columns: auto auto;
    gap: 7px;
  }
  .visualizer-live em {
    margin-left: 0;
    text-align: right;
  }
  .visualizer-panel {
    min-height: 0;
    padding: 12px;
  }
  .visualizer-stage,
  .hero-loop {
    min-height: 0;
  }
  .hero-loop-scan,
  .hero-loop-contacts,
  .hero-loop-sending,
  .hub-work-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .research-core,
  .buyer-map,
  .output-pack,
  .search-intent,
  .free-preview,
  .contact-pipeline,
  .masked-contact-stack,
  .contact-pack,
  .campaign-shell,
  .infra-core,
  .pace-lane,
  .reply-classifier,
  .hub-ready,
  .work-arrivals,
  .crm-flow,
  .export-loop {
    grid-column: auto;
    grid-row: auto;
  }
  .loop-core {
    min-height: 158px;
  }
  .contact-pack,
  .hub-ready {
    grid-template-columns: 1fr;
  }
  .hub-mini-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-phase-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 0 12px 12px;
  }
  .hero-phase-strip b {
    font-size: 7px;
    white-space: normal;
  }
  .order-card header,
  .preview-table header {
    grid-template-columns: 1fr;
  }
  .order-line {
    grid-template-columns: auto 1fr;
  }
  .order-line em {
    grid-column: 2;
  }
  .qty-row {
    grid-template-columns: 44px 1fr 44px;
  }
  .qty-row button,
  .preset-row button,
  .focused-tabs button,
  .btn-small,
  .drawer-close {
    min-height: 44px;
  }
  .contacts-callout {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }
  .contacts-callout a {
    white-space: normal;
  }
  .search-footer {
    align-items: stretch;
    flex-direction: column;
  }
  .search-footer > p {
    max-width: none;
  }
  .search-footer-cta {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }
  .search-footer-cta > [data-preview-status],
  .search-footer-cta > [data-preview-status].is-searching {
    justify-content: flex-start;
    text-align: left;
  }
  .search-primary {
    justify-content: center;
    width: 100%;
  }
  .search-field {
    align-items: start;
  }
  .search-side {
    padding: 18px;
  }
  .search-readout > [data-preview-status] {
    grid-row: auto;
    justify-self: start;
    white-space: normal;
  }
  .hub-console {
    margin-left: -4px;
    margin-right: -4px;
  }
  .hub-chrome {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }
  .hub-chrome div {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .hub-chrome b {
    white-space: normal;
  }
  .hub-panel {
    min-height: 0;
    padding: 16px;
  }
  .hub-panel-head {
    align-items: stretch;
    flex-direction: column;
  }
  .hub-panel-head .btn {
    width: 100%;
  }
  .table-shell {
    overflow-x: visible;
  }
  table {
    min-width: 0;
  }
  table,
  thead,
  tbody,
  tr,
  td {
    display: block;
  }
  thead {
    display: none;
  }
  tbody {
    display: grid;
    gap: 10px;
    padding: 0 14px 16px;
  }
  tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px 12px;
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.024);
  }
  tbody tr.empty-row {
    grid-template-columns: 1fr;
  }
  td {
    min-width: 0;
    padding: 0;
    border: 0;
    overflow-wrap: anywhere;
  }
  td::before {
    display: block;
    margin-bottom: 3px;
    color: var(--faint);
    content: attr(data-label);
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  td[colspan] {
    grid-column: 1 / -1;
  }
  .hub-panel {
    padding: 18px;
  }
  .quality-grid {
    grid-template-columns: 1fr;
  }
  .footer-inner {
    padding-left: 18px;
    padding-right: 18px;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) and (prefers-reduced-motion: reduce) {
  .detail-card {
    display: grid;
  }
}

@media (max-width: 420px) {
  .order-actions {
    display: grid;
  }
  .order-actions .btn {
    width: 100%;
  }
}

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