:root {
  --ink: #f7f9ff;
  --muted: #bdc7dc;
  --muted-2: #8f9bb4;
  --bg: #080c1f;
  --bg-deep: #050816;
  --panel: rgba(17, 23, 54, 0.76);
  --panel-strong: #111738;
  --line: rgba(255, 255, 255, 0.12);
  --cyan: #61dff6;
  --blue: #5092ff;
  --magenta: #dd4ab0;
  --violet: #9b64ef;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  --radius-lg: 28px;
  --radius-md: 20px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: .7rem 1rem;
  border-radius: 10px;
  color: #07101f;
  background: var(--cyan);
  font-weight: 800;
  text-decoration: none;
}
.skip-link:focus { top: 1rem; }

.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(8, 12, 31, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.nav-shell {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
}
.brand img, .footer-brand img {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(84, 103, 255, .24);
}
.brand span { display: grid; line-height: 1.03; }
.brand strong { font-size: 1.06rem; letter-spacing: .015em; }
.brand small {
  margin-top: .25rem;
  color: var(--muted-2);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
nav { display: flex; align-items: center; gap: .35rem; }
nav a {
  padding: .55rem .75rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .16s ease, background .16s ease, transform .16s ease;
}
nav a:hover, nav a:focus-visible { color: var(--white); background: rgba(255, 255, 255, .07); }
nav .nav-contact {
  margin-left: .35rem;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .28);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 720px;
  display: grid;
  align-items: center;
  padding: 104px 0 90px;
  background:
    linear-gradient(125deg, rgba(11, 18, 48, .98), rgba(7, 10, 28, .92)),
    radial-gradient(circle at 10% 20%, rgba(80, 146, 255, .26), transparent 36%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .32;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black 40%, transparent 96%);
}
.orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .48;
}
.orb-one {
  width: 580px;
  height: 580px;
  right: -220px;
  top: -190px;
  background: radial-gradient(circle, rgba(221, 74, 176, .45), rgba(155, 100, 239, .07) 58%, transparent 72%);
}
.orb-two {
  width: 620px;
  height: 620px;
  left: -330px;
  bottom: -340px;
  background: radial-gradient(circle, rgba(97, 223, 246, .34), rgba(80, 146, 255, .05) 60%, transparent 72%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .78fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin: 0 0 1.15rem;
  color: var(--cyan);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, var(--magenta), var(--cyan));
}
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.2rem, 6.2vw, 6.4rem);
  line-height: .94;
  letter-spacing: -.055em;
}
.hero-lede {
  max-width: 690px;
  margin: 1.7rem 0 0;
  color: #d5def0;
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  line-height: 1.65;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 50px;
  padding: .7rem 1.12rem;
  border-radius: 999px;
  font-size: .91rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary {
  color: #061120;
  background: linear-gradient(135deg, var(--cyan), #80b4ff);
  box-shadow: 0 14px 38px rgba(85, 181, 255, .25);
}
.button-primary:hover { box-shadow: 0 18px 46px rgba(85, 181, 255, .34); }
.button-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button-secondary:hover { border-color: rgba(255,255,255,.46); background: rgba(255,255,255,.075); }
.microcopy { margin: 1.15rem 0 0; color: var(--muted-2); font-size: .82rem; }

.launch-card {
  position: relative;
  padding: 2rem;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(26, 33, 73, .88), rgba(12, 16, 42, .84));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.launch-card::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  right: -90px;
  bottom: -130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(221, 74, 176, .28), transparent 65%);
}
.launch-topline { display: flex; align-items: center; gap: .55rem; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(97, 223, 246, .1), 0 0 22px var(--cyan); }
.product-mark, .product-wordmark { margin: 1.45rem 0 .4rem; font-size: 2.25rem; font-weight: 900; letter-spacing: -.06em; }
.product-mark span, .product-wordmark span { color: var(--cyan); }
.launch-card h2 { margin: 0; font-size: 1.65rem; line-height: 1.15; letter-spacing: -.025em; }
.launch-card > p:not(.product-mark):not(.launch-note) { margin: 1rem 0 0; color: var(--muted); font-size: .95rem; }
.launch-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  margin-top: 1.5rem;
}
.launch-stats div { padding: 1rem; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.04); }
.launch-stats strong { display: block; font-size: 1.45rem; line-height: 1.1; }
.launch-stats span { display: block; margin-top: .35rem; color: var(--muted-2); font-size: .72rem; font-weight: 700; line-height: 1.3; text-transform: uppercase; letter-spacing: .055em; }
.launch-note { margin: .9rem 0 0; color: #8390ab; font-size: .69rem; line-height: 1.5; }

.signal-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.025); }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal-grid p { margin: 0; padding: 1.25rem 1.5rem; border-left: 1px solid var(--line); }
.signal-grid p:last-child { border-right: 1px solid var(--line); }
.signal-grid strong { display: block; font-size: .86rem; }
.signal-grid span { display: block; margin-top: .18rem; color: var(--muted-2); font-size: .76rem; }

