:root {
  --ink: #03040b;
  --ink-soft: #080b16;
  --panel: rgba(13, 16, 31, 0.72);
  --line: rgba(255, 255, 255, 0.1);
  --muted: #a5abc0;
  --text: #f7f8ff;
  --blue: #1b9cff;
  --violet: #7448ff;
  --pink: #ff4ecb;
  --gradient: linear-gradient(105deg, var(--blue), var(--violet) 54%, var(--pink));
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.ambient { position: fixed; width: 38rem; height: 38rem; border-radius: 50%; filter: blur(140px); opacity: .12; pointer-events: none; z-index: -1; }
.ambient-one { right: -19rem; top: -12rem; background: var(--pink); }
.ambient-two { left: -24rem; top: 52rem; background: var(--blue); }

.site-header {
  width: min(calc(100% - 48px), var(--max));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-name { font-size: 25px; font-weight: 500; letter-spacing: -.045em; }
.brand-name span { background: var(--gradient); background-clip: text; -webkit-background-clip: text; color: transparent; }
.brand-mark { width: 31px; height: 31px; position: relative; display: inline-block; }
.brand-arc { position: absolute; border-radius: 5px 18px 4px 5px; transform-origin: center; background: var(--gradient); }
.brand-arc-a { width: 11px; height: 29px; left: 6px; top: 0; transform: rotate(28deg); }
.brand-arc-b { width: 10px; height: 24px; right: 4px; bottom: 1px; transform: rotate(-40deg); }
.brand-sensors { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--pink); left: 13px; bottom: 5px; box-shadow: -6px 2px 0 var(--blue), 6px 2px 0 var(--violet); }
nav { display: flex; align-items: center; gap: 34px; color: #bbc0d2; font-size: 14px; }
nav a { transition: color .2s ease; }
nav a:hover { color: #fff; }
.nav-cta { color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 11px 18px; background: rgba(255,255,255,.035); }
.menu-toggle { display: none; }

.hero {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  min-height: 710px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 48px;
  padding: 78px 0 92px;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: #b7bed5; text-transform: uppercase; letter-spacing: .19em; font-size: 12px; font-weight: 600; }
.eyebrow > span { width: 24px; height: 1px; background: var(--gradient); }
h1 { margin: 24px 0 26px; font-size: clamp(58px, 6.2vw, 92px); line-height: .98; letter-spacing: -.062em; font-weight: 500; }
h1 span, h2 span { background: var(--gradient); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-intro { max-width: 570px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 0 24px; font-size: 14px; font-weight: 600; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gradient); box-shadow: 0 14px 45px rgba(93,75,255,.28); }
.button-pending { border: 0; color: #fff; font-family: inherit; cursor: not-allowed; opacity: .78; }
.button-pending:hover { transform: none; }
.button-secondary { border: 1px solid var(--line); color: #d8dbea; }
.button-secondary:hover { border-color: rgba(255,255,255,.28); }
.button-secondary span { margin-left: 14px; }
.trust-row { margin-top: 46px; display: flex; gap: 24px; color: #6f768d; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: #7c5bff; }

.product-stage { min-height: 520px; display: grid; place-items: center; position: relative; }
.orbit { position: absolute; border: 1px solid rgba(125,83,255,.17); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; }
.orbit-two { width: 400px; height: 400px; border-color: rgba(42,155,255,.12); }
.monitor-card { width: min(100%, 520px); position: relative; z-index: 2; padding: 25px; border-radius: 24px; border: 1px solid rgba(255,255,255,.13); background: linear-gradient(145deg, rgba(20,25,48,.94), rgba(7,9,20,.96)); box-shadow: 0 40px 100px rgba(0,0,0,.55), 0 0 60px rgba(80,60,255,.1); transform: perspective(900px) rotateY(-4deg) rotateX(2deg); }
.monitor-card::before { content: ""; position: absolute; inset: -1px; padding: 1px; border-radius: inherit; background: linear-gradient(120deg, rgba(37,137,255,.6), transparent 38%, transparent 65%, rgba(255,78,203,.45)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; pointer-events: none; }
.monitor-topline, .reading-row, .monitor-footer { display: flex; justify-content: space-between; align-items: center; }
.monitor-topline strong { display: block; margin-top: 4px; font-size: 17px; }
.micro-label { color: #777f9b; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.connected { padding: 8px 11px; border-radius: 999px; background: rgba(63,221,171,.08); color: #8de3c3; font-size: 10px; }
.connected i { display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: #5ce0af; box-shadow: 0 0 10px #5ce0af; }
.reading-row { margin: 34px 0 17px; }
.reading-value { font-size: 49px; letter-spacing: -.06em; font-weight: 600; }
.reading-value span { font-size: 17px; color: #9299b0; margin-left: 4px; }
.trend-pill { color: #9a8aff; font-size: 11px; border: 1px solid rgba(126,96,255,.24); border-radius: 999px; padding: 8px 11px; }
.chart { height: 210px; position: relative; overflow: hidden; }
.chart-grid { position: absolute; inset: 0 0 30px; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 100% 44px, 75px 100%; }
.chart svg { width: 100%; height: 175px; position: relative; overflow: visible; }
.chart-line { fill: none; stroke: url(#lineGradient); stroke-width: 4; stroke-linecap: round; filter: drop-shadow(0 0 7px rgba(112,76,255,.55)); }
.chart-area { fill: url(#areaGradient); }
.chart-labels { display: flex; justify-content: space-between; color: #60677d; font-size: 10px; }
.monitor-footer { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.07); color: #70778d; font-size: 10px; }
.dot { width: 6px; height: 6px; border-radius: 50%; display: inline-block; margin-right: 6px; }
.blue { background: #4a8bff; }
.data-chip { position: absolute; z-index: 3; min-width: 120px; padding: 13px 16px; border-radius: 14px; border: 1px solid var(--line); background: rgba(9,12,25,.86); backdrop-filter: blur(14px); box-shadow: 0 16px 40px rgba(0,0,0,.3); }
.data-chip span { display: block; color: #707890; font-size: 9px; letter-spacing: .15em; }
.data-chip strong { font-size: 12px; }
.chip-one { right: -5px; top: 35px; }
.chip-two { left: -18px; bottom: 45px; }

.signal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); max-width: 100%; }
.signal-strip div { min-height: 106px; display: flex; align-items: center; justify-content: center; gap: 17px; color: #a3a9bc; font-size: 13px; border-right: 1px solid var(--line); }
.signal-strip div:last-child { border: 0; }
.signal-strip strong { color: #595f73; font-size: 10px; }

.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 140px 0; }
.section-heading { display: flex; flex-direction: column; align-items: flex-start; }
h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.08; letter-spacing: -.055em; font-weight: 500; margin: 24px 0 52px; }
.system-grid { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.feature-card { min-height: 235px; position: relative; padding: 34px; border-radius: 22px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(14,17,32,.82), rgba(7,9,18,.72)); overflow: hidden; }
.feature-card:hover { border-color: rgba(117,81,255,.34); }
.feature-large { grid-row: 1 / 3; min-height: 488px; display: flex; flex-direction: column; justify-content: flex-end; }
.feature-large::before { content: ""; position: absolute; width: 290px; height: 290px; border-radius: 50%; background: radial-gradient(circle, rgba(81,70,255,.24), transparent 68%); top: -60px; right: -40px; }
.feature-number { position: absolute; top: 28px; right: 30px; color: #555d72; font-size: 10px; }
.feature-icon { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 15px; color: #a58cff; border: 1px solid rgba(124,82,255,.25); background: rgba(119,77,255,.08); font-size: 23px; }
.feature-large .feature-icon { margin-bottom: auto; }
.feature-card h3 { font-size: 23px; letter-spacing: -.035em; margin: 22px 0 10px; }
.feature-card p { color: var(--muted); font-size: 15px; line-height: 1.75; max-width: 490px; }
.mini-trend { display: flex; align-items: flex-end; gap: 8px; height: 68px; margin-top: 32px; }
.mini-trend i { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(180deg, #754fff, rgba(70,55,180,.1)); }
.mini-trend i:nth-child(1) { height: 29%; }.mini-trend i:nth-child(2) { height: 48%; }.mini-trend i:nth-child(3) { height: 37%; }.mini-trend i:nth-child(4) { height: 66%; }.mini-trend i:nth-child(5) { height: 58%; }.mini-trend i:nth-child(6) { height: 82%; }.mini-trend i:nth-child(7) { height: 96%; background: linear-gradient(180deg, #f24fc5, rgba(91,52,167,.1)); }

.experience-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.experience-copy { position: sticky; top: 60px; }
.experience-copy h2 { margin-bottom: 28px; }
.experience-copy > p:last-child, .centered > p { max-width: 560px; color: var(--muted); line-height: 1.8; font-size: 16px; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.step-number { color: #705cff; font-size: 11px; padding-top: 7px; }
.steps h3 { font-size: 22px; margin: 0 0 10px; }
.steps p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.capabilities-section { border-top: 1px solid var(--line); }
.centered { align-items: center; text-align: center; }
.centered h2 { margin-bottom: 25px; }
.centered .eyebrow { justify-content: center; }
.capability-list { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); }
.capability-list article { min-height: 215px; padding: 25px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.capability-list article:last-child { border-right: 0; }
.capability-list span { color: #6253dc; font-size: 10px; }
.capability-list h3 { margin: 65px 0 12px; font-size: 18px; }
.capability-list p { color: var(--muted); font-size: 14px; line-height: 1.65; }

.statement { position: relative; width: 100%; max-width: none; min-height: 600px; display: grid; place-items: center; text-align: center; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statement-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.statement-content h2 { margin-bottom: 22px; }
.statement-content > p:not(.eyebrow) { color: var(--muted); font-size: 16px; margin: 0 0 30px; }
.contact-note { margin-top: 12px; color: #6f768d; font-size: 11px; }
.statement-glow { position: absolute; width: 650px; height: 650px; border-radius: 50%; background: conic-gradient(from 180deg, rgba(36,144,255,.15), rgba(113,63,255,.34), rgba(255,63,197,.18), transparent 70%); filter: blur(40px); opacity: .55; }
.statement::after { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(130,80,255,.16); border-radius: 50%; }

footer { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 72px 0 35px; }
.footer-brand { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 40px; }
.footer-brand img { width: 270px; max-width: 52vw; filter: invert(1); mix-blend-mode: screen; }
.footer-brand span { color: #676e82; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
footer > p { max-width: 730px; color: #747b8f; line-height: 1.7; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 45px; padding-top: 24px; border-top: 1px solid var(--line); color: #596074; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 68px; }
  .hero-copy { max-width: 700px; }
  .product-stage { min-height: 580px; }
  .chip-one { right: 8%; }.chip-two { left: 8%; }
  .experience-section { grid-template-columns: 1fr; gap: 55px; }
  .experience-copy { position: static; }
  .capability-list { grid-template-columns: repeat(2, 1fr); }
  .capability-list article:nth-child(2) { border-right: 0; }
  nav { gap: 20px; }
}

@media (max-width: 720px) {
  .site-header, .hero, .section, footer { width: min(calc(100% - 32px), var(--max)); }
  .site-header { height: 76px; }
  .menu-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: #fff; }
  .menu-toggle > span:not(.sr-only) { width: 16px; height: 1px; background: #fff; transition: transform .2s ease; }
  nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 24px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 16px; background: rgba(5,7,15,.97); backdrop-filter: blur(16px); }
  nav.open { display: flex; }
  h1 { font-size: clamp(49px, 15vw, 68px); }
  .hero { min-height: auto; padding: 65px 0 35px; gap: 20px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-row { flex-wrap: wrap; gap: 13px 20px; }
  .product-stage { min-height: 455px; }
  .monitor-card { transform: none; padding: 19px; }
  .orbit-one { width: 390px; height: 390px; }.orbit-two { width: 290px; height: 290px; }
  .data-chip { display: none; }
  .chart { height: 175px; }.chart svg { height: 145px; }
  .signal-strip { grid-template-columns: 1fr 1fr; }
  .signal-strip div:nth-child(2) { border-right: 0; }.signal-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 96px 0; }
  h2 { font-size: clamp(39px, 12vw, 53px); }
  .system-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .feature-large { grid-row: auto; min-height: 430px; }
  .capability-list { grid-template-columns: 1fr; }
  .capability-list article { border-right: 0; min-height: 170px; }
  .capability-list h3 { margin-top: 36px; }
  .footer-brand { align-items: flex-start; flex-direction: column; }
  .footer-bottom { gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
