:root {
  --ink: #080917;
  --ink-soft: #101329;
  --panel: #171b38;
  --line: rgba(172, 181, 255, 0.16);
  --muted: #949bbd;
  --text: #f5f7ff;
  --cyan: #4cc9ff;
  --teal: #8b5cf6;
  --lime: #f0abfc;
  --red: #ff5e67;
  --paper: #f6f7fc;
  --paper-ink: #181a32;
  --radius: 24px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--teal); color: var(--ink); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; background: var(--teal); color: var(--ink); border-radius: 8px; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(8, 9, 23, 0.78);
  backdrop-filter: blur(22px) saturate(130%);
}
.header-inner { height: 76px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-symbol { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: linear-gradient(135deg, var(--cyan), var(--teal)); color: #090a1b; font-size: 25px; font-weight: 900; box-shadow: 0 0 30px rgba(139, 92, 246, 0.25); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 18px; letter-spacing: -0.02em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.site-navigation { display: flex; align-items: center; justify-content: center; gap: 27px; margin-left: auto; }
.site-navigation a { position: relative; color: #a8acca; font-size: 13px; font-weight: 700; transition: color .2s ease; }
.site-navigation a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; border-radius: 2px; background: var(--teal); transition: right .2s ease; }
.site-navigation a:hover::after, .site-navigation a:focus-visible::after { right: 0; }
.site-navigation a:hover, .site-navigation a:focus-visible { color: var(--text); }
.header-cta { margin-left: 12px; }
.menu-button { display: none; margin-left: auto; border: 0; background: transparent; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--text); border-radius: 2px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .product-tabs button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(76, 201, 255, 0.35); outline-offset: 3px; }
.button-primary { background: linear-gradient(135deg, #4cc9ff, #8b5cf6); color: #fff; box-shadow: 0 14px 34px rgba(108, 92, 246, 0.25); }
.button-primary:hover { box-shadow: 0 18px 44px rgba(108, 92, 246, 0.38); }
.button-secondary { border-color: rgba(255, 255, 255, 0.15); background: rgba(255, 255, 255, 0.04); color: var(--text); }
.button-secondary:hover, .button-ghost:hover { border-color: rgba(76, 201, 255, 0.42); background: rgba(76, 201, 255, 0.08); }
.button-ghost { min-height: 42px; border-color: rgba(255, 255, 255, 0.13); color: #d9ebee; }

.hero { position: relative; min-height: 1180px; padding: 148px 0 34px; overflow: hidden; background: radial-gradient(circle at 80% 17%, rgba(139, 92, 246, .22), transparent 31%), radial-gradient(circle at 18% 10%, rgba(76, 201, 255, .15), transparent 28%), linear-gradient(180deg, #080917 0%, #0c0e23 68%, #080917 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,17,22,.72) 0, transparent 50%), linear-gradient(180deg, transparent 70%, var(--ink)); pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: radial-gradient(rgba(124, 226, 221, .55) .65px, transparent .65px); background-size: 21px 21px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
.hero-grid { position: absolute; width: 850px; height: 850px; right: -170px; top: -150px; opacity: .15; background-image: linear-gradient(rgba(95, 211, 219, .24) 1px, transparent 1px), linear-gradient(90deg, rgba(95, 211, 219, .24) 1px, transparent 1px); background-size: 44px 44px; transform: perspective(700px) rotateX(62deg) rotateZ(-18deg); mask-image: radial-gradient(circle, #000 20%, transparent 70%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; gap: 58px; align-items: center; }
.hero-copy { position: relative; z-index: 3; max-width: 940px; margin: 0 auto; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(76, 201, 255, .1), 0 0 16px var(--cyan); }
.hero h1 { max-width: 980px; margin: 25px auto; font-size: clamp(56px, 6.4vw, 88px); line-height: .95; letter-spacing: -.062em; text-wrap: balance; }
.hero h1 span { color: transparent; background: linear-gradient(90deg, var(--cyan), var(--teal)); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 760px; margin: 0 auto; color: #adb3d0; font-size: 19px; line-height: 1.72; }
.hero-lead strong { color: #f2f3ff; font-weight: 850; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 650px; margin: 38px auto 0; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-facts div { display: flex; align-items: center; gap: 11px; padding: 0 17px; border-right: 1px solid var(--line); }
.hero-facts div:first-child { padding-left: 0; }
.hero-facts div:last-child { border-right: 0; }
.hero-facts strong { color: #f2f4ff; font-size: 22px; line-height: 1; letter-spacing: -.04em; }
.hero-facts span { color: #7f86aa; font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; }
.hero-visual { position: relative; width: 1120px; max-width: 100%; margin: 0 auto; transform: none; }
.visual-glow { position: absolute; inset: 12% 5% 4%; background: linear-gradient(90deg, rgba(76, 201, 255, .15), rgba(139, 92, 246, .18)); filter: blur(90px); }
.dashboard-window { position: relative; overflow: hidden; border: 1px solid rgba(153, 163, 255, .26); border-radius: 22px; background: #0a0d20; box-shadow: 0 42px 110px rgba(0, 0, 0, .52), 0 0 0 1px rgba(255, 255, 255, .04) inset, 0 0 90px rgba(139, 92, 246, .1); }
.window-bar { height: 44px; display: grid; grid-template-columns: 78px 1fr 90px; align-items: center; gap: 10px; padding: 0 15px; border-bottom: 1px solid rgba(255,255,255,.07); background: #101329; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #29404a; }
.window-address { justify-self: center; min-width: 280px; padding: 5px 16px; border: 1px solid rgba(255,255,255,.05); border-radius: 7px; color: #8187aa; background: #090b1c; font-size: 10px; text-align: center; }
.window-address .lock { color: var(--teal); margin-right: 5px; }
.live-pill { justify-self: end; display: inline-flex; align-items: center; gap: 5px; color: #83cbb7; font-size: 9px; font-weight: 700; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 10px var(--teal); }
.showcase-window { overflow: hidden; }
.hero-slides { position: relative; height: 540px; overflow: hidden; background: radial-gradient(circle at 75% 20%, rgba(139,92,246,.13), transparent 36%), #080b1c; }
.hero-slide { position: relative; height: 100%; animation: showcase-in .42s ease both; }
.hero-slide[hidden] { display: none; }
@keyframes showcase-in { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: none; } }
.hero-clean-shot { position: absolute; inset: 0; overflow: hidden; background: #07131a; }
.hero-clean-shot::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(5,15,20,.82)); pointer-events: none; }
.hero-clean-shot img { width: 112%; height: calc(100% + 100px); max-width: none; object-fit: cover; object-position: top center; transform: translate(-5.3%, -66px); filter: saturate(.93) contrast(1.08); }
.hero-slide-caption { position: absolute; z-index: 4; left: 24px; right: 24px; bottom: 20px; display: flex; align-items: end; justify-content: space-between; gap: 20px; pointer-events: none; }
.hero-slide-caption span { color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-slide-caption strong { max-width: 360px; color: #eaf8f6; font-size: 15px; text-align: right; }
.hero-ui { position: absolute; inset: 19px 20px 64px; overflow: hidden; border: 1px solid rgba(132,211,216,.14); border-radius: 14px; color: #dcebed; background: linear-gradient(145deg, #0a1c24, #071219); box-shadow: 0 22px 55px rgba(0,0,0,.28); }
.hero-ui-heading { height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,.06); }
.hero-ui-heading div { display: grid; }
.hero-ui-heading small { color: #638089; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.hero-ui-heading strong { margin-top: 2px; font-size: 14px; }
.hero-ui-heading > span { color: var(--teal); font-size: 9px; font-weight: 800; }
.hero-ui-heading > span i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 11px var(--teal); }
.hero-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 15px 16px 12px; }
.hero-stat-grid > div { position: relative; min-height: 89px; overflow: hidden; padding: 13px; border: 1px solid rgba(150,211,216,.1); border-radius: 10px; background: rgba(255,255,255,.022); }
.hero-stat-grid small, .metric-summary small { display: block; color: #6d8990; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.hero-stat-grid strong { display: block; margin-top: 6px; font-size: 24px; letter-spacing: -.04em; }
.spark { position: absolute; left: 12px; right: 12px; bottom: 12px; height: 13px; border-bottom: 2px solid var(--teal); transform: skewY(-5deg); opacity: .62; }
.spark-b { border-color: var(--cyan); transform: skewY(4deg); }
.stable { position: absolute; right: 12px; bottom: 11px; color: var(--teal); font-size: 8px; font-style: normal; text-transform: uppercase; }
.hero-event { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 11px; margin: 0 16px 9px; padding: 10px 12px; border: 1px solid rgba(150,211,216,.09); border-radius: 9px; background: rgba(2,10,14,.24); }
.hero-event > i, .operation-columns p i { width: 7px; height: 7px; border-radius: 50%; }
.hero-event div { display: grid; }
.hero-event b { font-size: 10px; }.hero-event small { color: #69848c; font-size: 8px; }.hero-event > span { color: #58737b; font-size: 8px; }
.metric-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; padding: 16px; }
.metric-summary > div { padding: 12px; border: 1px solid rgba(150,211,216,.09); border-radius: 9px; background: rgba(255,255,255,.02); }
.metric-summary strong { display: block; margin-top: 6px; font-size: 17px; }
.hero-line-chart { height: 145px; display: flex; align-items: end; gap: 7px; margin: 0 16px; padding: 16px 16px 0; border: 1px solid rgba(150,211,216,.09); border-radius: 10px; background: repeating-linear-gradient(to bottom, transparent 0 34px, rgba(132,205,211,.055) 35px); }
.hero-line-chart i { flex: 1; height: var(--h); min-width: 6px; border-radius: 4px 4px 0 0; background: linear-gradient(to top, rgba(76,201,255,.28), var(--teal)); box-shadow: 0 -5px 14px rgba(139,92,246,.16); }
.health-badge { padding: 5px 8px; border-radius: 99px; color: var(--cyan) !important; background: rgba(76,201,255,.09); }
.operation-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 16px; }
.operation-columns section { padding: 13px; border: 1px solid rgba(150,211,216,.09); border-radius: 10px; }
.operation-columns section > small { color: #66828a; font-size: 8px; letter-spacing: .12em; }
.operation-columns p { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 8px; margin: 11px 0; color: #a8bec3; font: 9px ui-monospace, monospace; }
.operation-columns p span { color: var(--teal); font-size: 8px; }
.operation-log { margin: 0 16px; padding: 11px 13px; border-radius: 8px; color: #66818a; background: rgba(2,9,13,.44); font: 9px ui-monospace, monospace; }
.operation-log span { margin-right: 10px; color: #4f6870; }.operation-log b { color: var(--teal); }
.showcase-controls { min-height: 68px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px; padding: 9px 12px 9px 15px; border-top: 1px solid rgba(255,255,255,.065); background: #101329; }
.showcase-tabs { min-width: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.showcase-tabs button { min-width: 0; border: 0; border-radius: 8px; padding: 9px 8px; color: #668089; background: transparent; cursor: pointer; font-size: 9px; font-weight: 800; white-space: nowrap; }
.showcase-tabs button span { margin-right: 5px; color: #486069; font: 800 8px ui-monospace, monospace; }
.showcase-tabs button.is-active { color: #f0f2ff; background: rgba(139,92,246,.12); box-shadow: inset 0 0 0 1px rgba(139,92,246,.16); }
.showcase-tabs button.is-active span { color: var(--teal); }
.showcase-arrows { display: flex; gap: 5px; }
.showcase-arrows button { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(150,211,216,.12); border-radius: 8px; color: #aac0c5; background: rgba(255,255,255,.025); cursor: pointer; }
.showcase-arrows button:hover { color: var(--cyan); border-color: rgba(76,201,255,.3); }
.trust-strip { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 58px; padding: 24px 28px; border: 1px solid var(--line); border-radius: 16px; color: #777f9f; background: rgba(255, 255, 255, .022); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.trust-strip div { display: flex; flex-wrap: wrap; gap: clamp(18px, 3vw, 45px); color: #a1b5bb; font-size: 12px; letter-spacing: .04em; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 90px; margin-bottom: 50px; }
.section-heading h2, .flow-copy h2, .security-copy h2, .contact-copy h2 { margin: 15px 0 0; font-size: clamp(38px, 4.4vw, 62px); line-height: 1.03; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 4px; color: #718990; font-size: 17px; line-height: 1.72; }
.section-heading.centered { display: block; max-width: 780px; margin: 0 auto 48px; text-align: center; }
.section-heading.centered p { margin-top: 18px; }
.features-section { background: var(--paper); color: var(--paper-ink); }
.features-section .eyebrow, .audience-section .eyebrow { color: #6553d8; }
.feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.feature-card { grid-column: span 4; min-height: 340px; padding: 30px; border: 1px solid rgba(11, 67, 72, .1); border-radius: 20px; background: #fff; box-shadow: 0 18px 50px rgba(17, 54, 58, .06); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(11, 121, 119, .22); box-shadow: 0 25px 65px rgba(17, 54, 58, .11); }
.feature-card-large { grid-column: span 8; }
.feature-card-accent { grid-column: span 8; min-height: 315px; color: var(--text); background: radial-gradient(circle at 85% 20%, rgba(76,201,255,.12), transparent 34%), linear-gradient(135deg, #121632, #1d1940); }
.feature-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 32px; border-radius: 13px; color: #6553d8; background: #f0edff; font-size: 21px; font-weight: 900; }
.feature-kicker { color: #6553d8; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.feature-card h3 { max-width: 570px; margin: 11px 0 13px; font-size: 25px; line-height: 1.22; letter-spacing: -.025em; }
.feature-card p { max-width: 570px; margin: 0; color: #60767b; font-size: 14px; }
.feature-card-accent .feature-kicker { color: var(--teal); }
.feature-card-accent p { color: #92aeb1; }
.feature-card-accent .feature-icon { color: var(--cyan); background: rgba(76,201,255,.1); }
.feature-card code { display: inline-block; margin-top: 26px; padding: 10px 14px; border: 1px solid rgba(76,201,255,.14); border-radius: 9px; color: #a6d8e9; background: rgba(0,0,0,.18); font-size: 12px; }
.metric-icon { display: flex; align-items: end; justify-content: center; gap: 3px; padding: 11px; }
.metric-icon span { width: 4px; border-radius: 4px; background: #6553d8; }
.metric-icon span:nth-child(1) { height: 10px; }.metric-icon span:nth-child(2) { height: 18px; }.metric-icon span:nth-child(3) { height: 13px; }.metric-icon span:nth-child(4) { height: 22px; }
.tenant-icon { display: flex; gap: 3px; }
.tenant-icon span { width: 7px; height: 18px; border-radius: 2px; background: #6553d8; }.tenant-icon span:nth-child(2) { height: 26px; }
.mini-chart { height: 105px; display: flex; align-items: end; gap: 7px; margin-top: 25px; padding: 12px 18px 0; border-bottom: 1px solid #d8e7e3; background: repeating-linear-gradient(to bottom, transparent 0 25px, #eef4f2 26px); }
.mini-chart i { flex: 1; min-width: 8px; border-radius: 5px 5px 0 0; background: linear-gradient(to top, #8b5cf6, #4cc9ff); opacity: .86; }
.mini-chart i:nth-child(1) { height: 28%; }.mini-chart i:nth-child(2) { height: 42%; }.mini-chart i:nth-child(3) { height: 36%; }.mini-chart i:nth-child(4) { height: 61%; }.mini-chart i:nth-child(5) { height: 55%; }.mini-chart i:nth-child(6) { height: 73%; }.mini-chart i:nth-child(7) { height: 64%; }.mini-chart i:nth-child(8) { height: 82%; }.mini-chart i:nth-child(9) { height: 69%; }.mini-chart i:nth-child(10) { height: 88%; }

.capabilities-section { position: relative; overflow: hidden; background: radial-gradient(circle at 90% 8%, rgba(139,92,246,.14), transparent 27%), radial-gradient(circle at 5% 60%, rgba(76,201,255,.08), transparent 23%), #0b0d20; }
.capabilities-section::before { content: ""; position: absolute; inset: 0; opacity: .12; pointer-events: none; background-image: linear-gradient(rgba(172,181,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(172,181,255,.12) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.capabilities-section .container { position: relative; }
.capabilities-section .section-heading > p { color: #9ca2c4; }
.capability-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.capability-card { position: relative; min-height: 410px; overflow: hidden; padding: 34px; border: 1px solid rgba(172,181,255,.13); border-radius: 22px; background: linear-gradient(145deg, rgba(24,28,57,.9), rgba(13,15,35,.94)); box-shadow: 0 20px 55px rgba(0,0,0,.14); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.capability-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -85px; bottom: -100px; border-radius: 50%; background: rgba(76,201,255,.07); filter: blur(12px); }
.capability-card:hover { transform: translateY(-5px); border-color: rgba(76,201,255,.28); box-shadow: 0 26px 75px rgba(0,0,0,.25); }
.capability-card-featured { background: radial-gradient(circle at 90% 10%, rgba(76,201,255,.13), transparent 35%), linear-gradient(145deg, rgba(31,26,69,.98), rgba(14,17,40,.96)); border-color: rgba(139,92,246,.28); }
.capability-index { position: absolute; top: 28px; right: 31px; color: rgba(185,190,230,.34); font: 800 12px ui-monospace, monospace; letter-spacing: .12em; }
.capability-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 28px; border: 1px solid rgba(76,201,255,.18); border-radius: 14px; color: #a9e8ff; background: linear-gradient(145deg, rgba(76,201,255,.12), rgba(139,92,246,.12)); font-size: 15px; font-weight: 900; box-shadow: 0 14px 35px rgba(0,0,0,.18); }
.capability-card > span { color: #9a86ff; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.capability-card h3 { margin: 9px 0 10px; font-size: 28px; line-height: 1.1; letter-spacing: -.03em; }
.capability-card > p { max-width: 500px; margin: 0; color: #9299ba; font-size: 14px; }
.capability-card ul { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin: 28px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(172,181,255,.1); list-style: none; }
.capability-card li { position: relative; padding-left: 16px; color: #c0c4dc; font-size: 12px; line-height: 1.45; }
.capability-card li::before { content: ""; position: absolute; width: 5px; height: 5px; left: 0; top: .55em; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px rgba(76,201,255,.55); }

.product-section { background: #09151b; }
.product-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; max-width: 760px; margin: 0 auto 26px; padding: 6px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.product-tabs button { border: 0; border-radius: 9px; padding: 10px 12px; color: #789198; background: transparent; cursor: pointer; font-size: 13px; font-weight: 800; }
.product-tabs button.is-active { color: #cafff3; background: rgba(22,213,163,.11); box-shadow: 0 0 0 1px rgba(22,213,163,.14) inset; }
.product-stage { min-height: 520px; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(145deg, rgba(20,47,57,.8), rgba(8,20,26,.95)); box-shadow: var(--shadow); }
.product-slide { min-height: 520px; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 40px; padding: 55px; }
.product-slide[hidden] { display: none; }
.slide-copy > span { color: var(--teal); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.slide-copy h3 { margin: 15px 0; font-size: clamp(30px, 3vw, 44px); line-height: 1.06; letter-spacing: -.04em; }
.slide-copy p { color: #8ea7ad; font-size: 15px; }
.slide-copy ul { display: grid; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; color: #b3c5c8; font-size: 13px; }
.slide-copy li::before { content: "✓"; margin-right: 9px; color: var(--teal); font-weight: 900; }
.slide-visual { min-width: 0; border: 1px solid rgba(129,210,218,.14); border-radius: 16px; background: #071219; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.screenshot-frame { height: 370px; padding: 13px; overflow: hidden; }
.screenshot-inner { height: 100%; overflow: hidden; border-radius: 9px; }
.screenshot-inner img { width: 112%; height: calc(100% + 80px); max-width: none; object-fit: cover; object-position: top center; transform: translate(-5.3%, -54px); filter: saturate(.96) contrast(1.06); }
.mock-header { height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); color: #c5d8dc; font-size: 12px; }
.mock-header span { color: var(--teal); font-size: 10px; }
.mock-header span i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--teal); }
.noc-mockup, .terminal-mockup, .tenant-mockup { min-height: 350px; overflow: hidden; }
.noc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 18px; }
.noc-grid > div { position: relative; min-height: 110px; overflow: hidden; padding: 16px; border: 1px solid var(--line); border-radius: 11px; background: #0a1a21; }
.noc-grid small { display: block; color: #789198; font-size: 9px; text-transform: uppercase; }.noc-grid strong { display: block; margin-top: 8px; font-size: 28px; }
.noc-grid em { position: absolute; left: 12px; right: 12px; bottom: 12px; height: 20px; border-bottom: 2px solid var(--teal); transform: skewY(-5deg); opacity: .55; }
.line-b { border-color: var(--cyan) !important; transform: skewY(3deg) !important; }
.incident-row { display: grid; grid-template-columns: 12px 1fr auto; align-items: center; gap: 9px; margin: 0 18px 10px; padding: 13px; border: 1px solid var(--line); border-radius: 10px; color: #9db1b6; font-size: 11px; }.incident-row b { color: #d9e7e9; }.incident-row i { width: 7px; height: 7px; border-radius: 50%; }.ok { background: var(--teal); }.warn { background: #f5b849; }
.terminal-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 18px; }.terminal-columns > div { padding: 16px; border: 1px solid var(--line); border-radius: 10px; }.terminal-columns small { color: #6d8b91; font-size: 9px; letter-spacing: .1em; }.terminal-columns p { display: flex; align-items: center; gap: 7px; margin: 12px 0; color: #b4c6ca; font: 11px ui-monospace, monospace; }.terminal-columns p b { margin-left: auto; color: var(--teal); font-size: 9px; }.terminal-columns i { width: 6px; height: 6px; border-radius: 50%; }.log-line { margin: 0 18px; padding: 13px; border-radius: 9px; background: #061017; color: #789198; font: 10px ui-monospace, monospace; }.log-line span { color: #536b72; margin-right: 12px; }.log-line b { color: var(--teal); }
.tenant-row { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; margin: 13px 18px; padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: #0a1a21; }.tenant-row > i { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; color: var(--teal); background: rgba(22,213,163,.1); font-style: normal; font-size: 10px; font-weight: 900; }.tenant-row div { display: flex; flex-direction: column; }.tenant-row b { font-size: 12px; }.tenant-row small { color: #6f898f; font-size: 9px; }.tenant-row > span { padding: 4px 8px; border-radius: 99px; color: var(--teal); background: rgba(22,213,163,.09); font-size: 9px; }

.flow-section { background: var(--paper); color: var(--paper-ink); }
.flow-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.flow-copy { position: sticky; top: 120px; align-self: start; }
.flow-copy .eyebrow { color: #6553d8; }
.flow-copy p { max-width: 470px; color: #61777c; font-size: 16px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 18px; color: #6553d8; font-weight: 850; }
.flow-steps { margin: 0; padding: 0; list-style: none; }
.flow-steps li { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 32px 0; border-bottom: 1px solid rgba(14,75,76,.13); }
.flow-steps li > span { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(101,83,216,.2); border-radius: 16px; color: #6553d8; background: #f0edff; font-size: 12px; font-weight: 900; }
.flow-steps h3 { margin: 0 0 7px; font-size: 23px; letter-spacing: -.02em; }.flow-steps p { margin: 0; color: #667d82; font-size: 14px; }

.security-section { background: #080917; }
.security-card { min-height: 490px; display: grid; grid-template-columns: 1fr .85fr; align-items: center; overflow: hidden; border: 1px solid rgba(139,92,246,.2); border-radius: 27px; background: radial-gradient(circle at 80% 50%, rgba(76,201,255,.12), transparent 35%), linear-gradient(135deg, #151836, #0c0e23); }
.security-copy { padding: 65px; }
.security-copy p { max-width: 600px; color: #91a9ae; }
.security-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }.security-points span { padding: 7px 11px; border: 1px solid rgba(53,210,232,.15); border-radius: 99px; color: #a8c8ca; background: rgba(53,210,232,.045); font-size: 11px; }
.security-visual { position: relative; min-height: 490px; display: grid; place-items: center; }
.shield { position: relative; z-index: 3; display: grid; place-items: center; width: 124px; height: 142px; clip-path: polygon(50% 0, 93% 17%, 89% 67%, 50% 100%, 11% 67%, 7% 17%); color: var(--ink); background: linear-gradient(145deg, var(--cyan), var(--teal)); filter: drop-shadow(0 0 35px rgba(139,92,246,.3)); }.shield::before { content: ""; position: absolute; inset: 5px; clip-path: inherit; background: #141735; }.shield span { position: relative; color: var(--cyan); font-size: 45px; font-weight: 900; }
.orbit { position: absolute; border: 1px solid rgba(53,210,232,.16); border-radius: 50%; }.orbit-one { width: 280px; height: 280px; }.orbit-two { width: 410px; height: 410px; border-style: dashed; opacity: .5; }
.node { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }.node-a { top: 105px; left: 30%; }.node-b { bottom: 115px; right: 26%; }.node-c { top: 50%; right: 13%; }.node-d { bottom: 72px; left: 36%; }

.audience-section { background: #eef0f8; color: var(--paper-ink); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.audience-grid article { min-height: 260px; padding: 30px; border: 1px solid rgba(55,52,105,.1); border-radius: 19px; background: rgba(255,255,255,.72); }.audience-grid article > span { display: inline-block; margin-bottom: 50px; color: #6553d8; font: 900 11px ui-monospace, monospace; letter-spacing: .14em; }.audience-grid h3 { margin: 0 0 10px; font-size: 23px; }.audience-grid p { color: #686d88; font-size: 14px; }

.faq-section { background: #f7f7fc; color: var(--paper-ink); border-top: 1px solid rgba(55,52,105,.08); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 116px; }
.faq-intro .eyebrow { color: #6553d8; }
.faq-intro h2 { margin: 16px 0; font-size: clamp(40px, 4.4vw, 60px); line-height: 1.02; letter-spacing: -.045em; }
.faq-intro p { max-width: 430px; color: #647b80; font-size: 16px; }
.faq-list { border-top: 1px solid rgba(14, 75, 76, .15); }
.faq-list details { border-bottom: 1px solid rgba(14, 75, 76, .15); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 27px 3px; cursor: pointer; color: #173137; font-size: 20px; font-weight: 820; letter-spacing: -.02em; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(101,83,216,.2); border-radius: 50%; color: #6553d8; transition: transform .2s ease, background .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); background: #f0edff; }
.faq-list details p { max-width: 760px; margin: -8px 52px 25px 3px; color: #637a7f; font-size: 15px; }

.contact-section { position: relative; overflow: hidden; background: #0d1025; }.contact-section::before { content: ""; position: absolute; width: 600px; height: 600px; left: -250px; bottom: -350px; border-radius: 50%; background: rgba(139,92,246,.12); filter: blur(80px); }
.contact-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.contact-copy p { max-width: 480px; color: #989fbe; font-size: 16px; }.contact-email { display: flex; align-items: center; gap: 13px; margin-top: 30px; }.contact-email > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: var(--cyan); background: rgba(76,201,255,.1); font-weight: 900; }.contact-email div { display: flex; flex-direction: column; }.contact-email small { color: #7e85a7; }.contact-email strong { color: #f0f2ff; }
.contact-note { max-width: 450px; margin-top: 38px; padding-left: 16px; border-left: 2px solid var(--teal); color: #718b91; font-size: 12px; }.contact-note b { color: #aac1c5; }
.contact-form-shell { padding: 34px; border: 1px solid rgba(172,181,255,.16); border-radius: 23px; background: rgba(23,27,56,.82); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.contact-form label { display: grid; gap: 7px; margin-bottom: 17px; }.contact-form label > span { color: #a6bcc1; font-size: 11px; font-weight: 700; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(147,205,211,.15); border-radius: 10px; padding: 12px 13px; color: var(--text); background: #09181f; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }.contact-form input, .contact-form select { height: 47px; }.contact-form textarea { min-height: 130px; resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: rgba(53,210,232,.55); box-shadow: 0 0 0 4px rgba(53,210,232,.06); }.contact-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #779097 50%), linear-gradient(135deg, #779097 50%, transparent 50%); background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px; background-size: 5px 5px; background-repeat: no-repeat; }.contact-form select option { background: #09181f; }
.contact-form .consent { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 9px; }.contact-form .consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--teal); }.submit-button { width: 100%; border: 0; }.form-privacy { display: block; margin-top: 12px; color: #737a9b; text-align: center; font-size: 10px; }.honeypot { position: absolute !important; left: -9999px !important; }.form-status { display: grid; gap: 2px; margin-bottom: 18px; padding: 13px 15px; border-radius: 10px; font-size: 12px; }.form-status-success { color: #bfeaff; background: rgba(76,201,255,.1); border: 1px solid rgba(76,201,255,.2); }.form-status-error { color: #ffc3c6; background: rgba(255,94,103,.08); border: 1px solid rgba(255,94,103,.18); }.form-status span { opacity: .8; }

.site-footer { border-top: 1px solid var(--line); background: #070816; }.footer-main { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }.footer-main > p { color: #777e9f; font-size: 13px; }.footer-main > div { display: flex; gap: 22px; }.footer-main > div a { color: #9298b8; font-size: 12px; }.footer-main > div a:hover { color: var(--cyan); }.footer-bottom { display: flex; justify-content: space-between; padding: 20px 0 28px; border-top: 1px solid rgba(255,255,255,.05); color: #565c7c; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-navigation { gap: 17px; }.header-cta { display: none; }
  .hero-inner { grid-template-columns: 1fr; }.hero-copy { max-width: 760px; }.hero-visual { width: 880px; margin: 20px auto 0; transform: none; }.hero { padding-top: 140px; }.trust-strip { margin-top: 60px; }
  .section-heading { gap: 45px; }.contact-layout { gap: 45px; }.security-copy { padding: 48px; }.faq-layout { gap: 55px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 28px, 680px); }
  .menu-button { display: block; }.site-navigation { position: fixed; top: 76px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 15px; background: #0b1a21; box-shadow: var(--shadow); }.site-navigation.is-open { display: flex; }.site-navigation a { padding: 12px; }.site-navigation a::after { display: none; }
  .hero { min-height: auto; padding-top: 125px; }.hero h1 { font-size: clamp(43px, 11vw, 68px); }.hero-visual { transform: none; }.trust-strip { align-items: flex-start; flex-direction: column; }
  .section { padding: 88px 0; }.section-heading, .flow-layout, .contact-layout, .faq-layout { grid-template-columns: 1fr; gap: 38px; }.section-heading { align-items: start; }.feature-card, .feature-card-large, .feature-card-accent { grid-column: span 12; }.feature-card { min-height: 290px; }.capability-grid { grid-template-columns: 1fr; }.capability-card { min-height: auto; }
  .product-tabs { overflow-x: auto; grid-template-columns: repeat(4, minmax(145px, 1fr)); }.product-slide { grid-template-columns: 1fr; padding: 35px; }.product-stage, .product-slide { min-height: 760px; }.slide-copy { max-width: 580px; }.flow-copy { position: static; }.security-card { grid-template-columns: 1fr; }.security-visual { min-height: 380px; }.audience-grid { grid-template-columns: 1fr; }.audience-grid article { min-height: 220px; }.audience-grid article > span { margin-bottom: 32px; }
  .faq-intro { position: static; }.footer-main { grid-template-columns: 1fr; gap: 20px; padding: 40px 0; }.footer-main > p { margin: 0; }.footer-main > div { flex-wrap: wrap; }.footer-bottom { gap: 20px; }
}

@media (max-width: 560px) {
  .brand-copy small { display: none; }.hero h1 { font-size: 44px; }.hero-lead { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-facts { grid-template-columns: 1fr; gap: 14px; }.hero-facts div { padding: 0 0 14px; border-right: 0; border-bottom: 1px solid var(--line); }.hero-facts div:last-child { padding-bottom: 0; border-bottom: 0; }
  .dashboard-window { border-radius: 12px; }.window-bar { grid-template-columns: 55px 1fr; }.window-address { min-width: 0; width: 100%; overflow: hidden; white-space: nowrap; }.live-pill { display: none; }.hero-slides { height: 350px; }.hero-clean-shot img { width: 125%; height: calc(100% + 72px); transform: translate(-10%, -48px); }.hero-slide-caption { left: 16px; right: 16px; bottom: 14px; display: grid; }.hero-slide-caption strong { font-size: 12px; text-align: left; }.hero-ui { inset: 12px 12px 58px; }.hero-ui-heading { height: 54px; padding: 0 13px; }.hero-stat-grid { gap: 6px; padding: 10px; }.hero-stat-grid > div { min-height: 76px; padding: 10px; }.hero-stat-grid strong { font-size: 19px; }.hero-event { margin: 0 10px 7px; padding: 8px 9px; }.metric-summary { grid-template-columns: 1fr 1fr; gap: 6px; padding: 10px; }.metric-summary > div { padding: 9px; }.hero-line-chart { height: 105px; margin: 0 10px; padding: 12px 10px 0; }.operation-columns { gap: 7px; padding: 10px; }.operation-columns section { padding: 9px; }.operation-columns p { margin: 8px 0; }.operation-log { margin: 0 10px; }.showcase-controls { grid-template-columns: 1fr auto; padding: 8px; }.showcase-tabs button { width: 10px; height: 10px; padding: 0; border-radius: 50%; overflow: hidden; color: transparent; background: #29434b; }.showcase-tabs button span { display: none; }.showcase-tabs { display: flex; gap: 7px; padding-left: 5px; }.showcase-tabs button.is-active { width: 25px; border-radius: 99px; background: var(--teal); box-shadow: none; }
  .trust-strip { padding: 20px; }.trust-strip div { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 25px; }.section-heading h2, .flow-copy h2, .security-copy h2, .contact-copy h2, .faq-intro h2 { font-size: 38px; }.feature-card, .capability-card { padding: 24px; }.capability-card ul { grid-template-columns: 1fr; }.product-slide { padding: 24px; }.product-stage, .product-slide { min-height: 720px; }.screenshot-frame { height: 245px; }.screenshot-inner img { width: 125%; height: calc(100% + 72px); transform: translate(-10%, -48px); }.terminal-columns { grid-template-columns: 1fr; }.terminal-columns > div:last-child { display: none; }.incident-row { grid-template-columns: 12px 1fr; }.incident-row span { grid-column: 2; }.security-copy { padding: 32px 24px; }.security-visual { min-height: 320px; }.orbit-two { width: 320px; height: 320px; }.form-grid { grid-template-columns: 1fr; gap: 0; }.contact-form-shell { padding: 23px; }.faq-list summary { padding: 22px 0; font-size: 17px; }.faq-list details p { margin-left: 0; }.footer-bottom { align-items: flex-start; flex-direction: column; }
}

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