:root {
  color-scheme: dark;
  --bg: #030405;
  --bg-2: #07090d;
  --panel: #0a0d13;
  --panel-2: #11151f;
  --panel-3: #171b25;
  --line: #252b38;
  --line-strong: #364255;
  --text: #f8fafc;
  --soft: #d7dde8;
  --muted: #9ea8b8;
  --blue: #2f80ff;
  --blue-soft: #78b8ff;
  --red: #e31b23;
  --red-soft: #ff4a52;
  --green: #48d184;
  --amber: #f4c152;
  --shadow: 0 22px 70px rgba(0, 0, 0, .46);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(7, 9, 13, .2), rgba(3, 4, 5, 1) 760px),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .95), transparent 82%);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text);
  letter-spacing: 0;
  line-height: 1.02;
}

h1 {
  max-width: 760px;
  font-size: 5rem;
  font-weight: 920;
}

h2 {
  max-width: 780px;
  font-size: 3.05rem;
  font-weight: 880;
}

h3 {
  font-size: 1.06rem;
  line-height: 1.22;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 20;
  transform: translateY(-160%);
  border: 1px solid var(--blue);
  border-radius: 6px;
  background: #05070b;
  color: var(--text);
  padding: 10px 12px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px max(20px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(37, 43, 56, .84);
  background: rgba(3, 4, 5, .88);
  backdrop-filter: blur(16px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
}

.brand-lockup img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border: 1px solid rgba(47, 128, 255, .28);
  border-radius: 8px;
  background: #020304;
}

.brand-lockup span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand-lockup strong {
  font-size: .96rem;
  line-height: 1;
}

.brand-lockup small {
  color: var(--muted);
  font-size: .75rem;
}

.site-nav,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.site-nav a,
.site-footer a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--soft);
  font-size: .86rem;
  font-weight: 780;
  padding: 0 10px;
  text-decoration: none;
}

.site-nav a:hover,
.site-footer a:hover {
  border-color: rgba(47, 128, 255, .45);
  background: rgba(47, 128, 255, .11);
  color: var(--text);
}

.hero {
  position: relative;
  min-height: calc(100svh - 128px);
  isolation: isolate;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 82px max(20px, calc((100vw - 1180px) / 2)) 54px;
  border-bottom: 1px solid var(--line);
  background: #030405;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgba(3, 4, 5, .96) 0%, rgba(3, 4, 5, .86) 34%, rgba(3, 4, 5, .42) 72%, rgba(3, 4, 5, .78) 100%);
}

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.scene-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(47, 128, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(227, 27, 35, .06) 1px, transparent 1px),
    #050609;
  background-size: 56px 56px;
}

.control-surface {
  position: absolute;
  right: max(20px, calc((100vw - 1220px) / 2));
  top: 72px;
  width: min(720px, 62vw);
  transform: perspective(1000px) rotateX(5deg) rotateY(-10deg) rotateZ(1deg);
  transform-origin: center;
  border: 1px solid rgba(120, 184, 255, .28);
  border-radius: 8px;
  background: rgba(8, 11, 18, .94);
  box-shadow: var(--shadow);
}

.surface-topbar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  background: #050608;
}

.surface-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4b5563;
}

.surface-topbar span:nth-child(1) {
  background: var(--red);
}

.surface-topbar span:nth-child(2) {
  background: var(--amber);
}

.surface-topbar span:nth-child(3) {
  background: var(--green);
}

.surface-main {
  min-height: 420px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1.2fr) minmax(210px, .8fr);
}

.surface-sidebar {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px 14px;
  border-right: 1px solid var(--line);
  background: #050607;
}

.surface-sidebar b {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(47, 128, 255, .26);
  border-radius: 8px;
  background: #111722;
}

.surface-sidebar b:nth-child(2) {
  background: rgba(47, 128, 255, .18);
  box-shadow: inset 3px 0 0 var(--blue);
}

.surface-feed {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
}

.feed-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 4px 12px;
  min-height: 72px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .025);
}

.feed-row.hot {
  border-color: rgba(227, 27, 35, .52);
  background: linear-gradient(90deg, rgba(227, 27, 35, .18), rgba(255, 255, 255, .025));
}

.feed-row.live {
  border-color: rgba(47, 128, 255, .54);
  background: linear-gradient(90deg, rgba(47, 128, 255, .18), rgba(255, 255, 255, .025));
}

.feed-row span {
  color: var(--blue-soft);
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.feed-row strong {
  color: var(--text);
}

.feed-row em {
  grid-column: 2;
  color: var(--muted);
  font-style: normal;
  font-size: .84rem;
}

.surface-panel {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 20px;
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, .018);
}

.meter {
  height: 154px;
  display: grid;
  align-items: end;
  padding: 12px;
  border: 1px solid rgba(244, 193, 82, .3);
  border-radius: 8px;
  background:
    linear-gradient(180deg, transparent 24%, rgba(244, 193, 82, .06) 24%, rgba(244, 193, 82, .06) 25%, transparent 25%),
    #0c0f16;
  background-size: 100% 34px;
}

.meter span {
  display: block;
  height: 72%;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--amber), var(--red));
}

.metric-line {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), rgba(47, 128, 255, .08));
}

.metric-line.short {
  width: 74%;
  background: linear-gradient(90deg, var(--green), rgba(72, 209, 132, .08));
}

.platform-badges {
  display: flex;
  gap: 10px;
}

.platform-badges img {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #090c12;
  object-fit: cover;
}

