:root {
  color-scheme: dark;
  --bg: #050708;
  --surface: #0b0f12;
  --surface-2: #11171b;
  --surface-3: #161d22;
  --line: #273138;
  --line-soft: #1b242a;
  --text: #f4f7f8;
  --muted: #8d9ba4;
  --cyan: #22c7df;
  --blue: #2797ff;
  --green: #72db48;
  --coral: #ff705c;
  --red: #ff4d4d;
  --amber: #f4c542;
  --nav-height: 76px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  letter-spacing: 0;
}
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
[hidden] { display: none !important; }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  height: var(--nav-height);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 7, 8, .94);
  backdrop-filter: blur(18px);
}
.nav-inner {
  width: min(1540px, calc(100% - 40px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
}
.brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  background: url("assets/brand.png") center / 190px auto no-repeat;
  filter: contrast(1.12) brightness(1.12);
}
.brand-copy { color: #dce2e5; }
.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-links a {
  padding: 10px 13px;
  border: 1px solid transparent;
  color: #aeb9bf;
  font-size: 14px;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { color: #fff; border-color: var(--line); background: var(--surface); }
.nav-actions { display: flex; gap: 10px; }
.mobile-menu {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--surface);
  align-items: center;
  justify-content: center;
}

.btn {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface-2);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 750;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); border-color: #53616a; }
.btn-primary { background: var(--cyan); border-color: var(--cyan); color: #001317; }
.btn-primary:hover { background: #66deeb; border-color: #66deeb; }
.btn-small { min-height: 38px; padding: 0 14px; font-size: 13px; }
.icon-btn { width: 40px; padding: 0; }

.page-shell { width: min(1540px, calc(100% - 40px)); margin: auto; }
.announcement-bar { min-height: 36px; padding: 8px 16px; border-bottom: 1px solid var(--line); background: #0b1013; color: #aebbc2; text-align: center; font-size: 12px; }
.eyebrow { color: var(--cyan); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.muted { color: var(--muted); }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 13px currentColor; }
.status { display: inline-flex; align-items: center; gap: 7px; color: var(--green); font-weight: 750; font-size: 13px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 28px; }
.section-heading h2 { margin: 6px 0 0; font-size: clamp(28px, 3vw, 44px); }
.section-heading p { max-width: 620px; margin: 0; color: var(--muted); line-height: 1.7; }

.hero {
  position: relative;
  min-height: calc(100vh - var(--nav-height) - 36px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background-color: #060809;
  background-image: url("assets/brand.png");
  background-size: cover;
  background-position: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 4, 5, .68);
}
.hero-inner { position: relative; z-index: 1; min-height: inherit; display: grid; align-items: center; gap: 36px; padding: 42px 0 64px; }
.hero-copy h1 { margin: 12px 0 16px; font-size: clamp(50px, 7vw, 106px); line-height: .92; text-transform: uppercase; max-width: 760px; }
.hero-copy .lead { max-width: 620px; margin: 0 0 22px; color: #d9e0e3; font-size: clamp(20px, 2vw, 31px); font-weight: 700; }
.hero-copy .sublead { max-width: 590px; color: var(--muted); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: #b4c0c6; font-size: 13px; }
.hero-fact { display: flex; align-items: center; gap: 8px; }

.guard-hero .hero-inner { grid-template-columns: minmax(360px, .82fr) minmax(640px, 1.55fr); }
.systems-hero .hero-inner { grid-template-columns: minmax(430px, .85fr) minmax(620px, 1.4fr); }
.command-hero .hero-inner { grid-template-columns: minmax(330px, .65fr) minmax(680px, 1.6fr) minmax(280px, .58fr); }

.dashboard {
  border: 1px solid #29353c;
  border-radius: 8px;
  background: rgba(8, 12, 14, .96);
  box-shadow: 0 30px 70px rgba(0,0,0,.48);
  overflow: hidden;
}
.dash-top { min-height: 58px; padding: 12px 16px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.dash-title strong { display: block; }
.dash-title span { color: var(--muted); font-size: 12px; }
.dash-body { display: grid; grid-template-columns: 168px 1fr; min-height: 520px; }
.dash-side { padding: 14px 10px; border-right: 1px solid var(--line); background: #090d0f; }
.dash-side span { display: block; padding: 10px 11px; margin-bottom: 4px; color: var(--muted); font-size: 12px; border-left: 2px solid transparent; }
.dash-side span.active { color: var(--cyan); background: #102027; border-left-color: var(--cyan); }
.dash-main { padding: 16px; min-width: 0; }
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.metric { min-height: 94px; padding: 14px; border: 1px solid var(--line); background: var(--surface); border-radius: 6px; }
.metric span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.metric strong { display: block; margin-top: 10px; font-size: 25px; }
.metric.cyan strong { color: var(--cyan); }
.metric.green strong { color: var(--green); }
.metric.red strong { color: var(--red); }
.metric.coral strong { color: var(--coral); }
.dash-columns { display: grid; grid-template-columns: 1.35fr .9fr; gap: 10px; margin-top: 10px; }
.chart, .event-feed, .module-mini { border: 1px solid var(--line); background: var(--surface); border-radius: 6px; }
.panel-title { padding: 13px 14px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.chart-canvas { height: 170px; position: relative; overflow: hidden; background-image: linear-gradient(#192126 1px, transparent 1px), linear-gradient(90deg, #192126 1px, transparent 1px); background-size: 100% 34px, 60px 100%; }
.chart-line { position: absolute; inset: 38px 18px 22px; }
.chart-line svg { width: 100%; height: 100%; overflow: visible; }
.event-list { padding: 8px; }
.event { padding: 10px; border-bottom: 1px solid var(--line-soft); display: grid; grid-template-columns: 9px 1fr auto; gap: 9px; align-items: start; font-size: 11px; }
.event:last-child { border-bottom: 0; }
.event b { display: block; font-size: 11px; }
.event small { color: var(--muted); }
.event time { color: var(--muted); font-size: 9px; }
.module-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 10px; }
.module-mini { min-height: 100px; padding: 12px; }
.module-mini strong { display: block; margin: 9px 0; font-size: 20px; }

.trust-strip { border-bottom: 1px solid var(--line); background: #090c0e; }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.trust-item { min-height: 96px; padding: 22px; display: flex; gap: 12px; align-items: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item i { color: var(--cyan); }
.trust-item strong { display: block; }
.trust-item span { color: var(--muted); font-size: 12px; }

.content-section { padding: 92px 0; border-bottom: 1px solid var(--line); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { min-height: 300px; padding: 24px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); position: relative; overflow: hidden; }
.product-card::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--card-accent, var(--cyan)); }
.product-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--card-accent, var(--cyan)) 65%, #222); color: var(--card-accent, var(--cyan)); border-radius: 6px; }
.product-card h3 { margin: 20px 0 8px; color: var(--card-accent, var(--cyan)); font-size: 23px; }
.product-card p { color: var(--muted); line-height: 1.6; }
.feature-list { list-style: none; padding: 0; margin: 20px 0 0; }
.feature-list li { position: relative; padding: 7px 0 7px 22px; color: #c6d0d5; font-size: 13px; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--card-accent, var(--green)); font-weight: 900; }

.screen-stage { display: grid; grid-template-columns: 220px 1fr; border: 1px solid var(--line); background: var(--surface); border-radius: 8px; overflow: hidden; }
.screen-tabs { padding: 14px; border-right: 1px solid var(--line); }
.screen-tab { width: 100%; min-height: 46px; padding: 0 12px; border: 0; border-left: 2px solid transparent; background: transparent; color: var(--muted); text-align: left; cursor: pointer; }
.screen-tab.active { color: #fff; border-left-color: var(--cyan); background: var(--surface-2); }
.screen-display { min-height: 520px; padding: 24px; display: grid; place-items: center; background: #080b0d; }
.screen-display img { display: block; max-width: 100%; max-height: 470px; border: 1px solid var(--line); box-shadow: 0 26px 60px rgba(0,0,0,.42); }

.command-map { position: relative; min-height: 570px; }
.command-core { position: absolute; left: 50%; top: 50%; width: 150px; height: 150px; transform: translate(-50%, -50%); border: 2px solid var(--cyan); border-radius: 50%; background: #0b1013; display: grid; place-items: center; box-shadow: 0 0 40px rgba(34,199,223,.2); z-index: 3; }
.command-core .brand-mark { width: 86px; height: 86px; background-size: 340px auto; }
.command-node { --node: var(--cyan); position: absolute; width: 205px; min-height: 116px; padding: 16px; border: 1px solid var(--node); border-radius: 7px; background: #090d10; cursor: pointer; text-align: left; box-shadow: 0 0 24px color-mix(in srgb, var(--node) 14%, transparent); }
.command-node:hover, .command-node.active { background: color-mix(in srgb, var(--node) 9%, #090d10); transform: translateY(-3px); }
.command-node strong { color: var(--node); display: flex; align-items: center; gap: 8px; margin-bottom: 9px; }
.command-node span { display: block; color: var(--muted); font-size: 11px; line-height: 1.55; }
.node-guard { left: 3%; top: 4%; --node: var(--blue); }
.node-ticket { right: 3%; top: 4%; --node: var(--green); }
.node-app { left: 0; top: 39%; --node: var(--amber); }
.node-logs { right: 0; top: 39%; --node: var(--red); }
.node-telegram { left: 8%; bottom: 2%; --node: var(--cyan); }
.node-bots { right: 8%; bottom: 2%; --node: #16d3cb; }
.connection { position: absolute; height: 1px; background: #32434c; transform-origin: left center; z-index: 1; }
.connection::after { content: ""; position: absolute; right: -3px; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); animation: pulse 1.7s infinite; }
.c1 { width: 190px; left: 24%; top: 27%; transform: rotate(28deg); }
.c2 { width: 190px; right: 22%; top: 27%; transform: rotate(152deg); }
.c3 { width: 160px; left: 22%; top: 50%; }
.c4 { width: 160px; right: 20%; top: 50%; transform: rotate(180deg); }
.c5 { width: 190px; left: 25%; bottom: 25%; transform: rotate(-30deg); }
.c6 { width: 190px; right: 22%; bottom: 25%; transform: rotate(210deg); }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(34,199,223,0); } }

.live-rail { border: 1px solid var(--line); border-radius: 7px; background: rgba(8,12,14,.96); overflow: hidden; }
.live-rail .event { padding: 14px 12px; grid-template-columns: 9px 1fr; }
.live-rail .event time { grid-column: 2; }
.live-head { padding: 14px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { border: 1px solid var(--line); border-radius: 7px; padding: 26px; background: var(--surface); }
.price-card.featured { border-color: var(--cyan); }
.price-card h3 { margin: 0; }
.price { display: block; margin: 20px 0 4px; font-size: 38px; font-weight: 900; }
.price-note { color: var(--muted); font-size: 12px; }
.price-card .btn { width: 100%; margin-top: 24px; }

.interactive-section { background: #080b0d; }
.interactive-lab {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(420px, 1.15fr);
  min-height: 540px;
  border: 1px solid #344149;
  border-radius: 8px;
  background: #0a0e11;
  overflow: hidden;
}
.lab-controls, .lab-result { padding: 28px; min-width: 0; }
.lab-controls { border-right: 1px solid var(--line); background: #090d0f; }
.lab-label, .result-kicker { color: var(--muted); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.choice-stack { display: grid; gap: 10px; margin-top: 18px; }
.choice-row {
  width: 100%;
  min-height: 86px;
  padding: 14px;
  display: grid;
  grid-template-columns: 44px 1fr 24px;
  align-items: center;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  text-align: left;
  cursor: pointer;
}
.choice-row:hover { border-color: #45555e; }
.choice-row.active { border-color: var(--cyan); background: #0d1a1e; }
.choice-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #2c4f56; border-radius: 6px; color: var(--cyan); }
.choice-row strong, .choice-row small { display: block; }
.choice-row small { margin-top: 5px; color: var(--muted); line-height: 1.35; }
.choice-check { color: var(--green); opacity: 0; }
.choice-row.active .choice-check { opacity: 1; }
.lab-result { display: flex; flex-direction: column; justify-content: center; background: linear-gradient(140deg, rgba(34,199,223,.07), transparent 46%), #0b1013; }
.result-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.result-count { padding: 6px 9px; border: 1px solid #31525a; border-radius: 5px; color: var(--cyan); font-size: 10px; font-weight: 800; }
.lab-result h3 { max-width: 680px; margin: 22px 0 10px; font-size: clamp(30px, 4vw, 52px); line-height: 1.05; }
.lab-result > p { max-width: 680px; margin: 0; color: var(--muted); line-height: 1.65; }
.result-modules { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.result-modules span { padding: 9px 11px; border: 1px solid var(--line); border-radius: 5px; background: #080c0e; color: #d8e2e6; font-size: 12px; }
.result-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 4px 0 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.result-meta > div { padding: 17px 12px; border-right: 1px solid var(--line); }
.result-meta > div:last-child { border-right: 0; }
.result-meta small, .result-meta strong { display: block; }
.result-meta small { color: var(--muted); font-size: 10px; }
.result-meta strong { margin-top: 6px; font-size: 13px; }
.finder-result .btn { align-self: flex-start; }

.scenario-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.scenario-button { min-height: 132px; padding: 17px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); text-align: left; cursor: pointer; }
.scenario-button:hover { border-color: #52616a; }
.scenario-button.active { border-color: var(--red); background: #1a0e10; }
.scenario-button > i { color: var(--coral); }
.scenario-button span, .scenario-button strong, .scenario-button small { display: block; }
.scenario-button span { margin-top: 18px; }
.scenario-button small { margin-top: 5px; color: var(--muted); }
.threat-result { background: linear-gradient(140deg, rgba(255,77,77,.07), transparent 48%), #0b1013; }
.response-timeline { margin-top: 25px; border-top: 1px solid var(--line); }
.response-step { display: grid; grid-template-columns: 34px 1fr auto; gap: 14px; align-items: center; min-height: 70px; border-bottom: 1px solid var(--line); }
.response-step > span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #37616a; border-radius: 50%; color: var(--cyan); font-size: 10px; font-weight: 900; }
.response-step strong, .response-step small { display: block; }
.response-step small { margin-top: 4px; color: var(--muted); }
.response-step > em { color: var(--green); font-size: 10px; font-style: normal; font-weight: 800; }
.response-summary { margin-top: 20px; padding: 15px; display: flex; align-items: center; gap: 12px; border: 1px solid #28573b; background: #0a1610; }
.response-summary > i { color: var(--green); }
.response-summary small, .response-summary strong { display: block; }
.response-summary small { color: var(--muted); font-size: 10px; }
.response-summary strong { margin-top: 3px; color: var(--green); }

.flow-field { display: block; margin-top: 22px; }
.flow-field > span { display: block; margin-bottom: 8px; color: #c7d1d6; font-size: 12px; font-weight: 750; }
.flow-field select { width: 100%; min-height: 52px; padding: 0 13px; border: 1px solid var(--line); border-radius: 5px; background: var(--surface); color: #fff; }
.flow-field select:focus { outline: 1px solid var(--cyan); border-color: var(--cyan); }
.flow-preview { justify-content: flex-start; }
.flow-canvas { margin-top: 22px; padding-left: 12px; }
.flow-step { min-height: 74px; display: grid; grid-template-columns: 32px 42px 1fr; gap: 13px; align-items: center; border: 1px solid var(--line); border-radius: 6px; padding: 11px 14px; background: #080c0e; }
.flow-step > span { color: var(--muted); font-size: 10px; font-weight: 900; }
.flow-step > i { width: 38px; height: 38px; padding: 9px; border: 1px solid #31515a; color: var(--cyan); }
.flow-step small, .flow-step strong { display: block; }
.flow-step small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.flow-step strong { margin-top: 5px; font-size: 13px; }
.flow-step.action > i { color: var(--green); border-color: #315b3e; }
.flow-step.notify > i { color: var(--amber); border-color: #5b512e; }
.flow-arrow { height: 32px; margin-left: 49px; display: flex; align-items: center; color: var(--muted); }
.flow-footer { margin-top: auto; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.flow-footer > span { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; }
.flow-footer > span i { color: var(--cyan); }
.flow-footer > span strong { color: #fff; }

.site-footer { padding: 34px 0; color: var(--muted); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-links { display: flex; gap: 18px; font-size: 13px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 60; background: rgba(0,0,0,.8); display: grid; place-items: center; padding: 20px; }
.modal { width: min(560px, 100%); border: 1px solid #3a4850; border-radius: 8px; background: #0b1013; box-shadow: 0 40px 100px #000; }
.modal-head { padding: 18px 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.modal-head h2 { margin: 0; font-size: 19px; }
.modal-body { padding: 20px; }
.modal-body p { color: var(--muted); line-height: 1.6; }
.demo-form { display: grid; gap: 12px; }
.demo-form label { color: #c6d0d5; font-size: 13px; }
.demo-form input, .demo-form select, .demo-form textarea { width: 100%; margin-top: 7px; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 5px; background: #070a0c; color: #fff; resize: vertical; }
.form-result { padding: 14px; border: 1px solid #27543a; background: #0a1a10; color: var(--green); }
.form-result.error { border-color: #6b2933; background: #1a0b0e; color: var(--red); }

.live-support {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: grid;
  justify-items: end;
  gap: 10px;
}
.live-support-toggle {
  position: relative;
  min-height: 52px;
  padding: 0 17px;
  border: 1px solid #33d8e8;
  border-radius: 7px;
  background: var(--cyan);
  color: #001417;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
  box-shadow: 0 16px 42px rgba(0,0,0,.5);
  cursor: pointer;
}
.live-support-toggle .support-pulse { width: 9px; height: 9px; border-radius: 50%; background: #083f26; box-shadow: 0 0 0 0 rgba(8,63,38,.45); animation: supportPulse 2s infinite; }
.live-support-panel {
  width: min(340px, calc(100vw - 24px));
  border: 1px solid #35434b;
  border-radius: 8px;
  background: #0a0f12;
  box-shadow: 0 28px 80px rgba(0,0,0,.68);
  overflow: hidden;
  transform-origin: bottom right;
}
.live-support-panel[hidden] { display: none; }
.support-head { padding: 16px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.support-head-copy { display: flex; align-items: center; gap: 11px; }
.support-agent { width: 40px; height: 40px; border: 1px solid #2f6269; border-radius: 6px; display: grid; place-items: center; color: var(--cyan); background: #102126; }
.support-head strong, .support-head small { display: block; }
.support-head small { margin-top: 3px; color: var(--green); }
.support-body { padding: 16px; }
.support-body > p { margin: 0 0 14px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.support-options { display: grid; gap: 9px; }
.support-option { min-height: 54px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); color: #fff; display: flex; align-items: center; gap: 11px; text-align: left; cursor: pointer; }
.support-option:hover { border-color: #4d606a; background: var(--surface-2); }
.support-option i { color: var(--cyan); }
.support-option strong, .support-option span { display: block; }
.support-option span { margin-top: 2px; color: var(--muted); font-size: 11px; }
.support-foot { padding: 10px 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; text-align: center; }
@keyframes supportPulse { 70% { box-shadow: 0 0 0 9px rgba(8,63,38,0); } }

.status-page { background: #070a0c; }
.status-main { min-height: calc(100vh - var(--nav-height)); }
.status-hero { padding: 72px 0 44px; border-bottom: 1px solid var(--line); background: linear-gradient(110deg, rgba(34,199,223,.08), transparent 42%), #090d0f; }
.status-hero-inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,520px); align-items: center; gap: 48px; }
.status-hero h1 { margin: 8px 0 10px; font-size: clamp(44px,6vw,76px); }
.status-hero p { max-width: 680px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.status-overall { min-height: 150px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #0b1013; display: flex; align-items: center; gap: 20px; }
.status-orbit { width: 74px; height: 74px; flex: 0 0 74px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--muted); position: relative; }
.status-orbit::after { content: ""; position: absolute; inset: -7px; border: 1px dashed currentColor; border-radius: 50%; opacity: .45; animation: statusSpin 9s linear infinite; }
.status-overall small, .status-overall strong, .status-overall span { display: block; }
.status-overall small { color: var(--muted); font-size: 10px; font-weight: 800; }
.status-overall strong { margin: 7px 0 4px; font-size: 24px; }
.status-overall > div > span { color: var(--muted); font-size: 12px; }
.status-overall[data-state="operational"] { border-color: #285c3c; color: var(--green); }
.status-overall[data-state="degraded"] { border-color: #665a27; color: var(--amber); }
.status-overall[data-state="outage"] { border-color: #6b2933; color: var(--red); }
.status-content { padding: 34px 0 72px; }
.status-toolbar { min-height: 58px; margin-bottom: 18px; padding: 0 14px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 18px; background: #090d0f; }
.status-toolbar > div { display: flex; align-items: center; gap: 9px; min-width: 0; }
.status-toolbar > div > span:last-child { color: var(--muted); font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.status-live-dot { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(85,221,117,.1); }
.status-service-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.status-service { min-height: 235px; padding: 18px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); display: flex; flex-direction: column; }
.status-service[data-state="operational"] { border-top: 3px solid var(--green); }
.status-service[data-state="degraded"] { border-top: 3px solid var(--amber); }
.status-service[data-state="outage"] { border-top: 3px solid var(--red); }
.status-service-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.status-service-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 6px; color: var(--cyan); background: #090d0f; }
.status-state { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.status-state > span { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.status-service[data-state="operational"] .status-state { color: var(--green); }
.status-service[data-state="degraded"] .status-state { color: var(--amber); }
.status-service[data-state="outage"] .status-state { color: var(--red); }
.status-service h2 { margin: 20px 0 7px; font-size: 17px; }
.status-service > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.status-service-meta { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.status-service-meta span { color: var(--muted); font-size: 10px; line-height: 1.4; }
.status-service-meta strong { min-width: max-content; font-size: 11px; }
.status-service.skeleton { min-height: 235px; background: linear-gradient(90deg,#0b1013,#11191d,#0b1013); background-size: 200% 100%; animation: statusSkeleton 1.5s infinite; }
.status-bottom-grid { margin-top: 22px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.status-info-panel { padding: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 48px 1fr; gap: 16px; }
.status-panel-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--cyan); border: 1px solid #28545b; }
.status-info-panel h2 { margin: 5px 0 8px; font-size: 18px; }
.status-info-panel p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
@keyframes statusSpin { to { transform: rotate(360deg); } }
@keyframes statusSkeleton { to { background-position: -200% 0; } }

@media (max-width: 1200px) {
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 66px; padding: 12px; border: 1px solid var(--line); background: #090d0f; flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .mobile-menu { display: inline-flex; margin-left: auto; }
  .nav-actions .btn:not(.btn-primary) { display: none; }
  .guard-hero .hero-inner, .systems-hero .hero-inner { grid-template-columns: 1fr; }
  .command-hero .hero-inner { grid-template-columns: minmax(280px,.6fr) minmax(620px,1.4fr); }
  .command-hero .live-rail { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); }
  .command-hero .live-head { grid-column: 1 / -1; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-item { border-bottom: 1px solid var(--line); }
  .status-service-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .interactive-lab { grid-template-columns: minmax(300px, .8fr) minmax(400px, 1.2fr); }
}

@media (max-width: 760px) {
  :root { --nav-height: 66px; }
  .page-shell, .nav-inner { width: min(100% - 24px, 1540px); }
  .brand-copy { font-size: 14px; }
  .brand-mark { width: 42px; height: 42px; flex-basis: 42px; background-size: 166px auto; }
  .nav-actions { display: none; }
  .hero { min-height: auto; background-position: 52% center; }
  .hero-inner { display: block; padding: 62px 0 40px; }
  .hero-copy h1 { font-size: clamp(44px, 15vw, 70px); }
  .dashboard, .command-map, .live-rail { margin-top: 38px; }
  .dash-body { grid-template-columns: 1fr; min-height: 0; }
  .dash-side { display: flex; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .dash-side span { min-width: max-content; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .dash-columns { grid-template-columns: 1fr; }
  .module-row { grid-template-columns: repeat(2, 1fr); }
  .product-grid, .pricing-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { min-height: 80px; padding: 16px; }
  .content-section { padding: 64px 0; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 14px; }
  .screen-stage { grid-template-columns: 1fr; }
  .screen-tabs { display: flex; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .screen-tab { min-width: max-content; width: auto; }
  .screen-display { min-height: 320px; padding: 12px; }
  .command-hero .hero-inner { display: block; }
  .command-map { min-height: 740px; }
  .command-core { width: 120px; height: 120px; }
  .command-node { width: calc(50% - 8px); min-height: 126px; }
  .node-guard { left: 0; top: 0; }
  .node-ticket { right: 0; top: 0; }
  .node-app { left: 0; top: 180px; }
  .node-logs { right: 0; top: 180px; }
  .node-telegram { left: 0; bottom: 0; }
  .node-bots { right: 0; bottom: 0; }
  .connection { display: none; }
  .command-hero .live-rail { display: block; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .live-support { right: 12px; bottom: 12px; }
  .live-support-toggle { width: 52px; padding: 0; justify-content: center; }
  .live-support-toggle > span:not(.support-pulse) { display: none; }
  .live-support-toggle .support-pulse { position: absolute; right: 4px; top: 4px; }
  .status-hero { padding: 44px 0 30px; }
  .status-hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .status-hero h1 { font-size: 48px; }
  .status-overall { min-height: 132px; padding: 18px; }
  .status-service-grid, .status-bottom-grid { grid-template-columns: 1fr; }
  .status-toolbar { align-items: stretch; flex-direction: column; padding: 12px; }
  .status-toolbar .btn { width: 100%; }
  .status-toolbar > div { flex-wrap: wrap; }
  .status-toolbar > div > span:last-child { width: 100%; white-space: normal; }
  .interactive-lab { display: block; min-height: 0; }
  .lab-controls, .lab-result { padding: 20px; }
  .lab-controls { border-right: 0; border-bottom: 1px solid var(--line); }
  .choice-row { min-height: 78px; }
  .scenario-grid { grid-template-columns: 1fr 1fr; }
  .scenario-button { min-height: 116px; }
  .lab-result h3 { font-size: 34px; }
  .result-meta { grid-template-columns: 1fr; }
  .result-meta > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .result-meta > div:last-child { border-bottom: 0; }
  .response-step { grid-template-columns: 32px 1fr; padding: 10px 0; }
  .response-step > em { grid-column: 2; }
  .flow-footer { align-items: stretch; flex-direction: column; }
  .flow-footer .btn, .finder-result .btn { width: 100%; }
}

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