@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --navy: #0b132b;
  --navy-2: #101c3f;
  --indigo: #1e3a8a;
  --blue: #2563eb;
  --cyan: #06b6d4;
  --teal: #10b981;
  --amber: #f59e0b;
  --slate: #64748b;
  --cloud: #f8fafc;
  --white: #ffffff;
  --ink: #111b36;
  --line: #dbe5f0;
  --muted: #5e6d85;
  --display: "Manrope", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
  --shadow: 0 22px 60px rgba(10, 25, 60, 0.14);
  --container: min(1180px, calc(100% - 64px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cloud);
  font-family: var(--display);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--navy);
  background: var(--white);
  transform: translateY(-200%);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  padding: 25px 0;
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  position: fixed;
  padding: 15px 0;
  background: rgba(11, 19, 43, 0.94);
  box-shadow: 0 10px 35px rgba(3, 10, 31, 0.25);
  backdrop-filter: blur(16px);
}

.navigation {
  display: flex;
  align-items: center;
  min-height: 39px;
}

.brand,
.footer-brand {
  display: inline-flex;
  flex: 0 0 auto;
}

.brand img {
  width: 160px;
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 31px;
  margin-left: auto;
  margin-right: 32px;
}

.primary-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: color 150ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--white);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button span {
  font-size: 18px;
  line-height: 0;
}

.button-primary {
  color: #062334;
  background: var(--cyan);
  box-shadow: 0 12px 26px rgba(6, 182, 212, 0.2);
}

.button-primary:hover {
  background: #34d2ec;
  box-shadow: 0 15px 30px rgba(6, 182, 212, 0.34);
}

.button-light {
  color: var(--navy);
  background: var(--white);
}

.button-light:hover {
  background: #e9faff;
}

.button-small {
  min-height: 39px;
  padding: 8px 13px;
  font-size: 12px;
}

.button-outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.38);
  background: transparent;
}

.button-outline-light:hover {
  border-color: var(--cyan);
  background: rgba(6, 182, 212, 0.09);
}

.menu-toggle {
  display: none;
  margin-left: auto;
  padding: 8px;
  color: var(--white);
  border: 0;
  background: transparent;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle.is-open > span:nth-of-type(2) {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle.is-open > span:nth-of-type(3) {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(122deg, #080e24 0%, #0b1635 52%, #103271 100%);
}

.hero::before {
  position: absolute;
  content: "";
  width: 740px;
  height: 740px;
  top: -280px;
  right: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.5) 0%, rgba(6, 182, 212, 0.1) 38%, transparent 68%);
  filter: blur(4px);
}

.hero-grid,
.architecture-background {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(152, 194, 255, 0.075) 1px, transparent 1px), linear-gradient(90deg, rgba(152, 194, 255, 0.075) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.hero-grid {
  opacity: 0.75;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(103, 199, 255, 0.13);
  border-radius: 50%;
}

.orbit-one {
  width: 900px;
  height: 900px;
  right: -120px;
  bottom: -580px;
}

.orbit-two {
  width: 590px;
  height: 590px;
  right: -110px;
  bottom: -370px;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 188px;
  padding-bottom: 89px;
}

.eyebrow,
.section-kicker,
.micro-label,
.card-number,
.topbar-label,
.diagram-live {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #b5eefa;
}

.status-dot,
.diagram-live i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.13);
}