.hero-copy {
  width: min(700px, 100%);
  display: grid;
  gap: 22px;
  padding-bottom: 24px;
}

.eyebrow {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(47, 128, 255, .5);
  border-radius: 999px;
  background: rgba(47, 128, 255, .12);
  color: #dbeafe;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  padding: 0 12px;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 660px;
  color: var(--soft);
  font-size: 1.25rem;
  line-height: 1.6;
}

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

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 0 16px;
  color: var(--text);
  font-weight: 880;
  text-decoration: none;
}

.button.primary {
  border-color: var(--blue);
  background: #145ec0;
}

.button.primary:hover {
  background: #1f72df;
}

.button.ghost {
  background: rgba(255, 255, 255, .035);
}

.button.ghost:hover {
  border-color: rgba(47, 128, 255, .56);
  background: rgba(47, 128, 255, .12);
}

.stage-note {
  max-width: 660px;
  border-left: 3px solid var(--red);
  color: var(--muted);
  padding-left: 14px;
}

.signal-band {
  display: flex;
  justify-content: center;
  padding: 18px max(20px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--line);
  background: #07090d;
}

.signal-band div {
  width: min(1180px, 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.signal-band span,
.signal-band strong {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  font-size: .84rem;
}

.signal-band span {
  color: var(--muted);
}

.signal-band strong {
  border: 1px solid rgba(120, 184, 255, .22);
  color: var(--soft);
  background: rgba(255, 255, 255, .03);
}

.section {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 88px 0;
}

.section-lead {
  display: grid;
  gap: 38px;
}

.section-copy {
  display: grid;
  gap: 16px;
}

.section-copy p:not(.eyebrow) {
  max-width: 760px;
  font-size: 1.05rem;
}

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

.feature-card,
.capability-grid article {
  min-height: 230px;
  display: grid;
  align-content: start;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018));
  padding: 20px;
}

.feature-card span {
  width: 42px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(47, 128, 255, .32);
  border-radius: 8px;
  color: var(--blue-soft);
  font-weight: 900;
}

.feature-card p,
.capability-grid p {
  font-size: .95rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: 42px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.timeline {
  display: grid;
  gap: 12px;
}

.timeline-row {
  min-height: 78px;
  display: grid;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0a0d13;
  padding: 16px;
}

.timeline-row span {
  color: var(--blue-soft);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline-row strong {
  color: var(--text);
  line-height: 1.35;
}

.capability-section {
  display: grid;
  gap: 34px;
}

.capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.capability-grid article {
  min-height: 220px;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .72fr);
  gap: 42px;
  align-items: start;
  border-top: 1px solid var(--line);
}

.trust-copy {
  display: grid;
  gap: 16px;
}

.trust-copy p:not(.eyebrow) {
  font-size: 1.05rem;
}

.trust-list {
  display: grid;
  gap: 12px;
}

.trust-list p {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .025);
  padding: 16px;
}

.trust-list strong {
  color: var(--text);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px max(20px, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--line);
  background: #050607;
}

.site-footer div {
  display: grid;
  gap: 5px;
}

.site-footer span {
  color: var(--muted);
  font-size: .9rem;
}

.utility-main {
  width: min(920px, calc(100vw - 40px));
  min-height: calc(100svh - 218px);
  display: grid;
  align-content: start;
  gap: 28px;
  margin: 0 auto;
  padding: 78px 0 88px;
}

.utility-hero {
  display: grid;
  gap: 16px;
}

.utility-hero h1 {
  font-size: 3.5rem;
}

.utility-panel {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .018));
  padding: 24px;
}

.utility-panel h2 {
  font-size: 1.4rem;
}

.utility-panel ul {
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.7;
}

.utility-panel li + li {
  margin-top: 8px;
}

.utility-panel code {
  color: #dbeafe;
}

@media (max-width: 980px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
    padding-top: 68px;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(3, 4, 5, .94), rgba(3, 4, 5, .76) 48%, rgba(3, 4, 5, .95));
  }

  .control-surface {
    right: -140px;
    top: 118px;
    width: 660px;
    opacity: .62;
  }

  .feature-grid,
  .capability-grid,
  .split-section,
  .trust-section {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .capability-grid article {
    min-height: 0;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  h1,
  .utility-hero h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  .site-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-lockup img {
    width: 42px;
    height: 42px;
  }

  .site-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-nav a {
    justify-content: center;
  }

  .hero {
    padding: 52px 16px 42px;
  }

  .hero-copy {
    gap: 18px;
  }

  .hero-lede {
    font-size: 1.08rem;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .control-surface {
    right: 16px;
    top: 338px;
    width: calc(100vw - 32px);
    opacity: .2;
    transform: none;
  }

  .surface-main {
    min-height: 310px;
    grid-template-columns: 52px minmax(0, 1fr) 112px;
  }

  .surface-sidebar {
    gap: 10px;
    padding: 12px 10px;
  }

  .surface-sidebar b {
    width: 30px;
    height: 30px;
  }

  .surface-feed,
  .surface-panel {
    padding: 12px;
  }

  .feed-row {
    grid-template-columns: 54px 1fr;
    min-height: 58px;
    padding: 10px;
  }

  .meter {
    height: 112px;
  }

  .platform-badges img {
    width: 34px;
    height: 34px;
  }

  .section,
  .utility-main {
    width: calc(100vw - 32px);
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .signal-band {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-card,
  .capability-grid article,
  .utility-panel {
    padding: 18px;
  }
}
