:root {
  color-scheme: dark;
  --bg: #02050a;
  --bg-lift: #07111d;
  --surface: rgba(9, 18, 31, 0.88);
  --surface-strong: rgba(12, 25, 42, 0.94);
  --surface-soft: rgba(255, 255, 255, 0.045);
  --border: rgba(173, 202, 229, 0.18);
  --border-strong: rgba(30, 184, 255, 0.38);
  --text: #eef7ff;
  --muted: #95a8ba;
  --cyan: #12bfff;
  --cyan-strong: #0094ff;
  --cyan-soft: rgba(18, 191, 255, 0.14);
  --silver: #dfe8f1;
  --warning: #ffd166;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(0, 148, 255, 0.16) 0, rgba(2, 5, 10, 0) 340px),
    linear-gradient(120deg, rgba(18, 191, 255, 0.10), rgba(2, 5, 10, 0) 520px),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
.atlas-backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.atlas-backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 5, 10, 0.10), rgba(2, 5, 10, 0.92) 70%),
    radial-gradient(circle at 68% 18%, rgba(18, 191, 255, 0.22), transparent 360px);
}
.atlas-backdrop img {
  position: absolute;
  right: -9vw;
  top: 74px;
  width: min(780px, 72vw);
  opacity: 0.105;
  filter: drop-shadow(0 0 56px rgba(18, 191, 255, 0.36));
  transform: rotate(-7deg);
}


.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo { width: 48px; height: 48px; object-fit: contain; filter: drop-shadow(0 0 18px rgba(18,191,255,.38)); }
.brand strong { display: block; font-size: 15px; letter-spacing: .18em; text-transform: uppercase; }
.brand small { display: block; color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
nav a { padding: 9px 12px; border-radius: 8px; color: var(--muted); font-size: 13px; font-weight: 800; }
nav a:hover { color: var(--text); background: var(--surface-soft); }
.nav-cta { border: 1px solid var(--border-strong); color: var(--silver); background: var(--cyan-soft); }

main { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero { position: relative; min-height: 700px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 34px; align-items: center; padding: 46px 0 40px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px; color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 999px; background: var(--cyan); box-shadow: 0 0 0 5px var(--cyan-soft), 0 0 20px rgba(18,191,255,.7); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(44px, 7vw, 86px); line-height: .94; letter-spacing: 0; }
h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1; letter-spacing: 0; }
h3 { font-size: 18px; }
.lead { max-width: 720px; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.primary-link, .secondary-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border-radius: 8px; font-size: 14px; font-weight: 900; }
.primary-link { border: 1px solid rgba(18, 191, 255, .55); background: linear-gradient(135deg, var(--cyan), var(--cyan-strong)); color: #00111f; box-shadow: 0 16px 34px rgba(0, 148, 255, .28); }
.secondary-link { border: 1px solid var(--border); background: rgba(255,255,255,.045); color: var(--silver); }
.signal-strip { display: flex; flex-wrap: wrap; gap: 8px; max-width: 780px; }
.signal-strip span { padding: 8px 10px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface-soft); color: var(--silver); font-size: 12px; font-weight: 850; }

.hero-visual { min-height: 520px; display: grid; place-items: center; }
.console-frame { width: min(100%, 520px); padding: 16px; border: 1px solid var(--border-strong); border-radius: 8px; background: rgba(7, 17, 29, .92); box-shadow: var(--shadow), 0 0 44px rgba(18,191,255,.14); }
.console-top { display: flex; align-items: center; gap: 7px; padding-bottom: 14px; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 12px; }
.console-top span { width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); opacity: .7; }
.console-top b { margin-left: auto; letter-spacing: .16em; }
.hunt-card { margin: 18px 0; padding: 20px; border: 1px solid var(--border); border-radius: 8px; background: linear-gradient(180deg, rgba(18,191,255,.13), rgba(255,255,255,.035)); }
.hunt-card small { color: var(--warning); font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hunt-card strong { display: block; margin: 7px 0; font-size: 24px; }
.hunt-card p { color: var(--muted); margin: 0; }
.telemetry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.telemetry-grid div { padding: 14px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface-soft); }
.telemetry-grid b { display: block; color: var(--cyan); font-size: 30px; line-height: 1; }
.telemetry-grid span { color: var(--muted); font-size: 12px; font-weight: 800; }
pre { overflow: auto; margin: 14px 0 0; padding: 14px; border: 1px solid var(--border); border-radius: 8px; background: #030812; color: #d8ecff; font-size: 13px; }


.atlas-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: stretch;
  border-top: 1px solid var(--border);
}
.atlas-product-copy {
  max-width: 760px;
}
.atlas-product-copy p:last-child {
  color: var(--muted);
  font-size: 17px;
}
.atlas-product-panel {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--border-strong);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(18,191,255,.12), rgba(255,255,255,.04));
  box-shadow: var(--shadow);
}
.atlas-product-panel img {
  width: 96px;
  filter: drop-shadow(0 0 24px rgba(18,191,255,.44));
}
.atlas-product-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.atlas-product-panel li {
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface-soft);
  color: var(--silver);
  font-size: 13px;
  font-weight: 850;
}

.section { padding: 74px 0; }
.band { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-heading { max-width: 760px; margin-bottom: 28px; }
.section-heading p, .split p, .contact p { color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.feature-grid article, .service-list article, .process div { border: 1px solid var(--border); border-radius: 8px; background: var(--surface); box-shadow: var(--shadow); }
.feature-grid article { padding: 22px; }
.feature-grid p, .process p { color: var(--muted); margin-bottom: 0; }
.split { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 32px; align-items: start; }
.service-list { display: grid; gap: 10px; }
.service-list article { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: center; padding: 16px; }
.service-list b { color: var(--cyan); font-size: 13px; letter-spacing: .12em; }
.service-list span { color: var(--silver); font-weight: 750; }
.process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.process div { padding: 18px; }
.process strong { display: block; margin-bottom: 8px; color: var(--cyan); font-size: 18px; }
.contact { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--border); }
.contact div { max-width: 680px; }
footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: flex; align-items: center; gap: 12px; padding: 28px 0 40px; color: var(--muted); font-size: 13px; }
footer img { width: 34px; height: 34px; object-fit: contain; opacity: .86; }

.product-hero {
  min-height: 560px;
  display: grid;
  align-content: center;
  padding: 58px 0 44px;
}
.product-hero h1 {
  max-width: 980px;
}
.feature-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.feature-list {
  display: grid;
  gap: 12px;
}
.feature-list article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.feature-list b {
  color: var(--cyan);
  font-size: 13px;
  letter-spacing: .12em;
}
.feature-list h3 {
  margin-bottom: 6px;
}
.feature-list p {
  color: var(--muted);
  margin-bottom: 0;
}


@media (max-width: 860px) {
  .site-header, nav, .contact { align-items: flex-start; flex-direction: column; }
  .hero, .split { grid-template-columns: 1fr; min-height: auto; }
  .feature-grid, .feature-grid-four, .process, .atlas-product { grid-template-columns: 1fr; }
  .hero-visual { min-height: auto; }
  .atlas-backdrop img { width: 92vw; right: -36vw; opacity: 0.075; }
}
@media (max-width: 520px) {
  main, .site-header, footer { width: min(100% - 28px, 1180px); }
  h1 { font-size: 42px; }
  .telemetry-grid { grid-template-columns: 1fr; }
}