.hero h1 {
  max-width: 690px;
  margin: 21px 0 21px;
  font-size: clamp(46px, 5.25vw, 76px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.035;
}

.hero h1 span {
  color: var(--cyan);
}

.hero-copy {
  max-width: 535px;
  margin: 0;
  color: rgba(232, 243, 255, 0.77);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 800;
  transition: opacity 160ms ease;
}

.text-link:hover {
  opacity: 0.7;
}

.text-link-light {
  color: var(--white);
}

.hero-proof {
  display: flex;
  gap: 0;
  margin-top: 78px;
}

.hero-proof > div {
  display: flex;
  flex-direction: column;
  min-width: 156px;
  padding: 0 25px;
  border-left: 1px solid rgba(204, 231, 255, 0.2);
}

.hero-proof > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-proof strong {
  color: #dff9ff;
  font-size: 14px;
  font-weight: 800;
}

.hero-proof span {
  margin-top: 7px;
  color: rgba(208, 229, 255, 0.55);
  font-size: 11px;
  line-height: 1.45;
}

.hero-visual {
  position: absolute;
  z-index: 3;
  top: 162px;
  left: calc(50% + 103px);
  width: min(730px, 50vw);
}

.visual-glow {
  position: absolute;
  inset: 10% -10% -20% 10%;
  background: radial-gradient(ellipse, rgba(6, 182, 212, 0.27), transparent 63%);
  filter: blur(25px);
}

.command-center {
  position: relative;
  overflow: hidden;
  transform: perspective(1600px) rotateY(-6deg) rotateX(2deg);
  border: 1px solid rgba(155, 218, 255, 0.35);
  border-radius: 8px;
  background: rgba(10, 26, 61, 0.82);
  box-shadow: -30px 35px 70px rgba(2, 8, 31, 0.45), inset 0 1px rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
}

.center-topbar {
  display: flex;
  align-items: center;
  height: 41px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(174, 215, 255, 0.16);
  background: rgba(18, 45, 90, 0.7);
}

.window-dot {
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  background: rgba(207, 238, 255, 0.36);
}

.topbar-label {
  margin-left: 9px;
  color: rgba(216, 239, 255, 0.55);
  font-size: 8px;
}

.topbar-status {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-left: auto;
  color: rgba(194, 254, 235, 0.72);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.topbar-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
}

.center-body {
  display: flex;
  min-height: 406px;
}

.center-sidebar {
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: 48px;
  padding: 25px 18px;
  border-right: 1px solid rgba(174, 215, 255, 0.12);
  background: rgba(3, 14, 40, 0.26);
}

.center-sidebar span {
  width: 12px;
  height: 2px;
  background: rgba(195, 225, 255, 0.25);
}

.center-sidebar .sidebar-active {
  width: 16px;
  height: 16px;
  margin: -8px -2px 2px;
  border: 1px solid var(--cyan);
  border-radius: 3px;
  background: rgba(6, 182, 212, 0.15);
}

.center-main {
  width: calc(100% - 48px);
  padding: 25px 25px 19px;
}

.center-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.micro-label {
  display: block;
  color: rgba(172, 213, 255, 0.52);
  font-size: 8px;
}

.center-heading strong {
  display: block;
  margin-top: 8px;
  color: #e8f7ff;
  font-size: 16px;
  letter-spacing: -0.04em;
}

.range-tag {
  padding: 5px 8px;
  color: #b4fff0;
  border: 1px solid rgba(16, 185, 129, 0.37);
  border-radius: 3px;
  background: rgba(16, 185, 129, 0.09);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.metric-card {
  padding: 12px;
  border: 1px solid rgba(163, 213, 255, 0.13);
  border-radius: 4px;
  background: rgba(35, 75, 137, 0.19);
}

.metric-card > span {
  display: block;
  color: rgba(202, 226, 250, 0.5);
  font-size: 9px;
}

.metric-card strong {
  display: inline-block;
  margin-top: 6px;
  color: #f1fbff;
  font-size: 19px;
  letter-spacing: -0.05em;
}

.metric-card em {
  display: block;
  margin-top: 4px;
  color: #54e8ca;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}

.metric-alert em {
  color: #ffcb63;
}

.center-chart {
  margin-top: 13px;
  padding: 15px 15px 10px;
  border: 1px solid rgba(163, 213, 255, 0.13);
  border-radius: 4px;
  background: rgba(6, 20, 54, 0.27);
}

.chart-header {
  display: flex;
  justify-content: space-between;
  color: rgba(207, 231, 255, 0.68);
  font-size: 9px;
}

.chart-header span:last-child {
  color: rgba(207, 231, 255, 0.36);
}

.center-chart svg {
  width: 100%;
  height: 121px;
  margin-top: 9px;
  overflow: visible;
}

.chart-grid-line {
  fill: none;
  stroke: rgba(170, 214, 255, 0.12);
  stroke-width: 1;
}

.chart-area {
  fill: url(#chartFill);
}

.chart-line {
  fill: none;
  stroke: #33d4ed;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.chart-node {
  fill: #e4fdff;
  stroke: #06b6d4;
  stroke-width: 4;
}

.endpoint-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 13px;
  padding: 10px;
  border-radius: 4px;
  background: rgba(35, 75, 137, 0.18);
}

.endpoint-icon {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  color: #cdf9ff;
  border-radius: 4px;
  background: rgba(6, 182, 212, 0.26);
  font-size: 10px;
  font-weight: 800;
}

.endpoint-row div:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.endpoint-row strong {
  color: #e6f8ff;
  font-size: 9px;
}

.endpoint-row div span {
  margin-top: 3px;
  color: rgba(207, 231, 255, 0.43);
  font-size: 8px;
}

.endpoint-state {
  margin-left: auto;
  color: #63edd3;
  font-size: 8px;
  font-weight: 700;
}

.intro-band {
  padding: 59px 0 63px;
  background: var(--white);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 65px;
}

.section-kicker {
  margin: 0;
  color: var(--indigo);
}

.intro-statement {
  max-width: 800px;
  margin: -5px 0 0;
  color: #56657e;
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.45;
}

.intro-statement strong {
  color: var(--navy);
  font-weight: 800;
}

.section {
  padding: 120px 0;
}

.platform {
  background: var(--cloud);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.section-heading-wide {
  align-items: flex-end;
}

.section-heading h2,
.security h2,
.architecture h2,
.cta-panel h2 {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: clamp(34px, 4.1vw, 56px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.09;
}

.section-heading h2 span,
.architecture h2 span {
  color: var(--indigo);
}

.section-heading-wide > p {
  max-width: 340px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  margin-top: 67px;
}

.capability-card {
  display: flex;
  grid-column: span 3;
  flex-direction: column;
  min-height: 375px;
  padding: 30px;
  border: 1px solid #d7e1ec;
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0 10px 20px rgba(16, 40, 83, 0.025);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.capability-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.capability-card-featured {
  color: var(--white);
  border-color: transparent;
  background: linear-gradient(135deg, #183b93, #0c1742);
}

.capability-card-dark {
  color: var(--white);
  border-color: transparent;
  background: var(--navy);
}

.card-icon {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 29px;
  border-radius: 5px;
  background: #e7f9fc;
}

.capability-card-featured .card-icon,
.capability-card-dark .card-icon {
  background: rgba(130, 229, 244, 0.12);
}

.icon-orbit span {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--cyan);
  border-radius: 50%;
}

.icon-orbit span:nth-child(1) {
  transform: scaleX(1.7);
}

.icon-orbit span:nth-child(2) {
  transform: rotate(60deg) scaleX(1.7);
}

.icon-orbit span:nth-child(3) {
  width: 5px;
  height: 5px;
  border: 0;
  background: var(--cyan);
}

.icon-box span {
  width: 20px;
  height: 20px;
  border: 2px solid var(--cyan);
  box-shadow: -5px 5px 0 -2px #0f9fb9, 5px -5px 0 -2px #0f9fb9;
}

.icon-pulse span {
  width: 25px;
  height: 16px;
  border-bottom: 2px solid var(--indigo);
  clip-path: polygon(0 45%, 25% 45%, 36% 0, 51% 100%, 62% 25%, 73% 45%, 100% 45%, 100% 60%, 69% 60%, 60% 42%, 50% 100%, 35% 21%, 29% 60%, 0 60%);
  background: var(--indigo);
}

.icon-shield {
  color: var(--teal);
  background: #e1fbf2;
  font-size: 22px;
  font-weight: 800;
}

.card-number {
  margin: 0;
  color: var(--indigo);
  font-size: 9px;
}

.capability-card-featured .card-number,
.capability-card-dark .card-number {
  color: #5be7f5;
}

.capability-card h3 {
  max-width: 380px;
  margin: 15px 0 0;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.047em;
  line-height: 1.24;
}

.capability-card > p:not(.card-number) {
  max-width: 390px;
  margin: 16px 0 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.capability-card-featured > p:not(.card-number),
.capability-card-dark > p:not(.card-number) {
  color: rgba(231, 242, 255, 0.69);
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  margin-top: auto;
  color: var(--indigo);
  font-size: 12px;
  font-weight: 800;
}

.card-link span {
  font-size: 16px;
  transition: transform 160ms ease;
}

.card-link:hover span {
  transform: translateX(3px);
}

.capability-card-featured .card-link,
.capability-card-dark .card-link {
  color: var(--cyan);
}

.operational-strip {
  overflow: hidden;
  padding: 20px 0;
  color: #d7faff;
  background: var(--indigo);
}

.strip-track {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-width: max-content;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.strip-track i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
}

.security {
  background: var(--white);
}

.security-layout {
  display: grid;
  grid-template-columns: 1fr 1.09fr;
  gap: 90px;
  align-items: center;
}

.section-kicker-cyan {
  color: #038ba3;
}

.security .lead {
  max-width: 540px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.78;
}

.security-points {
  display: grid;
  gap: 25px;
  margin-top: 39px;
}

.security-points > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
}

.point-index {
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 11px;
}

.security-points h3 {
  margin: -4px 0 6px;
  color: var(--navy);
  font-size: 15px;
  letter-spacing: -0.025em;
}

.security-points p {
  max-width: 490px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.68;
}

.security-diagram {
  padding: 29px 28px 22px;
  border-radius: 6px;
  background: linear-gradient(145deg, #0d204d, #08122e);
  box-shadow: 0 23px 55px rgba(10, 31, 75, 0.23);
}

.diagram-header,
.diagram-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.diagram-header .micro-label {
  color: rgba(199, 228, 255, 0.54);
}

.diagram-live {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #9bffe9;
  font-size: 8px;
}

.diagram-live i {
  width: 5px;
  height: 5px;
  box-shadow: none;
}

.network-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  margin-top: 16px;
}

.network-node {
  position: relative;
  z-index: 1;
  width: 118px;
  text-align: center;
}

.node-mark {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin: 0 auto 13px;
  border-radius: 50%;
}

.node-mark svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.node-mark-client {
  color: #b5ebff;
  border: 1px solid rgba(101, 213, 255, 0.44);
  background: rgba(6, 182, 212, 0.1);
}

.node-mark-runner {
  color: #8ff4e0;
  border: 1px solid rgba(16, 185, 129, 0.57);
  background: rgba(16, 185, 129, 0.12);
  box-shadow: 0 0 0 8px rgba(16, 185, 129, 0.06);
}

.node-mark-server {
  color: #d9ceff;
  border: 1px solid rgba(155, 136, 255, 0.52);
  background: rgba(126, 103, 236, 0.14);
}

.network-node strong {
  display: block;
  color: #e5f5ff;
  font-size: 12px;
}

.network-node span {
  display: block;
  margin-top: 5px;
  color: rgba(206, 230, 255, 0.5);
  font-size: 9px;
  line-height: 1.45;
}

.connection-line {
  position: relative;
  width: calc(50% - 177px);
  height: 1px;
  margin-top: -40px;
  background: linear-gradient(90deg, rgba(50, 202, 237, 0.1), rgba(53, 229, 181, 0.78), rgba(50, 202, 237, 0.1));
}

.connection-line::before,
.connection-line::after {
  position: absolute;
  top: -3px;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
}

.connection-line::before {
  left: 10%;
}

.connection-line::after {
  right: 10%;
}

.connection-line i {
  position: absolute;
  top: -2px;
  left: 10%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--white);
  animation: pathway 2.5s linear infinite;
}

.line-right i {
  animation-delay: 1.25s;
  animation-direction: reverse;
}

.diagram-footer {
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(173, 213, 255, 0.13);
  color: rgba(207, 231, 255, 0.53);
  font-size: 9px;
}

.diagram-footer span {
  display: flex;
  gap: 6px;
  align-items: center;
}

.diagram-footer i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
}

.operations {
  background: #eff4fa;
}

.operations-heading {
  max-width: 710px;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
  margin-top: 59px;
}

.workflow-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid #d9e3ee;
  border-radius: 5px;
  background: var(--white);
}

.workflow-count {
  color: var(--indigo);
  font-family: var(--mono);
  font-size: 10px;
}

.workflow-visual {
  position: relative;
  height: 153px;
  margin: 18px 0 24px;
  overflow: hidden;
  border-radius: 4px;
  background: #f0f7fc;
}

.visual-inventory {
  background: linear-gradient(135deg, #ebf6ff, #ecfbfb);
}

.inventory-chip {
  position: absolute;
  padding: 9px 11px;
  color: #6c8097;
  border: 1px solid #d5e5f1;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(34, 85, 130, 0.07);
  font-family: var(--mono);
  font-size: 8px;
}

.inventory-chip b {
  display: block;
  margin-top: 4px;
  color: var(--navy);
  font-size: 10px;
}

.chip-one {
  top: 29px;
  left: 25px;
}

.chip-two {
  top: 57px;
  right: 22px;
}

.chip-three {
  bottom: 20px;
  left: 64px;
}

.inventory-dots {
  position: absolute;
  top: 31px;
  right: 58px;
  width: 76px;
  height: 73px;
  border: 1px dashed rgba(30, 58, 138, 0.18);
  border-radius: 50%;
}

.inventory-dots i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
}

.inventory-dots i:nth-child(1) { top: -4px; left: 34px; }
.inventory-dots i:nth-child(2) { top: 13px; right: -4px; }
.inventory-dots i:nth-child(3) { bottom: 10px; right: 0; }
.inventory-dots i:nth-child(4) { bottom: -4px; left: 35px; }
.inventory-dots i:nth-child(5) { top: 22px; left: -4px; }

.visual-query {
  padding: 22px 14px;
  background: #101b39;
}

.query-window {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: #e3f2ff;
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.5;
}

.query-prompt {
  color: #50e4d2;
}

.query-prompt i {
  color: var(--cyan);
  font-style: normal;
}

.query-cursor {
  width: 5px;
  height: 13px;
  background: var(--cyan);
  animation: blink 1s steps(1) infinite;
}

.query-results {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.query-results i {
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(63, 204, 242, 0.55) 45%, rgba(151, 211, 255, 0.1) 45%);
}

.query-results i:nth-child(2) {
  background: linear-gradient(90deg, rgba(63, 204, 242, 0.35) 73%, rgba(151, 211, 255, 0.1) 73%);
}

.query-results i:nth-child(3) {
  background: linear-gradient(90deg, rgba(63, 204, 242, 0.55) 60%, rgba(151, 211, 255, 0.1) 60%);
}

.query-results i:nth-child(4) {
  background: linear-gradient(90deg, rgba(63, 204, 242, 0.28) 35%, rgba(151, 211, 255, 0.1) 35%);
}

.visual-deploy {
  padding: 22px;
  background: linear-gradient(135deg, #eef1ff, #e7f9fc);
}

.deploy-package {
  display: flex;
  gap: 13px;
  align-items: center;
}

.package-cube {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--white);
  border-radius: 5px;
  background: linear-gradient(135deg, var(--indigo), var(--blue));
  box-shadow: 8px 9px 0 rgba(30, 58, 138, 0.11);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
}

.deploy-lines {
  flex: 1;
}

.deploy-lines i {
  display: block;
  height: 5px;
  margin: 7px 0;
  border-radius: 4px;
  background: rgba(49, 93, 166, 0.18);
}

.deploy-lines i:nth-child(1) { width: 75%; }
.deploy-lines i:nth-child(2) { width: 100%; }
.deploy-lines i:nth-child(3) { width: 54%; }

.deploy-progress {
  width: 100%;
  height: 5px;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(30, 58, 138, 0.11);
}

.deploy-progress span {
  display: block;
  width: 73%;
  height: 100%;
  border-radius: inherit;
  background: var(--teal);
}

.deploy-label {
  display: block;
  margin-top: 9px;
  color: #55708a;
  font-family: var(--mono);
  font-size: 8px;
}

.visual-findings {
  padding: 22px 18px;
  background: #fffaf0;
}

.finding-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7b6f58;
  font-family: var(--mono);
  font-size: 8px;
}

.finding-head b {
  padding: 4px 6px;
  color: #b95110;
  border-radius: 2px;
  background: #ffdfbd;
  font-size: 8px;
}

.finding-line {
  width: 87%;
  height: 7px;
  margin-top: 20px;
  border-radius: 5px;
  background: #e6e2d9;
}

.finding-line.short {
  width: 58%;
  height: 5px;
  margin-top: 9px;
}

.finding-resource {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
  color: #7d705a;
  font-size: 9px;
}

.finding-resource span {
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background: #f7cb93;
}

.workflow-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 17px;
  letter-spacing: -0.045em;
  line-height: 1.3;
}

.workflow-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.72;
}

