:root {
  --ink: #f3f7f3;
  --muted: #b8c4bd;
  --night: #06130f;
  --panel: rgba(5, 21, 16, .93);
  --line: rgba(203, 231, 213, .18);
  --lime: #b7ff18;
  --cyan: #65d6d1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #020907;
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.nav {
  height: 78px;
  padding: 0 clamp(34px, 5.8vw, 112px);
  display: flex;
  align-items: center;
  gap: 30px;
  background: #071711;
  border-top: 2px solid #edf3ed;
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: relative;
  z-index: 20;
}
.brand { margin-right: auto; display: flex; align-items: center; }
.brand img { width: 177px; height: 52px; object-fit: contain; object-position: left center; }
.nav nav { display: flex; align-items: center; gap: clamp(24px, 2.7vw, 48px); }
.nav nav a { color: #aeb9b3; font-size: 14px; font-weight: 500; transition: color .2s ease; }
.nav nav a:hover { color: #fff; }
.header-login {
  padding-left: 26px;
  border-left: 1px solid rgba(255,255,255,.13);
  font-size: 14px;
  font-weight: 800;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 59px;
  padding: 0 24px;
  background: var(--lime);
  color: #05110c;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid var(--lime);
  transition: transform .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(183,255,24,.18); }
.button.small { min-height: 44px; padding: 0 20px; gap: 25px; border-radius: 8px; }

.hero {
  --mx: 0px;
  --my: 0px;
  --cx: 74%;
  --cy: 48%;
  min-height: 760px;
  height: calc(100svh - 78px);
  max-height: 900px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #04100c;
}
.hero-image {
  position: absolute;
  inset: -18px;
  z-index: -5;
  background: url("/lojas/hero-lojas-v1.png") center center / cover no-repeat;
  transform: translate(calc(var(--mx) * -.38), calc(var(--my) * -.38)) scale(1.025);
  transition: transform .16s linear;
  will-change: transform;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle 330px at var(--cx) var(--cy), rgba(183,255,24,.07), transparent 72%),
    linear-gradient(90deg, rgba(2,13,10,.98) 0%, rgba(3,15,11,.92) 30%, rgba(3,14,11,.42) 55%, rgba(2,11,9,.12) 78%),
    linear-gradient(180deg, rgba(2,12,9,.22), rgba(1,8,6,.08) 55%, rgba(1,8,6,.7));
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .22;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(183,255,24,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(183,255,24,.1) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent 35%, #000 65%, #000);
}
.scan-line {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 52%;
  width: 18%;
  background: linear-gradient(90deg, transparent, rgba(106,225,211,.05), rgba(183,255,24,.12), transparent);
  filter: blur(1px);
  transform: skewX(-13deg) translateX(-150%);
  animation: scan 8s ease-in-out infinite;
  pointer-events: none;
}
@keyframes scan { 0%,18% { transform: skewX(-13deg) translateX(-180%); opacity: 0; } 35% { opacity: .9; } 72%,100% { transform: skewX(-13deg) translateX(280%); opacity: 0; } }

.hero-copy {
  position: absolute;
  z-index: 4;
  left: clamp(34px, 5.8vw, 112px);
  top: 50%;
  width: min(680px, 50vw);
  transform: translateY(-49%) translate(calc(var(--mx) * .16), calc(var(--my) * .12));
  transition: transform .18s linear;
}
.eyebrow {
  margin: 0 0 26px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #d0e1d5;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(183,255,24,.11), 0 0 22px rgba(183,255,24,.65); }
h1 {
  margin: 0;
  max-width: 690px;
  color: #f6faf7;
  font-size: clamp(57px, 5.15vw, 92px);
  line-height: .94;
  letter-spacing: -.066em;
  font-weight: 600;
}
h1 em { color: var(--lime); font-style: normal; }
.lead {
  max-width: 620px;
  margin: 30px 0 0;
  color: #d3ddd7;
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.55;
  letter-spacing: -.02em;
}
.actions { margin-top: 30px; display: flex; align-items: center; gap: 29px; }
.text-link { color: #e4ece7; font-size: 13px; font-weight: 600; padding: 18px 0; border-bottom: 1px solid transparent; }
.text-link:hover { border-color: rgba(255,255,255,.48); }

.signal {
  position: absolute;
  z-index: 5;
  min-width: 205px;
  padding: 14px 18px 14px 38px;
  background: rgba(3,18,13,.9);
  border: 1px solid rgba(183,255,24,.32);
  box-shadow: 0 16px 42px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
  transform: translate(calc(var(--mx) * -.22), calc(var(--my) * -.18));
  transition: transform .18s linear;
}
.signal i { position: absolute; left: 15px; top: 17px; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(183,255,24,.1), 0 0 19px rgba(183,255,24,.75); }
.signal span { display: block; margin-bottom: 5px; color: #82958a; font-size: 9px; letter-spacing: .14em; font-weight: 700; }
.signal b { display: block; color: #f1f6f2; font-size: 13px; }
.signal-network { left: 57%; top: 22%; }
.signal-queue { right: 4.6%; top: 46%; }

.hero-card {
  position: absolute;
  z-index: 5;
  right: clamp(34px, 5.8vw, 112px);
  bottom: 49px;
  width: 300px;
  padding: 29px 27px 25px;
  background: linear-gradient(145deg, rgba(4,23,17,.97), rgba(5,26,20,.91));
  border: 1px solid rgba(207,237,219,.2);
  box-shadow: 0 22px 65px rgba(0,0,0,.35);
  backdrop-filter: blur(15px);
  transform: translate(calc(var(--mx) * -.3), calc(var(--my) * -.24));
  transition: transform .18s linear;
}
.hero-card > span { color: var(--lime); font-size: 9px; letter-spacing: .13em; font-weight: 800; }
.hero-card > strong { display: block; margin: 19px 0 24px; color: #f3f8f4; font-size: 19px; line-height: 1.35; letter-spacing: -.025em; }
.hero-card > div { padding-top: 19px; display: flex; align-items: baseline; gap: 13px; border-top: 1px solid var(--line); }
.hero-card > div b { color: var(--lime); font-size: 34px; line-height: 1; }
.hero-card > div small { color: #8fa197; font-size: 11px; }
.depth-label { position: absolute; left: clamp(34px, 5.8vw, 112px); bottom: 18px; display: flex; align-items: center; gap: 8px; color: rgba(230,240,234,.44); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.depth-label span { width: 18px; height: 1px; background: var(--lime); transform: rotate(-16deg); }

.live-strip {
  min-height: 64px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
  background: var(--lime);
  color: #06110d;
}
.live-strip div { padding: 0 26px; display: flex; align-items: center; justify-content: center; gap: 7px; border-right: 1px solid rgba(6,17,13,.15); font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.live-strip span { font-size: 7px; }

.ai-retail {
  padding: 105px clamp(34px, 5.8vw, 112px) 0;
  color: #08140f;
  background:
    radial-gradient(circle at 88% 8%, rgba(183,255,24,.16), transparent 24%),
    #eef1e8;
  overflow: hidden;
}
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
  gap: clamp(50px, 8vw, 140px);
  align-items: end;
  margin-bottom: 61px;
}
.section-kicker {
  margin: 0 0 23px;
  color: #4f6057;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.section-head h2 {
  margin: 0;
  font-size: clamp(54px, 5.2vw, 88px);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 600;
}
.section-head h2 em { color: #79a900; font-style: normal; }
.section-intro {
  margin: 0 0 6px;
  color: #46554d;
  font-size: clamp(16px, 1.18vw, 20px);
  line-height: 1.66;
  letter-spacing: -.018em;
}
.ai-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, .55fr);
  min-height: 660px;
  background: #081711;
  box-shadow: 0 38px 100px rgba(8,24,17,.17);
}
.ai-visual {
  min-width: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.ai-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2,12,9,.02) 35%, rgba(2,12,9,.84) 100%);
}
.ai-visual img {
  width: 100%;
  height: 100%;
  min-height: 660px;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.ai-visual:hover img { transform: scale(1.025); }
.ai-scan {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  height: 2px;
  top: 15%;
  opacity: .65;
  background: linear-gradient(90deg, transparent 4%, rgba(183,255,24,.08), rgba(183,255,24,.9) 56%, transparent 96%);
  box-shadow: 0 0 28px rgba(183,255,24,.5);
  animation: retail-scan 6.8s ease-in-out infinite;
}
@keyframes retail-scan { 0%,12% { top: 13%; opacity: 0; } 24% { opacity: .72; } 75% { top: 78%; opacity: .56; } 88%,100% { top: 84%; opacity: 0; } }
.event-card {
  position: absolute;
  z-index: 4;
  top: 43px;
  right: 42px;
  width: 255px;
  padding: 20px 22px;
  color: #f3f8f4;
  background: rgba(4,24,17,.92);
  border: 1px solid rgba(183,255,24,.52);
  box-shadow: 0 22px 58px rgba(0,0,0,.29);
  backdrop-filter: blur(12px);
}
.event-card::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(183,255,24,.1), 0 0 18px rgba(183,255,24,.7); }
.event-card span { color: #a8beaf; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.event-card strong { display: block; margin: 15px 0 4px; font-size: 19px; }
.event-card small { color: #85978d; font-size: 10px; }
.ai-visual figcaption {
  position: absolute;
  z-index: 4;
  left: 42px;
  bottom: 40px;
  color: #f3f8f4;
}
.ai-visual figcaption span { display: block; margin-bottom: 13px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.ai-visual figcaption strong { display: block; font-size: clamp(27px, 2.3vw, 39px); line-height: 1.12; letter-spacing: -.045em; }
.ai-list { display: grid; grid-template-rows: repeat(4, 1fr); }
.ai-list article {
  padding: 33px 31px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  color: #eaf1ec;
  border-left: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.09);
  transition: background .25s ease, border-color .25s ease;
}
.ai-list article:last-child { border-bottom: 0; }
.ai-list article:hover { background: rgba(183,255,24,.055); border-left-color: rgba(183,255,24,.58); }
.ai-list article > b { padding-top: 3px; color: var(--lime); font-size: 11px; letter-spacing: .08em; }
.ai-list h3 { margin: 0 0 9px; color: #f4f8f5; font-size: 18px; line-height: 1.25; letter-spacing: -.025em; }
.ai-list p { margin: 0; color: #93a49a; font-size: 12px; line-height: 1.65; }
.ai-flow {
  min-height: 126px;
  margin-inline: calc(clamp(34px, 5.8vw, 112px) * -1);
  padding-inline: clamp(34px, 5.8vw, 112px);
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  color: #06110d;
  background: var(--lime);
}
.ai-flow div { display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; align-items: center; }
.ai-flow span { grid-row: span 2; color: rgba(6,17,13,.54); font-size: 10px; font-weight: 800; }
.ai-flow b { font-size: 15px; }
.ai-flow small { margin-top: 4px; color: rgba(6,17,13,.62); font-size: 10px; }
.ai-flow > i { padding: 0 32px; font-size: 22px; font-style: normal; }

/* Section 02 — stronger operational composition */
.ai-retail-v3 {
  padding: 112px clamp(34px, 5.8vw, 112px) 0;
  color: #eff5f1;
  background:
    radial-gradient(circle at 86% 5%, rgba(183,255,24,.1), transparent 25%),
    radial-gradient(circle at 15% 42%, rgba(44,133,111,.12), transparent 33%),
    #04110d;
  overflow: hidden;
}
.ai-v3-head {
  max-width: 1500px;
  margin: 0 auto 65px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, .55fr);
  gap: clamp(65px, 8vw, 150px);
  align-items: end;
}
.ai-retail-v3 .section-kicker { color: #91a59a; }
.ai-v3-head h2 {
  margin: 0;
  font-size: clamp(57px, 5.15vw, 90px);
  line-height: .96;
  letter-spacing: -.067em;
  font-weight: 600;
}
.ai-v3-head h2 em { color: var(--lime); font-style: normal; }
.ai-v3-intro > p { margin: 0 0 27px; color: #b5c3bb; font-size: clamp(16px, 1.18vw, 20px); line-height: 1.66; letter-spacing: -.02em; }
.ai-v3-intro aside { padding: 19px 20px; display: grid; gap: 8px; border: 1px solid rgba(183,255,24,.3); background: rgba(183,255,24,.045); }
.ai-v3-intro aside span { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.ai-v3-intro aside strong { color: #dce6df; font-size: 12px; line-height: 1.55; font-weight: 600; }

.ai-v3-scenes {
  max-width: 1500px;
  min-height: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(355px, .72fr);
  gap: 10px;
}
.scene-main, .scene-side article { margin: 0; position: relative; overflow: hidden; isolation: isolate; background: #071711; }
.scene-main > img, .scene-side article > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .75s cubic-bezier(.2,.7,.2,1); }
.scene-main:hover > img, .scene-side article:hover > img { transform: scale(1.025); }
.scene-main::after, .scene-side article::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(1,10,7,.04) 35%, rgba(1,10,7,.84) 100%); }
.scene-scan { position: absolute; z-index: 2; left: 0; right: 0; height: 2px; top: 13%; opacity: .7; background: linear-gradient(90deg, transparent, rgba(183,255,24,.9), transparent); box-shadow: 0 0 24px rgba(183,255,24,.55); animation: scene-scan-v3 7s ease-in-out infinite; }
@keyframes scene-scan-v3 { 0%,10% { top: 12%; opacity: 0; } 26% { opacity: .65; } 77% { top: 86%; opacity: .55; } 90%,100% { top: 89%; opacity: 0; } }
.event-console {
  position: absolute;
  z-index: 5;
  top: 35px;
  right: 35px;
  width: min(355px, calc(100% - 70px));
  padding: 24px 25px 20px;
  background: rgba(3,20,14,.94);
  border: 1px solid rgba(183,255,24,.62);
  box-shadow: 0 28px 75px rgba(0,0,0,.38);
  backdrop-filter: blur(14px);
}
.event-console header { display: flex; justify-content: space-between; gap: 15px; color: #91a59a; font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.event-console header span { color: var(--lime); }
.event-console header i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(183,255,24,.11), 0 0 16px rgba(183,255,24,.7); }
.event-console > strong { display: block; margin: 24px 0 19px; font-size: 25px; letter-spacing: -.035em; }
.event-console dl { margin: 0; }
.event-console dl div { padding: 10px 0; display: grid; grid-template-columns: 105px 1fr; gap: 12px; border-top: 1px solid rgba(255,255,255,.1); }
.event-console dt { color: #71847a; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.event-console dd { margin: 0; color: #dfe8e2; font-size: 11px; font-weight: 600; }
.event-console footer { margin-top: 11px; padding: 11px 0 0; color: #9eafa5; font-size: 9px; border-top: 1px solid rgba(255,255,255,.1); }
.event-console footer span { color: var(--lime); margin-right: 6px; }
.scene-title { position: absolute; z-index: 4; left: 36px; bottom: 35px; }
.scene-title span { display: block; margin-bottom: 12px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.scene-title strong { display: block; font-size: clamp(28px, 2.45vw, 43px); line-height: 1.08; letter-spacing: -.046em; }
.scene-side { display: grid; grid-template-rows: 1fr 1fr; gap: 10px; }
.side-caption { position: absolute; z-index: 4; left: 25px; right: 25px; bottom: 23px; }
.side-caption span { display: block; margin-bottom: 9px; color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.side-caption strong { display: block; margin-bottom: 5px; font-size: 18px; line-height: 1.25; letter-spacing: -.025em; }
.side-caption small { color: #9baca2; font-size: 9px; }

.event-payload {
  max-width: 1500px;
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: 1.7fr repeat(5, 1fr);
  color: #07140f;
  background: var(--lime);
}
.event-payload header { padding: 25px 28px; display: flex; flex-direction: column; justify-content: center; background: #eaf0df; }
.event-payload header span { margin-bottom: 7px; color: #668900; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.event-payload header strong { max-width: 360px; font-size: 13px; line-height: 1.45; }
.event-payload > div { min-height: 94px; padding: 20px 17px; display: flex; flex-direction: column; justify-content: center; gap: 8px; border-left: 1px solid rgba(7,20,15,.15); }
.event-payload > div b { font-size: 9px; }
.event-payload > div span { font-size: 11px; line-height: 1.35; font-weight: 800; }

.ai-v3-outcomes {
  max-width: 1500px;
  margin: 78px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.ai-v3-outcomes article { min-height: 250px; padding: 40px 38px; border-right: 1px solid rgba(255,255,255,.12); }
.ai-v3-outcomes article:last-child { border-right: 0; }
.ai-v3-outcomes span { display: block; margin-bottom: 28px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.ai-v3-outcomes strong { display: block; margin-bottom: 15px; font-size: clamp(22px, 1.65vw, 28px); line-height: 1.18; letter-spacing: -.038em; }
.ai-v3-outcomes p { margin: 0; color: #91a39a; font-size: 12px; line-height: 1.7; }
.ai-v3-note { max-width: 1500px; min-height: 115px; margin: 0 auto; padding: 30px 38px; display: flex; align-items: center; gap: 22px; background: rgba(183,255,24,.04); border-left: 1px solid var(--lime); }
.ai-v3-note i { flex: 0 0 auto; width: 11px; height: 11px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 8px rgba(183,255,24,.1), 0 0 23px rgba(183,255,24,.55); }
.ai-v3-note p { margin: 0; color: #aabbb1; font-size: 13px; line-height: 1.65; }
.ai-v3-note strong { color: #eef5f0; }

/* Section 03 — centralized network monitoring */
.network-v4 {
  padding: 115px clamp(34px, 5.8vw, 112px) 0;
  color: #07140f;
  background:
    radial-gradient(circle at 89% 7%, rgba(183,255,24,.17), transparent 24%),
    #edf1e8;
  overflow: hidden;
}
.network-head {
  max-width: 1500px;
  margin: 0 auto 67px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, .55fr);
  gap: clamp(65px, 8vw, 150px);
  align-items: end;
}
.network-kicker { margin: 0 0 23px; color: #52635a; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.network-head h2 { margin: 0; font-size: clamp(57px, 5.15vw, 89px); line-height: .96; letter-spacing: -.067em; font-weight: 600; }
.network-head h2 em { color: #79a900; font-style: normal; }
.network-intro > p { margin: 0 0 27px; color: #46564d; font-size: clamp(16px, 1.18vw, 20px); line-height: 1.66; letter-spacing: -.02em; }
.network-intro aside { padding: 19px 20px; display: grid; gap: 8px; border: 1px solid rgba(90,125,0,.36); background: rgba(183,255,24,.1); }
.network-intro aside span { color: #628600; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.network-intro aside strong { color: #243229; font-size: 12px; line-height: 1.55; font-weight: 600; }

.network-stage {
  max-width: 1500px;
  min-height: 750px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(390px, .6fr);
  background: #06140f;
  box-shadow: 0 38px 100px rgba(7,24,17,.18);
}
.network-visual { min-width: 0; margin: 0; position: relative; overflow: hidden; isolation: isolate; }
.network-visual::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(2,10,7,.02) 35%, rgba(2,10,7,.88) 100%); }
.network-visual img { width: 100%; height: 100%; min-height: 750px; display: block; object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.network-visual:hover img { transform: scale(1.024); }
.network-sweep { position: absolute; z-index: 2; top: 0; bottom: 0; width: 18%; left: 12%; opacity: .65; background: linear-gradient(90deg, transparent, rgba(183,255,24,.11), transparent); filter: blur(1px); transform: skewX(-12deg); animation: network-sweep-v4 8s ease-in-out infinite; }
@keyframes network-sweep-v4 { 0%,12% { left: -20%; opacity: 0; } 30% { opacity: .65; } 76% { left: 107%; opacity: .45; } 90%,100% { left: 118%; opacity: 0; } }
.network-visual figcaption { position: absolute; z-index: 4; left: 40px; bottom: 38px; color: #f0f5f1; }
.network-visual figcaption span { display: block; margin-bottom: 12px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.network-visual figcaption strong { display: block; font-size: clamp(29px, 2.55vw, 44px); line-height: 1.08; letter-spacing: -.047em; }
.network-live { position: absolute; z-index: 4; top: 31px; left: 33px; min-width: 210px; padding: 15px 17px 15px 39px; color: #eef5f0; background: rgba(3,20,14,.91); border: 1px solid rgba(183,255,24,.43); backdrop-filter: blur(12px); }
.network-live i { position: absolute; left: 16px; top: 18px; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(183,255,24,.1), 0 0 17px rgba(183,255,24,.7); }
.network-live span { display: block; margin-bottom: 4px; color: #8da097; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.network-live b { display: block; font-size: 12px; }

.network-board { padding: 29px 27px 24px; display: flex; flex-direction: column; color: #eaf2ed; background: linear-gradient(160deg, #071a13, #04120d); border-left: 1px solid rgba(255,255,255,.09); }
.network-board > header { display: flex; justify-content: space-between; gap: 15px; color: #81958a; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.network-board > header i { color: var(--lime); font-style: normal; }
.network-total { margin: 31px 0 20px; display: flex; align-items: flex-end; gap: 15px; }
.network-total strong { color: var(--lime); font-size: 58px; line-height: .9; letter-spacing: -.06em; }
.network-total span { padding-bottom: 5px; color: #95a79d; font-size: 11px; }
.network-kpis { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.1); }
.network-kpis div { min-height: 92px; padding: 17px 12px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.1); }
.network-kpis div:last-child { border-right: 0; }
.network-kpis b { margin-bottom: 7px; font-size: 24px; }
.network-kpis span { color: #82958b; font-size: 8px; line-height: 1.35; }
.network-kpis .priority b { color: var(--lime); }
.priority-list { margin-top: 31px; }
.priority-list > span { display: block; margin-bottom: 12px; color: #778b80; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.priority-list article { min-height: 92px; padding: 15px 0; display: grid; grid-template-columns: 27px 1fr auto; gap: 11px; align-items: center; border-top: 1px solid rgba(255,255,255,.1); }
.priority-list article > b { color: var(--lime); font-size: 9px; }
.priority-list article strong { display: block; margin-bottom: 5px; font-size: 12px; line-height: 1.3; }
.priority-list article small { color: #7f9287; font-size: 9px; }
.priority-list article > i { color: #9caf9f; font-size: 7px; font-weight: 800; letter-spacing: .08em; font-style: normal; }
.board-disclaimer { margin: auto 0 0; padding-top: 17px; color: #61766a; font-size: 8px; line-height: 1.5; border-top: 1px solid rgba(255,255,255,.09); }

.network-path {
  max-width: 1500px;
  min-height: 122px;
  margin: 0 auto;
  padding: 25px 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  color: #07140f;
  background: var(--lime);
}
.network-path div { display: grid; grid-template-columns: 34px 1fr; column-gap: 11px; align-items: center; }
.network-path span { grid-row: span 2; color: rgba(7,20,15,.48); font-size: 9px; font-weight: 800; }
.network-path b { font-size: 13px; }
.network-path small { margin-top: 5px; color: rgba(7,20,15,.62); font-size: 9px; line-height: 1.35; }
.network-path > i { padding: 0 20px; font-size: 18px; font-style: normal; }
.network-results { max-width: 1500px; margin: 75px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(7,20,15,.17); border-bottom: 1px solid rgba(7,20,15,.17); }
.network-results article { min-height: 245px; padding: 39px 37px; border-right: 1px solid rgba(7,20,15,.17); }
.network-results article:last-child { border-right: 0; }
.network-results span { display: block; margin-bottom: 27px; color: #648900; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.network-results strong { display: block; margin-bottom: 15px; font-size: clamp(22px, 1.65vw, 28px); line-height: 1.18; letter-spacing: -.038em; }
.network-results p { margin: 0; color: #53635a; font-size: 12px; line-height: 1.7; }

/* Section 04 — AI-connected store automation */
.automation-v5 {
  padding: 115px clamp(34px, 5.8vw, 112px) 0;
  color: #edf4ef;
  background:
    radial-gradient(circle at 11% 5%, rgba(48,145,120,.12), transparent 28%),
    radial-gradient(circle at 90% 13%, rgba(183,255,24,.09), transparent 24%),
    #03100c;
  overflow: hidden;
}
.automation-head {
  max-width: 1500px;
  margin: 0 auto 66px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, .55fr);
  gap: clamp(65px, 8vw, 150px);
  align-items: end;
}
.automation-kicker { margin: 0 0 23px; color: #91a49a; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.automation-head h2 { margin: 0; font-size: clamp(57px, 5.15vw, 89px); line-height: .96; letter-spacing: -.067em; font-weight: 600; }
.automation-head h2 em { color: var(--lime); font-style: normal; }
.automation-intro > p { margin: 0 0 27px; color: #b5c3bb; font-size: clamp(16px, 1.18vw, 20px); line-height: 1.66; letter-spacing: -.02em; }
.automation-intro aside { padding: 19px 20px; display: grid; gap: 8px; border: 1px solid rgba(183,255,24,.3); background: rgba(183,255,24,.045); }
.automation-intro aside span { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.automation-intro aside strong { color: #dce6df; font-size: 12px; line-height: 1.55; font-weight: 600; }

.automation-stage {
  max-width: 1500px;
  min-height: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(390px, .58fr);
  background: #071711;
}
.automation-visual { min-width: 0; margin: 0; position: relative; overflow: hidden; isolation: isolate; }
.automation-visual::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(1,9,6,.02) 40%, rgba(1,9,6,.86) 100%); }
.automation-visual > img { width: 100%; height: 100%; min-height: 760px; display: block; object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.automation-visual:hover > img { transform: scale(1.024); }
.automation-glow { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: radial-gradient(circle 220px at 51% 57%, rgba(183,255,24,.12), transparent 72%); animation: automation-pulse 3.5s ease-in-out infinite; }
@keyframes automation-pulse { 0%,100% { opacity: .45; } 50% { opacity: 1; } }
.device-tag { position: absolute; z-index: 4; min-width: 154px; padding: 11px 13px 11px 31px; color: #eaf2ed; background: rgba(3,20,14,.9); border: 1px solid rgba(183,255,24,.4); box-shadow: 0 16px 38px rgba(0,0,0,.27); backdrop-filter: blur(10px); }
.device-tag i { position: absolute; left: 12px; top: 14px; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(183,255,24,.1), 0 0 15px rgba(183,255,24,.6); }
.device-tag span { display: block; margin-bottom: 4px; color: #83978c; font-size: 7px; font-weight: 800; letter-spacing: .11em; }
.device-tag b { display: block; font-size: 10px; }
.tag-climate { left: 32%; top: 7%; }
.tag-alarm { right: 22%; top: 24%; }
.tag-access { right: 20%; top: 53%; }
.tag-screen { right: 2.5%; top: 38%; }
.automation-visual figcaption { position: absolute; z-index: 4; left: 38px; bottom: 36px; }
.automation-visual figcaption span { display: block; margin-bottom: 12px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.automation-visual figcaption strong { display: block; font-size: clamp(28px, 2.45vw, 43px); line-height: 1.08; letter-spacing: -.047em; }

.protocol-board { padding: 29px 27px 25px; display: flex; flex-direction: column; color: #ebf2ed; background: linear-gradient(160deg, #081c14, #04110d); border-left: 1px solid rgba(255,255,255,.09); }
.protocol-board > header { display: flex; justify-content: space-between; gap: 15px; color: #82958a; font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.protocol-board > header i { color: var(--lime); font-style: normal; }
.protocol-status { margin: 33px 0 15px; color: #8fa299; font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.protocol-status i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(183,255,24,.1), 0 0 16px rgba(183,255,24,.6); }
.protocol-board h3 { margin: 0 0 23px; max-width: 310px; font-size: 29px; line-height: 1.1; letter-spacing: -.045em; }
.protocol-board ol { margin: 0; padding: 0; list-style: none; }
.protocol-board li { min-height: 84px; padding: 14px 0; display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; border-top: 1px solid rgba(255,255,255,.1); }
.protocol-board li > b { padding-top: 2px; color: var(--lime); font-size: 9px; }
.protocol-board li strong { display: block; margin-bottom: 5px; font-size: 12px; line-height: 1.3; }
.protocol-board li small { display: block; color: #7f9287; font-size: 9px; line-height: 1.5; }
.protocol-board > footer { margin-top: auto; padding: 17px 0 0; display: flex; justify-content: space-between; gap: 12px; color: #81958a; border-top: 1px solid rgba(255,255,255,.1); }
.protocol-board > footer span { font-size: 8px; letter-spacing: .11em; }
.protocol-board > footer b { color: #dfe7e1; font-size: 9px; }

.device-matrix { max-width: 1500px; margin: 10px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.11); border-left: 1px solid rgba(255,255,255,.11); }
.device-matrix article { min-height: 230px; padding: 34px 32px; border-right: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); transition: background .25s ease; }
.device-matrix article:hover { background: rgba(183,255,24,.045); }
.device-matrix span { display: block; margin-bottom: 25px; color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.device-matrix strong { display: block; margin-bottom: 14px; font-size: clamp(20px, 1.45vw, 25px); line-height: 1.18; letter-spacing: -.035em; }
.device-matrix p { margin: 0; color: #8fa198; font-size: 11px; line-height: 1.7; }
.automation-path { max-width: 1500px; min-height: 124px; margin: 0 auto; padding: 25px 29px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; color: #07140f; background: var(--lime); }
.automation-path div { display: grid; grid-template-columns: 34px 1fr; column-gap: 11px; align-items: center; }
.automation-path span { grid-row: span 2; color: rgba(7,20,15,.48); font-size: 9px; font-weight: 800; }
.automation-path b { font-size: 13px; }
.automation-path small { margin-top: 5px; color: rgba(7,20,15,.62); font-size: 9px; }
.automation-path > i { padding: 0 20px; font-size: 18px; font-style: normal; }

/* Section 05 — customer flow, occupancy and in-store experience */
.flow-v6 {
  padding: 116px clamp(34px, 5.8vw, 112px) 0;
  color: #07140f;
  background:
    radial-gradient(circle at 86% 6%, rgba(183,255,24,.17), transparent 25%),
    linear-gradient(180deg, #eef2ec 0%, #e8eee8 100%);
  overflow: hidden;
}
.flow-head {
  max-width: 1500px;
  margin: 0 auto 67px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(370px, .55fr);
  gap: clamp(65px, 8vw, 150px);
  align-items: end;
}
.flow-kicker { margin: 0 0 23px; color: #617168; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.flow-head h2 { margin: 0; font-size: clamp(54px, 4.9vw, 84px); line-height: .98; letter-spacing: -.064em; font-weight: 600; }
.flow-head h2 em { color: #638700; font-style: normal; }
.flow-intro > p { margin: 0 0 28px; color: #48574f; font-size: clamp(16px, 1.16vw, 20px); line-height: 1.66; letter-spacing: -.02em; }
.flow-intro > p strong { color: #07140f; font-weight: 700; }
.flow-intro aside { min-height: 78px; padding: 18px 19px 18px 46px; position: relative; display: grid; gap: 7px; border: 1px solid rgba(7,20,15,.22); background: rgba(255,255,255,.42); }
.flow-intro aside i { position: absolute; left: 20px; top: 23px; width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(99,135,0,.1); }
.flow-intro aside span { color: #638700; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.flow-intro aside strong { color: #1c2c23; font-size: 12px; line-height: 1.5; }

.flow-stage { max-width: 1500px; min-height: 790px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.58fr) minmax(395px, .58fr); background: #071711; box-shadow: 0 35px 80px rgba(8,28,19,.14); }
.flow-visual { min-width: 0; margin: 0; position: relative; overflow: hidden; isolation: isolate; }
.flow-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(1,9,6,.02) 45%, rgba(1,9,6,.84) 100%); }
.flow-visual > img { width: 100%; height: 100%; min-height: 790px; display: block; object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.flow-visual:hover > img { transform: scale(1.022); }
.flow-zone { position: absolute; z-index: 3; min-width: 145px; padding: 11px 13px 11px 31px; color: #ecf3ee; background: rgba(3,18,13,.88); border: 1px solid rgba(183,255,24,.34); box-shadow: 0 15px 36px rgba(0,0,0,.25); backdrop-filter: blur(9px); }
.flow-zone::before { content: ""; position: absolute; left: 12px; top: 15px; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(183,255,24,.1), 0 0 14px rgba(183,255,24,.55); }
.flow-zone span { display: block; margin-bottom: 4px; color: #8fa198; font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.flow-zone b { font-size: 10px; }
.zone-entry { left: 14%; top: 18%; }
.zone-floor { left: 49%; top: 38%; }
.zone-checkout { right: 4%; top: 23%; }
.flow-visual figcaption { position: absolute; z-index: 3; left: 39px; bottom: 37px; color: #eef5f0; }
.flow-visual figcaption span { display: block; margin-bottom: 12px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.flow-visual figcaption strong { display: block; font-size: clamp(28px, 2.4vw, 42px); line-height: 1.08; letter-spacing: -.047em; }

.flow-board { padding: 29px 27px 24px; display: flex; flex-direction: column; color: #ebf2ed; background: linear-gradient(160deg, #081c14, #04110d); border-left: 1px solid rgba(255,255,255,.09); }
.flow-board > header { display: flex; justify-content: space-between; gap: 14px; color: #84968c; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.flow-board > header i { color: var(--lime); font-style: normal; }
.flow-state { margin: 31px 0 16px; padding: 12px 13px; display: flex; align-items: center; gap: 10px; color: #dce7e0; font-size: 8px; font-weight: 800; letter-spacing: .09em; border: 1px solid rgba(183,255,24,.28); background: rgba(183,255,24,.045); }
.flow-state i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(183,255,24,.1); }
.flow-kpis { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.flow-kpis article { min-height: 100px; padding: 18px 16px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.flow-kpis span { display: block; margin-bottom: 10px; color: #7d9186; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.flow-kpis strong { color: #f0f5f1; font-size: 29px; line-height: 1; }
.flow-kpis strong small { color: #879a8f; font-size: 9px; font-weight: 600; }
.zone-reading { margin-top: 27px; }
.zone-reading > p { margin: 0 0 14px; color: #789084; font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.zone-reading > div { min-height: 29px; display: grid; grid-template-columns: 74px 1fr 30px; align-items: center; gap: 9px; color: #9daf9f; font-size: 8px; }
.zone-reading > div > i { height: 3px; display: block; overflow: hidden; background: rgba(255,255,255,.1); }
.zone-reading > div > i b { height: 100%; display: block; background: linear-gradient(90deg, #2fb99b, var(--lime)); }
.zone-reading small { text-align: right; color: #d8e2dc; font-size: 8px; }
.flow-insight { margin-top: 24px; padding: 19px; border: 1px solid rgba(183,255,24,.28); background: rgba(183,255,24,.04); }
.flow-insight span { display: block; margin-bottom: 10px; color: var(--lime); font-size: 7px; font-weight: 800; letter-spacing: .11em; }
.flow-insight strong { display: block; font-size: 15px; line-height: 1.4; }
.flow-insight p { margin: 12px 0 0; padding-top: 12px; color: #91a49a; font-size: 8px; line-height: 1.5; border-top: 1px solid rgba(255,255,255,.1); }
.flow-board > footer { margin-top: auto; padding-top: 17px; color: #63796d; font-size: 8px; line-height: 1.5; border-top: 1px solid rgba(255,255,255,.09); }

.flow-decisions { max-width: 1500px; margin: 11px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(7,20,15,.17); border-left: 1px solid rgba(7,20,15,.17); }
.flow-decisions article { min-height: 248px; padding: 36px 30px; border-right: 1px solid rgba(7,20,15,.17); border-bottom: 1px solid rgba(7,20,15,.17); transition: background .25s ease; }
.flow-decisions article:hover { background: rgba(255,255,255,.45); }
.flow-decisions span { display: block; margin-bottom: 26px; color: #638700; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.flow-decisions strong { display: block; margin-bottom: 15px; font-size: clamp(20px, 1.43vw, 25px); line-height: 1.18; letter-spacing: -.035em; }
.flow-decisions p { margin: 0; color: #526159; font-size: 11px; line-height: 1.7; }
.flow-path { max-width: 1500px; min-height: 124px; margin: 0 auto; padding: 25px 29px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; color: #07140f; background: var(--lime); }
.flow-path div { display: grid; grid-template-columns: 34px 1fr; column-gap: 11px; align-items: center; }
.flow-path span { grid-row: span 2; color: rgba(7,20,15,.48); font-size: 9px; font-weight: 800; }
.flow-path b { font-size: 13px; }
.flow-path small { margin-top: 5px; color: rgba(7,20,15,.62); font-size: 9px; }
.flow-path > i { padding: 0 20px; font-size: 18px; font-style: normal; }

/* Section 06 — security, loss prevention and operational continuity */
.security-v7 {
  padding: 116px clamp(34px, 5.8vw, 112px) 0;
  color: #edf4ef;
  background:
    radial-gradient(circle at 10% 8%, rgba(41,169,140,.13), transparent 28%),
    radial-gradient(circle at 92% 5%, rgba(183,255,24,.08), transparent 22%),
    #03100c;
  overflow: hidden;
}
.security-head { max-width: 1500px; margin: 0 auto 67px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(380px, .6fr); gap: clamp(65px, 8vw, 150px); align-items: end; }
.security-kicker { margin: 0 0 23px; color: #91a49a; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.security-head h2 { margin: 0; font-size: clamp(54px, 4.9vw, 84px); line-height: .98; letter-spacing: -.064em; font-weight: 600; }
.security-head h2 em { color: var(--lime); font-style: normal; }
.security-intro > p { margin: 0 0 28px; color: #adbbb3; font-size: clamp(16px, 1.14vw, 20px); line-height: 1.66; letter-spacing: -.02em; }
.security-intro > p strong { color: #edf4ef; font-weight: 700; }
.security-intro aside { padding: 19px 20px; display: grid; gap: 8px; border: 1px solid rgba(183,255,24,.28); background: rgba(183,255,24,.045); }
.security-intro aside span { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.security-intro aside strong { color: #dce6df; font-size: 12px; line-height: 1.55; }

.security-scene { max-width: 1500px; min-height: 720px; margin: 0 auto; position: relative; overflow: hidden; isolation: isolate; background: #06140f; }
.security-scene::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(2,10,7,.02) 43%, rgba(2,10,7,.88) 100%); }
.security-scene > img { width: 100%; height: 720px; display: block; object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.security-scene:hover > img { transform: scale(1.022); }
.security-case-badge { position: absolute; z-index: 3; top: 28px; right: 28px; width: 245px; padding: 20px 21px; color: #eef5f0; background: rgba(3,18,13,.9); border: 1px solid rgba(183,255,24,.36); box-shadow: 0 18px 45px rgba(0,0,0,.3); backdrop-filter: blur(10px); }
.security-case-badge::before { content: ""; position: absolute; top: 24px; right: 21px; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(183,255,24,.1), 0 0 16px rgba(183,255,24,.5); }
.security-case-badge span { display: block; margin-bottom: 15px; color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.security-case-badge strong { display: block; margin-bottom: 6px; font-size: 19px; letter-spacing: -.03em; }
.security-case-badge small { color: #84988d; font-size: 9px; }
.security-scene figcaption { position: absolute; z-index: 3; left: 39px; bottom: 37px; }
.security-scene figcaption span { display: block; margin-bottom: 12px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.security-scene figcaption strong { display: block; font-size: clamp(30px, 2.55vw, 45px); line-height: 1.08; letter-spacing: -.047em; }

.case-chain { max-width: 1500px; min-height: 150px; margin: 10px auto 0; padding: 22px 24px; display: grid; grid-template-columns: minmax(180px,.8fr) 1fr auto 1fr auto 1fr auto 1.1fr; align-items: stretch; color: #dfe8e2; background: #071b13; border: 1px solid rgba(255,255,255,.1); }
.case-chain > header { padding: 15px 22px 15px 4px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.1); }
.case-chain > header span { margin-bottom: 9px; color: var(--lime); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.case-chain > header strong { margin-bottom: 7px; font-size: 15px; line-height: 1.3; }
.case-chain > header small { color: #71867a; font-size: 8px; }
.case-chain article { padding: 16px 18px; display: flex; flex-direction: column; justify-content: center; }
.case-chain article span { margin-bottom: 9px; color: #7f9488; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.case-chain article strong { margin-bottom: 7px; font-size: 12px; line-height: 1.35; }
.case-chain article small { color: #71867a; font-size: 8px; line-height: 1.4; }
.case-chain > i { align-self: center; color: var(--lime); font-size: 16px; font-style: normal; }
.case-chain .case-result { margin: 5px 0; background: rgba(183,255,24,.07); border: 1px solid rgba(183,255,24,.25); }
.case-chain .case-result span { color: var(--lime); }

.security-content { max-width: 1500px; margin: 75px auto 0; display: grid; grid-template-columns: minmax(0,1.45fr) minmax(350px,.55fr); border-top: 1px solid rgba(255,255,255,.11); border-left: 1px solid rgba(255,255,255,.11); }
.security-uses { display: grid; grid-template-columns: repeat(2, 1fr); }
.security-uses article { min-height: 265px; padding: 37px 34px; border-right: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); transition: background .25s ease; }
.security-uses article:hover { background: rgba(183,255,24,.04); }
.security-uses span { display: block; margin-bottom: 26px; color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.security-uses strong { display: block; margin-bottom: 15px; font-size: clamp(21px, 1.55vw, 27px); line-height: 1.18; letter-spacing: -.038em; }
.security-uses p { margin: 0; color: #8fa198; font-size: 11px; line-height: 1.72; }
.case-delivery { min-width: 0; padding: 30px 28px 26px; display: flex; flex-direction: column; background: linear-gradient(160deg, #081c14, #04110d); border-right: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); }
.case-delivery > header { display: flex; justify-content: space-between; gap: 12px; color: #82958a; font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.case-delivery > header i { color: var(--lime); font-style: normal; }
.case-delivery ol { margin: 38px 0 0; padding: 0; list-style: none; }
.case-delivery li { min-height: 86px; padding: 16px 0; display: grid; grid-template-columns: 31px 1fr; gap: 13px; border-top: 1px solid rgba(255,255,255,.1); }
.case-delivery li > b { color: var(--lime); font-size: 9px; }
.case-delivery li strong { display: block; margin-bottom: 6px; font-size: 13px; }
.case-delivery li small { display: block; color: #7f9287; font-size: 9px; line-height: 1.45; }
.case-delivery > div { margin-top: auto; padding: 19px; border: 1px solid rgba(183,255,24,.25); background: rgba(183,255,24,.04); }
.case-delivery > div span { display: block; margin-bottom: 9px; color: var(--lime); font-size: 7px; font-weight: 800; letter-spacing: .11em; }
.case-delivery > div strong { color: #cdd9d1; font-size: 10px; line-height: 1.55; }
.security-principles { max-width: 1500px; min-height: 124px; margin: 0 auto; padding: 25px 31px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; color: #07140f; background: var(--lime); }
.security-principles div { display: grid; grid-template-columns: 34px 1fr; column-gap: 11px; align-items: center; }
.security-principles span { grid-row: span 2; color: rgba(7,20,15,.48); font-size: 9px; font-weight: 800; }
.security-principles b { font-size: 13px; }
.security-principles small { margin-top: 5px; color: rgba(7,20,15,.62); font-size: 9px; }
.security-principles > i { padding: 0 25px; font-size: 18px; font-style: normal; }

/* Section 07 — management dashboard and decision indicators */
.management-v8 {
  padding: 116px clamp(34px, 5.8vw, 112px) 0;
  color: #07140f;
  background:
    radial-gradient(circle at 88% 7%, rgba(183,255,24,.16), transparent 24%),
    linear-gradient(180deg, #eef2ec 0%, #e7ede7 100%);
  overflow: hidden;
}
.management-head { max-width: 1500px; margin: 0 auto 67px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(380px, .6fr); gap: clamp(65px, 8vw, 150px); align-items: end; }
.management-kicker { margin: 0 0 23px; color: #617168; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.management-head h2 { margin: 0; font-size: clamp(53px, 4.72vw, 81px); line-height: .98; letter-spacing: -.064em; font-weight: 600; }
.management-head h2 em { color: #638700; font-style: normal; }
.management-intro > p { margin: 0 0 28px; color: #48574f; font-size: clamp(16px, 1.14vw, 20px); line-height: 1.66; letter-spacing: -.02em; }
.management-intro > p strong { color: #07140f; font-weight: 700; }
.management-intro aside { padding: 19px 20px; display: grid; gap: 8px; border: 1px solid rgba(7,20,15,.2); background: rgba(255,255,255,.44); }
.management-intro aside span { color: #638700; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.management-intro aside strong { color: #24342b; font-size: 12px; line-height: 1.55; }

.management-stage { max-width: 1500px; min-height: 770px; margin: 0 auto; display: grid; grid-template-columns: minmax(420px,.78fr) minmax(620px,1.22fr); background: #06140f; box-shadow: 0 35px 80px rgba(8,28,19,.14); }
.management-visual { min-width: 0; margin: 0; position: relative; overflow: hidden; isolation: isolate; }
.management-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(2,10,7,.02) 40%, rgba(2,10,7,.86) 100%); }
.management-visual > img { width: 100%; height: 100%; min-height: 770px; display: block; object-fit: cover; object-position: 32% center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.management-visual:hover > img { transform: scale(1.022); }
.management-visual figcaption { position: absolute; z-index: 3; left: 34px; bottom: 34px; color: #eef5f0; }
.management-visual figcaption span { display: block; margin-bottom: 12px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.management-visual figcaption strong { display: block; font-size: clamp(28px, 2.22vw, 39px); line-height: 1.08; letter-spacing: -.047em; }
.management-board { min-width: 0; padding: 28px 28px 24px; display: flex; flex-direction: column; color: #ebf2ed; background: linear-gradient(155deg, #081d15, #04110d); border-left: 1px solid rgba(255,255,255,.09); }
.management-board > header { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.management-board > header div { display: grid; gap: 7px; }
.management-board > header span { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.management-board > header strong { font-size: 13px; }
.management-board > header i { color: #7e9387; font-size: 7px; font-weight: 800; letter-spacing: .1em; font-style: normal; }
.management-kpis { margin-top: 18px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.management-kpis article { min-height: 104px; padding: 18px 15px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.management-kpis span { display: block; min-height: 20px; margin-bottom: 10px; color: #7d9186; font-size: 7px; font-weight: 800; line-height: 1.35; letter-spacing: .09em; }
.management-kpis strong { color: #f0f5f1; font-size: 30px; line-height: 1; }
.management-kpis strong small { color: #879a8f; font-size: 12px; font-weight: 600; }
.management-analysis { margin-top: 18px; display: grid; grid-template-columns: minmax(0,1fr) minmax(250px,.88fr); gap: 18px; }
.management-trend, .management-priorities { min-width: 0; padding: 18px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.018); }
.management-trend > header, .management-priorities > header { display: flex; justify-content: space-between; gap: 12px; }
.management-trend > header div { display: grid; gap: 5px; }
.management-trend > header span, .management-priorities > header span { color: #809389; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.management-trend > header strong { font-size: 12px; }
.management-trend > header small, .management-priorities > header small { color: #62776c; font-size: 7px; }
.trend-bars { height: 158px; margin: 20px 0 17px; padding: 10px 5px 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; align-items: end; border-bottom: 1px solid rgba(255,255,255,.12); background: repeating-linear-gradient(180deg, transparent 0 38px, rgba(255,255,255,.045) 39px 40px); }
.trend-bars div { height: 100%; position: relative; display: flex; align-items: flex-end; justify-content: center; }
.trend-bars i { width: 65%; height: var(--bar); display: block; background: linear-gradient(180deg, #2fb99b, rgba(47,185,155,.2)); border-top: 2px solid #39c9a8; }
.trend-bars b { position: absolute; left: 50%; bottom: calc(var(--bar) + 5px); transform: translateX(-50%); color: #aebfb5; font-size: 8px; }
.trend-bars span { position: absolute; left: 50%; bottom: -16px; transform: translateX(-50%); color: #62776c; font-size: 7px; }
.trend-bars .current i { background: linear-gradient(180deg, var(--lime), rgba(183,255,24,.18)); border-top-color: var(--lime); }
.management-trend > p { margin: 24px 0 0; padding-top: 14px; display: grid; gap: 7px; border-top: 1px solid rgba(255,255,255,.1); }
.management-trend > p span { color: var(--lime); font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.management-trend > p strong { font-size: 10px; line-height: 1.45; }
.management-priorities article { min-height: 88px; padding: 14px 0; display: grid; grid-template-columns: 25px 1fr auto; gap: 9px; align-items: center; border-top: 1px solid rgba(255,255,255,.1); }
.management-priorities article:first-of-type { margin-top: 16px; }
.management-priorities article > b { color: var(--lime); font-size: 8px; }
.management-priorities article strong { display: block; margin-bottom: 5px; font-size: 10px; line-height: 1.35; }
.management-priorities article small { display: block; color: #71867a; font-size: 7px; line-height: 1.4; }
.management-priorities article > i { color: #91a69a; font-size: 6px; font-weight: 800; letter-spacing: .08em; font-style: normal; }
.management-decision { margin-top: 18px; padding: 17px 18px; display: grid; grid-template-columns: 120px 1fr; gap: 17px; align-items: center; border: 1px solid rgba(183,255,24,.27); background: rgba(183,255,24,.045); }
.management-decision span { color: var(--lime); font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.management-decision strong { font-size: 10px; line-height: 1.5; }
.management-board > footer { margin-top: auto; padding-top: 16px; color: #63796d; font-size: 7px; line-height: 1.5; border-top: 1px solid rgba(255,255,255,.09); }

.management-levels { max-width: 1500px; margin: 11px auto 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(7,20,15,.17); border-left: 1px solid rgba(7,20,15,.17); }
.management-levels article { min-height: 255px; padding: 37px 30px; border-right: 1px solid rgba(7,20,15,.17); border-bottom: 1px solid rgba(7,20,15,.17); transition: background .25s ease; }
.management-levels article:hover { background: rgba(255,255,255,.45); }
.management-levels span { display: block; margin-bottom: 26px; color: #638700; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.management-levels strong { display: block; margin-bottom: 15px; font-size: clamp(20px, 1.4vw, 24px); line-height: 1.18; letter-spacing: -.035em; }
.management-levels p { margin: 0; color: #526159; font-size: 11px; line-height: 1.72; }
.management-path { max-width: 1500px; min-height: 124px; margin: 0 auto; padding: 25px 29px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; color: #07140f; background: var(--lime); }
.management-path div { display: grid; grid-template-columns: 34px 1fr; column-gap: 11px; align-items: center; }
.management-path span { grid-row: span 2; color: rgba(7,20,15,.48); font-size: 9px; font-weight: 800; }
.management-path b { font-size: 13px; }
.management-path small { margin-top: 5px; color: rgba(7,20,15,.62); font-size: 9px; }
.management-path > i { padding: 0 20px; font-size: 18px; font-style: normal; }

/* Section 08 — integration with the client's existing infrastructure */
.integrations-v9 {
  padding: 116px clamp(34px, 5.8vw, 112px) 0;
  color: #edf4ef;
  background:
    radial-gradient(circle at 9% 7%, rgba(42,173,143,.13), transparent 27%),
    radial-gradient(circle at 92% 8%, rgba(183,255,24,.08), transparent 23%),
    #03100c;
  overflow: hidden;
}
.integrations-head { max-width: 1500px; margin: 0 auto 67px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(390px, .55fr); gap: clamp(65px, 8vw, 150px); align-items: end; }
.integrations-kicker { margin: 0 0 23px; color: #91a49a; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.integrations-head h2 { margin: 0; font-size: clamp(50px, 4.45vw, 77px); line-height: .98; letter-spacing: -.062em; font-weight: 600; }
.integrations-head h2 em { color: var(--lime); font-style: normal; }
.integrations-intro > p { margin: 0 0 28px; color: #adbbb3; font-size: clamp(16px, 1.14vw, 20px); line-height: 1.66; letter-spacing: -.02em; }
.integrations-intro > p strong { color: #edf4ef; font-weight: 700; }
.integrations-intro aside { padding: 19px 20px; display: grid; gap: 8px; border: 1px solid rgba(183,255,24,.28); background: rgba(183,255,24,.045); }
.integrations-intro aside span { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.integrations-intro aside strong { color: #dce6df; font-size: 12px; line-height: 1.55; }

.integrations-stage { max-width: 1500px; min-height: 760px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.55fr) minmax(400px,.6fr); background: #071711; }
.integrations-visual { min-width: 0; margin: 0; position: relative; overflow: hidden; isolation: isolate; }
.integrations-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(2,10,7,.02) 42%, rgba(2,10,7,.86) 100%); }
.integrations-visual > img { width: 100%; height: 100%; min-height: 760px; display: block; object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.integrations-visual:hover > img { transform: scale(1.022); }
.integrations-visual figcaption { position: absolute; z-index: 3; left: 38px; bottom: 36px; }
.integrations-visual figcaption span { display: block; margin-bottom: 12px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.integrations-visual figcaption strong { display: block; font-size: clamp(29px,2.45vw,43px); line-height: 1.08; letter-spacing: -.047em; }
.integration-assessment { padding: 29px 27px 25px; display: flex; flex-direction: column; background: linear-gradient(160deg,#081c14,#04110d); border-left: 1px solid rgba(255,255,255,.09); }
.integration-assessment > header { display: flex; justify-content: space-between; gap: 14px; color: #82958a; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.integration-assessment > header i { color: var(--lime); font-style: normal; }
.assessment-state { margin: 31px 0 14px; color: #8fa299; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.assessment-state i { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(183,255,24,.1),0 0 16px rgba(183,255,24,.5); }
.integration-assessment h3 { margin: 0 0 22px; max-width: 330px; font-size: 27px; line-height: 1.12; letter-spacing: -.042em; }
.integration-assessment ol { margin: 0; padding: 0; list-style: none; }
.integration-assessment li { min-height: 83px; padding: 14px 0; display: grid; grid-template-columns: 29px 1fr; gap: 12px; border-top: 1px solid rgba(255,255,255,.1); }
.integration-assessment li > b { color: var(--lime); font-size: 9px; }
.integration-assessment li strong { display: block; margin-bottom: 5px; font-size: 12px; line-height: 1.35; }
.integration-assessment li small { display: block; color: #7f9287; font-size: 9px; line-height: 1.45; }
.integration-assessment > footer { margin-top: auto; padding: 17px 0 0; display: grid; gap: 7px; border-top: 1px solid rgba(255,255,255,.1); }
.integration-assessment > footer span { color: var(--lime); font-size: 7px; font-weight: 800; letter-spacing: .11em; }
.integration-assessment > footer strong { color: #cfdad3; font-size: 9px; line-height: 1.5; }

.integration-map { max-width: 1500px; margin: 75px auto 0; padding: 35px; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.018); }
.integration-map > header { display: flex; justify-content: space-between; gap: 50px; align-items: end; padding-bottom: 27px; border-bottom: 1px solid rgba(255,255,255,.11); }
.integration-map > header div { display: grid; gap: 9px; }
.integration-map > header span { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.integration-map > header strong { font-size: clamp(22px,1.7vw,29px); letter-spacing: -.035em; }
.integration-map > header p { max-width: 450px; margin: 0; color: #84978c; font-size: 11px; line-height: 1.6; }
.integration-sources { margin-top: 29px; display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.integration-sources article { min-height: 190px; padding: 25px 21px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.integration-sources span { display: block; margin-bottom: 22px; color: var(--lime); font-size: 7px; font-weight: 800; letter-spacing: .11em; }
.integration-sources strong { display: block; margin-bottom: 12px; font-size: 14px; line-height: 1.35; }
.integration-sources small { color: #7f9287; font-size: 9px; line-height: 1.55; }
.integration-connector { height: 54px; display: grid; grid-template-columns: repeat(5,1fr); }
.integration-connector i { width: 1px; height: 100%; justify-self: center; position: relative; background: linear-gradient(180deg,rgba(183,255,24,.5),rgba(183,255,24,.08)); }
.integration-connector i::after { content: ""; position: absolute; left: -3px; bottom: -1px; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px rgba(183,255,24,.6); }
.integration-core { min-height: 120px; padding: 24px 27px; display: grid; grid-template-columns: 1.1fr 1.6fr .8fr; gap: 35px; align-items: center; color: #07140f; background: var(--lime); }
.integration-core > div { display: grid; gap: 8px; }
.integration-core span { color: rgba(7,20,15,.55); font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.integration-core strong { font-size: 19px; line-height: 1.25; letter-spacing: -.035em; }
.integration-core ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px 20px; list-style: none; }
.integration-core li { padding-left: 13px; position: relative; font-size: 10px; font-weight: 700; }
.integration-core li::before { content: ""; position: absolute; left: 0; top: 5px; width: 5px; height: 5px; border-radius: 50%; background: #07140f; }
.integration-core > p { margin: 0; color: rgba(7,20,15,.64); font-size: 9px; line-height: 1.5; }
.integration-outcomes { margin-top: 10px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.integration-outcomes article { min-height: 150px; padding: 25px 23px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.integration-outcomes span { display: block; margin-bottom: 14px; color: var(--lime); font-size: 7px; font-weight: 800; letter-spacing: .11em; }
.integration-outcomes strong { display: block; margin-bottom: 8px; font-size: 15px; }
.integration-outcomes small { color: #7f9287; font-size: 9px; line-height: 1.5; }
.integration-pilot { max-width: 1500px; min-height: 124px; margin: 0 auto; padding: 25px 29px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; color: #07140f; background: var(--lime); }
.integration-pilot div { display: grid; grid-template-columns: 34px 1fr; column-gap: 11px; align-items: center; }
.integration-pilot span { grid-row: span 2; color: rgba(7,20,15,.48); font-size: 9px; font-weight: 800; }
.integration-pilot b { font-size: 13px; }
.integration-pilot small { margin-top: 5px; color: rgba(7,20,15,.62); font-size: 9px; }
.integration-pilot > i { padding: 0 20px; font-size: 18px; font-style: normal; }

/* Section 09 — controlled pilot implementation and assisted operation */
.implementation-v10 {
  padding: 116px clamp(34px, 5.8vw, 112px) 0;
  color: #07140f;
  background:
    radial-gradient(circle at 88% 7%, rgba(183,255,24,.16), transparent 24%),
    linear-gradient(180deg,#eef2ec 0%,#e7ede7 100%);
  overflow: hidden;
}
.implementation-head { max-width: 1500px; margin: 0 auto 67px; display: grid; grid-template-columns: minmax(0,1.42fr) minmax(380px,.58fr); gap: clamp(65px,8vw,150px); align-items: end; }
.implementation-kicker { margin: 0 0 23px; color: #617168; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.implementation-head h2 { margin: 0; font-size: clamp(53px,4.72vw,81px); line-height: .98; letter-spacing: -.064em; font-weight: 600; }
.implementation-head h2 em { color: #638700; font-style: normal; }
.implementation-intro > p { margin: 0 0 28px; color: #48574f; font-size: clamp(16px,1.14vw,20px); line-height: 1.66; letter-spacing: -.02em; }
.implementation-intro > p strong { color: #07140f; font-weight: 700; }
.implementation-intro aside { padding: 19px 20px; display: grid; gap: 8px; border: 1px solid rgba(7,20,15,.2); background: rgba(255,255,255,.44); }
.implementation-intro aside span { color: #638700; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.implementation-intro aside strong { color: #24342b; font-size: 12px; line-height: 1.55; }

.implementation-stage { max-width: 1500px; min-height: 760px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.5fr) minmax(410px,.62fr); background: #071711; box-shadow: 0 35px 80px rgba(8,28,19,.14); }
.implementation-visual { min-width: 0; margin: 0; position: relative; overflow: hidden; isolation: isolate; }
.implementation-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg,rgba(2,10,7,.02) 43%,rgba(2,10,7,.86) 100%); }
.implementation-visual > img { width: 100%; height: 100%; min-height: 760px; display: block; object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.implementation-visual:hover > img { transform: scale(1.022); }
.implementation-visual figcaption { position: absolute; z-index: 3; left: 38px; bottom: 36px; color: #eef5f0; }
.implementation-visual figcaption span { display: block; margin-bottom: 12px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.implementation-visual figcaption strong { display: block; font-size: clamp(29px,2.42vw,42px); line-height: 1.08; letter-spacing: -.047em; }
.pilot-board { padding: 29px 27px 25px; display: flex; flex-direction: column; color: #ebf2ed; background: linear-gradient(160deg,#081c14,#04110d); border-left: 1px solid rgba(255,255,255,.09); }
.pilot-board > header { display: flex; justify-content: space-between; gap: 16px; }
.pilot-board > header div { display: grid; gap: 6px; }
.pilot-board > header span { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.pilot-board > header strong { font-size: 12px; }
.pilot-board > header i { color: #7d9186; font-size: 7px; font-weight: 800; letter-spacing: .1em; font-style: normal; }
.pilot-progress { margin: 28px 0 19px; padding: 17px; border: 1px solid rgba(183,255,24,.26); background: rgba(183,255,24,.04); }
.pilot-progress > div { display: flex; justify-content: space-between; align-items: end; gap: 16px; }
.pilot-progress span { color: #8ea198; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.pilot-progress strong { color: var(--lime); font-size: 25px; }
.pilot-progress > i { height: 4px; margin: 13px 0 10px; display: block; background: rgba(255,255,255,.1); overflow: hidden; }
.pilot-progress > i b { width: 72%; height: 100%; display: block; background: linear-gradient(90deg,#2fb99b,var(--lime)); }
.pilot-progress small { color: #71867a; font-size: 8px; }
.pilot-checklist article { min-height: 83px; padding: 14px 0; display: grid; grid-template-columns: 28px 1fr auto; gap: 11px; align-items: center; border-top: 1px solid rgba(255,255,255,.1); }
.pilot-checklist article > i { width: 24px; height: 24px; display: grid; place-items: center; color: #82958a; font-size: 8px; font-weight: 800; font-style: normal; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.pilot-checklist article.done > i { color: #07140f; background: var(--lime); border-color: var(--lime); }
.pilot-checklist article.active > i { color: var(--lime); border-color: var(--lime); box-shadow: 0 0 0 5px rgba(183,255,24,.08); }
.pilot-checklist strong { display: block; margin-bottom: 5px; font-size: 12px; }
.pilot-checklist small { display: block; color: #7f9287; font-size: 8px; line-height: 1.4; }
.pilot-checklist article > b { color: #7d9186; font-size: 7px; letter-spacing: .08em; }
.pilot-checklist article.active > b { color: var(--lime); }
.pilot-board > footer { margin-top: auto; padding-top: 17px; display: grid; gap: 7px; border-top: 1px solid rgba(255,255,255,.1); }
.pilot-board > footer span { color: var(--lime); font-size: 7px; font-weight: 800; letter-spacing: .11em; }
.pilot-board > footer strong { color: #cfdad3; font-size: 9px; line-height: 1.5; }

.implementation-phases { max-width: 1500px; min-height: 190px; margin: 11px auto 0; padding: 28px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; border: 1px solid rgba(7,20,15,.17); background: rgba(255,255,255,.26); }
.implementation-phases article { padding: 16px; display: grid; grid-template-columns: 27px 1fr; gap: 12px; }
.implementation-phases article > span { color: #638700; font-size: 9px; font-weight: 800; }
.implementation-phases article div { display: grid; align-content: start; gap: 8px; }
.implementation-phases b { color: #638700; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.implementation-phases strong { font-size: 14px; line-height: 1.35; }
.implementation-phases small { color: #65746c; font-size: 9px; line-height: 1.5; }
.implementation-phases > i { align-self: center; color: #7a8a81; font-size: 17px; font-style: normal; }
.pilot-governance { max-width: 1500px; margin: 75px auto 0; display: grid; grid-template-columns: minmax(0,1.45fr) minmax(360px,.55fr); border-top: 1px solid rgba(7,20,15,.17); border-left: 1px solid rgba(7,20,15,.17); }
.pilot-criteria > header { min-height: 120px; padding: 29px 31px; display: grid; gap: 10px; border-right: 1px solid rgba(7,20,15,.17); border-bottom: 1px solid rgba(7,20,15,.17); }
.pilot-criteria > header span { color: #638700; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.pilot-criteria > header strong { font-size: clamp(23px,1.7vw,29px); letter-spacing: -.035em; }
.pilot-criteria > div { display: grid; grid-template-columns: repeat(2,1fr); }
.pilot-criteria article { min-height: 215px; padding: 32px 30px; border-right: 1px solid rgba(7,20,15,.17); border-bottom: 1px solid rgba(7,20,15,.17); }
.pilot-criteria article span { display: block; margin-bottom: 22px; color: #638700; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.pilot-criteria article strong { display: block; margin-bottom: 13px; font-size: clamp(19px,1.32vw,23px); line-height: 1.2; letter-spacing: -.033em; }
.pilot-criteria article p { margin: 0; color: #59685f; font-size: 10px; line-height: 1.65; }
.responsibility-board { padding: 29px 27px 25px; display: flex; flex-direction: column; background: #071b13; color: #edf4ef; border-right: 1px solid rgba(7,20,15,.17); border-bottom: 1px solid rgba(7,20,15,.17); }
.responsibility-board > header { display: flex; justify-content: space-between; gap: 12px; color: #82958a; font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.responsibility-board > header i { color: var(--lime); font-style: normal; }
.responsibility-board article { min-height: 145px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.1); }
.responsibility-board article:first-of-type { margin-top: 29px; }
.responsibility-board article span { display: block; margin-bottom: 11px; color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.responsibility-board article strong { display: block; margin-bottom: 10px; font-size: 15px; }
.responsibility-board article p { margin: 0; color: #82958a; font-size: 9px; line-height: 1.55; }
.responsibility-board > footer { margin-top: auto; padding-top: 17px; color: #657a6e; font-size: 8px; line-height: 1.5; border-top: 1px solid rgba(255,255,255,.1); }
.rollout-gate { max-width: 1500px; min-height: 124px; margin: 0 auto; padding: 24px 29px; display: grid; grid-template-columns: 1.2fr repeat(4,1fr); align-items: center; color: #07140f; background: var(--lime); }
.rollout-gate > span { font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.rollout-gate div { min-height: 48px; padding-left: 27px; display: grid; grid-template-columns: 26px 1fr; gap: 10px; align-items: center; border-left: 1px solid rgba(7,20,15,.18); }
.rollout-gate b { color: rgba(7,20,15,.48); font-size: 9px; }
.rollout-gate small { font-size: 10px; font-weight: 700; }

/* Section 10 — final CTA: WhatsApp or project-pilot account */
.final-cta-v11 { position: relative; min-height: 900px; padding: 120px max(28px,6vw) 115px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #020b08; }
.final-cta-v11 > figure { position: absolute; inset: 0; margin: 0; }
.final-cta-v11 > figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,13,11,.97) 0%,rgba(2,13,11,.87) 44%,rgba(2,13,11,.45) 73%,rgba(2,13,11,.82) 100%),linear-gradient(0deg,rgba(2,13,11,.93) 0%,transparent 48%),radial-gradient(circle at 74% 47%,transparent,rgba(2,13,11,.38)); }
.final-cta-v11 > figure img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: saturate(.84) brightness(.78); transform: scale(1.015); transition: transform 1.2s cubic-bezier(.2,.75,.2,1); }
.final-cta-v11:hover > figure img { transform: scale(1.035); }
.final-content-v11 { position: relative; z-index: 4; width: 100%; display: grid; grid-template-columns: 1fr .48fr; gap: 7vw; align-items: center; }
.final-copy-v11 { max-width: 800px; }
.final-eyebrow { margin: 0 0 25px; color: #b8c7bf; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.final-copy-v11 h2 { margin: 0; font-size: clamp(58px,7vw,104px); line-height: .9; letter-spacing: -.068em; font-weight: 600; }
.final-copy-v11 h2 em { color: var(--lime); font-style: normal; }
.final-copy-v11 > p:not(.final-eyebrow) { max-width: 680px; margin: 30px 0; color: #c0cdc7; font-size: clamp(17px,1.55vw,21px); line-height: 1.55; }
.final-actions-v11 { margin-top: 34px; display: flex; align-items: center; gap: 13px; }
.final-actions-v11 a { min-height: 58px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 12px; font-weight: 800; transition: transform .2s ease,background .2s ease; }
.final-actions-v11 a:hover { transform: translateY(-3px); }
.final-primary-v11 { color: #07130e; background: var(--lime); }
.final-secondary-v11 { color: #fff; border: 1px solid rgba(255,255,255,.22); background: rgba(6,23,19,.72); backdrop-filter: blur(10px); }
.final-brief-v11 { padding: 29px 28px; border: 1px solid rgba(255,255,255,.15); background: rgba(6,23,19,.86); box-shadow: 0 28px 80px rgba(0,0,0,.6); backdrop-filter: blur(16px); }
.final-brief-v11 > span { display: block; padding-bottom: 19px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .15em; border-bottom: 1px solid rgba(255,255,255,.1); }
.final-brief-v11 ul { margin: 10px 0 0; padding: 0; list-style: none; }
.final-brief-v11 li { padding: 15px 0 15px 28px; position: relative; color: #d7e0dc; font-size: 12px; line-height: 1.45; border-bottom: 1px solid rgba(255,255,255,.07); }
.final-brief-v11 li::before { content: "↗"; position: absolute; left: 0; color: var(--lime); }
.final-brief-v11 li:last-child { border-bottom: 0; }
.final-brief-v11 p { margin: 19px 0 0; color: #7f9188; font-size: 9px; line-height: 1.55; }
.final-proofbar-v11 { position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(4,1fr); color: #07130e; background: var(--lime); }
.final-proofbar-v11 div { padding: 20px max(16px,3vw); border-right: 1px solid rgba(7,19,14,.14); }
.final-proofbar-v11 div:last-child { border-right: 0; }
.final-proofbar-v11 span,.final-proofbar-v11 b { display: block; }
.final-proofbar-v11 span { font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.final-proofbar-v11 b { margin-top: 5px; font-size: 11px; }
.site-footer-v11 { padding: 34px max(28px,6vw); display: flex; align-items: center; gap: 30px; color: #77887f; background: #010705; font-size: 11px; }
.site-footer-v11 img { width: 142px; max-height: 42px; display: block; object-fit: contain; }
.site-footer-v11 p { margin: 0 auto 0 0; }
.site-footer-v11 nav { display: flex; gap: 24px; }
.site-footer-v11 a { color: #92a098; }
.site-footer-v11 a:hover { color: #fff; }

.approval-note { min-height: 210px; padding: 55px clamp(34px, 5.8vw, 112px); display: grid; grid-template-columns: .55fr 1.2fr 1.3fr; align-items: start; gap: 36px; background: #06130f; border-bottom: 1px solid rgba(255,255,255,.08); }
.approval-note p { margin: 4px 0 0; color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.approval-note strong { font-size: 24px; line-height: 1.3; }
.approval-note span { color: #91a198; font-size: 14px; line-height: 1.7; }

@media (max-width: 1120px) {
  .nav { padding-inline: 35px; }
  .nav nav { gap: 20px; }
  .button.small { padding-inline: 16px; }
  .hero-copy { left: 48px; width: 58vw; }
  h1 { font-size: clamp(55px, 6.3vw, 76px); }
  .hero-card { right: 36px; width: 278px; }
  .signal-network { left: 60%; }
  .depth-label { left: 48px; }
}

@media (max-width: 900px) {
  .nav { height: 69px; padding: 0 22px; gap: 18px; }
  .brand img { width: 142px; height: 44px; }
  .nav nav { display: none; }
  .header-login { margin-left: auto; padding-left: 0; border: 0; }
  .button.small { min-height: 40px; font-size: 12px; }
  .hero { height: auto; min-height: 850px; }
  .hero-image { inset: 0; background-position: 66% center; transform: none; }
  .hero-shade { background: linear-gradient(180deg, rgba(2,13,10,.6), rgba(3,14,11,.93) 57%, #03100c 82%); }
  .hero::after { display: none; }
  .hero-copy { top: 52px; left: 25px; right: 25px; width: auto; transform: none; }
  h1 { max-width: 640px; font-size: clamp(49px, 10vw, 70px); }
  .lead { max-width: 560px; font-size: 17px; }
  .signal { display: none; }
  .hero-card { left: 25px; right: 25px; bottom: 36px; width: auto; transform: none; }
  .depth-label { display: none; }
  .live-strip { grid-template-columns: repeat(2, 1fr); }
  .live-strip div { min-height: 54px; justify-content: flex-start; padding-left: 25px; }
  .live-strip div:last-child { grid-column: span 2; }
  .ai-retail { padding: 76px 25px 0; }
  .section-head { grid-template-columns: 1fr; gap: 25px; margin-bottom: 42px; }
  .section-head h2 { font-size: clamp(49px, 8.4vw, 72px); }
  .section-intro { max-width: 720px; }
  .ai-stage { grid-template-columns: 1fr; }
  .ai-visual, .ai-visual img { min-height: 560px; }
  .ai-list { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; }
  .ai-list article { min-height: 215px; border-bottom: 1px solid rgba(255,255,255,.09); }
  .ai-flow { margin-inline: -25px; padding: 24px 25px; grid-template-columns: 1fr; gap: 18px; }
  .ai-flow > i { display: none; }
  .ai-retail-v3 { padding: 82px 25px 0; }
  .ai-v3-head { grid-template-columns: 1fr; gap: 28px; margin-bottom: 44px; }
  .ai-v3-head h2 { font-size: clamp(49px, 8.5vw, 72px); }
  .ai-v3-intro { max-width: 720px; }
  .ai-v3-scenes { grid-template-columns: 1fr; min-height: 0; }
  .scene-main { min-height: 640px; }
  .scene-side { min-height: 660px; grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; }
  .event-payload { grid-template-columns: repeat(5, 1fr); }
  .event-payload header { grid-column: 1 / -1; }
  .ai-v3-outcomes { margin-top: 56px; }
  .ai-v3-outcomes article { padding: 32px 25px; }
  .network-v4 { padding: 84px 25px 0; }
  .network-head { grid-template-columns: 1fr; gap: 28px; margin-bottom: 45px; }
  .network-head h2 { font-size: clamp(49px, 8.5vw, 72px); }
  .network-intro { max-width: 720px; }
  .network-stage { grid-template-columns: 1fr; }
  .network-visual, .network-visual img { min-height: 620px; }
  .network-board { min-height: 650px; }
  .network-path { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .network-path > i { display: none; }
  .network-results { margin-top: 55px; }
  .network-results article { padding: 32px 25px; }
  .automation-v5 { padding: 84px 25px 0; }
  .automation-head { grid-template-columns: 1fr; gap: 28px; margin-bottom: 45px; }
  .automation-head h2 { font-size: clamp(49px, 8.5vw, 72px); }
  .automation-intro { max-width: 720px; }
  .automation-stage { grid-template-columns: 1fr; }
  .automation-visual, .automation-visual > img { min-height: 650px; }
  .protocol-board { min-height: 680px; }
  .device-matrix { grid-template-columns: repeat(2, 1fr); }
  .automation-path { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .automation-path > i { display: none; }
  .flow-v6 { padding: 84px 25px 0; }
  .flow-head { grid-template-columns: 1fr; gap: 28px; margin-bottom: 45px; }
  .flow-head h2 { font-size: clamp(49px, 8.5vw, 72px); }
  .flow-intro { max-width: 720px; }
  .flow-stage { grid-template-columns: 1fr; }
  .flow-visual, .flow-visual > img { min-height: 650px; }
  .flow-board { min-height: 720px; }
  .flow-decisions { grid-template-columns: repeat(2, 1fr); }
  .flow-path { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .flow-path > i { display: none; }
  .security-v7 { padding: 84px 25px 0; }
  .security-head { grid-template-columns: 1fr; gap: 28px; margin-bottom: 45px; }
  .security-head h2 { font-size: clamp(49px, 8.5vw, 72px); }
  .security-intro { max-width: 760px; }
  .security-scene, .security-scene > img { min-height: 650px; height: 650px; }
  .case-chain { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .case-chain > header { grid-column: 1 / -1; min-height: 100px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .case-chain > i { display: none; }
  .case-chain article { min-height: 110px; border-right: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
  .security-content { grid-template-columns: 1fr; margin-top: 55px; }
  .case-delivery { min-height: 590px; }
  .security-principles { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .security-principles > i { display: none; }
  .management-v8 { padding: 84px 25px 0; }
  .management-head { grid-template-columns: 1fr; gap: 28px; margin-bottom: 45px; }
  .management-head h2 { font-size: clamp(49px, 8.5vw, 72px); }
  .management-intro { max-width: 760px; }
  .management-stage { grid-template-columns: 1fr; }
  .management-visual, .management-visual > img { min-height: 640px; height: 640px; }
  .management-board { min-height: 760px; }
  .management-levels { grid-template-columns: repeat(2,1fr); }
  .management-path { grid-template-columns: repeat(2,1fr); gap: 24px; }
  .management-path > i { display: none; }
  .integrations-v9 { padding: 84px 25px 0; }
  .integrations-head { grid-template-columns: 1fr; gap: 28px; margin-bottom: 45px; }
  .integrations-head h2 { font-size: clamp(47px,8vw,70px); }
  .integrations-intro { max-width: 760px; }
  .integrations-stage { grid-template-columns: 1fr; }
  .integrations-visual, .integrations-visual > img { min-height: 650px; height: 650px; }
  .integration-assessment { min-height: 680px; }
  .integration-sources { grid-template-columns: repeat(2,1fr); }
  .integration-sources article:last-child { grid-column: 1 / -1; }
  .integration-connector { display: none; }
  .integration-core { margin-top: 25px; grid-template-columns: 1fr 1.5fr; }
  .integration-core > p { grid-column: 1 / -1; }
  .integration-pilot { grid-template-columns: repeat(2,1fr); gap: 24px; }
  .integration-pilot > i { display: none; }
  .implementation-v10 { padding: 84px 25px 0; }
  .implementation-head { grid-template-columns: 1fr; gap: 28px; margin-bottom: 45px; }
  .implementation-head h2 { font-size: clamp(49px,8.5vw,72px); }
  .implementation-intro { max-width: 760px; }
  .implementation-stage { grid-template-columns: 1fr; }
  .implementation-visual, .implementation-visual > img { min-height: 650px; height: 650px; }
  .pilot-board { min-height: 680px; }
  .implementation-phases { grid-template-columns: repeat(2,1fr); gap: 0; }
  .implementation-phases > i { display: none; }
  .implementation-phases article { min-height: 150px; border-right: 1px solid rgba(7,20,15,.12); border-bottom: 1px solid rgba(7,20,15,.12); }
  .implementation-phases article:last-of-type { grid-column: 1 / -1; }
  .pilot-governance { grid-template-columns: 1fr; margin-top: 55px; }
  .responsibility-board { min-height: 590px; }
  .rollout-gate { grid-template-columns: repeat(2,1fr); gap: 17px; }
  .rollout-gate > span { grid-column: 1 / -1; padding-bottom: 14px; border-bottom: 1px solid rgba(7,20,15,.18); }
  .final-cta-v11 { min-height: 980px; padding: 100px 24px 145px; align-items: flex-start; }
  .final-content-v11 { grid-template-columns: 1fr; gap: 48px; }
  .final-copy-v11 { max-width: 760px; }
  .final-brief-v11 { max-width: 540px; }
  .final-proofbar-v11 { grid-template-columns: 1fr 1fr; }
  .site-footer-v11 { flex-wrap: wrap; }
  .site-footer-v11 p { width: 100%; order: 3; }
  .approval-note { grid-template-columns: 1fr; min-height: 0; gap: 18px; }
}

@media (max-width: 600px) {
  .nav { padding-inline: 16px; }
  .header-login { display: none; }
  .button.small { padding-inline: 13px; gap: 12px; }
  .button.small span { display: none; }
  .hero { min-height: 805px; }
  .hero-copy { top: 45px; left: 20px; right: 20px; }
  .eyebrow { margin-bottom: 20px; font-size: 10px; }
  h1 { font-size: clamp(44px, 13vw, 61px); }
  .lead { margin-top: 23px; font-size: 15px; }
  .actions { margin-top: 25px; align-items: stretch; flex-direction: column; gap: 4px; }
  .actions .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-card { left: 20px; right: 20px; padding: 22px; }
  .hero-card > strong { margin: 14px 0 18px; font-size: 17px; }
  .live-strip { display: block; padding: 9px 0; }
  .live-strip div { min-height: 37px; border: 0; }
  .ai-retail { padding: 62px 20px 0; }
  .section-head h2 { font-size: clamp(43px, 11.5vw, 60px); }
  .section-intro { font-size: 15px; }
  .ai-visual, .ai-visual img { min-height: 480px; }
  .event-card { top: 20px; right: 20px; width: 220px; padding: 17px; }
  .ai-visual figcaption { left: 22px; bottom: 23px; }
  .ai-visual figcaption strong { font-size: 27px; }
  .ai-list { grid-template-columns: 1fr; }
  .ai-list article { min-height: 0; padding: 28px 23px; }
  .ai-flow { margin-inline: -20px; padding-inline: 20px; }
  .ai-retail-v3 { padding: 66px 20px 0; }
  .ai-v3-head h2 { font-size: clamp(43px, 11.5vw, 60px); }
  .ai-v3-intro > p { font-size: 15px; }
  .scene-main { min-height: 660px; }
  .event-console { top: 20px; left: 20px; right: 20px; width: auto; padding: 20px; }
  .event-console > strong { margin: 18px 0 15px; font-size: 21px; }
  .event-console dl div { grid-template-columns: 90px 1fr; }
  .scene-title { left: 22px; bottom: 22px; }
  .scene-title strong { font-size: 29px; }
  .scene-side { min-height: 780px; grid-template-columns: 1fr; grid-template-rows: repeat(2, 1fr); }
  .event-payload { grid-template-columns: 1fr 1fr; }
  .event-payload header { grid-column: 1 / -1; }
  .event-payload > div:last-child { grid-column: 1 / -1; }
  .ai-v3-outcomes { grid-template-columns: 1fr; }
  .ai-v3-outcomes article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .ai-v3-outcomes article:last-child { border-bottom: 0; }
  .ai-v3-note { padding: 27px 24px; }
  .network-v4 { padding: 67px 20px 0; }
  .network-head h2 { font-size: clamp(43px, 11.5vw, 60px); }
  .network-intro > p { font-size: 15px; }
  .network-visual, .network-visual img { min-height: 520px; }
  .network-visual figcaption { left: 22px; bottom: 23px; }
  .network-visual figcaption strong { font-size: 29px; }
  .network-live { top: 20px; left: 20px; }
  .network-board { min-height: 640px; padding: 25px 20px; }
  .network-kpis div { padding-inline: 8px; }
  .network-total strong { font-size: 50px; }
  .network-path { grid-template-columns: 1fr; }
  .network-results { grid-template-columns: 1fr; }
  .network-results article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(7,20,15,.17); }
  .network-results article:last-child { border-bottom: 0; }
  .automation-v5 { padding: 67px 20px 0; }
  .automation-head h2 { font-size: clamp(43px, 11.5vw, 60px); }
  .automation-intro > p { font-size: 15px; }
  .automation-visual, .automation-visual > img { min-height: 610px; }
  .device-tag { min-width: 135px; }
  .tag-climate { left: 8%; top: 5%; }
  .tag-alarm { right: 5%; top: 22%; }
  .tag-access { right: 5%; top: 48%; }
  .tag-screen { display: none; }
  .automation-visual figcaption { left: 22px; bottom: 22px; }
  .automation-visual figcaption strong { font-size: 29px; }
  .protocol-board { min-height: 660px; padding: 25px 20px; }
  .device-matrix { grid-template-columns: 1fr; }
  .device-matrix article { min-height: 0; padding: 29px 24px; }
  .automation-path { grid-template-columns: 1fr; }
  .flow-v6 { padding: 67px 20px 0; }
  .flow-head h2 { font-size: clamp(43px, 11.5vw, 60px); }
  .flow-intro > p { font-size: 15px; }
  .flow-visual, .flow-visual > img { min-height: 590px; }
  .flow-zone { min-width: 132px; }
  .zone-entry { left: 5%; top: 8%; }
  .zone-floor { left: 25%; top: 37%; }
  .zone-checkout { right: 4%; top: 21%; }
  .flow-visual figcaption { left: 22px; bottom: 22px; }
  .flow-visual figcaption strong { font-size: 28px; }
  .flow-board { min-height: 720px; padding: 25px 20px; }
  .flow-decisions { grid-template-columns: 1fr; }
  .flow-decisions article { min-height: 0; padding: 29px 24px; }
  .flow-path { grid-template-columns: 1fr; }
  .security-v7 { padding: 67px 20px 0; }
  .security-head h2 { font-size: clamp(43px, 11.5vw, 60px); }
  .security-intro > p { font-size: 15px; }
  .security-scene, .security-scene > img { min-height: 610px; height: 610px; }
  .security-scene > img { object-position: 52% center; }
  .security-case-badge { top: 20px; right: 20px; left: 20px; width: auto; }
  .security-scene figcaption { left: 22px; bottom: 22px; }
  .security-scene figcaption strong { font-size: 29px; }
  .case-chain { grid-template-columns: 1fr; padding: 18px; }
  .case-chain article { min-height: 100px; border-right: 0; }
  .security-uses { grid-template-columns: 1fr; }
  .security-uses article { min-height: 0; padding: 30px 24px; }
  .case-delivery { min-height: 600px; padding: 26px 21px; }
  .security-principles { grid-template-columns: 1fr; gap: 23px; }
  .management-v8 { padding: 67px 20px 0; }
  .management-head h2 { font-size: clamp(43px, 11.5vw, 60px); }
  .management-intro > p { font-size: 15px; }
  .management-visual, .management-visual > img { min-height: 590px; height: 590px; }
  .management-visual figcaption { left: 22px; bottom: 22px; }
  .management-visual figcaption strong { font-size: 29px; }
  .management-board { min-height: 0; padding: 25px 20px; }
  .management-kpis { grid-template-columns: repeat(2,1fr); }
  .management-analysis { grid-template-columns: 1fr; }
  .management-decision { grid-template-columns: 1fr; }
  .management-board > footer { margin-top: 22px; }
  .management-levels { grid-template-columns: 1fr; }
  .management-levels article { min-height: 0; padding: 30px 24px; }
  .management-path { grid-template-columns: 1fr; }
  .integrations-v9 { padding: 67px 20px 0; }
  .integrations-head h2 { font-size: clamp(42px,11vw,58px); }
  .integrations-intro > p { font-size: 15px; }
  .integrations-visual, .integrations-visual > img { min-height: 600px; height: 600px; }
  .integrations-visual > img { object-position: 57% center; }
  .integrations-visual figcaption { left: 22px; bottom: 22px; }
  .integrations-visual figcaption strong { font-size: 29px; }
  .integration-assessment { min-height: 690px; padding: 25px 20px; }
  .integration-map { margin-top: 55px; padding: 25px 20px; }
  .integration-map > header { align-items: start; flex-direction: column; gap: 16px; }
  .integration-sources { grid-template-columns: 1fr; }
  .integration-sources article:last-child { grid-column: auto; }
  .integration-sources article { min-height: 0; }
  .integration-core { grid-template-columns: 1fr; gap: 20px; }
  .integration-core > p { grid-column: auto; }
  .integration-outcomes { grid-template-columns: 1fr; }
  .integration-outcomes article { min-height: 0; }
  .integration-pilot { grid-template-columns: 1fr; }
  .implementation-v10 { padding: 67px 20px 0; }
  .implementation-head h2 { font-size: clamp(43px,11.5vw,60px); }
  .implementation-intro > p { font-size: 15px; }
  .implementation-visual, .implementation-visual > img { min-height: 600px; height: 600px; }
  .implementation-visual > img { object-position: 47% center; }
  .implementation-visual figcaption { left: 22px; bottom: 22px; }
  .implementation-visual figcaption strong { font-size: 29px; }
  .pilot-board { min-height: 690px; padding: 25px 20px; }
  .implementation-phases { grid-template-columns: 1fr; padding: 20px; }
  .implementation-phases article:last-of-type { grid-column: auto; }
  .implementation-phases article { min-height: 135px; border-right: 0; }
  .pilot-criteria > div { grid-template-columns: 1fr; }
  .pilot-criteria article { min-height: 0; padding: 29px 24px; }
  .responsibility-board { min-height: 620px; padding: 26px 21px; }
  .rollout-gate { grid-template-columns: 1fr; }
  .rollout-gate > span { grid-column: auto; }
  .final-cta-v11 { min-height: 1140px; padding-top: 85px; }
  .final-cta-v11 > figure img { object-position: 62% center; }
  .final-cta-v11 > figure::after { background: linear-gradient(180deg,rgba(2,13,11,.88) 0%,rgba(2,13,11,.79) 62%,rgba(2,13,11,.97) 100%); }
  .final-copy-v11 h2 { font-size: 52px; }
  .final-copy-v11 > p:not(.final-eyebrow) { font-size: 16px; }
  .final-actions-v11 { align-items: stretch; flex-direction: column; }
  .final-actions-v11 a { width: 100%; }
  .final-proofbar-v11 div { padding: 15px; }
  .site-footer-v11 nav { width: 100%; flex-wrap: wrap; }
}

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