.section { padding: 112px 0; }
.section-dark { background: var(--bg-deep); border-block: 1px solid rgba(255,255,255,.08); }
.section-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(42px, 7vw, 100px); align-items: start; }
.section-grid.compact { margin-bottom: 2.7rem; }
.section-heading h2, .product-copy h2, .contact-card h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4.2vw, 4rem);
  line-height: 1.06;
  letter-spacing: -.045em;
}
.section-body { padding-top: 2.25rem; }
.section-body p, .product-copy p, .portfolio-copy p, .contact-card p { color: var(--muted); }
.lead { color: #dbe3f3 !important; font-size: 1.12rem; line-height: 1.75; }
.stealth-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-top: 3.25rem;
  padding: clamp(1.65rem, 4vw, 2.6rem);
  border: 1px solid rgba(97, 223, 246, .22);
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(80,146,255,.10), rgba(221,74,176,.07));
}
.stealth-card .eyebrow { margin-bottom: .85rem; }
.stealth-card h3 { margin: 0; font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.2; letter-spacing: -.025em; }
.stealth-card > p { margin: 0; color: var(--muted); line-height: 1.7; }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 4rem; }
.value-card {
  min-height: 250px;
  padding: 1.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
}
.card-number { color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.value-card h3 { margin: 2.9rem 0 .65rem; font-size: 1.18rem; }
.value-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.product-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.product-wordmark { margin-top: 0; font-size: clamp(3rem, 5vw, 5rem); }
.product-copy h2 { max-width: 560px; font-size: clamp(2.25rem, 4vw, 3.8rem); }
.product-copy .lead { max-width: 600px; margin: 1.6rem 0 1.35rem; }
.text-link { display: inline-flex; gap: .55rem; color: var(--cyan); font-weight: 850; text-decoration: none; border-bottom: 1px solid rgba(97,223,246,.36); }
.text-link:hover, .text-link:focus-visible { color: #b4f4ff; border-color: #b4f4ff; }
.capability-list { border-top: 1px solid var(--line); }
.capability-list article { display: grid; grid-template-columns: 42px 1fr; gap: 1.05rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.capability-list article > span { color: var(--magenta); font-size: .73rem; font-weight: 900; }
.capability-list h3 { margin: 0; font-size: 1.04rem; }
.capability-list p { margin: .35rem 0 0; color: var(--muted); font-size: .87rem; }

.portfolio-card {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  min-height: 390px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(255,255,255,.025);
}
.portfolio-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 340px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 42%, rgba(80,146,255,.28), transparent 45%), linear-gradient(145deg,#111a43,#090e25);
}
.portfolio-visual::before {
  content: "";
  width: 190px;
  height: 190px;
  border: 1px solid rgba(97,223,246,.58);
  border-radius: 50%;
  box-shadow: 0 0 70px rgba(97,223,246,.12), inset 0 0 54px rgba(221,74,176,.1);
}
.portfolio-visual > span { position: absolute; font-size: 2.2rem; font-weight: 950; letter-spacing: .16em; }
.pulse { position: absolute; border: 1px solid rgba(221,74,176,.28); border-radius: 50%; }
.pulse-one { width: 260px; height: 260px; }
.pulse-two { width: 330px; height: 330px; border-color: rgba(97,223,246,.14); }
.portfolio-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4.5rem); }
.portfolio-label { margin: 0 0 .7rem !important; color: var(--cyan) !important; font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.portfolio-copy h3 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.5rem); line-height: 1.15; letter-spacing: -.035em; }
.portfolio-copy .disclaimer { color: var(--muted-2); font-size: .76rem; }
.portfolio-copy .text-link { align-self: flex-start; margin-top: .45rem; }

.contact-section { padding-top: 20px; }
.contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 3rem;
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(125deg, #295bd2, #783fa5 62%, #bc3b91);
  box-shadow: 0 30px 80px rgba(39, 49, 137, .28);
}
.contact-card h2 { max-width: 720px; }
.contact-card p { max-width: 650px; color: rgba(255,255,255,.8); }
.button-light { white-space: nowrap; color: #0b1630; background: var(--white); box-shadow: 0 14px 35px rgba(0,0,0,.18); }

.site-footer { margin-top: 112px; border-top: 1px solid var(--line); background: var(--bg-deep); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 1.6rem 3rem; align-items: center; padding: 2.2rem 0; }
.footer-brand { display: flex; align-items: center; gap: .75rem; }
.footer-brand div { display: grid; }
.footer-brand strong { font-size: .88rem; }
.footer-brand span { color: var(--muted-2); font-size: .72rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; }
.footer-links a { color: var(--muted); font-size: .78rem; font-weight: 700; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.07); color: var(--muted-2); font-size: .72rem; }

:focus-visible { outline: 3px solid rgba(97,223,246,.72); outline-offset: 4px; }

@media (max-width: 900px) {
  nav a:not(.nav-contact) { display: none; }
  .hero { min-height: auto; padding-top: 80px; }
  .hero-grid, .section-grid, .product-grid, .portfolio-card, .stealth-card { grid-template-columns: 1fr; }
  .hero h1 { max-width: 680px; }
  .launch-card { max-width: 600px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid p, .signal-grid p:last-child { border-right: 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .signal-grid p:last-child { border-bottom: 0; }
  .section-body { padding-top: 0; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 205px; }
  .value-card h3 { margin-top: 2.2rem; }
  .portfolio-visual { min-height: 300px; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-card .button { justify-self: start; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-shell { min-height: 68px; }
  .brand img { width: 39px; height: 39px; }
  nav .nav-contact { margin-left: 0; padding-inline: .8rem; }
  .hero { padding: 68px 0; }
  .hero h1 { font-size: clamp(2.7rem, 14vw, 4.1rem); }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .launch-card { padding: 1.35rem; }
  .launch-stats { grid-template-columns: 1fr; }
  .section { padding: 80px 0; }
  .section-heading h2, .product-copy h2, .contact-card h2 { font-size: 2.35rem; }
  .value-grid { margin-top: 2.5rem; }
  .portfolio-copy { padding: 1.6rem; }
  .contact-section { padding-top: 0; }
  .contact-card { padding: 1.7rem; }
  .button-light { white-space: normal; text-align: center; }
  .site-footer { margin-top: 80px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

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