.architecture {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(125deg, #07112b, #0e2e68);
}

.architecture-background {
  opacity: 0.55;
  mask-image: none;
}

.architecture-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 110px;
  align-items: center;
}

.architecture h2 {
  color: var(--white);
}

.architecture h2 span {
  color: var(--cyan);
}

.architecture-copy > p:not(.section-kicker) {
  max-width: 555px;
  margin: 23px 0 31px;
  color: rgba(221, 238, 255, 0.7);
  font-size: 16px;
  line-height: 1.8;
}

.architecture-stats {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(183, 220, 255, 0.22);
}

.architecture-stats > div {
  display: grid;
  grid-template-columns: 125px 1fr;
  column-gap: 16px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(183, 220, 255, 0.22);
}

.architecture-stats span {
  color: rgba(200, 228, 255, 0.55);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.architecture-stats strong {
  color: #d5fbff;
  font-size: 18px;
  letter-spacing: -0.04em;
}

.architecture-stats p {
  grid-column: 2;
  margin: 7px 0 0;
  color: rgba(220, 239, 255, 0.6);
  font-size: 11px;
  line-height: 1.6;
}

.cta-section {
  padding: 72px 0;
  background: var(--cloud);
}

.cta-panel {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 34px;
  align-items: center;
  padding: 34px 42px;
  color: var(--white);
  border-radius: 6px;
  background: linear-gradient(110deg, #0d1d45, #153d83);
  box-shadow: 0 18px 38px rgba(12, 33, 78, 0.18);
}

.cta-mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(127, 235, 250, 0.32);
  border-radius: 50%;
  background: rgba(6, 182, 212, 0.1);
}

.cta-mark img {
  width: 34px;
}

.cta-panel h2 {
  margin-top: 9px;
  color: var(--white);
  font-size: clamp(27px, 3vw, 40px);
}

.site-footer {
  padding: 49px 0 24px;
  color: var(--white);
  background: #081027;
}

.footer-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(183, 220, 255, 0.14);
}

