:root {
  --ink: #f5f8fc;
  --navy: #0b1f44;
  --navy-2: #143a7a;
  --blue: #1f6fff;
  --blue-2: #2f79ff;
  --mint: #0d9488;
  --indigo: #4f46e5;
  --sand: #eef3fa;
  --paper: #ffffff;
  --text: #0f1b33;
  --muted: #5d6f8c;
  --dark: #0f1b33;
  --line: rgba(15, 40, 80, 0.1);
  --shadow: 0 24px 60px rgba(20, 50, 100, 0.12);
  --radius: 22px;
  --font: "Inter", system-ui, -apple-system, sans-serif;
  --display: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: #f5f8fc;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; display: block; }

.page-noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0.012;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.container { width: min(1180px, calc(100% - 2.4rem)); margin-inline: auto; }
.section { padding: clamp(4rem, 8vw, 6.5rem) 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--blue-2);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}
.section-head { text-align: center; max-width: 640px; margin: 0 auto 2.8rem; }
.section-head h2,
.about-copy h2,
.contact-copy h2,
.panel h3,
.product-copy h3 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}
.section-head h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); color: var(--dark); }
.section-head p { margin: 0; color: #61708d; }
.section-head.light h2 { color: var(--dark); }
.section-head.light p { color: var(--muted); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, #5b9bff, #2563eb);
  color: #fff;
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.42);
}
.btn-primary:hover { box-shadow: 0 16px 40px rgba(37, 99, 235, 0.55); }
.btn-ghost {
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(20, 60, 120, 0.18);
}
.btn-ghost:hover {
  background: #f3f7ff;
  border-color: rgba(31, 111, 255, 0.45);
}
.btn-mint { background: linear-gradient(135deg, #2dd4bf, #0f766e); color: #fff; }
.btn-indigo { background: linear-gradient(135deg, #818cf8, #4f46e5); color: #fff; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: var(--line);
  box-shadow: 0 8px 28px rgba(20, 50, 100, 0.06);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}
.brand-icon {
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(20, 50, 100, 0.12);
  background: #fff;
}
.brand-stack {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
  justify-content: center;
}
.brand-wordmark {
  height: 28px;
  width: auto;
  max-width: min(160px, 38vw);
  display: block;
  object-fit: contain;
  object-position: left center;
}
.brand-stack small {
  color: #6b7c99;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-logo-wrap {
  position: relative;
  width: min(400px, 92%);
  margin: 0 0 1.35rem;
}
.hero-logo {
  display: block;
  width: 100%;
  height: auto;
}
.site-nav { display: flex; gap: .2rem; margin-left: auto; }
.site-nav a {
  padding: .5rem .8rem; border-radius: 999px;
  color: #5d6f8c; font-weight: 600; font-size: .86rem;
  transition: color .2s ease, background .2s ease;
}
.site-nav a:hover, .site-nav a.active { color: var(--navy); }
.site-nav a.active { background: rgba(31,111,255,.08); }
.header-cta { margin-left: .55rem; padding: .7rem 1.15rem; font-size: .86rem; }
.nav-toggle {
  display: none; margin-left: auto;
  width: 42px; height: 42px; border-radius: 12px;
  border: 1px solid var(--line); background: #fff; color: var(--navy);
}

/* Hero */
.hero {
  position: relative;
  min-height: min(100vh, 900px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 0 0;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 82% 12%, rgba(47,121,255,.16), transparent 58%),
    radial-gradient(700px 420px at 8% 80%, rgba(20,184,166,.08), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f3f7fd 55%, #eaf1fb 100%);
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.orb {
  position: absolute; border-radius: 50%;
  filter: blur(48px); opacity: .5;
  animation: floaty 9s ease-in-out infinite;
}
.orb-a { width: 300px; height: 300px; background: #2f79ff; top: 6%; right: 10%; opacity: .22; }
.orb-b { width: 240px; height: 240px; background: #14b8a6; bottom: 16%; left: 6%; animation-delay: -3s; opacity: .12; }
.grid-fade {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(31,111,255,.08) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(31,111,255,.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at 72% 42%, #000 18%, transparent 72%);
  opacity: .55;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2.4rem;
  align-items: center;
  padding: 1rem 0 2.8rem;
}
.hero-copy { max-width: 34rem; }
.hero h1 {
  margin: 0 0 0.95rem;
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 700;
  max-width: 16ch;
  color: var(--navy);
}
.hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #1f6fff, #0b4fd6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-lead {
  margin: 0 0 1.7rem;
  color: #5d6f8c;
  font-size: 1.02rem;
  line-height: 1.72;
  max-width: 33rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }

.hero-stage {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
}
.stage-glow {
  position: absolute;
  width: 86%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, rgba(80,150,255,.35), rgba(47,121,255,.1) 42%, transparent 70%);
  filter: blur(6px);
  animation: pulse 5s ease-in-out infinite;
}
.orbit {
  position: relative;
  width: min(460px, 96%);
  aspect-ratio: 1;
  filter: drop-shadow(0 20px 40px rgba(20, 60, 120, 0.08));
}
.orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(31, 111, 255, 0.16);
  pointer-events: none;
}
.r1 {
  inset: 22%;
  border-color: rgba(31, 111, 255, 0.22);
  box-shadow: inset 0 0 50px rgba(47, 121, 255, 0.06);
}
.r2 {
  inset: 8%;
  border-style: dashed;
  border-color: rgba(31, 111, 255, 0.28);
  opacity: 0.9;
  animation: spin 36s linear infinite;
}
.r3 {
  inset: -6%;
  border-color: rgba(31, 111, 255, 0.1);
  opacity: 0.8;
}
.orbit-pulse {
  position: absolute;
  inset: 28%;
  border-radius: 50%;
  border: 1px solid rgba(31, 111, 255, 0.35);
  animation: orbitPulse 3.2s ease-out infinite;
  pointer-events: none;
}
.orbit-core {
  position: absolute;
  inset: 31%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 32% 28%, #ffffff 0%, #f4f8ff 38%, #d9e8ff 78%, #c5dbff 100%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 22px 48px rgba(20, 60, 120, 0.16),
    0 0 0 10px rgba(47, 121, 255, 0.06),
    inset 0 -18px 30px rgba(47, 121, 255, 0.1),
    inset 0 12px 20px rgba(255, 255, 255, 0.85);
  overflow: visible;
  z-index: 2;
}
.orbit-core-glow {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(90, 160, 255, 0.25), transparent 70%);
  filter: blur(8px);
  animation: pulse 3.8s ease-in-out infinite;
}
.orbit-core-label {
  position: relative;
  z-index: 1;
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #0b2a5c;
  line-height: 1.15;
}
.orbit-core-label small {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--font);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3d6db8;
}
.orbit-node {
  position: absolute;
  width: 78px;
  text-align: center;
  z-index: 3;
  animation: nodeFloat 5s ease-in-out infinite;
}
.orbit-node .node-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 0.4rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #ffffff, #f3f7ff);
  border: 1px solid rgba(31, 111, 255, 0.16);
  color: #1f6fff;
  font-size: 1.35rem;
  box-shadow:
    0 14px 28px rgba(20, 50, 100, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.orbit-node b {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #1a3358;
}
.orbit-node:hover .node-icon {
  transform: translateY(-3px) scale(1.05);
  border-color: rgba(31, 111, 255, 0.4);
  color: #0b4fd6;
  box-shadow: 0 18px 34px rgba(31, 111, 255, 0.22);
}
.n1 { top: -3%; left: 50%; transform: translateX(-50%); animation: nodeFloatX 5s ease-in-out infinite; animation-delay: 0s; }
.n2 { top: 20%; right: -5%; animation-delay: -1s; }
.n3 { bottom: 3%; right: 10%; animation-delay: -2s; }
.n4 { bottom: 3%; left: 10%; animation-delay: -3s; }
.n5 { top: 20%; left: -5%; animation-delay: -4s; }

.hero-strip {
  border-top: 1px solid rgba(15,40,80,.08);
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(12px);
}
.strip-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  padding: 1.15rem 0;
}
.strip-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15,40,80,.08);
  color: #334866;
  font-weight: 600;
  font-size: .86rem;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
  box-shadow: 0 8px 20px rgba(20,50,100,.04);
}
.strip-row span:hover {
  background: #f3f7ff;
  border-color: rgba(31,111,255,.28);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(31,111,255,.1);
}
.strip-row i {
  color: #1f6fff;
  font-size: 1.1rem;
}

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.04); opacity: .9; }
}
@keyframes floaty {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

@keyframes orbitPulse {
  0% { transform: scale(0.92); opacity: 0.55; }
  70% { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(1.35); opacity: 0; }
}
@keyframes nodeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes nodeFloatX {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-6px); }
}


