@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --black: #05070b;
  --panel: #080d14;
  --blue: #0a3dff;
  --green: #00c980;
  --yellow: #f3c947;
  --coral: #e85a68;
  --platinum: #e8e6df;
  --line: rgba(232, 230, 223, 0.14);
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); overflow-x: clip; }
section[id] { scroll-margin-top: 120px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--platinum);
  font-family: "DM Sans", Arial, sans-serif;
  background:
    radial-gradient(circle at 78% 2%, rgba(10, 61, 255, 0.09), transparent 26%),
    radial-gradient(circle at 48% 0, rgba(232, 230, 223, 0.035), transparent 28%),
    linear-gradient(180deg, #05070b, #070b11 48%, #05070b);
  overflow-x: hidden;
}

body.page-company {
  background:
    radial-gradient(circle at 84% 4%, rgba(118, 130, 152, 0.07), transparent 24%),
    radial-gradient(circle at 45% 0, rgba(232, 230, 223, 0.03), transparent 26%),
    linear-gradient(180deg, #05070b, #090d14 48%, #05070b);
}

body.page-product {
  background:
    radial-gradient(circle at 82% 4%, rgba(10, 61, 255, 0.12), transparent 24%),
    radial-gradient(circle at 92% 14%, rgba(0, 201, 128, 0.075), transparent 18%),
    radial-gradient(circle at 45% 0, rgba(232, 230, 223, 0.035), transparent 24%),
    linear-gradient(180deg, #05070b, #07101c 48%, #05070b);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: 0.05;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.45) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(#000, transparent 84%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, b, strong { font-family: "Manrope", Arial, sans-serif; }

.shell { width: min(100%, var(--max)); margin: 0 auto; padding-inline: 32px; }
.skip { position: fixed; top: -60px; left: 20px; z-index: 999; padding: 10px 14px; background: #fff; color: #000; }
.skip:focus { top: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 9px 0 8px;
  border-bottom: 0;
  background:
    radial-gradient(circle at 16% 0, rgba(232, 230, 223, 0.045), transparent 24%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.98), rgba(5, 7, 11, 0.9));
  backdrop-filter: blur(20px);
  transition: background 0.45s ease, padding 0.35s ease;
}
.page-product .site-header {
  background:
    radial-gradient(circle at 14% 0, rgba(10, 61, 255, 0.12), transparent 26%),
    radial-gradient(circle at 88% 0, rgba(0, 201, 128, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.98), rgba(5, 7, 11, 0.9));
}
.page-company .site-header {
  background:
    radial-gradient(circle at 16% 0, rgba(232, 230, 223, 0.045), transparent 24%),
    radial-gradient(circle at 88% 0, rgba(120, 140, 160, 0.045), transparent 22%),
    linear-gradient(180deg, rgba(5, 7, 11, 0.98), rgba(5, 7, 11, 0.9));
}
.site-header.scrolled { background: rgba(5, 7, 11, 0.96); }
.header-inner {
  width: min(calc(100% - 56px), var(--max));
  position: relative;
  min-height: 82px;
  margin: 0 auto;
  padding: 14px 30px 28px;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto minmax(190px, 1fr);
  align-items: start;
  gap: 28px;
  overflow: hidden;
  border: 1px solid rgba(232, 230, 223, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 56%),
    radial-gradient(circle at 12% 12%, rgba(232, 230, 223, 0.065), transparent 24%),
    rgba(5, 8, 13, 0.9);
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.header-inner::before,
.header-inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.header-inner::before {
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(232, 230, 223, 0.055), transparent 16%),
    radial-gradient(circle at 88% 80%, rgba(118, 130, 152, 0.055), transparent 26%),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.24));
}
.header-inner::after {
  left: 0;
  right: 0;
  bottom: -4px;
  z-index: 1;
  height: 84px;
  opacity: 0.92;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center 58%;
  background-size: 100% 100%;
}
.header-inner--product {
  border-color: rgba(55, 112, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 56%),
    radial-gradient(circle at 16% 20%, rgba(10, 61, 255, 0.13), transparent 24%),
    radial-gradient(circle at 88% 70%, rgba(0, 201, 128, 0.1), transparent 26%),
    rgba(5, 8, 13, 0.91);
}
.header-inner--product::after { background-image: none; }
.header-inner--company {
  border-color: rgba(232, 230, 223, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 56%),
    radial-gradient(circle at 14% 14%, rgba(232, 230, 223, 0.06), transparent 22%),
    radial-gradient(circle at 86% 74%, rgba(150, 181, 159, 0.045), transparent 28%),
    rgba(5, 8, 13, 0.92);
}

.brand { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 14px; width: max-content; }
.brand-mark {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.brand-text { display: flex; flex-direction: column; gap: 4px; }
.brand-title { font-size: 23px; font-weight: 500; letter-spacing: 0; }
.brand-title span {
  background: linear-gradient(100deg, #2f79ff, var(--green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.brand-subtitle { color: #7fd390; font-size: 9px; letter-spacing: 0.18em; }
.page-company .brand-subtitle { color: #96b59f; }
.nav { position: relative; z-index: 2; display: flex; gap: 28px; align-self: start; padding-top: 5px; color: #c7cac6; font-size: 14px; }
.nav a { position: relative; padding: 10px 0; }
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, rgba(129, 213, 143, 0.85), transparent);
  transition: transform 0.22s ease;
}
.nav a:hover::after { transform: scaleX(1); }
.nav a:hover, .text-link:hover, .footer-cols a:hover { color: #fff; }
.header-cta { position: relative; z-index: 2; justify-self: end; align-self: start; margin-top: 0; }
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(232, 230, 223, 0.22);
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  transition: 0.2s ease;
}
.pill:hover { transform: translateY(-1px); border-color: rgba(232, 230, 223, 0.5); }
.primary, .header-cta {
  border: 0;
  background: linear-gradient(105deg, var(--blue), #087bea 56%, var(--green));
  box-shadow: 0 12px 38px rgba(10, 61, 255, 0.18);
}
.page-company .primary,
.page-company .header-cta:not(.header-cta--ghost) {
  background: linear-gradient(105deg, #16315f, #2a4c79 56%, #527565);
  box-shadow: 0 12px 34px rgba(30, 54, 88, 0.22);
}
.header-cta--ghost { border: 1px solid rgba(232, 230, 223, 0.28); background: rgba(232, 230, 223, 0.03); box-shadow: none; }
.menu-button { position: relative; z-index: 3; display: none; }

.hero { display: grid; align-items: center; gap: 40px; padding-top: 22px; padding-bottom: 30px; }
.company-hero { grid-template-columns: 0.95fr 1.05fr; min-height: calc(100svh - 112px); }
.product-hero { grid-template-columns: 0.92fr 1.08fr; min-height: calc(100svh - 112px); }
.eyebrow, .kicker { margin: 0; color: #81d58f; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; }
.hero-copy h1 {
  max-width: 660px;
  margin: 14px 0 16px;
  font-size: 66px;
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 500;
}
.lead { max-width: 620px; color: #aab0ad; font-size: 18px; line-height: 1.55; }
.actions { display: flex; align-items: center; gap: 22px; margin-top: 24px; }
.text-link { color: #daddd9; font-size: 14px; }
.text-link span { margin-left: 8px; color: #78d68a; }
.trust-row { display: flex; gap: 22px; margin-top: 30px; color: #808783; font-size: 12px; }
.trust-row span::before { content: "+"; margin-right: 8px; color: #79c886; }

.company-panel, .app-window, .layer-map, .note-card, .quote, .pilot, .module, .use-grid article, .steps li, .product-band__card, .legal-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent), var(--panel);
}

.company-panel { position: relative; overflow: hidden; border-radius: 24px; box-shadow: 0 28px 82px rgba(0, 0, 0, 0.46); }
.company-panel::before,
.app-window::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(232, 230, 223, 0.08), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(0, 201, 128, 0.08), transparent 30%);
  opacity: 0.75;
}
.company-panel__header { display: flex; justify-content: space-between; align-items: center; padding: 24px 28px 0; }
.company-panel__header p, .company-panel__header span { margin: 0; color: #8f9791; font-size: 12px; }
.company-panel__header strong { display: block; margin-top: 8px; font-size: 22px; font-weight: 500; }
.company-panel__body { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 22px 28px 28px; }
.company-panel__body article {
  min-height: 158px;
  padding: 20px;
  border: 1px solid rgba(232, 230, 223, 0.1);
  border-radius: 22px;
  background: rgba(6, 11, 18, 0.72);
}
.company-panel__body article small, .spotlight-card small { color: #76d188; font-size: 12px; }
.company-panel__body h3, .spotlight-card h3 { margin: 12px 0 10px; font-size: 26px; font-weight: 500; }
.company-panel__body p, .spotlight-card p { margin: 0; color: #9ca39e; line-height: 1.65; }
.spotlight-card {
  grid-column: 1 / -1;
  background:
    radial-gradient(circle at 15% 20%, rgba(10, 61, 255, 0.16), transparent 38%),
    radial-gradient(circle at 85% 25%, rgba(0, 201, 128, 0.12), transparent 30%),
    rgba(6, 11, 18, 0.88);
}
.spotlight-card a, .module a, .note-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #81d58f; font-size: 13px; }
.operator-stage { position: relative; min-height: 470px; display: flex; align-items: center; }
.stage-glow { position: absolute; inset: 9% -5%; background: radial-gradient(circle, rgba(10, 61, 255, 0.11), rgba(0, 201, 128, 0.04) 42%, transparent 68%); filter: blur(12px); }
.app-window { position: relative; width: 100%; overflow: hidden; border-radius: 22px; box-shadow: 0 30px 82px rgba(0, 0, 0, 0.56), 0 0 44px rgba(10, 61, 255, 0.07); transform: perspective(1200px) rotateY(-1.2deg); transition: transform 0.55s ease, box-shadow 0.55s ease; }
.app-window:hover { transform: perspective(1200px) rotateY(0deg) translateY(-2px); box-shadow: 0 34px 95px rgba(0, 0, 0, 0.62), 0 0 58px rgba(10, 61, 255, 0.13); }
.app-top { height: 64px; display: flex; align-items: center; gap: 18px; padding: 0 20px; border-bottom: 1px solid var(--line); }
.mini-brand { display: flex; align-items: center; gap: 8px; margin-right: auto; font-weight: 600; }
.mini-brand img { width: 25px; height: 25px; object-fit: contain; }
.interface-label {
  padding: 6px 9px;
  border: 1px solid rgba(232, 230, 223, 0.1);
  border-radius: 999px;
  color: #7c8581;
  background: rgba(255, 255, 255, 0.018);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.status { display: flex; gap: 7px; align-items: center; padding: 7px 11px; border: 1px solid rgba(0, 201, 128, 0.16); border-radius: 999px; color: #91b79c; font-size: 10px; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.avatar { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #182234; font-size: 9px; }
.app-body { display: grid; grid-template-columns: 132px 1fr; min-height: 382px; }
.app-body aside { padding: 22px 12px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 7px; color: #656e6a; font-size: 10px; }
.app-body aside span { padding: 10px; border-radius: 7px; }
.app-body aside .active { color: #fff; background: rgba(10, 61, 255, 0.15); }
.workspace { padding: 24px; }
.workspace-head { display: flex; justify-content: space-between; align-items: center; }
.workspace-head small, .flow-head span { color: #65be78; font-size: 9px; letter-spacing: 0.1em; }
.workspace-head h3 { margin: 6px 0; font-size: 19px; font-weight: 500; }
.workspace-head button { border: 1px solid var(--line); border-radius: 8px; padding: 8px 12px; background: #0d1520; color: #c8cdca; font-size: 10px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
.metric-grid article { min-height: 92px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #090f18; }
.metric-grid small, .metric-grid span { display: block; color: #6f7773; font-size: 9px; }
.metric-grid b { display: block; margin: 10px 0; font-size: 22px; }
.bar { height: 4px; border-radius: 4px; background: #182231; }
.bar i { display: block; width: 92%; height: 100%; background: linear-gradient(90deg, var(--blue), var(--green)); }
.flow { margin-top: 11px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(120deg, rgba(10, 61, 255, 0.05), rgba(0, 201, 128, 0.025)); }
.flow-head { display: flex; justify-content: space-between; font-size: 10px; }
.nodes { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; }
.nodes > div { display: grid; grid-template-columns: 28px 1fr; column-gap: 8px; align-items: center; }
.nodes i { grid-row: 1 / 3; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(0, 201, 128, 0.27); border-radius: 8px; color: #73cf84; font-style: normal; font-size: 8px; }
.nodes b { font-size: 9px; }
.nodes small { font-size: 7px; color: #65706b; }
.nodes em { width: 35px; height: 1px; background: linear-gradient(90deg, var(--blue), var(--green)); }
.float-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 13px; border: 1px solid rgba(232, 230, 223, 0.16); border-radius: 13px; background: rgba(8, 13, 20, 0.92); box-shadow: 0 20px 40px #000; }
.float-card small, .float-card span { display: block; color: #7e8681; font-size: 8px; }
.float-card b { font-size: 10px; }
.float-card i { width: 28px; height: 28px; border-radius: 8px; background: radial-gradient(circle, var(--green), rgba(0, 201, 128, 0.14)); }
.fc-one { left: -25px; bottom: 90px; }
.fc-two { right: -18px; top: 120px; }
.fc-two b { margin-left: 12px; color: #75d088; }

.section { padding-top: 78px; padding-bottom: 78px; }
.section--compact { padding-top: 56px; padding-bottom: 56px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; border-top: 1px solid var(--line); }
.section h2 { margin: 18px 0; font-size: 58px; line-height: 1.07; letter-spacing: 0; font-weight: 500; }
.problem-copy > p, .section-head > p, .note-card > p:not(.kicker), .pilot > p, .footer-brand p { color: #999f9c; font-size: 18px; line-height: 1.7; }
.signal-list { display: grid; margin-top: 36px; border-top: 1px solid var(--line); }
.signal-list span { padding: 18px 0; border-bottom: 1px solid var(--line); color: #c7cbc8; }
.signal-list i { margin-right: 20px; color: #6ac67c; font-style: normal; font-size: 11px; }
.section-head { max-width: 790px; }
.section-head > p { max-width: 700px; }
.section-head--modules { max-width: 980px; }
.section-head--modules h2 { font-size: 48px; }
.section-head--modules > p:last-child { max-width: 780px; font-size: 17px; }

.layer-map {
  position: relative;
  min-height: 570px;
  margin-top: 60px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle, rgba(10, 61, 255, 0.12), transparent 32%),
    radial-gradient(circle at 60% 50%, rgba(0, 201, 128, 0.05), transparent 45%),
    #070b11;
}
.layer-map::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image: radial-gradient(#5b8 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: radial-gradient(circle, #000, transparent 66%);
}
.orbit { position: absolute; border: 1px solid rgba(0, 201, 128, 0.15); border-radius: 50%; }
.orbit-a { width: 420px; height: 420px; }
.orbit-b { width: 680px; height: 310px; }
.layer-core {
  position: relative;
  z-index: 2;
  width: 190px;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(232, 230, 223, 0.22);
  border-radius: 50%;
  background: #080e17;
  box-shadow: 0 0 80px rgba(10, 61, 255, 0.16);
}
.layer-core img { width: 80px; height: 80px; object-fit: contain; }
.layer-core b { font-size: 18px; }
.layer-core span { color: #718079; font-size: 10px; }
.satellite { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 999px; background: #0a1018; font-size: 12px; }
.satellite i { width: 7px; height: 7px; border-radius: 50%; background: #70ca81; }
.s1 { top: 15%; left: 14%; }
.s2 { top: 18%; right: 14%; }
.s3 { bottom: 15%; left: 13%; }
.s4 { right: 11%; bottom: 18%; }
.s5 { top: 48%; right: 6%; }

.module-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; margin-top: 28px; }
.module-grid--premium {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.module-grid--premium .module,
.module-grid--premium .module:nth-last-child(2),
.module-grid--premium .module:last-child {
  grid-column: span 1;
}
.module { grid-column: span 4; min-height: 182px; padding: 22px; border-radius: 20px; transition: transform 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease; }
.module:hover, .use-grid article:hover { transform: translateY(-2px); border-color: rgba(0, 201, 128, 0.24); }
.page-product .module {
  background:
    radial-gradient(circle at 14% 0, rgba(10, 61, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
    var(--panel);
}
.module-grid:not(.module-grid--premium) .module:nth-last-child(2),
.module-grid:not(.module-grid--premium) .module:last-child { grid-column: span 6; }
.module-grid--premium .module {
  min-height: 170px;
  padding: 18px 16px 16px;
  background:
    radial-gradient(circle at 100% 0, rgba(10, 61, 255, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
    #080d14;
}
.module-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}
.module-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(232, 230, 223, 0.12);
  border-radius: 14px;
  background:
    radial-gradient(circle at 28% 20%, rgba(10, 61, 255, 0.18), transparent 48%),
    rgba(8, 13, 20, 0.86);
  color: #d8ece0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.module-icon svg { width: 20px; height: 20px; }
.module-tag { display: inline-flex; align-items: center; min-height: 32px; padding: 0 12px; border: 1px solid rgba(0, 201, 128, 0.2); border-radius: 999px; color: #88d898; font-size: 12px; }
.module h3 { margin: 12px 0 8px; font-size: 21px; font-weight: 500; letter-spacing: 0; }
.module p { margin: 0; color: #909794; line-height: 1.65; }
.module-grid--premium .module h3 { margin-top: 0; font-size: 18px; line-height: 1.25; }
.module-grid--premium .module p { font-size: 14px; line-height: 1.55; }

.steps {
  list-style: none;
  padding: 0;
  margin: 55px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.steps li { min-height: 220px; padding: 28px; border-right: 1px solid var(--line); }
.steps li:last-child { border-right: 0; }
.steps span, .use-grid span { color: #6bca7e; font-size: 11px; }
.steps div { margin-top: 56px; }
.steps b { font-size: 20px; font-weight: 500; }
.steps p, .use-grid p, .quote > span, .footer-cols a, .footer-bottom { color: #858c88; }
.steps p, .use-grid p { line-height: 1.65; }

.use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 50px; }
.use-grid article { min-height: 198px; padding: 24px; border-radius: 20px; display: flex; flex-direction: column; justify-content: flex-start; transition: transform 0.45s ease, border-color 0.45s ease; }
.use-grid h3 { margin: 20px 0 14px; font-size: 24px; font-weight: 500; }
.use-grid--modules { grid-template-columns: repeat(3, 1fr); }

.insight-band { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 18px; }
.note-card, .quote, .pilot { border-radius: 24px; }
.note-card { padding: 44px; }
.note-card h2 { margin: 18px 0; font-size: 46px; font-weight: 500; }
.note-card > div { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 35px; }
.draft { display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; border: 1px solid rgba(221, 173, 65, 0.25); border-radius: 999px; color: #bea75e; font-size: 11px; }
.quote {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px;
  background: radial-gradient(circle at 50% 25%, rgba(0, 201, 128, 0.08), transparent 30%), var(--panel);
}
.quote img { width: 80px; height: 80px; object-fit: contain; margin-bottom: auto; }
.quote blockquote { margin: 46px 0 18px; font: 500 22px/1.5 "Manrope", Arial, sans-serif; }
.pilot {
  padding: 56px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 120%, rgba(0, 201, 128, 0.12), transparent 44%),
    radial-gradient(circle at 50% 0, rgba(10, 61, 255, 0.14), transparent 48%),
    var(--panel);
}
.pilot h2 { max-width: 850px; margin: 22px auto; font-size: 58px; font-weight: 500; }
.pilot > p { max-width: 700px; margin: 0 auto; }
.pilot .actions { justify-content: center; }

.product-band {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.product-band__intro {
  min-width: 0;
  display: flex;
  align-items: stretch;
}

.product-band .section-head {
  max-width: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 286px;
}

.product-band .section-head h2 {
  max-width: 560px;
  font-size: 54px;
}

.product-band .section-head h2 span {
  display: block;
}

.product-band .section-head h2 span:last-child {
  white-space: nowrap;
}

.product-band__card {
  margin-top: 0;
  padding: 30px;
  border-radius: 24px;
  min-height: 286px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 15% 12%, rgba(10, 61, 255, 0.15), transparent 28%),
    radial-gradient(circle at 84% 20%, rgba(0, 201, 128, 0.09), transparent 22%),
    var(--panel);
}
.product-band__lockup { display: flex; align-items: center; gap: 16px; }
.product-band__lockup img { width: 56px; height: 56px; }
.product-band__lockup strong { display: block; font-size: 30px; font-weight: 500; letter-spacing: 0; }
.product-band__lockup strong span {
  background: linear-gradient(100deg, #2f79ff, var(--green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.product-band__lockup small { color: #8c9790; font-size: 14px; }
.product-band__copy { max-width: 760px; margin: 20px 0 24px; color: #a0a8a2; font-size: 18px; line-height: 1.65; }
.product-band__modules { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 28px; }
.product-band__modules span { display: inline-flex; align-items: center; min-height: 38px; padding: 0 14px; border: 1px solid rgba(232, 230, 223, 0.12); border-radius: 999px; color: #cfd4d0; }

.footer { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding-top: 48px; padding-bottom: 30px; border-top: 1px solid var(--line); }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-cols div { display: flex; flex-direction: column; gap: 11px; }
.footer-cols b { margin-bottom: 7px; color: #eee; font-size: 12px; }
.footer-cols a { color: #7e8581; font-size: 12px; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 30px; border-top: 1px solid var(--line); font-size: 11px; }

.article-page { min-height: 100vh; }
.simple-header {
  padding: 0;
  border-bottom: 1px solid rgba(232, 230, 223, 0.08);
}
.simple-header .header-inner {
  width: min(100%, var(--max));
  min-height: 82px;
  padding: 0 32px;
  grid-template-columns: 1fr auto;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.simple-header .header-inner::before,
.simple-header .header-inner::after { display: none; }
.simple-header .back { position: relative; z-index: 2; color: #9ba19e; font-size: 13px; }
.insights-hero, .article-wrap { padding-top: 100px; padding-bottom: 100px; }
.insights-hero h1, .article-wrap h1 { max-width: 900px; margin: 20px 0; font: 500 clamp(52px, 7vw, 88px) / 1 "Manrope", Arial, sans-serif; letter-spacing: 0; }

.legal-hero {
  padding-top: 96px;
  padding-bottom: 36px;
}

.legal-hero h1 {
  max-width: 900px;
  margin: 18px 0;
  font: 500 76px / 1 "Manrope", Arial, sans-serif;
  letter-spacing: 0;
}

.legal-hero p:not(.kicker) {
  max-width: 720px;
  color: #9ba19e;
  font-size: 18px;
  line-height: 1.7;
}

.legal-content {
  padding-bottom: 100px;
}

.legal-card {
  max-width: 920px;
  padding: 42px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent),
    var(--panel);
  color: #b9beba;
  font-size: 17px;
  line-height: 1.75;
}

.legal-card h2,
.legal-card h3 {
  color: var(--platinum);
  font-weight: 500;
}

.legal-card h2 {
  margin: 0 0 20px;
  font-size: 30px;
}

.legal-card h3 {
  margin: 34px 0 8px;
  font-size: 18px;
}

.legal-card a {
  color: #88d898;
}

.legal-card ul {
  margin: 14px 0 22px;
  padding-left: 22px;
}

.legal-section {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.legal-section:first-child {
  padding-top: 0;
  border-top: 0;
}
.insights-hero > p, .article-deck { max-width: 720px; color: #9ba19e; font-size: 19px; line-height: 1.7; }
.insight-list { padding-bottom: 120px; }
.insight-item { display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 35px; padding: 38px 0; border-top: 1px solid var(--line); }
.insight-item:last-child { border-bottom: 1px solid var(--line); }
.insight-item small { color: #6fc580; letter-spacing: 0.08em; }
.insight-item h2 { margin: 0; font-size: 30px; }
.insight-item p { color: #858d88; }
.article-meta { display: flex; gap: 20px; align-items: center; margin-top: 30px; color: #727b76; font-size: 12px; }
.article-body { max-width: 760px; margin: 0 auto; padding: 0 28px 120px; color: #b8bdb9; font-size: 18px; line-height: 1.85; }
.article-body h2 { margin-top: 55px; color: #eee; font-size: 34px; }
.article-body .review-box { margin: 40px 0; padding: 22px; border: 1px solid rgba(221, 173, 65, 0.25); border-radius: 14px; background: rgba(221, 173, 65, 0.04); color: #c5b36f; font-size: 14px; }
.article-body blockquote { margin: 50px 0; padding-left: 24px; border-left: 2px solid var(--green); color: #e0e2df; font: 500 27px/1.55 "Manrope", Arial, sans-serif; }

@media (max-width: 1050px) {
  section[id] { scroll-margin-top: 112px; }
  .site-header { padding: 8px 0; }
  .header-inner {
    width: min(calc(100% - 28px), var(--max));
    grid-template-columns: 1fr auto;
    min-height: 80px;
    padding: 12px 22px 24px;
    border-radius: 20px;
  }
  .header-inner::after { height: 66px; bottom: -8px; opacity: 0.86; }
  .simple-header .header-inner { width: 100%; min-height: 78px; padding: 0 22px; }
  .menu-button {
    display: flex;
    width: 45px;
    height: 45px;
    padding: 11px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #0b111a;
  }
  .menu-button i { height: 1px; background: #fff; }
  .nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 24px;
    right: 24px;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(8, 13, 20, 0.98);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.42);
  }
  .nav.open { display: flex; }
  .nav a { padding: 13px; }
  .header-cta { display: none; }
  .company-hero, .product-hero, .split, .insight-band, .footer, .product-band { grid-template-columns: 1fr; }
  .company-hero, .product-hero { min-height: auto; }
  .hero-copy h1 { font-size: 60px; }
  .section h2 { font-size: 48px; }
  .legal-hero h1 { font-size: 60px; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .module, .module-grid .module:nth-last-child(2), .module-grid .module:last-child { grid-column: span 1; }
  .module-grid--premium { grid-template-columns: repeat(3, 1fr); }
  .module-grid--premium .module:last-child { grid-column: span 3; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps li:nth-child(2) { border-right: 0; }
  .steps li:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .company-panel__body, .use-grid, .footer-cols { grid-template-columns: 1fr 1fr; }
  .spotlight-card { grid-column: span 2; }
  .footer-bottom { grid-column: 1; }
  .fc-one { left: 10px; }
  .fc-two { right: 10px; }
}

@media (max-width: 700px) {
  .shell { padding-inline: 20px; }
  section[id] { scroll-margin-top: 94px; }
  .site-header { padding: 6px 0; }
  .header-inner {
    width: min(calc(100% - 18px), var(--max));
    min-height: 72px;
    padding: 9px 15px 18px;
    border-radius: 18px;
    gap: 12px;
  }
  .header-inner::after { height: 52px; bottom: -6px; opacity: 0.82; }
  .brand { gap: 10px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-title { font-size: 20px; }
  .brand-subtitle { max-width: 185px; font-size: 8px; letter-spacing: 0.13em; }
  .simple-header .header-inner { width: 100%; min-height: 74px; padding: 0 16px; }
  .simple-header .brand-subtitle { display: none; }
  .nav { top: 70px; left: 14px; right: 14px; }
  .hero { min-height: auto; padding-top: 26px; padding-bottom: 42px; gap: 28px; }
  .hero-copy h1 { font-size: 48px; }
  .lead { font-size: 17px; }
  .actions { align-items: flex-start; flex-direction: column; }
  .trust-row { flex-wrap: wrap; gap: 12px 20px; margin-top: 24px; }
  .app-window { transform: none; }
  .app-body, .company-panel__body, .use-grid, .footer-cols { grid-template-columns: 1fr; }
  .app-body aside, .float-card { display: none; }
  .workspace { padding: 15px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-grid article:last-child { display: none; }
  .nodes > div { grid-template-columns: 1fr; text-align: center; }
  .nodes i { grid-row: auto; margin: auto; }
  .nodes small { display: none; }
  .nodes em { width: 12px; }
  .section { padding-top: 68px; padding-bottom: 68px; }
  .section--compact { padding-top: 48px; padding-bottom: 48px; }
  .section h2, .note-card h2 { font-size: 38px; }
  .product-band .section-head,
  .product-band__card { min-height: auto; }
  .product-band .section-head { justify-content: flex-start; }
  .product-band .section-head h2 { font-size: 38px; }
  .product-band .section-head h2 span:last-child { white-space: normal; }
  .layer-map { min-height: 500px; }
  .orbit-a { width: 300px; height: 300px; }
  .orbit-b { width: 480px; height: 230px; }
  .layer-core { width: 150px; height: 150px; }
  .layer-core img { width: 64px; height: 64px; }
  .satellite { font-size: 10px; padding: 10px; }
  .s1 { top: 10%; left: 6%; }
  .s2 { top: 12%; right: 5%; }
  .s3 { bottom: 11%; left: 5%; }
  .s4 { right: 5%; bottom: 12%; }
  .s5 { top: 56%; right: 2%; }
  .module-grid, .steps { grid-template-columns: 1fr; }
  .module { grid-column: span 1; min-height: auto; }
  .module-showcase { gap: 14px; }
  .module-grid--premium { grid-template-columns: 1fr; }
  .module-grid--premium .module:last-child { grid-column: span 1; }
  .module-grid--premium .module { min-height: auto; }
  .steps li { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .steps div { margin-top: 30px; }
  .note-card, .quote { padding: 28px; }
  .note-card > div { align-items: flex-start; flex-direction: column; }
  .pilot { padding: 48px 24px; }
  .pilot h2 { font-size: 42px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .insight-item { grid-template-columns: 1fr; gap: 8px; }
  .insights-hero, .article-wrap { padding-top: 70px; }
  .insights-hero h1, .article-wrap h1 { font-size: 50px; }
  .article-body { font-size: 17px; padding-inline: 20px; }
  .article-meta { flex-wrap: wrap; }
  .legal-hero { padding-top: 60px; }
  .legal-hero h1 { font-size: 46px; }
  .legal-card { padding: 26px; font-size: 16px; }
}

@media (max-width: 900px) {
  .interface-label { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* Premium V2 rebuild — 2026-07-25 */
:root {
  --black: #04070b;
  --panel: #080d14;
  --panel-raised: #0a111b;
  --navy: #061229;
  --blue: #0a3dff;
  --green: #00c980;
  --noble: #0b2f2a;
  --platinum: #e8e6df;
  --muted: #a7ada9;
  --line: rgba(232, 230, 223, 0.12);
  --line-strong: rgba(232, 230, 223, 0.2);
  --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
}

body {
  background:
    radial-gradient(circle at 78% -8%, rgba(10, 61, 255, 0.1), transparent 27%),
    radial-gradient(circle at 96% 22%, rgba(0, 201, 128, 0.045), transparent 18%),
    linear-gradient(180deg, #04070b 0%, #07101a 48%, #04070b 100%);
}

body.page-company {
  background:
    radial-gradient(circle at 80% -6%, rgba(141, 155, 177, 0.08), transparent 28%),
    radial-gradient(circle at 90% 16%, rgba(72, 116, 91, 0.045), transparent 19%),
    linear-gradient(180deg, #04070b 0%, #090e15 48%, #04070b 100%);
}

body::before {
  opacity: 0.026;
  background-size: 96px 96px;
  mask-image: linear-gradient(#000, transparent 72%);
}

section[id] { scroll-margin-top: 84px; }

.site-header {
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(232, 230, 223, 0.08);
  background: rgba(4, 7, 11, 0.88);
  backdrop-filter: blur(22px) saturate(130%);
  transition: background 0.5s var(--ease-premium), box-shadow 0.5s var(--ease-premium);
}

.page-product .site-header,
.page-company .site-header {
  background: rgba(4, 7, 11, 0.88);
}

.site-header.scrolled {
  background: rgba(4, 7, 11, 0.97);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}

.header-inner {
  width: min(calc(100% - 64px), var(--max));
  min-height: 82px;
  padding: 10px 0 14px;
  grid-template-columns: minmax(265px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 28px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.header-inner::before {
  inset: auto -50vw 0;
  z-index: 0;
  height: 54px;
  opacity: 0.2;
  background:
    radial-gradient(ellipse at 24% 100%, rgba(232, 230, 223, 0.11), transparent 27%),
    radial-gradient(ellipse at 78% 100%, rgba(92, 144, 112, 0.08), transparent 28%);
}

.header-inner::after {
  left: -50vw;
  right: -50vw;
  bottom: -3px;
  height: 56px;
  z-index: 0;
  opacity: 0.46;
  background-size: 100% 100%;
  background-position: 50% 52%;
  filter: saturate(0.62) brightness(1.15);
  animation: none;
}

.header-inner--product::after {
  opacity: 0.64;
  filter: saturate(0.92) brightness(1.3);
}

.header-inner--company::after {
  opacity: 0.38;
  filter: grayscale(0.28) saturate(0.52) brightness(1.18);
}

.brand { gap: 12px; }
.brand-mark {
  width: 42px;
  height: 42px;
}
.brand-title { font-size: 22px; line-height: 1; }
.brand-subtitle { font-size: 8px; line-height: 1.35; }
.nav {
  align-self: center;
  padding-top: 0;
  gap: 26px;
  font-size: 13px;
}
.nav a { padding: 11px 0; }
.header-cta { align-self: center; }

.pill {
  position: relative;
  overflow: hidden;
  min-height: 43px;
  backdrop-filter: blur(14px) saturate(1.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
  box-shadow:
    0 8px 26px rgba(0, 0, 0, 0.18),
    inset 1px 1px 0 rgba(255, 255, 255, 0.16),
    inset -1px -1px 0 rgba(0, 0, 0, 0.22),
    inset 0 0 12px rgba(255, 255, 255, 0.035);
  transition:
    transform 0.28s var(--ease-premium),
    border-color 0.28s ease,
    box-shadow 0.35s ease,
    filter 0.35s ease;
}
.pill:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}
.primary:hover,
.page-product .header-cta:hover {
  box-shadow: 0 16px 44px rgba(10, 61, 255, 0.28), 0 8px 26px rgba(0, 201, 128, 0.1);
}
.page-company .primary:hover {
  box-shadow: 0 16px 40px rgba(43, 72, 105, 0.28);
}

.hero {
  gap: clamp(36px, 5vw, 72px);
  padding-top: 34px;
  padding-bottom: 48px;
}
.company-hero,
.product-hero {
  min-height: calc(100svh - 83px);
}
.company-hero { grid-template-columns: minmax(0, 0.96fr) minmax(500px, 1.04fr); }
.product-hero { grid-template-columns: minmax(0, 0.94fr) minmax(520px, 1.06fr); }
.hero-copy h1 {
  max-width: 690px;
  margin: 15px 0 18px;
  font-size: clamp(50px, 4.8vw, 68px);
  line-height: 1.01;
  letter-spacing: -0.045em;
}
.company-hero .hero-copy h1 { max-width: 720px; }
.lead {
  max-width: 640px;
  color: #adb4b0;
  font-size: clamp(17px, 1.35vw, 19px);
}
.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #7dd68e;
  letter-spacing: 0.1em;
}
.eyebrow::before,
.kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 16px rgba(0, 201, 128, 0.46);
}
.page-company .eyebrow,
.page-company .kicker { color: #92b49a; }
.trust-row { gap: 18px 24px; margin-top: 28px; }
.trust-row span::before { content: "✓"; }

.company-stage,
.operator-stage { isolation: isolate; }
.company-stage::before,
.operator-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 6% -4% 2%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10, 61, 255, 0.11), transparent 66%);
  filter: blur(18px);
}
.company-stage { position: relative; }
.company-stage::before {
  background: radial-gradient(circle, rgba(115, 137, 153, 0.09), transparent 66%);
}

.company-panel,
.app-window {
  border-color: rgba(232, 230, 223, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.032), transparent 32%),
    linear-gradient(180deg, #0a1018, #070c13);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}
.company-panel__body article {
  min-height: 132px;
  padding: 17px;
  transition:
    transform 0.42s var(--ease-premium),
    border-color 0.42s ease,
    background 0.42s ease;
}
.company-panel__body h3,
.spotlight-card h3 {
  margin: 9px 0 8px;
  font-size: 22px;
}
.company-panel__body p,
.spotlight-card p {
  font-size: 14px;
  line-height: 1.52;
}
.spotlight-card a { margin-top: 12px; }
.company-panel__body article:hover {
  transform: translateY(-3px);
  border-color: rgba(146, 180, 154, 0.2);
  background: rgba(8, 15, 23, 0.94);
}
.spotlight-card {
  background:
    radial-gradient(circle at 14% 18%, rgba(10, 61, 255, 0.13), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(0, 201, 128, 0.08), transparent 28%),
    rgba(6, 11, 18, 0.92) !important;
}
.operator-stage { min-height: 450px; }
.app-window {
  transform: perspective(1300px) rotateY(-1.2deg) rotateX(0.35deg);
  animation: operatorFloat 7s ease-in-out infinite;
}
.status i { animation: statusPulse 2.8s ease-in-out infinite; }
.bar i { transform-origin: left; animation: barLoad 1.3s var(--ease-premium) both 0.35s; }

.section { padding-top: 70px; padding-bottom: 70px; }
.section--compact { padding-top: 52px; padding-bottom: 52px; }
.section h2 {
  font-size: clamp(42px, 4.5vw, 58px);
  letter-spacing: -0.04em;
}
.split { gap: clamp(50px, 7vw, 96px); }
.section-head > p,
.problem-copy > p,
.note-card > p:not(.kicker),
.pilot > p,
.footer-brand p { color: #9da5a0; }

.use-grid { margin-top: 32px; }
.use-grid article,
.module,
.note-card,
.quote,
.pilot,
.product-band__card,
.legal-card,
.insight-item {
  transition:
    transform 0.42s var(--ease-premium),
    border-color 0.42s ease,
    box-shadow 0.42s ease,
    background-color 0.42s ease;
}
.use-grid article:hover,
.module:hover,
.note-card:hover,
.product-band__card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 201, 128, 0.22);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
}
.page-company .use-grid article:hover,
.page-company .note-card:hover,
.page-company .product-band__card:hover {
  border-color: rgba(146, 180, 154, 0.2);
}

#modules {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.section-head--modules { max-width: 860px; }
.section-head--modules h2 { font-size: clamp(39px, 3.7vw, 50px); }
.module-grid--premium {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.module-grid--premium .module,
.module-grid--premium .module:nth-last-child(2),
.module-grid--premium .module:last-child {
  grid-column: auto;
  min-height: 178px;
  padding: 17px 16px 16px;
}
.module-icon {
  width: 40px;
  height: 40px;
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.4s ease,
    transform 0.4s var(--ease-premium);
}
.module:hover .module-icon {
  color: #fff;
  border-color: rgba(0, 201, 128, 0.32);
  box-shadow: 0 0 30px rgba(0, 201, 128, 0.1);
  transform: translateY(-2px);
}
.module-tag {
  min-height: 29px;
  padding: 0 10px;
  font-size: 10px;
}
.module-grid--premium .module h3 { font-size: 17px; }
.module-grid--premium .module p { font-size: 13px; line-height: 1.58; }

.steps--premium {
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 0, rgba(10, 61, 255, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent),
    rgba(7, 12, 19, 0.92);
}
.steps--premium li {
  min-height: 190px;
  background: transparent;
}
.steps--premium li:hover {
  background: rgba(255, 255, 255, 0.018);
}
.steps--premium div { margin-top: 42px; }

.product-band { gap: 42px; }
.product-band .section-head,
.product-band__card { min-height: 300px; }
.product-band .section-head h2 { font-size: clamp(43px, 4.1vw, 55px); }
.product-band__card {
  background:
    radial-gradient(circle at 12% 10%, rgba(10, 61, 255, 0.14), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(0, 201, 128, 0.07), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
    #080e16;
}
.note-card,
.quote,
.pilot { overflow: hidden; }
.pilot { position: relative; }
.pilot::before {
  content: "";
  position: absolute;
  inset: auto 8% -60% 8%;
  height: 220px;
  border-radius: 50%;
  background: rgba(0, 201, 128, 0.11);
  filter: blur(50px);
  animation: ambientGlow 8s ease-in-out infinite alternate;
}
.pilot > * { position: relative; z-index: 1; }

.footer {
  margin-top: 20px;
  padding-top: 46px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.008), transparent);
}
.footer-brand p { max-width: 360px; font-size: 15px; }
.footer-cols a { transition: color 0.22s ease, transform 0.22s ease; }
.footer-cols a:hover { transform: translateX(2px); }

.insights-hero,
.article-wrap {
  padding-top: 86px;
  padding-bottom: 72px;
}
.insights-hero h1,
.article-wrap h1 {
  letter-spacing: -0.045em;
}
.insight-item {
  position: relative;
  padding-inline: 18px;
  border-radius: 18px;
}
.insight-item:hover {
  background: rgba(255, 255, 255, 0.018);
  transform: translateX(4px);
}
.legal-hero { padding-top: 76px; }
.legal-card { box-shadow: 0 28px 76px rgba(0, 0, 0, 0.22); }
.not-found-hero { min-height: calc(100svh - 300px); display: flex; flex-direction: column; justify-content: center; }

.js [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
}
.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.72s var(--ease-premium),
    transform 0.72s var(--ease-premium);
}
.js [data-reveal] [data-reveal-item] {
  opacity: 0;
  transform: translateY(14px);
}
.js [data-reveal].is-visible [data-reveal-item] {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.68s var(--ease-premium),
    transform 0.68s var(--ease-premium);
}
.js [data-reveal].is-visible [data-reveal-item]:nth-child(2) { transition-delay: 0.08s; }
.js [data-reveal].is-visible [data-reveal-item]:nth-child(3) { transition-delay: 0.14s; }
.js [data-reveal].is-visible [data-reveal-item]:nth-child(4) { transition-delay: 0.2s; }
.js [data-reveal].is-visible [data-reveal-item]:nth-child(5) { transition-delay: 0.26s; }

@keyframes operatorFloat {
  0%, 100% { transform: perspective(1300px) rotateY(-1.2deg) rotateX(0.35deg) translateY(0); }
  50% { transform: perspective(1300px) rotateY(-0.7deg) rotateX(0.15deg) translateY(-4px); }
}
@keyframes statusPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 201, 128, 0.24); }
  50% { box-shadow: 0 0 0 5px rgba(0, 201, 128, 0); }
}
@keyframes barLoad {
  from { transform: scaleX(0.25); opacity: 0.45; }
  to { transform: scaleX(1); opacity: 1; }
}
@keyframes ambientGlow {
  from { transform: translateX(-3%) scale(0.94); opacity: 0.62; }
  to { transform: translateX(3%) scale(1.06); opacity: 0.92; }
}

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: minmax(250px, 1fr) auto minmax(150px, 1fr); gap: 20px; }
  .nav { gap: 19px; }
  .company-hero,
  .product-hero { grid-template-columns: 0.95fr 1.05fr; }
  .module-grid--premium { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .module-grid--premium .module:last-child { grid-column: auto; }
  #modules { min-height: auto; }
}

@media (max-width: 1050px) {
  section[id] { scroll-margin-top: 76px; }
  .site-header { padding: 0; overflow: visible; }
  .header-inner {
    width: min(calc(100% - 36px), var(--max));
    min-height: 74px;
    padding: 8px 0 12px;
    border-radius: 0;
  }
  .header-inner::after { height: 46px; bottom: -2px; }
  .header-inner::before,
  .header-inner::after { left: 0; right: 0; }
  .nav {
    position: fixed;
    top: 76px;
    left: 18px;
    right: 18px;
    padding: 14px;
    border-radius: 18px;
    backdrop-filter: blur(22px);
  }
  .company-hero,
  .product-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 58px;
    padding-bottom: 70px;
  }
  .company-stage,
  .operator-stage { max-width: 780px; width: 100%; }
  .module-grid--premium .module:last-child { grid-column: auto; }
}

@media (max-height: 820px) and (min-width: 1051px) {
  .hero { gap: 44px; padding-top: 22px; padding-bottom: 30px; }
  .hero-copy h1 { font-size: clamp(48px, 4.45vw, 60px); }
  .lead { font-size: 17px; line-height: 1.5; }
  .actions { margin-top: 19px; }
  .trust-row { margin-top: 20px; }
  .company-panel__header { padding-top: 20px; }
  .company-panel__body { padding-top: 18px; }
  .company-panel__body article { min-height: 122px; padding: 15px; }
  .operator-stage { min-height: 420px; }
  .app-body { min-height: 344px; }
}

@media (max-width: 820px) {
  .module-grid--premium { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .module-grid--premium .module,
  .module-grid--premium .module:nth-last-child(2),
  .module-grid--premium .module:last-child { grid-column: auto; }
}

@media (max-width: 700px) {
  .shell { padding-inline: 18px; }
  section[id] { scroll-margin-top: 70px; }
  .header-inner {
    width: calc(100% - 28px);
    min-height: 68px;
    padding: 7px 0 10px;
  }
  .header-inner::after { height: 40px; opacity: 0.32; }
  .header-inner--product::after { opacity: 0.42; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-title { font-size: 19px; }
  .brand-subtitle { max-width: 176px; font-size: 7px; }
  .menu-button { width: 42px; height: 42px; }
  .nav { top: 69px; left: 14px; right: 14px; }
  .hero {
    padding-top: 32px;
    padding-bottom: 36px;
    gap: 34px;
  }
  .company-hero,
  .product-hero {
    min-height: calc(100svh - 69px);
    align-content: center;
  }
  .company-stage,
  .operator-stage { display: none; }
  .hero-copy h1 {
    font-size: clamp(40px, 11.2vw, 44px);
    line-height: 1.02;
  }
  .company-panel__header { padding: 21px 20px 0; }
  .company-panel__body { padding: 18px 20px 20px; }
  .company-panel__body article { min-height: auto; }
  .operator-stage { min-height: 390px; }
  .section,
  .section--compact { padding-top: 50px; padding-bottom: 50px; }
  .section h2,
  .note-card h2 { font-size: clamp(36px, 10.5vw, 44px); }
  .module-grid--premium { grid-template-columns: 1fr; }
  .module-grid--premium .module {
    min-height: 0;
    padding: 17px;
  }
  .steps--premium { grid-template-columns: 1fr; }
  .steps--premium li { min-height: auto; }
  .steps--premium div { margin-top: 28px; }
  .product-band { gap: 24px; }
  .product-band .section-head,
  .product-band__card { min-height: 0; }
  .product-band__card { padding: 24px; }
  .product-band__lockup { align-items: flex-start; }
  .product-band__lockup small { display: block; margin-top: 5px; line-height: 1.45; }
  .pilot { padding: 42px 22px; }
  .insights-hero,
  .article-wrap { padding-top: 62px; padding-bottom: 54px; }
  .insights-hero h1,
  .article-wrap h1 { font-size: clamp(44px, 13vw, 56px); }
  .article-body { padding-bottom: 84px; }
  .legal-hero { padding-top: 56px; }
  .legal-hero h1 {
    font-size: clamp(36px, 10vw, 44px);
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .legal-content { padding-bottom: 76px; }
  .footer { gap: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
  .js [data-reveal],
  .js [data-reveal] [data-reveal-item] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* V2 interactive visual layer
   The supplied shader and proximity-glow references are adapted to the
   existing dependency-free site so they remain available in the deploy ZIP. */
.webgl-shader {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.42;
  mix-blend-mode: screen;
}
.page-company .webgl-shader { opacity: 0.32; filter: saturate(0.62); }
.page-product .webgl-shader { opacity: 0.72; }
body > main,
body > footer { position: relative; z-index: 1; }

.hero {
  position: relative;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 9% -8% 7%;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 38%, rgba(10, 61, 255, 0.11), transparent 31%),
    radial-gradient(circle at 78% 48%, rgba(0, 201, 128, 0.075), transparent 28%);
  filter: blur(34px);
  animation: shaderBreathe 11s ease-in-out infinite alternate;
}
.page-company .hero::before {
  background:
    radial-gradient(circle at 26% 40%, rgba(232, 230, 223, 0.045), transparent 30%),
    radial-gradient(circle at 76% 48%, rgba(103, 135, 119, 0.045), transparent 30%);
}

.module,
.footer {
  --glow-x: 50%;
  --glow-y: 50%;
  position: relative;
}
.module { isolation: isolate; overflow: hidden; }
.module::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -1px;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(210px circle at var(--glow-x) var(--glow-y),
      rgba(0, 201, 128, 0.98),
      rgba(10, 61, 255, 0.82) 34%,
      transparent 68%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 0.28s ease;
}
.module::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 230px;
  height: 230px;
  left: var(--glow-x);
  top: var(--glow-y);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(10, 61, 255, 0.09), rgba(0, 201, 128, 0.035) 42%, transparent 70%);
  transition: opacity 0.35s ease;
}
.module.is-pointer-active::before,
.module.is-pointer-active::after,
.module:focus-within::before { opacity: 1; }
.module > * { position: relative; z-index: 1; }

.module-assurance {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 16px 2px 0;
  color: #78827e;
  font-size: 11px;
  letter-spacing: 0.015em;
}
.module-assurance::before {
  content: "";
  width: min(110px, 9vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(73, 113, 177, 0.42), rgba(0, 201, 128, 0.28));
}
.module-assurance span {
  color: #70d58f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .module-assurance {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-top: 14px;
    padding-inline: 2px;
    line-height: 1.45;
  }
  .module-assurance::before { display: none; }
  .module-assurance span { flex-basis: 100%; }
}

.footer { isolation: isolate; overflow: hidden; }
.footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 300px;
  left: var(--glow-x);
  top: var(--glow-y);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.24;
  background:
    radial-gradient(circle, rgba(0, 201, 128, 0.12), rgba(10, 61, 255, 0.055) 36%, transparent 70%);
  transition: opacity 0.35s ease;
}
.page-company .footer::before {
  background: radial-gradient(circle, rgba(178, 190, 182, 0.08), rgba(40, 68, 90, 0.045) 38%, transparent 70%);
}
.footer.is-pointer-active::before { opacity: 0.54; }

@keyframes shaderBreathe {
  from { transform: translate3d(-1%, 0, 0) scale(0.98); opacity: 0.72; }
  to { transform: translate3d(1%, -1%, 0) scale(1.03); opacity: 1; }
}
@media (min-width: 1051px) {
  .header-inner {
    min-height: 76px;
    padding-top: 8px;
    padding-bottom: 11px;
  }
  .header-inner::after { height: 51px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-title { font-size: 21px; }
  .company-hero,
  .product-hero { min-height: calc(100svh - 77px); }
}

@media (max-width: 700px) {
  .webgl-shader { opacity: 0.45; }
  .page-company .webgl-shader { opacity: 0.18; }
}

@media (prefers-reduced-motion: reduce) {
  .webgl-shader { display: none; }
}

/* Shader header rebuild
   The header now uses the same live WebGL language as the page background.
   The previous raster wave is intentionally disabled. */
.site-header {
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(4, 7, 11, 0.9), rgba(4, 7, 11, 0.78));
}
.page-product .site-header {
  background:
    radial-gradient(circle at 14% 0, rgba(10, 61, 255, 0.07), transparent 30%),
    radial-gradient(circle at 88% 0, rgba(0, 201, 128, 0.045), transparent 28%),
    linear-gradient(180deg, rgba(4, 7, 11, 0.9), rgba(4, 7, 11, 0.78));
}
.page-company .site-header {
  background:
    radial-gradient(circle at 15% 0, rgba(232, 230, 223, 0.04), transparent 30%),
    radial-gradient(circle at 86% 0, rgba(86, 116, 98, 0.035), transparent 28%),
    linear-gradient(180deg, rgba(4, 7, 11, 0.92), rgba(4, 7, 11, 0.8));
}
.site-header.scrolled,
.page-product .site-header.scrolled,
.page-company .site-header.scrolled {
  background: rgba(4, 7, 11, 0.94);
}
.site-header::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(232, 230, 223, 0.13) 22%, rgba(0, 201, 128, 0.12) 76%, transparent);
}
.header-inner {
  z-index: 2;
}
.header-inner::before,
.header-inner::after {
  display: none !important;
}
.header-webgl-shader {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  mix-blend-mode: screen;
  transition: opacity 0.45s var(--ease-premium);
}
.page-product .header-webgl-shader {
  opacity: 0.92;
  filter: saturate(1.08) brightness(1.06);
}
.page-company .header-webgl-shader {
  opacity: 0.58;
  filter: saturate(0.58) brightness(0.88);
}
.site-header.scrolled .header-webgl-shader {
  opacity: 0.48;
}
.page-company .site-header.scrolled .header-webgl-shader {
  opacity: 0.32;
}

@media (max-width: 1050px) {
  .site-header {
    overflow: hidden;
  }
  .header-webgl-shader {
    opacity: 0.68;
  }
  .page-product .header-webgl-shader {
    opacity: 0.74;
  }
  .page-company .header-webgl-shader {
    opacity: 0.42;
  }
}

@media (max-width: 700px) {
  .header-webgl-shader {
    opacity: 0.52;
  }
  .page-product .header-webgl-shader {
    opacity: 0.58;
  }
  .page-company .header-webgl-shader {
    opacity: 0.3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-webgl-shader {
    display: none;
  }
}

/* Header refinement — a near-black moving surface revealed by a focused light. */
.site-header,
.page-product .site-header,
.page-company .site-header {
  background:
    radial-gradient(circle at 72% 5%, rgba(211, 227, 216, 0.035), transparent 19%),
    linear-gradient(180deg, #020305 0%, #05070a 100%);
}
.page-product .site-header {
  background:
    radial-gradient(circle at 72% 5%, rgba(0, 201, 128, 0.05), transparent 20%),
    radial-gradient(circle at 61% 0%, rgba(10, 61, 255, 0.035), transparent 24%),
    linear-gradient(180deg, #020305 0%, #05070a 100%);
}
.page-company .site-header {
  background:
    radial-gradient(circle at 68% 5%, rgba(221, 226, 222, 0.03), transparent 19%),
    radial-gradient(circle at 75% 8%, rgba(77, 118, 92, 0.024), transparent 24%),
    linear-gradient(180deg, #020305 0%, #05070a 100%);
}
.site-header.scrolled,
.page-product .site-header.scrolled,
.page-company .site-header.scrolled {
  background: rgba(2, 3, 5, 0.97);
}
.header-webgl-shader {
  opacity: 0.86;
  mix-blend-mode: screen;
  filter: brightness(1.12);
}
.page-product .header-webgl-shader {
  opacity: 0.9;
  filter: saturate(0.9) brightness(1.16);
}
.page-company .header-webgl-shader {
  opacity: 0.64;
  filter: saturate(0.42) brightness(0.94);
}
.site-header.scrolled .header-webgl-shader { opacity: 0.38; }
.page-company .site-header.scrolled .header-webgl-shader { opacity: 0.26; }

.page-company .webgl-shader {
  opacity: 0.3;
  filter: saturate(0.68) brightness(1.08);
}

.header-ribbon-canvas {
  position: absolute;
  display: block;
  left: 0;
  top: -112px;
  width: 100%;
  height: 300px;
  pointer-events: none;
  opacity: 1;
  filter: none;
}
.header-ribbon-visual {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 92px;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: none;
  mask-image: none;
}
.page-product .header-ribbon-canvas {
  opacity: 1;
  filter: none;
}
.site-header.scrolled .header-ribbon-canvas { opacity: 0.76; }
.page-product .site-header.scrolled .header-ribbon-canvas { opacity: 0.82; }

.header-inner {
  position: relative;
  z-index: 2;
  isolation: isolate;
  min-height: 92px;
  padding-top: 7px;
  padding-bottom: 9px;
  grid-template-columns: minmax(330px, 1fr) auto minmax(170px, 1fr);
}
.header-inner .brand,
.header-inner .nav,
.header-inner .menu-button,
.header-inner .header-cta {
  position: relative;
  z-index: 3;
}
.brand { gap: 16px; }
.brand-mark {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
}
.brand-title { font-size: 22px; }
.brand-subtitle { font-size: 8px; }
.nav { gap: 22px; }

@media (min-width: 1051px) {
  .header-inner {
    min-height: 92px;
    padding-top: 7px;
    padding-bottom: 9px;
  }
  .brand-mark { width: 68px; height: 68px; }
  .company-hero,
  .product-hero { min-height: calc(100svh - 93px); }
}

@media (max-width: 1050px) {
  .site-header { overflow: visible; }
  .header-ribbon-visual { height: 74px; }
  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 74px;
    padding-top: 5px;
    padding-bottom: 7px;
  }
  .brand-mark { width: 58px; height: 58px; flex-basis: 58px; }
  .header-webgl-shader { opacity: 0.7; }
  .page-product .header-webgl-shader { opacity: 0.76; }
  .page-company .header-webgl-shader { opacity: 0.48; }
  .header-ribbon-canvas { opacity: 0.92; }
  .page-product .header-ribbon-canvas { opacity: 0.96; }
}

@media (max-width: 700px) {
  .header-ribbon-visual { height: 68px; }
  .header-inner {
    min-height: 68px;
    padding-top: 3px;
    padding-bottom: 5px;
  }
  .brand-mark { width: 53px; height: 53px; flex-basis: 53px; }
  .brand { gap: 10px; }
  .brand-title { font-size: 19px; }
  .brand-subtitle { font-size: 7px; }
  .header-webgl-shader { opacity: 0.58; }
  .page-product .header-webgl-shader { opacity: 0.64; }
  .page-company .header-webgl-shader { opacity: 0.38; }
  .page-company .webgl-shader { opacity: 0.18; }
  .header-ribbon-canvas { opacity: 0.82; }
  .page-product .header-ribbon-canvas { opacity: 0.88; }
  .header-ribbon-canvas { height: 300px; top: -118px; }
}

.ribbon-header--fallback .header-ribbon-visual::before {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 28%;
  width: 48%;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, rgba(190, 214, 199, 0.2), rgba(92, 145, 108, 0.08), transparent);
  filter: blur(7px);
  transform: rotate(-1.5deg);
}

@media (prefers-reduced-motion: reduce) {
  .header-ribbon-canvas { display: none; }
}

/* VTag One identity and trust registry */
.page-product .brand-title span {
  background: none;
  color: var(--coral);
  -webkit-text-fill-color: var(--coral);
}
.page-product .mini-brand span { color: var(--coral); }

.trust-registry {
  padding-top: 0;
  padding-bottom: 42px;
}
.trust-registry__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(232, 230, 223, 0.12);
  border-radius: 18px;
  background: rgba(232, 230, 223, 0.1);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
}
.registry-badge {
  --badge-accent: var(--blue);
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 18px 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 74%),
    #070c13;
  transition: background-color 0.24s ease, transform 0.24s ease;
}
.registry-badge::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--badge-accent);
}
.registry-badge--yellow { --badge-accent: var(--yellow); }
.registry-badge--coral { --badge-accent: var(--coral); }
.registry-badge:hover {
  z-index: 1;
  transform: translateY(-1px);
  background-color: #0a111a;
}
.registry-badge__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(232, 230, 223, 0.16);
  border-color: color-mix(in srgb, var(--badge-accent) 42%, transparent);
  border-radius: 12px;
  color: var(--badge-accent);
  font: 600 11px/1 "Manrope", Arial, sans-serif;
  letter-spacing: 0.05em;
  background: color-mix(in srgb, var(--badge-accent) 7%, transparent);
}
.registry-badge__icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.registry-badge__copy { display: flex; min-width: 0; flex-direction: column; gap: 5px; }
.registry-badge__copy small {
  color: #7f8984;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.registry-badge__copy strong {
  overflow: hidden;
  color: #dfe3df;
  font-size: 13px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.registry-badge__arrow { color: #68736d; font-size: 15px; }

@media (max-width: 900px) {
  .trust-registry__grid { grid-template-columns: 1fr; }
  .registry-badge { min-height: 82px; }
}

@media (max-width: 700px) {
  .trust-registry { padding-bottom: 30px; }
  .trust-registry__grid { border-radius: 15px; }
  .registry-badge { grid-template-columns: 38px minmax(0, 1fr) auto; gap: 12px; padding: 15px 16px; }
  .registry-badge__icon { width: 38px; height: 38px; }
  .registry-badge__copy strong { font-size: 12px; }
}

/* First VTag One product pilot announcement */
.product-update {
  padding-top: 0;
  padding-bottom: 22px;
}
.product-update__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, .72fr) minmax(0, 1.65fr) auto;
  align-items: center;
  gap: 28px;
  overflow: hidden;
  padding: 24px 28px;
  border: 1px solid rgba(232, 230, 223, 0.14);
  border-radius: 18px;
  background: #070c13;
  transition: border-color .24s ease, background-color .24s ease, transform .24s ease;
}
.product-update__card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue) 0 34%, var(--yellow) 34% 67%, var(--coral) 67% 100%);
}
.product-update__card:hover {
  transform: translateY(-1px);
  border-color: rgba(232, 230, 223, 0.24);
  background-color: #0a111a;
}
.product-update__eyebrow {
  color: #8b958f;
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.product-update__eyebrow i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(0, 201, 128, .34);
}
.product-update__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}
.product-update__copy strong {
  color: #eef1ed;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
.product-update__copy > span {
  color: #87908b;
  font-size: 13px;
}
.product-update__action {
  color: #dfe4df;
  font-size: 13px;
  white-space: nowrap;
}
.product-update__action b {
  margin-left: 9px;
  color: var(--green);
  font-weight: 400;
}
@media (max-width: 900px) {
  .product-update__card { grid-template-columns: 1fr auto; gap: 14px 22px; }
  .product-update__eyebrow { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .product-update { padding-bottom: 12px; }
  .product-update__card { grid-template-columns: 1fr; gap: 13px; padding: 22px 20px; }
  .product-update__eyebrow { grid-column: auto; }
  .product-update__copy strong { font-size: 18px; }
  .product-update__action { margin-top: 2px; }
}

/* v42 — Ultra-exclusive master: quiet surface, one signal, no spectacle */
body,
body.page-company,
body.page-product {
  background: #05070b;
}

body::before {
  opacity: 0.018;
  background-size: 112px 112px;
}

.header-ribbon-visual,
.header-webgl-shader,
.stage-glow {
  display: none !important;
}

.site-header,
.page-product .site-header,
.page-company .site-header,
.site-header.scrolled {
  background: rgba(5, 7, 11, 0.96);
  backdrop-filter: blur(16px);
}

.header-inner,
.header-inner--product,
.header-inner--company {
  overflow: visible;
  border-color: rgba(128, 155, 190, 0.18);
  border-radius: 12px;
  background: rgba(5, 8, 13, 0.94);
  box-shadow: none;
}

.header-inner::before,
.header-inner::after {
  display: none;
}

.nav a::after {
  background: var(--blue);
}

.brand-subtitle,
.page-company .brand-subtitle {
  color: #8290a3;
}

.pill,
.primary,
.header-cta,
.page-company .primary,
.page-company .header-cta:not(.header-cta--ghost),
.header-cta--ghost {
  border: 1px solid rgba(10, 61, 255, 0.72);
  background: transparent;
  box-shadow: none;
  color: #a9c9ff;
}

.pill:hover,
.primary:hover,
.header-cta:hover {
  border-color: #4f86ff;
  background: rgba(10, 61, 255, 0.07);
  transform: none;
}

.eyebrow,
.kicker,
.text-link span,
.spotlight-card a,
.module a,
.note-card a {
  color: #75b7ff;
}

.trust-row span::before {
  color: #568fff;
}

.company-panel,
.app-window,
.layer-map,
.note-card,
.quote,
.pilot,
.module,
.use-grid article,
.steps li,
.product-band__card,
.legal-card,
.company-panel__body article,
.spotlight-card,
.flow {
  background: #070b11;
  box-shadow: none;
}

.company-panel,
.app-window {
  border-radius: 15px;
}

.company-panel::before,
.app-window::before {
  display: none;
}

.app-window,
.app-window:hover {
  transform: none;
  box-shadow: none;
}

.bar i,
.nodes em {
  background: var(--blue);
}

.float-card {
  border-color: rgba(128, 155, 190, 0.18);
  background: #080d14;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.32);
}

.float-card i {
  background: #183c86;
}

.trust-registry__grid,
.product-update__card {
  border-radius: 12px;
  box-shadow: none;
}

.registry-badge,
.product-update__card {
  background: #070b11;
}

.registry-badge:hover,
.product-update__card:hover {
  background-color: #090f18;
  transform: none;
}

.product-update__card::before {
  height: 2px;
  background: var(--blue);
}

.product-update__eyebrow i {
  background: var(--blue);
  box-shadow: none;
}

.product-update__action b {
  color: #75b7ff;
}

@media (max-width: 700px) {
  .header-inner,
  .header-inner--product,
  .header-inner--company,
  .trust-registry__grid,
  .product-update__card {
    border-radius: 10px;
  }
}