.footer-brand img {
  width: 148px;
}

.footer-main p,
.footer-main > a {
  margin: 0;
  color: rgba(214, 232, 255, 0.59);
  font-size: 12px;
}

.footer-main > a {
  color: #8eeefb;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 21px;
  color: rgba(203, 226, 255, 0.4);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.05em;
}

@keyframes pathway {
  0% { left: 10%; opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { left: 90%; opacity: 0; }
}

@keyframes blink {
  50% { opacity: 0; }
}

@media (max-width: 1080px) {
  :root {
    --container: min(100% - 48px, 1000px);
  }

  .hero {
    min-height: 880px;
  }

  .hero-visual {
    top: 500px;
    left: 36%;
    width: 690px;
  }

  .hero-proof {
    margin-top: 58px;
  }

  .capability-card {
    grid-column: span 6;
  }

  .capability-card-featured {
    min-height: 315px;
  }

  .workflow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow-visual {
    height: 180px;
  }

  .security-layout,
  .architecture-layout {
    gap: 55px;
  }
}

@media (max-width: 760px) {
  :root {
    --container: calc(100% - 40px);
  }

  .site-header {
    padding: 19px 0;
  }

  .brand img {
    width: 142px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-cta {
    display: none;
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: grid;
    gap: 0;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 4px;
    background: rgba(12, 25, 58, 0.98);
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 200ms ease, opacity 200ms ease, transform 200ms ease, padding 200ms ease;
  }

  .primary-nav.is-open {
    max-height: 280px;
    padding: 8px 18px;
    border-color: rgba(159, 213, 255, 0.17);
    opacity: 1;
    transform: translateY(4px);
  }

  .primary-nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(171, 212, 255, 0.13);
  }

  .primary-nav a:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: 895px;
  }

  .hero-content {
    padding-top: 146px;
    padding-bottom: 30px;
  }

  .hero h1 {
    max-width: 590px;
    font-size: clamp(42px, 13vw, 62px);
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-actions {
    gap: 18px;
  }

  .hero-proof {
    gap: 18px;
    margin-top: 43px;
  }

  .hero-proof > div {
    min-width: 0;
    padding: 0 14px;
  }

  .hero-proof strong {
    font-size: 12px;
  }

  .hero-proof span {
    font-size: 9px;
  }

  .hero-visual {
    top: 500px;
    left: 20%;
    width: 620px;
  }

  .command-center {
    transform: perspective(1600px) rotateY(-8deg) rotateX(2deg) scale(0.86);
    transform-origin: top left;
  }

  .intro-band {
    padding: 44px 0;
  }

  .intro-grid,
  .section-heading,
  .security-layout,
  .architecture-layout {
    grid-template-columns: 1fr;
  }

  .intro-grid {
    gap: 21px;
  }

  .section {
    padding: 80px 0;
  }

  .section-heading {
    gap: 23px;
  }

  .section-heading-wide > p {
    max-width: 560px;
  }

  .capability-grid {
    gap: 14px;
    margin-top: 44px;
  }

  .capability-card,
  .capability-card-featured {
    grid-column: span 12;
    min-height: 0;
  }

  .capability-card {
    padding: 27px;
  }

  .capability-card-featured {
    min-height: 330px;
  }

  .operational-strip {
    padding: 17px 0;
  }

  .strip-track {
    justify-content: flex-start;
  }

  .security-layout {
    gap: 44px;
  }

  .security-diagram {
    padding: 24px 16px 18px;
  }

  .network-flow {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    margin: 27px 0 20px;
  }

  .network-node {
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 14px;
    width: 100%;
    text-align: left;
  }

  .node-mark {
    grid-row: span 2;
    margin: 0;
  }

  .network-node strong {
    align-self: end;
  }

  .network-node span {
    margin-top: 4px;
  }

  .connection-line {
    width: 1px;
    height: 39px;
    margin: 7px 0 7px 27px;
    background: linear-gradient(rgba(50, 202, 237, 0.1), rgba(53, 229, 181, 0.78), rgba(50, 202, 237, 0.1));
  }

  .connection-line::before,
  .connection-line::after {
    top: auto;
    left: -3px;
  }

  .connection-line::before {
    top: 10%;
  }

  .connection-line::after {
    top: auto;
    bottom: 10%;
  }

  .connection-line i {
    top: 50%;
    left: -2px;
    animation-name: pathway-vertical;
  }

  .diagram-footer {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .workflow-visual {
    height: 160px;
  }

  .architecture-layout {
    gap: 44px;
  }

  .architecture-stats > div {
    grid-template-columns: 112px 1fr;
  }

  .cta-section {
    padding: 48px 0;
  }

  .cta-panel {
    grid-template-columns: 58px 1fr;
    gap: 20px;
    padding: 29px 25px;
  }

  .cta-mark {
    width: 51px;
    height: 51px;
  }

  .cta-mark img {
    width: 26px;
  }

  .cta-panel .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 17px;
    padding-bottom: 31px;
  }

  .footer-bottom {
    gap: 12px;
    flex-direction: column;
  }
}

@media (max-width: 440px) {
  :root {
    --container: calc(100% - 32px);
  }

  .hero {
    min-height: 850px;
  }

  .hero h1 {
    font-size: 41px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
  }

  .hero-proof > div {
    padding: 0 9px;
  }

  .hero-proof > div:first-child {
    padding-left: 0;
  }

  .hero-visual {
    top: 490px;
    left: 7%;
    width: 560px;
  }

  .command-center {
    transform: perspective(1600px) rotateY(-8deg) rotateX(2deg) scale(0.7);
  }

  .section-heading h2,
  .security h2,
  .architecture h2,
  .cta-panel h2 {
    font-size: 34px;
  }

  .capability-card h3 {
    font-size: 21px;
  }

  .architecture-stats > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .architecture-stats p {
    grid-column: 1;
  }
}

@keyframes pathway-vertical {
  0% { transform: translateY(-8px); opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { transform: translateY(28px); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}