/* Brands */
.brands { background: #eef3fa; color: #64748b; padding: 1.5rem 0; border-top: 1px solid rgba(15,40,80,.06); border-bottom: 1px solid rgba(15,40,80,.06); }
.brands-inner p {
  margin: 0 0 .8rem; text-align: center;
  font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.brands-row {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2.2rem;
  font-family: var(--display); font-weight: 700; font-size: 1.05rem; opacity: .5;
}

/* About */
.about { background: linear-gradient(180deg, #f7f9fe, #eef3fb); color: var(--dark); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.about-frame {
  position: relative; min-height: 420px; border-radius: 28px; overflow: hidden;
  box-shadow: var(--shadow);
}
.about-scene {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(6,17,43,.1), rgba(6,17,43,.55)),
    linear-gradient(135deg, #1a3d86, #3f7fff 45%, #9ec2ff);
}
.about-scene::before {
  content: "";
  position: absolute; left: 12%; right: 12%; top: 18%; bottom: 10%;
  border-radius: 16px 16px 0 0;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.2) 0 2px, transparent 2px 30px),
    repeating-linear-gradient(180deg, rgba(255,255,255,.14) 0 2px, transparent 2px 36px),
    linear-gradient(180deg, #d7e6ff, #7ea8ef);
  box-shadow: 0 24px 50px rgba(0,0,0,.28);
}
.play-btn {
  position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%);
  width: 72px; height: 72px; border-radius: 50%; border: 0; background: #fff;
  color: var(--blue); font-size: 1.7rem; cursor: pointer;
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
}
.about-float {
  position: absolute; left: 1rem; bottom: 1rem;
  background: rgba(6,17,43,.78); color: #fff; backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px; padding: .85rem 1rem;
}
.about-float strong { display: block; font-family: var(--display); font-size: 1.2rem; }
.about-float span { color: #b7c7e8; font-size: .82rem; }
.about-copy p { color: #5b6b88; margin: 0 0 1.4rem; font-size: 1.05rem; }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.about-points article {
  display: flex; gap: .7rem; align-items: flex-start;
  padding: 1rem; border-radius: 16px; background: rgba(255,255,255,.8);
  border: 1px solid #e1e9f8;
}
.about-points i { color: var(--blue); font-size: 1.25rem; margin-top: .1rem; }
.about-points strong { display: block; font-size: .92rem; }
.about-points span { color: #71809c; font-size: .8rem; }

/* Services */
.services { background: #fff; color: var(--dark); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card {
  padding: 1.4rem; border-radius: 20px;
  background: linear-gradient(180deg, #fff, #f6f9ff);
  border: 1px solid #e6eefb;
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(20,50,120,.12); }
.service-icon {
  width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center;
  color: #fff; font-size: 1.3rem; margin-bottom: .95rem;
}
.c1 .service-icon { background: linear-gradient(135deg,#60a5fa,#2563eb); }
.c2 .service-icon { background: linear-gradient(135deg,#a78bfa,#7c3aed); }
.c3 .service-icon { background: linear-gradient(135deg,#38bdf8,#0284c7); }
.c4 .service-icon { background: linear-gradient(135deg,#818cf8,#4f46e5); }
.c5 .service-icon { background: linear-gradient(135deg,#fb923c,#ea580c); }
.c6 .service-icon { background: linear-gradient(135deg,#34d399,#059669); }
.service-card h3 { margin: 0 0 .7rem; font-family: var(--display); font-size: 1.1rem; }
.service-card li {
  position: relative; padding-left: .9rem; margin-bottom: .28rem;
  color: #5d6d89; font-size: .9rem;
}
.service-card li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 5px; height: 5px; border-radius: 50%; background: var(--blue);
}

/* Products */
.products { background: #f5f8fc; }
.product-band {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 1.5rem; align-items: center;
  padding: 1.8rem; border-radius: 28px; margin-bottom: 1.15rem;
  border: 1px solid rgba(15,40,80,.08); overflow: hidden;
  color: #fff;
  box-shadow: var(--shadow);
}
.product-crm { background: linear-gradient(125deg, #0b204f, #143a86); }
.product-wapp { background: linear-gradient(125deg, #064e3b, #0f766e); }
.product-ai { background: linear-gradient(125deg, #1e1b4b, #4338ca); }
.product-isp { background: linear-gradient(125deg, #0c4a6e, #0369a1); }
.product-tag {
  display: inline-block; margin-bottom: .45rem;
  font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #c5d8ff;
}
.product-wapp .product-tag { color: #a7f3d0; }
.product-ai .product-tag { color: #c7d2fe; }
.product-copy h3 { font-size: clamp(1.45rem, 2.2vw, 1.85rem); font-weight: 700; }
.product-copy > p { color: #c2d1ef; margin: 0 0 1rem; }
.product-wapp .product-copy > p,
.product-ai .product-copy > p { color: rgba(255,255,255,.84); }
.product-copy ul { margin: 0 0 1.2rem; }
.product-copy li { display: flex; gap: .45rem; align-items: center; margin-bottom: .4rem; font-weight: 700; }
.product-copy li i { color: #7dd3fc; }
.product-wapp .product-copy li i { color: #6ee7b7; }
.product-ai .product-copy li i { color: #a5b4fc; }

.device-laptop {
  width: min(360px, 100%); margin-inline: auto;
  background: #08142e; border-radius: 16px 16px 10px 10px;
  padding: .55rem .55rem 1rem; border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 24px 50px rgba(0,0,0,.35);
}
.screen { min-height: 190px; border-radius: 10px; padding: .75rem; background: linear-gradient(180deg,#173064,#0d1d42); }
.ui-top { height: 10px; border-radius: 999px; background: rgba(255,255,255,.12); margin-bottom: .7rem; }
.ui-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: .4rem; margin-bottom: .7rem; }
.ui-kpis span { height: 48px; border-radius: 10px; background: linear-gradient(135deg, rgba(90,160,255,.35), rgba(47,121,255,.1)); }
.ui-chart { display: flex; align-items: flex-end; gap: .35rem; height: 78px; }
.ui-chart i { flex: 1; display: block; border-radius: 6px 6px 0 0; background: linear-gradient(180deg,#93c5fd,#2563eb); }
.ui-chart i:nth-child(1){height:40%} .ui-chart i:nth-child(2){height:58%} .ui-chart i:nth-child(3){height:46%}
.ui-chart i:nth-child(4){height:72%} .ui-chart i:nth-child(5){height:62%} .ui-chart i:nth-child(6){height:88%}

.phones { display: flex; justify-content: center; align-items: flex-end; gap: .8rem; min-height: 240px; }
.device-phone {
  width: 118px; height: 220px; border-radius: 22px; padding: .9rem .6rem;
  background: #042f2e; border: 3px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 36px rgba(0,0,0,.3); display: grid; gap: .45rem; align-content: start;
}
.device-phone.p2 { height: 242px; transform: translateY(-12px); }
.bubble { height: 24px; border-radius: 999px; background: rgba(167,243,208,.25); }
.bubble.right { width: 72%; margin-left: auto; background: rgba(16,185,129,.55); }
.bubble.short { width: 48%; }

.iso-chart {
  display: flex; align-items: flex-end; justify-content: center; gap: .55rem;
  min-height: 220px; perspective: 700px;
}
.iso-chart span {
  width: 36px; height: var(--h); border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg,#c7d2fe,#6366f1);
  box-shadow: 10px 10px 0 rgba(0,0,0,.18); transform: skewX(-10deg);
}

/* Product dashboard mocks */
.product-visual .nms-shot {
  display: block;
  width: min(520px, 100%);
  height: auto;
  margin-inline: auto;
  border-radius: 18px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255,255,255,0.18);
  background: #fff;
}
.product-visual .nms-shot-light {
  border-radius: 16px;
}

/* High-contrast NMS NOC card — text clearly visible */
.dash-mock.nms-visible {
  width: min(440px, 100%);
  padding: 1.15rem 1.2rem 1.25rem;
  border-radius: 22px;
  background: rgba(12, 24, 58, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  color: #fff;
}
.dash-mock.nms-visible .mock-bar {
  color: #e8f1ff;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.45rem;
}
.dash-mock.nms-visible .mock-title {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.95rem;
}
.dash-mock.nms-visible .mock-kpis > div {
  background: rgba(8, 18, 48, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0.65rem 0.4rem;
}
.dash-mock.nms-visible .mock-kpis b {
  color: #b7c8e8;
  font-size: 0.62rem;
}
.dash-mock.nms-visible .mock-kpis strong {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 800;
}
.dash-mock.nms-visible .mock-health {
  gap: 0.5rem;
}
.dash-mock.nms-visible .mock-health span {
  background: rgba(8, 18, 48, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0.65rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 800;
  border-left-width: 4px;
  border-left-style: solid;
}
.dash-mock.nms-visible .h-in {
  color: #4ade80;
  border-left-color: #22c55e;
}
.dash-mock.nms-visible .h-out {
  color: #fb7185;
  border-left-color: #f43f5e;
}
.dash-mock.nms-visible .h-off {
  color: #fbbf24;
  border-left-color: #f59e0b;
}
.dash-mock.nms-visible .h-dis {
  color: #e2e8f0;
  border-left-color: #94a3b8;
}

.dash-mock {
  width: min(420px, 100%);
  margin-inline: auto;
  border-radius: 18px;
  padding: 1rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 22px 50px rgba(0,0,0,0.28);
  backdrop-filter: blur(8px);
}
.mock-bar {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #d7e8ff;
  margin-bottom: 0.55rem;
}
.mock-bar.soft { color: #c7fff0; }
.dot.live {
  width: 8px; height: 8px; border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 4px rgba(74,222,128,0.25);
}
.mock-title {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 0.85rem;
}
.mock-title.dark { color: #e8fff8; }
.mock-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.45rem;
  margin-bottom: 0.75rem;
}
.mock-kpis.light { grid-template-columns: repeat(3, 1fr); }
.mock-kpis.tiny { grid-template-columns: repeat(4, 1fr); }
.mock-kpis > div {
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 0.55rem 0.45rem;
  text-align: center;
}
.mock-kpis b {
  display: block;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.7);
}
.mock-kpis strong {
  font-family: var(--display);
  font-size: 1.15rem;
}
.mock-kpis .c-blue { background: rgba(59,130,246,0.28); }
.mock-kpis .c-green { background: rgba(34,197,94,0.28); }
.mock-kpis .c-cyan { background: rgba(34,211,238,0.28); }
.mock-kpis .c-yellow { background: rgba(250,204,21,0.28); }
.mock-health {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
}
.mock-health span {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
}
.h-in { color: #86efac; border-left: 3px solid #22c55e; }
.h-out { color: #fda4af; border-left: 3px solid #ef4444; }
.h-off { color: #fde68a; border-left: 3px solid #f59e0b; }
.h-dis { color: #cbd5e1; border-left: 3px solid #94a3b8; }
.mock-charts {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0.6rem;
  align-items: center;
}
.mock-charts .bars {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  height: 90px;
  padding: 0.4rem;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
}
.mock-charts .bars i {
  flex: 1;
  display: block;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, #6ee7b7, #059669);
}
.mock-charts .bars i:nth-child(1) { height: 20%; opacity: 0.45; }
.mock-charts .bars i:nth-child(2) { height: 28%; opacity: 0.45; }
.mock-charts .bars i:nth-child(3) { height: 35%; opacity: 0.45; }
.mock-charts .bars i:nth-child(4) { height: 78%; }
.donut {
  width: 84px; height: 84px; margin: 0 auto; border-radius: 50%;
  background: conic-gradient(#f59e0b 0 72%, #22c55e 72% 100%);
  display: grid; place-items: center;
  box-shadow: inset 0 0 0 14px rgba(6,78,59,0.85);
}
.donut span { font-family: var(--display); font-weight: 800; font-size: 1.1rem; }
.mock-table {
  display: grid; gap: 0.4rem;
  font-size: 0.78rem; font-weight: 600;
}
.mock-table > div {
  display: flex; align-items: center; gap: 0.5rem;
  padding: 0.45rem 0.55rem; border-radius: 10px;
  background: rgba(255,255,255,0.08);
}
.mock-table .on, .mock-table .off {
  font-size: 0.65rem; font-weight: 800; padding: 0.15rem 0.4rem; border-radius: 999px;
}
.mock-table .on { background: rgba(34,197,94,0.25); color: #86efac; }
.mock-table .off { background: rgba(239,68,68,0.25); color: #fda4af; }
.mock-plan-bars { display: grid; gap: 0.45rem; }
.mock-plan-bars > div {
  height: 28px; border-radius: 999px; position: relative; overflow: hidden;
  background: rgba(255,255,255,0.1);
}
.mock-plan-bars > div::before {
  content: ""; position: absolute; inset: 0 auto 0 0; width: var(--w);
  background: linear-gradient(90deg, #38bdf8, #2563eb);
  border-radius: inherit;
}
.mock-plan-bars span {
  position: relative; z-index: 1; padding: 0 0.7rem;
  font-size: 0.72rem; font-weight: 700; line-height: 28px;
}

/* Stats */
.stats {
  background: linear-gradient(90deg, #e8f0ff, #dce8ff);
  padding: 3rem 0; border-block: 1px solid rgba(15,40,80,.08);
  color: var(--dark);
}
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; text-align: center; }
.stat strong {
  display: block; font-family: var(--display); font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1.1; margin-bottom: .25rem; color: var(--navy);
}
.stat span { color: var(--muted); font-weight: 600; }

/* Process */
.process { background: #f5f8fd; color: var(--dark); }
.process-track { display: grid; grid-template-columns: repeat(6,1fr); gap: .7rem; }
.process-track li {
  text-align: center; background: #fff; border: 1px solid #e4ecf9;
  border-radius: 18px; padding: 1.05rem .55rem;
}
.process-track span { display: block; color: var(--blue); font-weight: 800; font-size: .75rem; margin-bottom: .35rem; }
.process-track i {
  display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%;
  background: rgba(47,121,255,.1); color: var(--blue); margin-bottom: .4rem;
}
.process-track strong { font-size: .88rem; }

/* Showcase */
.showcase { background: #fff; color: var(--dark); }
.showcase-grid { display: grid; grid-template-columns: 1.2fr .95fr .95fr; gap: 1rem; }
.panel {
  background: #f8faff; border: 1px solid #e5eefb; border-radius: 22px; padding: 1.2rem;
}
.panel-head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .7rem; margin-bottom: .9rem; }
.tabs { display: flex; flex-wrap: wrap; gap: .35rem; }
.tabs button {
  border: 1px solid #d7e3f7; background: #fff; border-radius: 999px;
  padding: .28rem .7rem; font-size: .74rem; font-weight: 800; color: #62728f; cursor: pointer;
}
.tabs button.active { background: var(--blue); border-color: var(--blue); color: #fff; }
.portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.portfolio-grid article.hidden { display: none; }
.shot { height: 92px; border-radius: 14px; margin-bottom: .4rem; }
.s1 { background: linear-gradient(135deg,#93c5fd,#2563eb); }
.s2 { background: linear-gradient(135deg,#fcd34d,#f59e0b); }
.s3 { background: linear-gradient(135deg,#6ee7b7,#059669); }
.s4 { background: linear-gradient(135deg,#c4b5fd,#7c3aed); }
.portfolio-grid h4 { margin: 0; font-size: .88rem; }

blockquote {
  margin: 0 0 .8rem; padding: 1rem; border-radius: 16px;
  background: #fff; border: 1px solid #e7eefb;
}
.stars { color: #f59e0b; margin-bottom: .3rem; letter-spacing: .08em; }
blockquote p { margin: 0 0 .75rem; color: #54627d; font-size: .9rem; }
blockquote footer { display: flex; align-items: center; gap: .6rem; }
.avatar { width: 38px; height: 38px; border-radius: 50%; }
.a1 { background: linear-gradient(135deg,#60a5fa,#1d4ed8); }
.a2 { background: linear-gradient(135deg,#f472b6,#db2777); }
blockquote strong { display: block; font-size: .88rem; }
blockquote small { color: #7a889f; }

.why-list { margin: .8rem 0 1.1rem; }
.why-list li { display: flex; gap: .45rem; align-items: center; margin-bottom: .55rem; font-weight: 700; }
.why-list i { color: var(--blue); }

/* Contact */
.contact {
  background:
    radial-gradient(circle at 15% 20%, rgba(47,121,255,.12), transparent 35%),
    linear-gradient(160deg, #f7faff, #eaf1fb);
}
.contact-shell {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
  padding: 2rem; border-radius: 28px;
  border: 1px solid rgba(15,40,80,.1); background: #fff;
  box-shadow: var(--shadow);
}
.contact-copy p { color: var(--muted); }
.contact-meta { margin-top: 1.4rem; display: grid; gap: .55rem; color: #334866; }
.contact-meta li { display: flex; gap: .5rem; align-items: center; }
.contact-meta i { color: var(--blue); }
.contact-form { display: grid; gap: .75rem; }
.field label { display: block; font-size: .78rem; font-weight: 700; color: #445872; margin-bottom: .3rem; }
.field input, .field textarea {
  width: 100%; border-radius: 14px; border: 1px solid rgba(15,40,80,.14);
  background: #f7faff; color: var(--dark); padding: .85rem 1rem; outline: none;
}
.field input:focus, .field textarea:focus {
  border-color: rgba(31,111,255,.55); box-shadow: 0 0 0 3px rgba(47,121,255,.15);
}
.form-note { margin: 0; color: #059669; font-weight: 700; }

/* Footer */
.site-footer { background: #0b1f44; border-top: 1px solid rgba(255,255,255,.06); padding-top: 3rem; color: #d7e4ff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1.1fr; gap: 1.4rem; padding-bottom: 2rem; }
.footer-brand p { color: #9db0d3; }
.socials { display: flex; gap: .5rem; margin-top: .9rem; }
.socials a {
  width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
}
.site-footer h4 { margin: 0 0 .8rem; font-family: var(--display); color: #fff; }
.site-footer li { margin-bottom: .4rem; }
.site-footer a { color: #9db0d3; font-size: .9rem; }
.site-footer a:hover { color: #fff; }
.footer-contact li { display: flex; gap: .45rem; color: #9db0d3; font-size: .9rem; }
.footer-contact i { color: #6eb6ff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 1rem 0 1.3rem; }
.footer-bottom-inner {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  color: #8fa3c7; font-size: .84rem;
}
.footer-bottom-inner div { display: flex; gap: 1rem; }

/* Reveal */
.reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero-grid, .about-grid, .product-band, .contact-shell, .showcase-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid, .process-track { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .site-nav, .header-cta { display: none; }
  .nav-toggle { display: inline-grid; place-items: center; }
  .site-nav.open {
    display: flex; flex-direction: column; position: absolute;
    top: 74px; left: 1rem; right: 1rem; z-index: 120;
    background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: .7rem;
    box-shadow: var(--shadow);
  }
  .hero h1 { max-width: none; }
  .hero { min-height: auto; padding-top: 2rem; }
}

@media (max-width: 900px) {
  .strip-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .brand-stack small { display: none; }
  .hero-logo-wrap { width: min(300px, 94%); }
  .services-grid, .about-points, .stats-grid, .process-track, .footer-grid, .portfolio-grid { grid-template-columns: 1fr; }
  .strip-row { grid-template-columns: 1fr; }
}
