﻿:root {
  --page: #f7fafc;
  --surface: #ffffff;
  --surface-2: #eef7f7;
  --ink: #102027;
  --ink-2: #334850;
  --muted: #657981;
  --line: #dce9ec;
  --cyan: #15b8d3;
  --teal: #10b69f;
  --green: #38c776;
  --amber: #f5a623;
  --red: #ea5461;
  --shadow: 0 22px 70px rgba(17, 46, 58, 0.14);
  --shadow-soft: 0 12px 34px rgba(17, 46, 58, 0.1);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 6%, rgba(21, 184, 211, 0.16), transparent 26%),
    radial-gradient(circle at 88% 10%, rgba(56, 199, 118, 0.14), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, var(--page) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(16,32,39,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,32,39,0.045) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.42), rgba(0,0,0,0.04));
}

body.dialog-open {
  overflow: hidden;
}

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

.page-shell {
  min-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
}

main {
  display: flex;
  flex-direction: column;
}

.hero { order: 1; }
.proof-strip { order: 1; }
#value { order: 2; }
.section-break-cyan { order: 4; }
#digital-twin { order: 5; }
#retail-intelligence { order: 6; }
.story-band { order: 7; }
#platform { order: 8; }
#product { order: 3; }
#use-cases { order: 9; }
.tech-what { order: 10; }
.transition-strip-hero { order: 11; }
#architecture { order: 12; }
.section-break-green { order: 13; }
.insights { order: 14; }
#contact { order: 15; }
.final-cta { order: 16; }

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 32px;
  border: 0;
  border-bottom: 1px solid rgba(16, 32, 39, 0.08);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 34px rgba(17, 46, 58, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  min-width: 230px;
  align-items: center;
  gap: 10px;
}

.brand-logo-img {
  display: block;
  width: 132px;
  max-height: 38px;
  object-fit: contain;
}

.brand .brand-logo-img {
  padding: 8px 12px;
  border: 1px solid rgba(21, 184, 211, 0.18);
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 20%, rgba(21,184,211,0.24), transparent 36%),
    linear-gradient(135deg, #071c24, #12343d);
  box-shadow: 0 10px 26px rgba(7, 28, 36, 0.18);
}

.brand-text {
  display: block;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(21, 184, 211, 0.28);
  border-radius: 50%;
  background: linear-gradient(145deg, #ffffff, #ddfbf6);
  color: #07515c;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(21, 184, 211, 0.16);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 700;
}

.nav-links a:hover {
  background: #edf7f8;
  color: #063c45;
}

.nav-cta {
  padding: 12px 20px;
  border: 1px solid rgba(16, 182, 159, 0.26);
  border-radius: 999px;
  background: #e8fff7;
  color: #075943;
  font-size: 14px;
  font-weight: 900;
}

.header-cta-group {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.menu-toggle {
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(21, 184, 211, 0.24);
  border-radius: 999px;
  background: #ffffff;
  color: #07515c;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(17,46,58,0.08);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle span + span {
  margin-top: 4px;
}

body.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.login-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid rgba(21, 184, 211, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #07515c;
  font-size: 14px;
  font-weight: 900;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.62fr);
  align-items: center;
  gap: 48px;
  padding: 150px 32px 80px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 34%, rgba(255,255,255,0.46) 68%, rgba(255,255,255,0.1) 100%),
    linear-gradient(180deg, rgba(247,250,252,0) 66%, #f7fafc 100%),
    url("../img/landing/rtls-hero-light.png");
  background-position: center;
  background-size: cover;
}

.signal-canvas {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.46;
}

.hero-copy,
.section-copy,
.section-heading,
.insight-copy {
  min-width: 0;
}

.hero-copy {
  max-width: 880px;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 9px 13px;
  border: 1px solid rgba(21, 184, 211, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #086777;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(17, 46, 58, 0.08);
}

.eyebrow.compact {
  margin-bottom: 14px;
  font-size: 12px;
}

.live-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(56, 199, 118, 0.64);
  animation: pulseDot 1.8s infinite;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 860px;
  margin-bottom: 22px;
  color: #081e26;
  font-size: clamp(46px, 5.8vw, 84px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: #102027;
  font-size: clamp(31px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: #102027;
  font-size: 21px;
  line-height: 1.24;
}

p {
  color: var(--ink-2);
  line-height: 1.72;
}

.lead {
  color: #213942;
  font-size: 20px;
  line-height: 1.68;
}

.hero-copy p,
.section-copy p,
.section-heading p,
.insight-copy p,
.final-cta p {
  max-width: 780px;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button.primary {
  padding: 0 24px;
  border: 1px solid rgba(16, 182, 159, 0.34);
  background: linear-gradient(135deg, #28d999, #20c9df);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(21, 184, 211, 0.24);
}

.button.secondary {
  padding: 0 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  color: #12343d;
}

.button.ghost {
  padding: 0 22px;
  border: 1px solid rgba(21, 184, 211, 0.28);
  background: rgba(255, 255, 255, 0.68);
  color: #07515c;
  cursor: pointer;
}

button.button,
.text-action,
.card-link {
  font: inherit;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 10px 32px;
  border-top: 1px solid rgba(21, 184, 211, 0.18);
  border-bottom: 1px solid rgba(21, 184, 211, 0.18);
  background:
    linear-gradient(90deg, rgba(21, 184, 211, 0.08), rgba(56, 199, 118, 0.08), rgba(245, 166, 35, 0.07)),
    rgba(255, 255, 255, 0.82);
}

.proof-strip div {
  min-height: 82px;
  padding: 16px 18px;
  border: 1px solid rgba(21, 184, 211, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
}

.proof-strip strong {
  display: block;
  margin-bottom: 5px;
  color: #0b5562;
  font-size: 16px;
}

.proof-strip span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.trust-row {
  display: grid;
  max-width: 980px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.trust-row div,
.card-stats div,
.health-grid div,
.dash-grid div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
}

.trust-row div {
  padding: 18px;
  box-shadow: var(--shadow-soft);
}

.trust-row strong {
  display: block;
  margin-bottom: 6px;
  color: #0b5562;
  font-size: 17px;
}

.trust-row span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.hero-card {
  justify-self: end;
  width: min(510px, 100%);
  overflow: hidden;
  border: 1px solid rgba(16, 32, 39, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.card-top {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
}

.status-pill {
  padding: 7px 10px;
  border-radius: 999px;
  background: #e8fff7;
  color: #08704f;
  font-size: 12px;
  font-weight: 900;
}

.mini-map {
  position: relative;
  height: 390px;
  margin: 18px;
  overflow: hidden;
  border: 1px solid #cfedf1;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(21,184,211,0.09) 1px, transparent 1px),
    linear-gradient(rgba(21,184,211,0.09) 1px, transparent 1px),
    radial-gradient(circle at 70% 28%, rgba(21,184,211,0.14), transparent 30%),
    #f8feff;
  background-size: 34px 34px, 34px 34px, auto, auto;
}

.zone {
  position: absolute;
  border: 1px solid rgba(21, 184, 211, 0.32);
  background: rgba(21, 184, 211, 0.06);
}

.z1 { inset: 34px auto auto 38px; width: 42%; height: 34%; }
.z2 { right: 42px; top: 58px; width: 34%; height: 42%; border-color: rgba(56,199,118,0.38); background: rgba(56,199,118,0.08); }
.z3 { left: 74px; bottom: 42px; width: 64%; height: 26%; border-color: rgba(245,166,35,0.45); background: rgba(245,166,35,0.09); }

.anchor,
.tag {
  position: absolute;
  display: block;
  border-radius: 50%;
  z-index: 3;
}

.anchor {
  width: 15px;
  height: 15px;
  border: 2px solid var(--cyan);
  box-shadow: 0 0 0 14px rgba(21, 184, 211, 0.08), 0 0 22px rgba(21,184,211,0.42);
}

.anchor::after,
.tag::after {
  position: absolute;
  left: 50%;
  bottom: 20px;
  min-width: 42px;
  padding: 5px 7px;
  content: attr(data-label);
  border: 1px solid rgba(21,184,211,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: #07515c;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
  box-shadow: 0 8px 18px rgba(17,46,58,0.1);
}

.a1 { left: 28px; top: 28px; }
.a2 { right: 34px; top: 36px; }
.a3 { left: 52%; bottom: 32px; }

.tag {
  width: 13px;
  height: 13px;
  background: var(--green);
  box-shadow: 0 0 18px rgba(56,199,118,0.62);
}

.tag.warning {
  background: var(--amber);
  box-shadow: 0 0 20px rgba(245,166,35,0.7);
}

.tag::before {
  position: absolute;
  inset: -13px;
  content: "";
  border: 1px solid rgba(56,199,118,0.22);
  border-radius: 50%;
  animation: tagSignal 2.2s ease-out infinite;
}

.t1 { animation: moveOne 8s linear infinite; }
.t2 { animation: moveTwo 9s linear infinite; }
.t3 { animation: moveThree 7s linear infinite; }

.route {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0.7;
  transform-origin: left center;
}

.r1 { left: 78px; top: 145px; width: 310px; transform: rotate(14deg); }
.r2 { right: 52px; bottom: 130px; width: 280px; transform: rotate(-20deg); }

.signal-link,
.data-packet {
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
}

.signal-link {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(21,184,211,0.78), rgba(56,199,118,0.52), transparent);
  opacity: 0.82;
  transform-origin: left center;
}

.signal-link::after {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
  animation: packetFlow 2.4s linear infinite;
}

.s1 { left: 50px; top: 74px; width: 250px; transform: rotate(24deg); }
.s2 { left: 240px; top: 210px; width: 190px; transform: rotate(-26deg); }
.s3 { right: 92px; top: 170px; width: 170px; transform: rotate(148deg); }

.data-packet {
  width: 8px;
  height: 8px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(21,184,211,0.48);
}

.p1 { left: 72px; top: 82px; animation: dataMoveOne 4s linear infinite; }
.p2 { left: 280px; top: 220px; animation: dataMoveTwo 4.6s linear infinite -1s; }
.p3 { right: 128px; top: 176px; animation: dataMoveThree 5s linear infinite -2s; }

.engine-node {
  position: absolute;
  z-index: 4;
  display: grid;
  min-width: 126px;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid rgba(21,184,211,0.2);
  border-radius: 12px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 14px 34px rgba(17,46,58,0.12);
  backdrop-filter: blur(12px);
}

.engine-node strong {
  color: #102027;
  font-size: 12px;
  font-weight: 950;
}

.engine-node span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.position-engine { left: 36%; top: 42%; }
.box-pc { right: 24px; bottom: 76px; }
.dashboard-node { right: 24px; top: 70px; }

.card-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 18px 18px;
}

.card-stats div,
.health-grid div,
.dash-grid div {
  padding: 14px;
}

.card-stats span,
.health-grid span,
.dash-grid small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.card-stats strong,
.health-grid strong,
.dash-grid strong {
  display: block;
  margin-top: 4px;
  color: #102027;
  font-size: 22px;
}

.section {
  position: relative;
  width: 100%;
  padding: 72px 32px;
  isolation: isolate;
}

.section::before {
  position: absolute;
  top: 0;
  right: 32px;
  left: 32px;
  z-index: -1;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(21,184,211,0.42), rgba(56,199,118,0.42), transparent);
}

.transition-strip {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr) 72px minmax(0, 1fr);
  align-items: stretch;
  gap: 10px;
  overflow: hidden;
  padding: 22px 32px;
  border-top: 1px solid rgba(21, 184, 211, 0.16);
  border-bottom: 1px solid rgba(21, 184, 211, 0.16);
  background:
    linear-gradient(90deg, rgba(21,184,211,0.07) 1px, transparent 1px),
    linear-gradient(rgba(21,184,211,0.07) 1px, transparent 1px),
    radial-gradient(circle at 14% 30%, rgba(21,184,211,0.18), transparent 24%),
    radial-gradient(circle at 50% 10%, rgba(56,199,118,0.16), transparent 22%),
    radial-gradient(circle at 88% 70%, rgba(245,166,35,0.13), transparent 24%),
    linear-gradient(90deg, #f8feff, #ffffff 48%, #f7fbf7);
  background-size: 32px 32px, 32px 32px, auto, auto, auto, auto;
}

.transition-strip-hero {
  margin-top: -1px;
}

.strip-item {
  --strip-a: #15b8d3;
  --strip-b: #38c776;
  position: relative;
  display: grid;
  min-height: 128px;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  overflow: hidden;
  padding: 18px 20px;
  border: 1px solid rgba(21, 184, 211, 0.2);
  border-radius: 16px;
  background:
    radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--strip-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(246,253,253,0.9));
  box-shadow: var(--shadow-soft);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.strip-item::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(120deg, transparent 0 34%, rgba(255,255,255,0.72) 45%, transparent 56% 100%);
  transform: translateX(-120%);
  transition: transform 700ms ease;
  pointer-events: none;
}

.strip-item strong,
.strip-item small,
.strip-item em {
  display: block;
}

.strip-item:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--strip-a) 42%, rgba(21,184,211,0.2));
  box-shadow: 0 22px 58px rgba(17, 46, 58, 0.13);
}

.strip-item:hover::before {
  transform: translateX(120%);
}

.strip-icon {
  position: relative;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--strip-a) 34%, transparent);
  border-radius: 20px;
  background:
    radial-gradient(circle, #ffffff 0 18%, transparent 19%),
    conic-gradient(from 0deg, var(--strip-a), var(--strip-b), rgba(245,166,35,0.28), var(--strip-a));
  box-shadow: 0 18px 42px color-mix(in srgb, var(--strip-a) 22%, transparent);
}

.strip-icon::before,
.strip-icon::after {
  position: absolute;
  content: "";
}

.strip-icon span {
  position: absolute;
  top: -8px;
  right: -8px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 50%;
  background: var(--strip-a);
  color: #ffffff;
  font-size: 11px;
  font-weight: 950;
  box-shadow: 0 10px 22px color-mix(in srgb, var(--strip-a) 28%, transparent);
}

.strip-signal::before {
  width: 22px;
  height: 22px;
  border: 4px solid #ffffff;
  border-radius: 50%;
}

.strip-signal::after {
  width: 44px;
  height: 44px;
  border: 2px solid rgba(255,255,255,0.82);
  border-radius: 50%;
  animation: stripPulse 2.4s ease-in-out infinite;
}

.strip-location::before {
  width: 28px;
  height: 34px;
  border-radius: 16px 16px 16px 4px;
  background: #ffffff;
  transform: rotate(-45deg);
}

.strip-location::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--strip-a);
}

.strip-decision::before {
  width: 34px;
  height: 26px;
  border: 4px solid #ffffff;
  border-radius: 8px;
}

.strip-decision::after {
  width: 20px;
  height: 12px;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(38deg);
}

.strip-item strong {
  color: #102027;
  font-size: 18px;
}

.strip-item small {
  margin-top: 7px;
  color: var(--muted);
  line-height: 1.45;
}

.strip-item em {
  grid-column: 2;
  margin-top: 12px;
  color: #087083;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.strip-item.accent-green {
  --strip-a: #38c776;
  --strip-b: #15b8d3;
}

.strip-item.accent-amber {
  --strip-a: #f5a623;
  --strip-b: #ea5461;
}

.strip-line {
  position: relative;
  align-self: center;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(21,184,211,0.14);
}

.strip-line::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, var(--cyan), var(--green), transparent);
  animation: stripFlow 2.4s linear infinite;
}

.section-break {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: hidden;
  background: #ffffff;
}

.section-break span {
  min-height: 10px;
  transform: none;
}

.section-break span:nth-child(1) { background: rgba(21,184,211,0.12); }
.section-break span:nth-child(2) { background: rgba(56,199,118,0.12); }
.section-break span:nth-child(3) { background: rgba(245,166,35,0.13); }

.section-break-green span:nth-child(1) { background: rgba(56,199,118,0.14); }
.section-break-green span:nth-child(2) { background: rgba(21,184,211,0.12); }
.section-break-green span:nth-child(3) { background: rgba(234,84,97,0.1); }

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.58fr);
  gap: 36px;
  align-items: center;
  background:
    radial-gradient(circle at 92% 18%, rgba(21,184,211,0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f4fbfb 100%);
}

.tech-what {
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 0.74fr);
  gap: 42px;
  overflow: hidden;
  padding-bottom: 10px;
  background:
    radial-gradient(circle at 14% 18%, rgba(21,184,211,0.18), transparent 28%),
    radial-gradient(circle at 78% 24%, rgba(56,199,118,0.16), transparent 25%),
    radial-gradient(circle at 88% 82%, rgba(245,166,35,0.14), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #f3fbfc 48%, #ffffff 100%);
}

.tech-what::after {
  position: absolute;
  inset: 34px 32px auto auto;
  width: 42%;
  height: 68%;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(21,184,211,0.08) 1px, transparent 1px),
    linear-gradient(rgba(21,184,211,0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(135deg, transparent 0%, #000 18%, #000 72%, transparent 100%);
}

.tech-copy h2 {
  max-width: 980px;
}

.tech-metrics {
  display: grid;
  max-width: 860px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.tech-metrics div {
  min-height: 120px;
  padding: 20px;
  border: 1px solid rgba(21, 184, 211, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.92), rgba(238,250,250,0.82));
  box-shadow: var(--shadow-soft);
}

.tech-metrics strong,
.tech-metrics span {
  display: block;
}

.tech-metrics strong {
  color: #078396;
  font-size: 28px;
  line-height: 1;
}

.tech-metrics span {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.tech-explain {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(21, 184, 211, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 22%, rgba(21,184,211,0.18), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,0.94), rgba(236,250,249,0.92));
  box-shadow: var(--shadow);
}

.tech-radar {
  position: relative;
  height: 360px;
  overflow: hidden;
  border: 1px solid rgba(21, 184, 211, 0.2);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.5), rgba(255,255,255,0.2)),
    url("../img/landing/koru_vps.png") center / auto 100% no-repeat,
    #f8feff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.54);
}

.hero-radar {
  height: 390px;
  margin: 18px;
}

.tech-mini-map {
  height: 390px;
  margin: 0 0 18px;
}

.rtls-scenario {
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(21,184,211,0.08) 1px, transparent 1px),
    linear-gradient(rgba(21,184,211,0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.74), rgba(248,254,255,0.9)),
    #f8feff;
  background-size: 34px 34px, 34px 34px, auto, auto;
}

.floor-zone,
.shelf,
.machine,
.rtls-anchor,
.coverage,
.scenario-path,
.scenario-actor,
.alarm-zone,
.data-beam,
.scenario-panel {
  position: absolute;
}

.floor-zone {
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 3px;
  padding: 12px;
  border: 1px solid rgba(21,184,211,0.2);
  border-radius: 12px;
  background: rgba(255,255,255,0.48);
}

.floor-zone strong {
  color: #0b5562;
  font-size: 12px;
  font-weight: 950;
}

.floor-zone span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.production-zone {
  left: 5%;
  top: 14%;
  width: 35%;
  height: 38%;
  background: rgba(21,184,211,0.07);
}

.storage-zone {
  right: 5%;
  top: 14%;
  width: 33%;
  height: 36%;
  border-color: rgba(56,199,118,0.26);
  background: rgba(56,199,118,0.08);
}

.dispatch-zone {
  left: 12%;
  bottom: 8%;
  width: 68%;
  height: 27%;
  border-color: rgba(245,166,35,0.32);
  background: rgba(245,166,35,0.08);
}

.shelf {
  z-index: 2;
  width: 12%;
  height: 16px;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(11,85,98,0.22), rgba(21,184,211,0.16));
  box-shadow: 0 10px 20px rgba(17,46,58,0.08);
}

.shelf-one { right: 12%; top: 24%; }
.shelf-two { right: 12%; top: 34%; }
.shelf-three { right: 25%; top: 34%; }

.machine {
  z-index: 2;
  width: 46px;
  height: 36px;
  border: 1px solid rgba(21,184,211,0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(21,184,211,0.16));
  box-shadow: 0 12px 24px rgba(17,46,58,0.1);
}

.machine-one { left: 15%; top: 31%; }
.machine-two { left: 28%; top: 36%; }

.rtls-anchor {
  z-index: 5;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid var(--cyan);
  border-radius: 50%;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 0 0 12px rgba(21,184,211,0.08), 0 0 28px rgba(21,184,211,0.22);
}

.rtls-anchor::after {
  position: absolute;
  left: 50%;
  bottom: 38px;
  min-width: 40px;
  padding: 5px 8px;
  content: attr(data-label);
  border: 1px solid rgba(21,184,211,0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #07515c;
  font-size: 10px;
  font-weight: 950;
  text-align: center;
  transform: translateX(-50%);
}

.rtls-anchor.anchor-one { left: 6%; top: 10%; }
.rtls-anchor.anchor-two { right: 6%; top: 12%; }
.rtls-anchor.anchor-three { left: 48%; bottom: 8%; }

.coverage {
  z-index: 0;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(21,184,211,0.16);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21,184,211,0.11), transparent 64%);
  animation: scenarioPulse 3.6s ease-in-out infinite;
}

.coverage-one { left: 0; top: -20px; }
.coverage-two { right: -18px; top: -10px; animation-delay: -1.2s; }
.coverage-three { left: 39%; bottom: -55px; animation-delay: -2.1s; }

.scenario-path {
  z-index: 3;
  height: 2px;
  border-radius: 999px;
  opacity: 0.72;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
}

.path-forklift {
  left: 16%;
  bottom: 21%;
  width: 55%;
  color: var(--amber);
}

.path-person {
  left: 12%;
  top: 44%;
  width: 42%;
  color: var(--cyan);
  transform: rotate(16deg);
}

.path-asset {
  right: 18%;
  top: 54%;
  width: 31%;
  color: var(--green);
  transform: rotate(-22deg);
}

.scenario-actor {
  z-index: 6;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(17,46,58,0.08), 0 12px 26px rgba(17,46,58,0.18);
}

.scenario-actor::after {
  position: absolute;
  left: 50%;
  bottom: 24px;
  min-width: 78px;
  padding: 6px 8px;
  content: attr(data-label);
  border: 1px solid rgba(21,184,211,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  color: #0b5562;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
  box-shadow: 0 10px 20px rgba(17,46,58,0.1);
}

.scenario-actor i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}

.actor-person {
  left: 17%;
  top: 42%;
  background: var(--cyan);
  animation: scenarioPerson 8s linear infinite;
}

.actor-forklift {
  left: 21%;
  bottom: 19%;
  width: 28px;
  height: 20px;
  border-radius: 7px;
  background: var(--amber);
  animation: scenarioForklift 10s linear infinite;
}

.actor-asset {
  right: 31%;
  top: 47%;
  background: var(--green);
  animation: scenarioAsset 7s linear infinite;
}

.alarm-zone {
  right: 26%;
  bottom: 25%;
  z-index: 4;
  padding: 7px 10px;
  border: 1px solid rgba(234,84,97,0.28);
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  color: #8d2630;
  font-size: 10px;
  font-weight: 950;
  box-shadow: 0 0 0 10px rgba(234,84,97,0.08);
}

.data-beam {
  z-index: 4;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(21,184,211,0.75), rgba(255,255,255,0.92), transparent);
  opacity: 0.76;
  transform-origin: left center;
}

.beam-one { left: 9%; top: 18%; width: 46%; transform: rotate(20deg); animation: scenarioBeam 2.8s linear infinite; }
.beam-two { left: 49%; bottom: 15%; width: 33%; transform: rotate(-28deg); animation: scenarioBeam 3.2s linear infinite -1s; }
.beam-three { right: 9%; top: 22%; width: 33%; transform: rotate(158deg); animation: scenarioBeam 3s linear infinite -1.8s; }

.scenario-panel {
  right: 4%;
  bottom: 7%;
  z-index: 7;
  display: grid;
  width: min(250px, 31%);
  gap: 5px;
  padding: 13px 14px;
  border: 1px solid rgba(21,184,211,0.18);
  border-radius: 14px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 18px 36px rgba(17,46,58,0.13);
  backdrop-filter: blur(14px);
}

.scenario-panel span {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: #e8fff7;
  color: #08704f;
  font-size: 10px;
  font-weight: 950;
}

.scenario-panel strong {
  color: #102027;
  font-size: 13px;
}

.scenario-panel small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.tech-radar::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(21,184,211,0.085) 1px, transparent 1px),
    linear-gradient(rgba(21,184,211,0.085) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(56,199,118,0.18), transparent 34%),
    rgba(248,254,255,0.28);
  background-size: 34px 34px, 34px 34px, auto, auto;
  pointer-events: none;
}

.tech-radar::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: radial-gradient(circle at 50% 50%, transparent 0 34%, rgba(255,255,255,0.24) 72%);
  pointer-events: none;
}

.radar-ring,
.radar-anchor,
.radar-tag,
.radar-path {
  position: absolute;
  z-index: 2;
  display: block;
}

.radar-ring {
  left: 50%;
  top: 50%;
  border: 1px solid rgba(21,184,211,0.24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-one { width: 110px; height: 110px; }
.ring-two { width: 210px; height: 210px; animation: radarPulse 3.4s ease-in-out infinite; }
.ring-three { width: 318px; height: 318px; animation: radarPulse 4.2s ease-in-out infinite reverse; }

.radar-anchor {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(21,184,211,0.36);
  border-radius: 50%;
  background: #ffffff;
  color: #087083;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 0 0 12px rgba(21,184,211,0.08), 0 12px 28px rgba(21,184,211,0.18);
}

.anchor-three { left: 46%; bottom: 8%; }

.traffic-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 3;
  aspect-ratio: 980 / 687;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}

.cart-group,
.solo-customer,
.staff-dot {
  position: absolute;
  display: block;
  will-change: transform;
}

.cart-group {
  width: 30px;
  height: 30px;
}

.cart-shape,
.customer-shape {
  position: absolute;
  display: block;
}

.cart-shape {
  left: 11px;
  top: 5px;
  width: 17px;
  height: 14px;
  border: 2px solid #08704f;
  border-top: 0;
  border-radius: 4px 4px 7px 7px;
  background:
    radial-gradient(circle at 25% 100%, #08704f 0 2px, transparent 3px),
    radial-gradient(circle at 78% 100%, #08704f 0 2px, transparent 3px),
    rgba(56,199,118,0.2);
  box-shadow: 0 8px 18px rgba(17,46,58,0.18);
}

.customer-shape,
.solo-customer,
.staff-dot {
  width: 14px;
  height: 14px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(245,166,35,0.14), 0 10px 20px rgba(17,46,58,0.16);
}

.customer-shape {
  left: -2px;
  top: 8px;
  background: #f5a623;
}

.solo-customer {
  background: #f5a623;
}

.staff-dot {
  background: #15b8d3;
  box-shadow: 0 0 0 6px rgba(21,184,211,0.14), 0 10px 20px rgba(17,46,58,0.16);
}

.cart-group::after,
.solo-customer::after,
.staff-dot::after {
  position: absolute;
  left: 50%;
  bottom: 18px;
  min-width: 54px;
  padding: 4px 6px;
  border: 1px solid rgba(21,184,211,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  color: #07515c;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  opacity: 0;
  transform: translateX(-50%) translateY(3px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cart-group::after { content: "Araba + Müşteri"; }
.solo-customer::after { content: "Müşteri"; }
.staff-dot::after { content: "Personel"; }

.tech-radar:hover .cart-group::after,
.tech-radar:hover .solo-customer::after,
.tech-radar:hover .staff-dot::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.route-a { left: 18%; top: 49%; animation: marketRouteA 13s linear infinite; }
.route-b { left: 31%; top: 61%; animation: marketRouteB 15s linear infinite -2s; }
.route-c { left: 47%; top: 28%; animation: marketRouteC 14s linear infinite -5s; }
.route-d { left: 62%; top: 60%; animation: marketRouteD 16s linear infinite -3s; }
.route-e { left: 74%; top: 43%; animation: marketRouteE 15s linear infinite -7s; }
.route-f { left: 85%; top: 70%; animation: marketRouteF 17s linear infinite -4s; }

.customer-a { left: 24%; top: 68%; animation: shopperRouteA 12s linear infinite -2s; }
.customer-b { left: 39%; top: 37%; animation: shopperRouteB 14s linear infinite -5s; }
.customer-c { left: 67%; top: 33%; animation: shopperRouteC 13s linear infinite -8s; }
.customer-d { left: 82%; top: 55%; animation: shopperRouteD 15s linear infinite -3s; }

.staff-a { left: 12%; top: 35%; animation: staffRouteA 18s linear infinite; }
.staff-b { left: 35%; top: 76%; animation: staffRouteB 17s linear infinite -6s; }
.staff-c { left: 58%; top: 48%; animation: staffRouteC 19s linear infinite -3s; }
.staff-d { left: 90%; top: 61%; animation: staffRouteD 20s linear infinite -9s; }

.radar-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffffff;
  color: #12343d;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(17,46,58,0.12);
}

.radar-tag::before {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  content: "";
  border-radius: 50%;
}

.market-cart::before {
  border: 2px solid rgba(56,199,118,0.82);
  border-top: 0;
  border-radius: 4px 4px 8px 8px;
  background:
    radial-gradient(circle at 30% 100%, #08704f 0 2px, transparent 3px),
    radial-gradient(circle at 75% 100%, #08704f 0 2px, transparent 3px),
    linear-gradient(135deg, transparent 0 28%, rgba(56,199,118,0.24) 29% 100%);
}

.store-staff::before {
  background:
    radial-gradient(circle at 50% 34%, #07515c 0 4px, transparent 5px),
    radial-gradient(ellipse at 50% 82%, rgba(21,184,211,0.82) 0 8px, transparent 9px),
    rgba(21,184,211,0.14);
}

.customer-tag::before {
  background:
    radial-gradient(circle at 50% 32%, #b46c00 0 4px, transparent 5px),
    radial-gradient(ellipse at 50% 82%, rgba(245,166,35,0.86) 0 8px, transparent 9px),
    rgba(245,166,35,0.16);
}

.tag-one {
  left: 14%;
  top: 60%;
  border: 1px solid rgba(56,199,118,0.34);
  animation: floatTagOne 7s ease-in-out infinite;
}

.tag-two {
  right: 14%;
  top: 44%;
  border: 1px solid rgba(21,184,211,0.34);
  animation: floatTagTwo 7.8s ease-in-out infinite;
}

.tag-three {
  left: 44%;
  top: 24%;
  border: 1px solid rgba(245,166,35,0.38);
  animation: floatTagThree 6.8s ease-in-out infinite;
}

.radar-path {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(21,184,211,0.88), rgba(56,199,118,0.6), transparent);
}

.path-one {
  left: 18%;
  top: 42%;
  width: 64%;
  transform: rotate(16deg);
}

.path-two {
  left: 20%;
  top: 62%;
  width: 58%;
  transform: rotate(-22deg);
}

.tech-stack {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.stack-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(21,184,211,0.16);
  border-radius: 8px;
  background: rgba(255,255,255,0.78);
}

.stack-row > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.stack-row strong,
.stack-row small {
  display: block;
}

.stack-row small {
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.45;
}

.explain-card,
.module-card,
.value-card,
.case-card,
.live-panel,
.dashboard {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.explain-card {
  padding: 30px;
}

.explain-card ul {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.explain-card li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-2);
  line-height: 1.55;
}

.explain-card li::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--cyan));
}

.text-action,
.card-link {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #087083;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
}

.text-action::after,
.card-link::after {
  margin-left: 8px;
  content: "→";
  transition: transform 180ms ease;
}

.text-action:hover::after,
.card-link:hover::after {
  transform: translateX(4px);
}

.section-heading {
  max-width: 1120px;
  margin-bottom: 44px;
}

.value-section,
.platform,
.use-cases {
  background:
    radial-gradient(circle at 10% 20%, rgba(21,184,211,0.12), transparent 24%),
    radial-gradient(circle at 90% 80%, rgba(245,166,35,0.12), transparent 24%),
    linear-gradient(180deg, #f7fbfc 0%, #ffffff 100%);
}

.value-section {
  padding-top: 24px;
  padding-bottom: 28px;
}

.digital-twin {
  padding-top: 10px;
}

.value-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
}

.value-hero .section-heading {
  margin-bottom: 0;
}

.value-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.value-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(21, 184, 211, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #0b6f7f;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(17, 46, 58, 0.07);
}

.value-visual {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border: 1px solid rgba(21, 184, 211, 0.2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 20%, rgba(21, 184, 211, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(236,249,250,0.78));
  box-shadow: 0 30px 90px rgba(17, 46, 58, 0.14);
}

.value-visual::before {
  position: absolute;
  inset: 12px;
  z-index: 1;
  content: "";
  border: 1px solid rgba(21, 184, 211, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(16,32,39,0.04) 1px, transparent 1px),
    linear-gradient(rgba(16,32,39,0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.38), transparent 72%);
  pointer-events: none;
}

.value-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.value-motion-layer,
.value-route,
.value-actor,
.value-live-tag,
.value-alarm {
  position: absolute;
}

.value-motion-layer {
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.value-route {
  height: 4px;
  border-radius: 999px;
  opacity: 0.82;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  filter: drop-shadow(0 0 7px currentColor);
  animation: valueRoutePulse 3.4s linear infinite;
}

.value-route-one {
  left: 13%;
  bottom: 22%;
  width: 48%;
  color: #15b8d3;
  transform: rotate(-8deg);
}

.value-route-two {
  left: 24%;
  bottom: 27%;
  width: 46%;
  color: #38c776;
  transform: rotate(16deg);
  animation-delay: -1.2s;
}

.value-route-three {
  left: 50%;
  top: 45%;
  width: 27%;
  color: #f5a623;
  transform: rotate(-32deg);
  animation-delay: -2s;
}

.value-actor {
  z-index: 4;
}

.value-actor::after,
.value-alarm::after {
  position: absolute;
  left: 50%;
  bottom: 31px;
  min-width: 58px;
  padding: 5px 7px;
  content: attr(data-label);
  border: 1px solid rgba(21,184,211,0.2);
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  color: #0b5562;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
  box-shadow: 0 10px 20px rgba(17,46,58,0.12);
}

.value-person {
  width: 16px;
  height: 28px;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, #ffffff 0 24%, #21d6b5 25% 100%);
  box-shadow: 0 0 0 5px rgba(56,199,118,0.18), 0 10px 24px rgba(17,46,58,0.18);
}

.value-person::before {
  position: absolute;
  left: 50%;
  top: -8px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #ffecce;
  transform: translateX(-50%);
}

.person-a { left: 65%; top: 26%; animation: valuePersonA 9s linear infinite; }
.person-b { left: 73%; top: 49%; animation: valuePersonB 8.5s linear infinite -1.2s; }

.value-forklift {
  width: 34px;
  height: 24px;
  border-radius: 7px 9px 6px 6px;
  background: linear-gradient(135deg, #f5a623, #f9d45c);
  box-shadow: 0 0 0 7px rgba(245,166,35,0.16), 0 12px 24px rgba(17,46,58,0.18);
}

.value-forklift::before {
  position: absolute;
  right: -8px;
  bottom: 4px;
  width: 12px;
  height: 3px;
  content: "";
  border-radius: 999px;
  background: #42545b;
  box-shadow: 0 7px 0 #42545b;
}

.forklift-a { left: 25%; bottom: 23%; animation: valueForkliftA 10s linear infinite; }
.forklift-b { right: 28%; top: 44%; animation: valueForkliftB 9s linear infinite -1.5s; }

.value-live-tag {
  z-index: 3;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 10px rgba(21,184,211,0.12), 0 0 22px rgba(21,184,211,0.42);
  animation: valueTagPulse 2.4s ease-in-out infinite;
}

.tag-a { left: 41%; top: 41%; }
.tag-b { right: 18%; bottom: 23%; animation-delay: -1.1s; }

.value-alarm {
  right: 34%;
  top: 31%;
  z-index: 5;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #ea5461;
  color: #ffffff;
  font-size: 20px;
  font-weight: 950;
  box-shadow: 0 0 0 14px rgba(234,84,97,0.12), 0 0 30px rgba(234,84,97,0.38);
  animation: valueAlarmPulse 2.1s ease-in-out infinite;
}

.value-alarm::before {
  content: "!";
}

.value-alarm::after {
  border-color: rgba(234,84,97,0.22);
  color: #8d2630;
}

.value-visual-panel {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 6;
  max-width: 290px;
  padding: 14px 16px;
  border: 1px solid rgba(21, 184, 211, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 50px rgba(17, 46, 58, 0.15);
}

.value-visual-panel strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
}

.value-visual-panel span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.value-grid,
.module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.module-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.value-card,
.case-card {
  min-height: 250px;
  padding: 26px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.value-card {
  --value-a: #15b8d3;
  --value-b: #38c776;
  position: relative;
  display: flex;
  min-height: 268px;
  flex-direction: column;
  overflow: hidden;
  border-color: rgba(21, 184, 211, 0.18);
  background:
    radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--value-a) 20%, transparent), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(247,253,253,0.94));
}

.value-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(16,32,39,0.035) 1px, transparent 1px),
    linear-gradient(rgba(16,32,39,0.035) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.6;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.5), transparent 70%);
  pointer-events: none;
}

.value-card::after {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 76px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--value-a), var(--value-b), transparent);
  transform: scaleX(0.28);
  transform-origin: left;
  opacity: 0.55;
  transition: transform 220ms ease, opacity 220ms ease;
}

.value-card:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.value-card > * {
  position: relative;
  z-index: 1;
}

.value-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.value-no {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--value-a) 24%, transparent);
  border-radius: 50%;
  background: rgba(255,255,255,0.72);
  color: var(--value-a);
  font-size: 12px;
  font-weight: 950;
}

.value-icon {
  position: relative;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--value-a) 36%, transparent);
  border-radius: 18px;
  background:
    radial-gradient(circle at 42% 44%, rgba(255,255,255,0.95) 0 13%, transparent 14%),
    conic-gradient(from 120deg, var(--value-a), var(--value-b), rgba(245,166,35,0.38), var(--value-a));
  box-shadow: 0 18px 46px color-mix(in srgb, var(--value-a) 22%, transparent);
}

.value-icon::before,
.value-icon::after {
  position: absolute;
  content: "";
}

.value-loss .value-icon::before {
  width: 30px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}

.value-loss .value-icon::after {
  right: 12px;
  bottom: 11px;
  width: 13px;
  height: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 9px 9px 0 -3px #ffffff;
}

.value-safety .value-icon::before {
  width: 30px;
  height: 34px;
  clip-path: polygon(50% 0, 90% 14%, 82% 72%, 50% 100%, 18% 72%, 10% 14%);
  background: #ffffff;
}

.value-safety .value-icon::after {
  width: 9px;
  height: 18px;
  border-radius: 6px;
  background: var(--value-a);
  box-shadow: 0 23px 0 -5px var(--value-a);
}

.value-roi .value-icon::before {
  left: 15px;
  bottom: 15px;
  width: 8px;
  height: 18px;
  border-radius: 5px 5px 2px 2px;
  background: #ffffff;
  box-shadow: 12px -8px 0 #ffffff, 24px -18px 0 #ffffff;
}

.value-roi .value-icon::after {
  right: 11px;
  top: 14px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: rotate(45deg);
}

.value-auto .value-icon::before {
  width: 32px;
  height: 32px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px color-mix(in srgb, var(--value-a) 40%, transparent);
}

.value-auto .value-icon::after {
  width: 44px;
  height: 4px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 15px 0 rgba(255,255,255,0.9), 0 -15px 0 rgba(255,255,255,0.9);
}

.value-loss {
  --value-a: #15b8d3;
  --value-b: #38c776;
}

.value-safety {
  --value-a: #ea5461;
  --value-b: #f5a623;
}

.value-roi {
  --value-a: #4f8cff;
  --value-b: #15b8d3;
}

.value-auto {
  --value-a: #38c776;
  --value-b: #15b8d3;
}

.module-card {
  --module-a: #15b8d3;
  --module-b: #38c776;
  position: relative;
  min-height: 270px;
  overflow: hidden;
  padding: 22px;
  border-color: rgba(21, 184, 211, 0.16);
  background:
    linear-gradient(90deg, rgba(16,32,39,0.035) 1px, transparent 1px),
    linear-gradient(rgba(16,32,39,0.035) 1px, transparent 1px),
    radial-gradient(circle at 84% 14%, color-mix(in srgb, var(--module-a) 18%, transparent), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(245,253,253,0.92));
  background-size: 28px 28px, 28px 28px, auto, auto;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

@supports not (color: color-mix(in srgb, #000 50%, #fff)) {
  .module-card {
    background:
      linear-gradient(90deg, rgba(16,32,39,0.035) 1px, transparent 1px),
      linear-gradient(rgba(16,32,39,0.035) 1px, transparent 1px),
      radial-gradient(circle at 84% 14%, rgba(21,184,211,0.16), transparent 30%),
      linear-gradient(145deg, rgba(255,255,255,0.96), rgba(245,253,253,0.92));
  }

  .module-card:hover {
    border-color: rgba(21, 184, 211, 0.34);
  }

  .module-icon,
  .module-tech span {
    border-color: rgba(21, 184, 211, 0.22);
  }

  .module-icon::before {
    color: #087083;
  }
}

.module-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--module-a) 26%, transparent), transparent 34%),
    linear-gradient(315deg, color-mix(in srgb, var(--module-b) 18%, transparent), transparent 30%);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.module-card::after {
  position: absolute;
  top: -40%;
  left: -80%;
  width: 54%;
  height: 190%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.56), transparent);
  transform: rotate(18deg);
  transition: left 620ms ease;
  pointer-events: none;
}

.module-card:hover::before {
  opacity: 1;
}

.module-card:hover::after {
  left: 126%;
}

.value-card:hover,
.module-card:hover,
.case-card:hover {
  transform: translateY(-7px);
  border-color: color-mix(in srgb, var(--module-a, #15b8d3) 48%, rgba(21, 184, 211, 0.32));
  box-shadow: 0 24px 70px rgba(17, 46, 58, 0.16);
}

.value-card > span {
  display: block;
  margin-bottom: 42px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
}

.value-card h3 {
  margin-bottom: 10px;
}

.value-card p,
.module-card p,
.case-card p {
  color: var(--muted);
  line-height: 1.65;
}

.value-metric {
  margin-top: auto;
  margin-bottom: 18px;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, var(--value-a) 22%, transparent);
  border-radius: 12px;
  background: rgba(255,255,255,0.7);
  color: #0b6f7f;
  font-size: 12px;
  font-weight: 900;
}

.module-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 0;
  border: 1px solid color-mix(in srgb, var(--module-a) 32%, transparent);
  border-radius: 16px;
  background:
    radial-gradient(circle, #ffffff 0 18%, transparent 19%),
    conic-gradient(from 0deg, color-mix(in srgb, var(--module-a) 24%, transparent), color-mix(in srgb, var(--module-b) 72%, transparent), rgba(245,166,35,0.28), color-mix(in srgb, var(--module-a) 24%, transparent));
  box-shadow: 0 12px 34px color-mix(in srgb, var(--module-a) 22%, transparent);
}

.module-icon::after {
  width: 22px;
  height: 22px;
  content: "";
  border-radius: 50%;
  background: linear-gradient(135deg, var(--module-a), var(--module-b));
  box-shadow: 0 0 22px color-mix(in srgb, var(--module-a) 48%, transparent);
}

.module-icon::before {
  position: absolute;
  top: 7px;
  left: 8px;
  content: attr(data-no);
  color: var(--module-a);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.module-head,
.module-tech {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.module-head {
  justify-content: space-between;
  margin-bottom: 16px;
}

.module-head small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.module-card h3,
.module-card p,
.module-card .card-link {
  position: relative;
  z-index: 1;
}

.module-card h3 {
  margin-bottom: 8px;
}

.module-card p {
  margin-bottom: 0;
}

.module-tech {
  margin-top: 14px;
}

.module-tech span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid color-mix(in srgb, var(--module-a) 18%, transparent);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #24505a;
  font-size: 11px;
  font-weight: 900;
}

.module-live { --module-a: #15b8d3; --module-b: #38c776; }
.module-zone { --module-a: #38c776; --module-b: #15b8d3; }
.module-safety { --module-a: #ea5461; --module-b: #f5a623; }
.module-analytics { --module-a: #4f8cff; --module-b: #15b8d3; }
.module-device { --module-a: #8b5cf6; --module-b: #15b8d3; }
.module-task { --module-a: #f5a623; --module-b: #38c776; }

.product-section {
  background:
    radial-gradient(circle at 16% 18%, rgba(56,199,118,0.16), transparent 26%),
    radial-gradient(circle at 84% 18%, rgba(21,184,211,0.16), transparent 24%),
    radial-gradient(circle at 72% 86%, rgba(245,166,35,0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, rgba(247,253,253,0.96) 100%);
}

.product-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 14px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(21,184,211,0.2);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(236,251,251,0.88)),
    repeating-linear-gradient(90deg, rgba(21,184,211,0.07) 0 1px, transparent 1px 36px),
    repeating-linear-gradient(0deg, rgba(21,184,211,0.06) 0 1px, transparent 1px 36px);
  box-shadow: var(--shadow-soft);
}

.product-showcase-copy {
  padding: 10px 8px 10px 10px;
}

.product-showcase-copy h3 {
  max-width: 720px;
  margin: 14px 0 0;
  color: #102027;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.05;
}

.product-showcase-copy p {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.product-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.product-flow span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(21,184,211,0.2);
  border-radius: 999px;
  background: rgba(255,255,255,0.82);
  color: #075263;
  font-size: 12px;
  font-weight: 900;
}

.product-showcase-visual {
  position: relative;
  display: grid;
  min-height: 240px;
  place-items: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 50%, rgba(56,199,118,0.16), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.84), rgba(222,247,249,0.72));
}

.product-showcase-visual::before {
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(21,184,211,0.34);
  border-radius: 16px;
  content: "";
}

.product-showcase-visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  max-height: 230px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(17,46,58,0.18));
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.product-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(21,184,211,0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 14%, rgba(21,184,211,0.12), transparent 32%),
    #ffffff;
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  border-color: rgba(21,184,211,0.34);
  box-shadow: 0 24px 58px rgba(17,46,58,0.12);
  transform: translateY(-4px);
}

.product-card::after {
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 120px;
  height: 120px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(21,184,211,0.12), rgba(56,199,118,0.2));
  content: "";
  transform: rotate(12deg);
}

.product-image {
  position: relative;
  z-index: 1;
  display: grid;
  height: 138px;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(21,184,211,0.14);
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 40%, rgba(56,199,118,0.12), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(236,250,251,0.74));
}

.product-image img {
  width: min(86%, 170px);
  max-height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 16px 20px rgba(17,46,58,0.14));
}

.product-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(21,184,211,0.22);
  border-radius: 20px;
  background:
    conic-gradient(from 45deg, rgba(21,184,211,0.2), rgba(56,199,118,0.44), rgba(245,166,35,0.18), rgba(21,184,211,0.2)),
    #ffffff;
  box-shadow: 0 16px 36px rgba(17,46,58,0.1);
}

.product-icon::before,
.product-icon::after {
  position: absolute;
  content: "";
}

.product-icon::before {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 0 0 9px rgba(21,184,211,0.08);
}

.product-icon.tag::after {
  width: 10px;
  height: 10px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: var(--cyan);
}

.product-icon.node::before {
  border-radius: 50%;
}

.product-icon.node::after {
  width: 42px;
  height: 42px;
  border: 2px solid rgba(21,184,211,0.42);
  border-radius: 50%;
}

.product-icon.box::before {
  width: 34px;
  height: 24px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--amber), var(--cyan));
}

.product-icon.engine::before {
  border-radius: 50%;
  background: linear-gradient(135deg, #8b5cf6, var(--cyan));
}

.product-card strong,
.product-card p {
  position: relative;
  z-index: 1;
  display: block;
}

.product-card strong {
  margin-top: 22px;
  color: #102027;
  font-size: 20px;
  line-height: 1.2;
}

.product-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.retail-intelligence {
  background:
    radial-gradient(circle at 16% 18%, rgba(21,184,211,0.15), transparent 27%),
    radial-gradient(circle at 82% 20%, rgba(245,166,35,0.12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, rgba(239,251,251,0.94) 54%, #ffffff 100%);
}

.retail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  gap: 18px;
  align-items: stretch;
}

.retail-visual,
.retail-copy {
  border: 1px solid rgba(21, 184, 211, 0.2);
  border-radius: 20px;
  background:
    radial-gradient(circle at 12% 8%, rgba(21,184,211,0.12), transparent 28%),
    rgba(255,255,255,0.92);
  box-shadow: var(--shadow-soft);
}

.retail-visual {
  overflow: hidden;
}

.retail-visual-top {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(21, 184, 211, 0.16);
  background: rgba(255,255,255,0.74);
}

.retail-visual-top .live-dot {
  grid-row: span 2;
}

.retail-visual-top strong,
.retail-visual-top small {
  display: block;
}

.retail-visual-top strong {
  font-size: 18px;
  font-weight: 900;
}

.retail-visual-top small {
  margin-top: 3px;
  color: var(--muted);
}

.retail-demo {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  gap: 12px;
  padding: 18px 18px 12px;
}

.retail-photo {
  position: relative;
  min-height: 438px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 184, 211, 0.22);
  border-radius: 16px;
  background: #f8feff;
  box-shadow: 0 16px 38px rgba(17,46,58,0.09);
}

.retail-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 438px;
  object-fit: cover;
  object-position: 68% center;
}

.retail-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 45%, rgba(16,32,39,0.55) 100%),
    radial-gradient(circle at 86% 18%, rgba(21,184,211,0.18), transparent 24%);
  pointer-events: none;
}

.retail-photo figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.34);
  border-radius: 14px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 18px 38px rgba(17,46,58,0.16);
  backdrop-filter: blur(16px);
}

.retail-photo figcaption strong,
.retail-photo figcaption span {
  display: block;
}

.retail-photo figcaption strong {
  color: #07515c;
  font-size: 15px;
  font-weight: 900;
}

.retail-photo figcaption span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.store-map {
  position: relative;
  min-height: 438px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 184, 211, 0.22);
  border-radius: 16px;
  background:
    linear-gradient(rgba(21,184,211,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21,184,211,0.08) 1px, transparent 1px),
    radial-gradient(circle at 44% 48%, rgba(56,199,118,0.16), transparent 24%),
    linear-gradient(135deg, #f8feff 0%, #ffffff 48%, #f7fbfc 100%);
  background-size: 34px 34px, 34px 34px, auto, auto;
}

.store-map::before,
.store-map::after {
  position: absolute;
  content: "";
  border-radius: 10px;
  background: rgba(16,32,39,0.06);
  box-shadow:
    0 0 0 1px rgba(16,32,39,0.04),
    0 18px 38px rgba(17,46,58,0.08);
}

.store-map::before {
  left: 31%;
  top: 17%;
  width: 13%;
  height: 52%;
}

.store-map::after {
  right: 20%;
  top: 18%;
  width: 12%;
  height: 54%;
}

.store-zone {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgba(21, 184, 211, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.62), rgba(255,255,255,0.22)),
    rgba(21,184,211,0.06);
  color: #07515c;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.zone-men { left: 6%; top: 12%; width: 22%; height: 30%; }
.zone-women { left: 48%; top: 12%; width: 26%; height: 30%; border-color: rgba(56,199,118,0.34); background-color: rgba(56,199,118,0.06); }
.zone-fitting { left: 7%; bottom: 13%; width: 23%; height: 24%; border-color: rgba(245,166,35,0.34); background-color: rgba(245,166,35,0.07); color: #8a5c00; }
.zone-checkout { right: 6%; bottom: 13%; width: 19%; height: 26%; border-color: rgba(234,84,97,0.3); background-color: rgba(234,84,97,0.06); color: #8d2431; }
.zone-stock { right: 6%; top: 13%; width: 15%; height: 26%; border-color: rgba(139,92,246,0.3); background-color: rgba(139,92,246,0.06); color: #5630a0; }

.store-path {
  position: absolute;
  z-index: 3;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(21,184,211,0.85), rgba(56,199,118,0.72), transparent);
  transform-origin: left center;
  opacity: 0.72;
}

.path-one { left: 17%; top: 50%; width: 56%; transform: rotate(8deg); }
.path-two { left: 24%; bottom: 28%; width: 48%; transform: rotate(-16deg); background: linear-gradient(90deg, transparent, rgba(245,166,35,0.75), rgba(21,184,211,0.76), transparent); }
.path-three { left: 54%; top: 30%; width: 34%; transform: rotate(26deg); }

.store-heat {
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  filter: blur(1px);
  opacity: 0.72;
}

.heat-one { left: 41%; top: 25%; width: 190px; height: 190px; background: radial-gradient(circle, rgba(56,199,118,0.2), transparent 68%); }
.heat-two { right: 9%; bottom: 12%; width: 160px; height: 160px; background: radial-gradient(circle, rgba(234,84,97,0.15), transparent 68%); }
.heat-three { left: 7%; bottom: 9%; width: 150px; height: 150px; background: radial-gradient(circle, rgba(245,166,35,0.16), transparent 68%); }

.store-anchor,
.store-person,
.store-alert {
  position: absolute;
  z-index: 5;
}

.store-anchor {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(21,184,211,0.26);
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  color: #07515c;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 0 0 12px rgba(21,184,211,0.08);
}

.anchor-one { left: 8%; top: 45%; }
.anchor-two { right: 11%; top: 44%; }
.anchor-three { left: 48%; bottom: 9%; }

.store-person {
  width: 22px;
  height: 22px;
  border: 4px solid #ffffff;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 10px 22px rgba(17,46,58,0.18);
}

.store-person::after {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  min-width: 104px;
  padding: 6px 9px;
  border: 1px solid rgba(21,184,211,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  color: #07515c;
  content: attr(data-label);
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  transform: translateX(-50%);
  box-shadow: 0 12px 24px rgba(17,46,58,0.1);
}

.staff-one {
  left: 13%;
  top: 48%;
  animation: retailMoveOne 11s linear infinite;
}

.staff-two {
  right: 12%;
  bottom: 25%;
  background: var(--amber);
  animation: retailMoveTwo 12s linear infinite;
}

.staff-three {
  left: 54%;
  top: 34%;
  background: var(--green);
  animation: retailMoveThree 10s linear infinite;
}

.store-alert {
  right: 24%;
  top: 46%;
  padding: 9px 12px;
  border: 1px solid rgba(234,84,97,0.24);
  border-radius: 999px;
  background: #fff2f4;
  color: #8d2431;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(234,84,97,0.12);
  animation: retailAlert 1.8s ease-in-out infinite;
}

.retail-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 18px 18px;
}

.retail-metrics div {
  min-height: 94px;
  padding: 16px;
  border: 1px solid rgba(21, 184, 211, 0.18);
  border-radius: 10px;
  background: #ffffff;
}

.retail-metrics span,
.retail-metrics strong {
  display: block;
}

.retail-metrics span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.retail-metrics strong {
  margin-top: 10px;
  color: #07515c;
  font-size: 28px;
  line-height: 1;
}

.retail-copy {
  display: grid;
  gap: 10px;
  padding: 14px;
  background:
    radial-gradient(circle at 88% 10%, rgba(245,166,35,0.12), transparent 32%),
    #ffffff;
}

.retail-benefit {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(21, 184, 211, 0.16);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(247,253,253,0.88));
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.retail-benefit:hover {
  border-color: rgba(21,184,211,0.38);
  box-shadow: 0 18px 42px rgba(17,46,58,0.1);
  transform: translateY(-3px);
}

.retail-benefit.primary {
  border-color: rgba(56,199,118,0.26);
  background:
    radial-gradient(circle at 92% 14%, rgba(56,199,118,0.15), transparent 34%),
    #ffffff;
}

.retail-icon {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(21,184,211,0.22);
  border-radius: 16px;
  background:
    conic-gradient(from 30deg, rgba(21,184,211,0.14), rgba(56,199,118,0.38), rgba(245,166,35,0.18), rgba(21,184,211,0.14)),
    #ffffff;
}

.retail-icon::before,
.retail-icon::after {
  position: absolute;
  content: "";
}

.retail-icon::before {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 0 0 8px rgba(21,184,211,0.08);
}

.retail-icon.queue::before {
  border-radius: 50%;
  background: linear-gradient(135deg, var(--amber), var(--cyan));
}

.retail-icon.secure::before {
  background: linear-gradient(135deg, var(--red), var(--amber));
}

.retail-icon.analytics::before {
  border-radius: 50%;
  background: linear-gradient(135deg, #4f8cff, var(--cyan));
}

.retail-benefit h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.25;
}

.retail-benefit p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.retail-brief {
  margin-top: 16px;
  border: 1px solid rgba(21, 184, 211, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 14% 10%, rgba(21,184,211,0.13), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(245,166,35,0.11), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(243,253,253,0.9));
  box-shadow: var(--shadow-soft);
  padding: 20px;
}

.retail-brief-head {
  position: relative;
  display: flex;
  min-height: 148px;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(21,184,211,0.18);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.94), rgba(239,251,251,0.86)),
    radial-gradient(circle at 88% 18%, rgba(245,166,35,0.14), transparent 34%);
}

.retail-brief-head::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(21,184,211,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21,184,211,0.055) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,0.45), rgba(0,0,0,0.06));
  pointer-events: none;
}

.retail-brief-head .eyebrow,
.retail-brief-head h3 {
  position: relative;
  z-index: 1;
}

.retail-brief-head .eyebrow {
  width: max-content;
  max-width: 100%;
}

.retail-brief-head h3 {
  margin: 0;
  max-width: 1040px;
  color: #102027;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.05;
}

.retail-brief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.brief-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(21, 184, 211, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,253,253,0.9));
  box-shadow: 0 12px 28px rgba(17,46,58,0.07);
}

.brief-card::before {
  position: absolute;
  top: -42px;
  right: -42px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21,184,211,0.16), transparent 66%);
  content: "";
}

.brief-wide {
  grid-column: span 2;
}

.brief-no {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #e6002d, #ef426f);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(230,0,45,0.2);
}

.brief-card h4 {
  margin: 18px 0 10px;
  color: #102027;
  font-size: 22px;
  line-height: 1.18;
}

.brief-card p,
.brief-card li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.brief-card p {
  margin: 0;
}

.brief-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brief-card li {
  position: relative;
  padding-left: 22px;
}

.brief-card li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  content: "";
  box-shadow: 0 0 0 6px rgba(21,184,211,0.08);
}

.brief-note {
  margin-top: 18px;
  padding: 14px;
  border-left: 4px solid #e6002d;
  border-radius: 10px;
  background: rgba(16,32,39,0.05);
  color: #334850;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.brief-note.accent {
  border-left-color: var(--amber);
  background: #fff8ed;
  color: #7a560a;
}

.brief-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.brief-tags span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(21,184,211,0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #07515c;
  font-size: 12px;
  font-weight: 900;
}

.brief-benefits {
  grid-column: span 2;
  background:
    radial-gradient(circle at 88% 12%, rgba(56,199,118,0.14), transparent 30%),
    #ffffff;
}

.brief-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.brief-mini-grid div,
.brief-outcomes div {
  padding: 14px;
  border: 1px solid rgba(21,184,211,0.16);
  border-radius: 12px;
  background: rgba(255,255,255,0.82);
}

.brief-mini-grid strong,
.brief-mini-grid span,
.brief-outcomes strong {
  display: block;
}

.brief-mini-grid strong,
.brief-outcomes strong {
  color: #07515c;
  font-size: 15px;
  font-weight: 950;
}

.brief-mini-grid span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.brief-outcomes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.brief-outcomes p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
}

.digital-twin {
  background:
    radial-gradient(circle at 14% 20%, rgba(21,184,211,0.16), transparent 28%),
    radial-gradient(circle at 86% 28%, rgba(56,199,118,0.14), transparent 25%),
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(232,249,249,0.98) 48%, #ffffff 100%);
}

.twin-command {
  overflow: hidden;
  border: 1px solid rgba(21, 184, 211, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.92), rgba(239,251,251,0.86));
  box-shadow: var(--shadow);
}

.twin-command-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
  border-bottom: 1px solid rgba(21, 184, 211, 0.16);
  background: rgba(255,255,255,0.7);
}

.twin-command-top > div:first-child {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
}

.twin-command-top .live-dot {
  grid-row: span 2;
}

.twin-command-top strong,
.twin-command-top small {
  display: block;
}

.twin-command-top strong {
  color: #102027;
  font-size: 18px;
}

.twin-command-top small {
  margin-top: 3px;
  color: var(--muted);
}

.twin-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.twin-status span,
.twin-scenarios span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(21, 184, 211, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #07515c;
  font-size: 12px;
  font-weight: 900;
}

.twin-status span:first-child {
  border-color: rgba(56,199,118,0.28);
  background: #e8fff7;
  color: #08704f;
}

.twin-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 22px;
}

.twin-kpis div {
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(21, 184, 211, 0.17);
  border-radius: 10px;
  background:
    radial-gradient(circle at 86% 18%, rgba(21,184,211,0.12), transparent 36%),
    #ffffff;
  box-shadow: 0 10px 28px rgba(17,46,58,0.08);
}

.twin-kpis span,
.twin-kpis strong,
.twin-kpis small {
  display: block;
}

.twin-kpis span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.twin-kpis strong {
  margin-top: 8px;
  color: #078396;
  font-size: 30px;
  line-height: 1;
}

.twin-kpis small {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.35;
}

.twin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 14px;
  align-items: stretch;
  padding: 0 22px 22px;
}

.twin-stage {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 184, 211, 0.2);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(244,253,253,0.1)),
    url("../img/landing/mekser_vps.png") center / contain no-repeat,
    #f8feff;
  box-shadow: 0 16px 42px rgba(17,46,58,0.1);
}

#floorCanvas {
  width: 100%;
  height: auto;
  aspect-ratio: 1610 / 540;
  display: block;
  min-height: 0;
  margin-top: 58px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)),
    url("../img/landing/mekser_vps.png") center / contain no-repeat;
}

.babylon-scene #floorCanvas {
  background: transparent;
  cursor: grab;
  overscroll-behavior: contain;
  touch-action: none;
}

.babylon-scene #floorCanvas:active {
  cursor: grabbing;
}

.twin-stage.babylon-scene {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(244,253,253,0.82)),
    #f8feff;
}

.stage-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 6;
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(21, 184, 211, 0.14);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(14px);
}

.stage-toolbar span {
  color: #102027;
  font-size: 14px;
  font-weight: 900;
}

.stage-toolbar div {
  display: flex;
  gap: 6px;
}

.stage-toolbar button,
.twin-actions button {
  border: 1px solid rgba(21, 184, 211, 0.22);
  border-radius: 999px;
  background: #ffffff;
  color: #07515c;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
}

.stage-toolbar button {
  min-height: 34px;
  padding: 0 12px;
}

.stage-badge {
  position: absolute;
  z-index: 5;
  left: 18px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #07515c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.stage-badge.top { top: 76px; }
.stage-badge.bottom {
  top: 122px;
  color: #8a5c00;
  border-color: rgba(245, 166, 35, 0.3);
  background: #fff7e8;
}

.stage-badge.sim-alert {
  animation: simAlertPulse 1.8s ease-in-out infinite;
}

.live-panel {
  display: flex;
  flex-direction: column;
  padding: 18px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 80% 12%, rgba(245,166,35,0.13), transparent 32%),
    #ffffff;
}

.panel-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-weight: 900;
}

.event-list {
  display: grid;
  gap: 10px;
}

.event {
  position: relative;
  overflow: hidden;
  padding: 14px;
  border-left: 3px solid rgba(21, 184, 211, 0.6);
  border-radius: 6px;
  background: #f6fbfc;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.event.active {
  border-color: var(--cyan);
  background:
    linear-gradient(90deg, rgba(21,184,211,0.13), rgba(246,251,252,0.96));
  box-shadow: 0 14px 34px rgba(17,46,58,0.08);
  transform: translateX(4px);
}

.event.active::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.72), transparent);
  animation: simSweep 2.4s linear infinite;
}

.event.warning {
  border-color: var(--amber);
  background: #fff9ee;
}

.event strong,
.event span {
  display: block;
}

.event span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.health-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.stage-floating-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 5;
  z-index: 2;
  width: min(300px, calc(100% - 36px));
  padding: 16px;
  border: 1px solid rgba(21, 184, 211, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 42px rgba(17,46,58,0.14);
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.stage-floating-card.sim-update {
  border-color: rgba(21,184,211,0.46);
  box-shadow: 0 22px 52px rgba(17,46,58,0.18);
  transform: translateY(-4px);
}

.stage-floating-card strong,
.stage-floating-card span {
  display: block;
}

.stage-floating-card strong {
  color: #07515c;
}

.stage-floating-card span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.twin-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.twin-actions button {
  min-height: 44px;
  justify-content: center;
  background: linear-gradient(135deg, #ffffff, #effbfc);
}

.twin-actions button:first-child {
  border-color: rgba(245,166,35,0.34);
  color: #8a5c00;
  background: #fff7e8;
}

.twin-scenarios {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 22px 22px;
}

.twin-scenarios span {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.twin-scenarios span.active {
  border-color: rgba(21,184,211,0.42);
  background: linear-gradient(135deg, #ffffff, rgba(21,184,211,0.13));
  color: #07515c;
  box-shadow: 0 12px 28px rgba(17,46,58,0.08);
  transform: translateY(-2px);
}

.architecture {
  background:
    radial-gradient(circle at 18% 14%, rgba(56,199,118,0.14), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f2f8f9 100%);
}

.flow {
  display: grid;
  grid-template-columns: 1fr 44px 1fr 44px 1fr 44px 1fr 44px 1fr;
  align-items: center;
}

.flow-node {
  --flow-a: #15b8d3;
  --flow-b: #38c776;
  position: relative;
  min-height: 190px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(21, 184, 211, 0.18);
  border-radius: 14px;
  background:
    radial-gradient(circle at 86% 14%, color-mix(in srgb, var(--flow-a) 16%, transparent), transparent 32%),
    linear-gradient(145deg, #ffffff, #f7fcfd);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.flow-node:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--flow-a) 42%, rgba(21, 184, 211, 0.22));
  box-shadow: 0 22px 58px rgba(17, 46, 58, 0.14);
}

.flow-node:nth-child(1) { --flow-a: #15b8d3; --flow-b: #38c776; }
.flow-node:nth-child(3) { --flow-a: #38c776; --flow-b: #15b8d3; }
.flow-node:nth-child(5) { --flow-a: #f5a623; --flow-b: #ea5461; }
.flow-node:nth-child(7) { --flow-a: #8b5cf6; --flow-b: #15b8d3; }
.flow-node:nth-child(9) { --flow-a: #4f8cff; --flow-b: #38c776; }

.flow-node::after {
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 92px;
  height: 92px;
  content: "";
  border-radius: 50%;
  background: color-mix(in srgb, var(--flow-a) 14%, transparent);
}

.flow-node strong,
.flow-node small {
  display: block;
}

.flow-node small {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.45;
}

.flow-icon {
  position: relative;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid color-mix(in srgb, var(--flow-a) 28%, transparent);
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,0.86), transparent 28%),
    linear-gradient(135deg, color-mix(in srgb, var(--flow-a) 82%, #ffffff), color-mix(in srgb, var(--flow-b) 74%, #ffffff));
  box-shadow: 0 12px 30px color-mix(in srgb, var(--flow-a) 20%, transparent);
}

.flow-icon::before,
.flow-icon::after {
  position: absolute;
  content: "";
}

.flow-icon::before {
  width: 24px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}

.flow-icon::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 7px rgba(255,255,255,0.22);
}

.flow-icon.listener::before {
  width: 28px;
  height: 18px;
  border-radius: 999px;
}

.flow-icon.listener::after {
  width: 22px;
  height: 3px;
  border-radius: 999px;
  box-shadow: 0 -8px 0 rgba(255,255,255,0.72), 0 8px 0 rgba(255,255,255,0.72);
}

.flow-icon.process::before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border-style: dashed;
}

.flow-icon.process::after {
  width: 12px;
  height: 12px;
}

.flow-icon.data::before {
  width: 28px;
  height: 18px;
  border-radius: 50%;
  transform: translateY(-7px);
}

.flow-icon.data::after {
  width: 28px;
  height: 20px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 50% 50%;
  background: transparent;
  box-shadow: none;
  transform: translateY(4px);
}

.flow-icon.ui::before {
  width: 30px;
  height: 22px;
  border-radius: 5px;
}

.flow-icon.ui::after {
  width: 18px;
  height: 3px;
  border-radius: 999px;
  transform: translateY(17px);
}

.flow-link {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(21,184,211,0.12), rgba(21,184,211,0.74), rgba(56,199,118,0.12));
}

.flow-link::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
  animation: flowPulse 2.6s linear infinite;
}

.case-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.case-card {
  --case-a: #15b8d3;
  --case-b: #38c776;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(circle at 88% 16%, color-mix(in srgb, var(--case-a) 14%, transparent), transparent 34%),
    linear-gradient(145deg, #ffffff, #f8fcfd);
}

.case-card::after {
  position: absolute;
  inset: auto -30px -38px auto;
  width: 120px;
  height: 120px;
  content: "";
  border-radius: 50%;
  background: color-mix(in srgb, var(--case-b) 12%, transparent);
}

.case-card:hover {
  border-color: color-mix(in srgb, var(--case-a) 42%, rgba(21, 184, 211, 0.24));
}

.case-card h3,
.case-card p,
.case-card .card-link {
  position: relative;
  z-index: 1;
}

.case-visual {
  position: relative;
  z-index: 1;
  height: 156px;
  margin: -8px -8px 22px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--case-a) 20%, transparent);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(16,32,39,0.045) 1px, transparent 1px),
    linear-gradient(rgba(16,32,39,0.045) 1px, transparent 1px),
    radial-gradient(circle at 36% 28%, color-mix(in srgb, var(--case-a) 20%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.82), color-mix(in srgb, var(--case-b) 10%, #ffffff));
  background-size: 30px 30px, 30px 30px, auto, auto;
}

.case-no {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-grid;
  width: 36px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: #ffffff;
  color: var(--case-a);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(17,46,58,0.08);
}

.case-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 82px;
  height: 82px;
  border: 1px solid color-mix(in srgb, var(--case-a) 24%, transparent);
  border-radius: 22px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--case-a) 82%, #ffffff), color-mix(in srgb, var(--case-b) 70%, #ffffff));
  box-shadow: 0 22px 48px color-mix(in srgb, var(--case-a) 22%, transparent);
  transform: translate(-50%, -50%);
  transition: transform 220ms ease;
}

.case-card:hover .case-icon {
  transform: translate(-50%, -54%) scale(1.05);
}

.case-icon::before,
.case-icon::after {
  position: absolute;
  content: "";
}

.factory-icon::before {
  left: 18px;
  bottom: 18px;
  width: 46px;
  height: 30px;
  border-radius: 5px 5px 8px 8px;
  background: #ffffff;
  clip-path: polygon(0 34%, 26% 34%, 26% 0, 46% 0, 46% 34%, 70% 34%, 70% 12%, 90% 12%, 90% 34%, 100% 34%, 100% 100%, 0 100%);
}

.factory-icon::after {
  left: 25px;
  bottom: 24px;
  width: 7px;
  height: 7px;
  background: var(--case-a);
  box-shadow: 13px 0 0 var(--case-a), 26px 0 0 var(--case-a);
}

.warehouse-icon::before {
  left: 16px;
  top: 22px;
  width: 50px;
  height: 38px;
  border: 5px solid #ffffff;
  border-bottom-width: 8px;
  border-radius: 6px;
  clip-path: polygon(0 32%, 50% 0, 100% 32%, 100% 100%, 0 100%);
}

.warehouse-icon::after {
  left: 24px;
  bottom: 18px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 18px 0 0 #ffffff, 9px -14px 0 #ffffff;
}

.health-icon::before {
  left: 34px;
  top: 18px;
  width: 14px;
  height: 46px;
  border-radius: 5px;
  background: #ffffff;
}

.health-icon::after {
  left: 18px;
  top: 34px;
  width: 46px;
  height: 14px;
  border-radius: 5px;
  background: #ffffff;
}

.risk-icon::before {
  left: 19px;
  top: 16px;
  width: 44px;
  height: 44px;
  background: #ffffff;
  clip-path: polygon(50% 0, 100% 88%, 0 88%);
}

.risk-icon::after {
  left: 38px;
  top: 31px;
  width: 6px;
  height: 18px;
  border-radius: 999px;
  background: var(--case-a);
  box-shadow: 0 24px 0 -1px var(--case-a);
}

.retail-icon-case::before {
  left: 18px;
  top: 22px;
  width: 46px;
  height: 34px;
  border: 5px solid #ffffff;
  border-radius: 8px;
}

.retail-icon-case::after {
  left: 28px;
  top: 18px;
  width: 26px;
  height: 13px;
  border: 4px solid #ffffff;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.case-path {
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--case-a), var(--case-b), transparent);
}

.case-dot {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--case-a) 14%, transparent);
}

.case-dot.dot-a {
  left: 22%;
  bottom: 19px;
  animation: caseMoveA 4.2s ease-in-out infinite;
}

.case-dot.dot-b {
  right: 22%;
  bottom: 19px;
  animation: caseMoveB 4.8s ease-in-out infinite;
}

.case-factory { --case-a: #15b8d3; --case-b: #38c776; }
.case-warehouse { --case-a: #f5a623; --case-b: #38c776; }
.case-health { --case-a: #4f8cff; --case-b: #15b8d3; }
.case-risk { --case-a: #ea5461; --case-b: #f5a623; }
.case-retail { --case-a: #8b5cf6; --case-b: #15b8d3; }

.insights {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.62fr);
  gap: 36px;
  align-items: center;
  background:
    radial-gradient(circle at 86% 18%, rgba(21,184,211,0.12), transparent 30%),
    radial-gradient(circle at 18% 70%, rgba(56,199,118,0.12), transparent 30%),
    #ffffff;
}

.story-band {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 56px 32px;
  border-top: 1px solid rgba(21,184,211,0.18);
  border-bottom: 1px solid rgba(56,199,118,0.2);
  background:
    linear-gradient(135deg, rgba(8,103,119,0.96), rgba(12,157,139,0.92)),
    #086777;
  color: #ffffff;
}

.story-band h2 {
  max-width: 920px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: clamp(28px, 3.4vw, 48px);
}

.story-band .eyebrow {
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.14);
  color: #ffffff;
  box-shadow: none;
}

.dashboard {
  overflow: hidden;
  padding: 22px;
}

.dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.dash-header span {
  padding: 6px 10px;
  border: 1px solid rgba(56, 199, 118, 0.28);
  border-radius: 999px;
  background: #ecfff4;
  color: #08704f;
  font-size: 12px;
  font-weight: 900;
}

.dash-chart {
  display: flex;
  height: 240px;
  align-items: end;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(16,32,39,0.04) 1px, transparent 1px),
    #f8fcfd;
  background-size: 100% 25%;
}

.dash-chart span {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--cyan), var(--teal) 55%, rgba(56,199,118,0.76));
  box-shadow: 0 0 20px rgba(21, 184, 211, 0.12);
  animation: barGlow 2.8s ease-in-out infinite alternate;
}

.dash-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.final-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.42fr);
  align-items: center;
  gap: 22px;
  overflow: hidden;
  margin: 0;
  padding: 46px 32px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid rgba(21, 184, 211, 0.16);
  background:
    linear-gradient(90deg, rgba(21,184,211,0.055) 1px, transparent 1px),
    linear-gradient(rgba(21,184,211,0.055) 1px, transparent 1px),
    radial-gradient(circle at 86% 16%, rgba(56,199,118,0.24), transparent 30%),
    radial-gradient(circle at 12% 78%, rgba(21,184,211,0.16), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f4fdfd 100%);
  background-size: 38px 38px, 38px 38px, auto, auto, auto;
}

.final-cta::before {
  position: absolute;
  top: -70px;
  right: 8%;
  width: 340px;
  height: 340px;
  content: "";
  border: 1px solid rgba(21,184,211,0.14);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.8), rgba(21,184,211,0.08) 58%, transparent 60%);
  pointer-events: none;
}

.final-cta::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 420px;
  height: 220px;
  content: "";
  border-radius: 999px;
  background: rgba(245,166,35,0.11);
  filter: blur(6px);
  pointer-events: none;
}

.final-cta-copy,
.final-cta-panel {
  position: relative;
  z-index: 1;
}

.final-cta-copy h2 {
  max-width: 1040px;
  margin-bottom: 14px;
  font-size: clamp(38px, 4.2vw, 74px);
  line-height: 0.98;
}

.final-cta-copy p {
  max-width: 930px;
  color: #25444d;
}

.final-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.final-cta-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(21, 184, 211, 0.2);
  border-radius: 999px;
  background: rgba(255,255,255,0.78);
  color: #086777;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(17, 46, 58, 0.07);
}

.final-cta-panel {
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(21, 184, 211, 0.24);
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 28px 80px rgba(17, 46, 58, 0.14);
  backdrop-filter: blur(14px);
}

.cta-orbit {
  position: relative;
  height: 150px;
  margin-bottom: 14px;
  border: 1px solid rgba(21,184,211,0.16);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 50%, rgba(56,199,118,0.16), transparent 20%),
    linear-gradient(90deg, rgba(16,32,39,0.045) 1px, transparent 1px),
    linear-gradient(rgba(16,32,39,0.045) 1px, transparent 1px),
    linear-gradient(145deg, #f9ffff, #eefafa);
  background-size: auto, 24px 24px, 24px 24px, auto;
}

.cta-orbit::before,
.cta-orbit::after {
  position: absolute;
  inset: 24px 74px;
  content: "";
  border: 1px dashed rgba(21,184,211,0.34);
  border-radius: 50%;
}

.cta-orbit::after {
  inset: 43px 105px;
  border-color: rgba(56,199,118,0.36);
}

.orbit-core,
.orbit-node {
  position: absolute;
  border-radius: 50%;
}

.orbit-core {
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, var(--cyan), var(--teal));
  box-shadow: 0 0 0 10px rgba(21,184,211,0.13), 0 18px 34px rgba(21,184,211,0.28);
  transform: translate(-50%, -50%);
}

.orbit-node {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 4px solid var(--cyan);
  box-shadow: 0 12px 26px rgba(17, 46, 58, 0.14);
}

.node-one {
  top: 31px;
  left: 25%;
  animation: orbitFloatOne 3.4s ease-in-out infinite;
}

.node-two {
  right: 23%;
  bottom: 30px;
  border-color: var(--teal);
  animation: orbitFloatTwo 3.9s ease-in-out infinite;
}

.node-three {
  top: 49px;
  right: 16%;
  border-color: var(--amber);
  animation: orbitFloatThree 4.2s ease-in-out infinite;
}

.cta-panel-content strong,
.cta-panel-content span {
  display: block;
}

.cta-panel-content strong {
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
}

.cta-panel-content span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.final-cta-panel .button {
  width: 100%;
  margin-top: 18px;
  justify-content: center;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.66fr);
  gap: 34px;
  align-items: start;
  background:
    radial-gradient(circle at 12% 18%, rgba(21,184,211,0.14), transparent 28%),
    radial-gradient(circle at 86% 72%, rgba(56,199,118,0.14), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f2fbfb 100%);
}

.contact-intro p {
  max-width: 760px;
  font-size: 18px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.contact-cards a,
.contact-panel {
  border: 1px solid rgba(21, 184, 211, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.contact-cards a {
  min-height: 116px;
  padding: 18px;
}

.contact-cards strong,
.contact-cards span {
  display: block;
}

.contact-cards strong {
  color: #07515c;
}

.contact-cards span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.contact-panel {
  padding: 24px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-field {
  display: grid;
  gap: 8px;
}

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-field span,
.contact-consent {
  color: #25444d;
  font-size: 13px;
  font-weight: 800;
}

.contact-input,
.contact-textarea {
  width: 100%;
  border: 1px solid rgba(21, 184, 211, 0.2);
  border-radius: 8px;
  background: #f8feff;
  color: var(--ink);
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-input {
  height: 48px;
  padding: 0 14px;
}

.contact-textarea {
  min-height: 132px;
  resize: vertical;
  padding: 13px 14px;
}

.contact-input:focus,
.contact-textarea:focus {
  border-color: rgba(21, 184, 211, 0.58);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(21, 184, 211, 0.12);
}

.contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  line-height: 1.45;
}

.contact-consent input {
  margin-top: 3px;
  accent-color: var(--teal);
}

.contact-consent a {
  color: #1a5cff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-consent a:hover {
  color: #073fbd;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.contact-actions .button {
  border: 0;
  cursor: pointer;
}

.contact-status {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.site-footer {
  width: 100%;
  padding: 34px 32px 22px;
  border-top: 1px solid rgba(21, 184, 211, 0.18);
  background:
    radial-gradient(circle at 12% 18%, rgba(21,184,211,0.16), transparent 26%),
    radial-gradient(circle at 90% 24%, rgba(56,199,118,0.13), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #eefafa 100%);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(360px, 1fr) minmax(300px, 0.7fr);
  gap: 24px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(21, 184, 211, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 54px rgba(17, 46, 58, 0.1);
  backdrop-filter: blur(16px);
}

.footer-brand {
  display: grid;
  gap: 12px;
}

.footer-brand img {
  width: 150px;
  max-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(21, 184, 211, 0.18);
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 20%, rgba(21,184,211,0.24), transparent 36%),
    linear-gradient(135deg, #071c24, #12343d);
  box-shadow: 0 10px 26px rgba(7, 28, 36, 0.18);
  object-fit: contain;
}

.footer-brand span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.footer-brand span strong {
  color: #07515c;
  font-weight: 900;
}

.footer-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-statement {
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

.footer-statement strong {
  color: #102027;
  font-size: 18px;
  line-height: 1.25;
}

.footer-statement span {
  max-width: 560px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.footer-statement .asis-link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(11, 82, 214, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff, #eef5ff);
  color: #0b52d6;
  font-size: 13px;
  font-weight: 900;
}

.footer-statement .asis-link:hover {
  border-color: rgba(11, 82, 214, 0.34);
  box-shadow: 0 10px 24px rgba(11, 82, 214, 0.08);
}

.footer-contacts {
  justify-content: flex-end;
}

.fc-link {
  display: inline-grid;
  min-width: 178px;
  gap: 4px;
  padding: 13px 15px;
  border: 1px solid rgba(21, 184, 211, 0.16);
  border-radius: 12px;
  background:
    radial-gradient(circle at 90% 18%, rgba(21,184,211,0.12), transparent 32%),
    rgba(255,255,255,0.88);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.fc-link:hover {
  transform: translateY(-2px);
  border-color: rgba(21, 184, 211, 0.34);
  box-shadow: 0 12px 28px rgba(17, 46, 58, 0.1);
}

.fc-link span {
  color: var(--muted);
  font-size: 12px;
}

.fc-link strong {
  color: #102027;
  font-size: 13px;
}

.dialog-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 30, 38, 0.46);
  backdrop-filter: blur(10px);
}

.dialog-backdrop.open {
  display: flex;
}

.dialog-panel {
  position: relative;
  width: min(720px, 100%);
  max-height: min(760px, calc(100svh - 48px));
  overflow: auto;
  padding: 34px;
  border: 1px solid rgba(21, 184, 211, 0.26);
  border-radius: 12px;
  background:
    radial-gradient(circle at 92% 8%, rgba(21,184,211,0.12), transparent 28%),
    #ffffff;
  box-shadow: 0 34px 90px rgba(8, 30, 38, 0.28);
}

.dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #ffffff;
  color: #102027;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.dialog-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #e8fff7;
  color: #08704f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dialog-panel h2 {
  padding-right: 34px;
  font-size: clamp(28px, 4vw, 44px);
}

.dialog-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.dialog-point {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fcfd;
}

.dialog-point strong,
.dialog-point small {
  display: block;
}

.dialog-point strong {
  color: #07515c;
}

.dialog-point small {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.45;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js-reveal .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 720ms ease, transform 720ms ease;
}

.js-reveal .reveal.in-view,
.js-reveal .hero .reveal {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 120ms; }
.delay-2 { transition-delay: 220ms; }

@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 rgba(56, 199, 118, 0.58); }
  70% { box-shadow: 0 0 0 10px rgba(56, 199, 118, 0); }
  100% { box-shadow: 0 0 0 0 rgba(56, 199, 118, 0); }
}

@keyframes moveOne {
  0% { left: 10%; top: 28%; }
  32% { left: 56%; top: 35%; }
  64% { left: 72%; top: 66%; }
  100% { left: 10%; top: 28%; }
}

@keyframes moveTwo {
  0% { left: 70%; top: 22%; }
  40% { left: 36%; top: 54%; }
  72% { left: 18%; top: 72%; }
  100% { left: 70%; top: 22%; }
}

@keyframes moveThree {
  0% { left: 28%; top: 78%; }
  44% { left: 62%; top: 70%; }
  68% { left: 78%; top: 48%; }
  100% { left: 28%; top: 78%; }
}

@keyframes tagSignal {
  0% { opacity: 0.8; transform: scale(0.72); }
  70% { opacity: 0; transform: scale(1.55); }
  100% { opacity: 0; transform: scale(1.55); }
}

@keyframes packetFlow {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

@keyframes dataMoveOne {
  0%, 100% { transform: translate(0, 0); }
  45% { transform: translate(175px, 72px); }
  70% { transform: translate(225px, 126px); }
}

@keyframes dataMoveTwo {
  0%, 100% { transform: translate(0, 0); }
  48% { transform: translate(82px, -52px); }
  78% { transform: translate(138px, -84px); }
}

@keyframes dataMoveThree {
  0%, 100% { transform: translate(0, 0); }
  52% { transform: translate(-92px, 42px); }
  82% { transform: translate(-146px, 72px); }
}

@keyframes scenarioPulse {
  0%, 100% { transform: scale(0.94); opacity: 0.44; }
  50% { transform: scale(1.08); opacity: 0.78; }
}

@keyframes scenarioForklift {
  0% { transform: translate(0, 0); }
  35% { transform: translate(170px, 0); }
  58% { transform: translate(250px, -42px); }
  78% { transform: translate(330px, -42px); }
  100% { transform: translate(0, 0); }
}

@keyframes scenarioPerson {
  0% { transform: translate(0, 0); }
  28% { transform: translate(90px, -20px); }
  56% { transform: translate(145px, 22px); }
  78% { transform: translate(42px, 42px); }
  100% { transform: translate(0, 0); }
}

@keyframes scenarioAsset {
  0% { transform: translate(0, 0); }
  30% { transform: translate(-58px, 34px); }
  62% { transform: translate(-126px, 34px); }
  82% { transform: translate(-86px, -12px); }
  100% { transform: translate(0, 0); }
}

@keyframes scenarioBeam {
  0% { opacity: 0.16; filter: saturate(0.7); }
  45% { opacity: 0.88; filter: saturate(1.25); }
  100% { opacity: 0.16; filter: saturate(0.7); }
}

@keyframes valueRoutePulse {
  0%, 100% { opacity: 0.42; filter: drop-shadow(0 0 4px currentColor); }
  50% { opacity: 0.92; filter: drop-shadow(0 0 12px currentColor); }
}

@keyframes valuePersonA {
  0%, 100% { transform: translate(0, 0); }
  42% { transform: translate(-40px, 26px); }
  72% { transform: translate(-72px, 12px); }
}

@keyframes valuePersonB {
  0%, 100% { transform: translate(0, 0); }
  35% { transform: translate(-54px, -14px); }
  70% { transform: translate(-92px, 18px); }
}

@keyframes valueForkliftA {
  0%, 100% { transform: translate(0, 0); }
  38% { transform: translate(84px, -6px); }
  72% { transform: translate(152px, -38px); }
}

@keyframes valueForkliftB {
  0%, 100% { transform: translate(0, 0); }
  46% { transform: translate(-70px, 28px); }
  78% { transform: translate(-124px, 18px); }
}

@keyframes valueAlarmPulse {
  0%, 100% { transform: scale(0.94); box-shadow: 0 0 0 10px rgba(234,84,97,0.1), 0 0 22px rgba(234,84,97,0.28); }
  50% { transform: scale(1.08); box-shadow: 0 0 0 20px rgba(234,84,97,0.16), 0 0 38px rgba(234,84,97,0.46); }
}

@keyframes valueTagPulse {
  0%, 100% { transform: scale(0.92); opacity: 0.72; }
  50% { transform: scale(1.16); opacity: 1; }
}

@keyframes barGlow {
  from { filter: brightness(0.92); }
  to { filter: brightness(1.08); }
}

@keyframes radarPulse {
  0%, 100% { opacity: 0.55; transform: translate(-50%, -50%) scale(0.96); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.04); }
}

@keyframes floatTagOne {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(42px, -24px); }
}

@keyframes floatTagTwo {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-36px, 30px); }
}

@keyframes floatTagThree {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(28px, 34px); }
}

@keyframes marketRouteA {
  0%, 100% { left: 18%; top: 49%; }
  22% { left: 18%; top: 34%; }
  44% { left: 29%; top: 34%; }
  70% { left: 29%; top: 62%; }
  86% { left: 18%; top: 62%; }
}

@keyframes marketRouteB {
  0%, 100% { left: 31%; top: 61%; }
  24% { left: 31%; top: 75%; }
  48% { left: 47%; top: 75%; }
  72% { left: 47%; top: 53%; }
  88% { left: 31%; top: 53%; }
}

@keyframes marketRouteC {
  0%, 100% { left: 47%; top: 28%; }
  20% { left: 47%; top: 18%; }
  44% { left: 60%; top: 18%; }
  72% { left: 60%; top: 48%; }
  88% { left: 47%; top: 48%; }
}

@keyframes marketRouteD {
  0%, 100% { left: 62%; top: 60%; }
  26% { left: 62%; top: 34%; }
  48% { left: 70%; top: 34%; }
  74% { left: 70%; top: 63%; }
  90% { left: 62%; top: 63%; }
}

@keyframes marketRouteE {
  0%, 100% { left: 74%; top: 43%; }
  22% { left: 84%; top: 43%; }
  46% { left: 84%; top: 62%; }
  70% { left: 76%; top: 62%; }
  88% { left: 76%; top: 34%; }
}

@keyframes marketRouteF {
  0%, 100% { left: 85%; top: 70%; }
  24% { left: 73%; top: 70%; }
  48% { left: 73%; top: 78%; }
  72% { left: 90%; top: 78%; }
  88% { left: 90%; top: 60%; }
}

@keyframes shopperRouteA {
  0%, 100% { left: 24%; top: 68%; }
  34% { left: 38%; top: 68%; }
  62% { left: 38%; top: 52%; }
  82% { left: 24%; top: 52%; }
}

@keyframes shopperRouteB {
  0%, 100% { left: 39%; top: 37%; }
  28% { left: 39%; top: 21%; }
  54% { left: 52%; top: 21%; }
  80% { left: 52%; top: 39%; }
}

@keyframes shopperRouteC {
  0%, 100% { left: 67%; top: 33%; }
  30% { left: 74%; top: 33%; }
  56% { left: 74%; top: 54%; }
  82% { left: 65%; top: 54%; }
}

@keyframes shopperRouteD {
  0%, 100% { left: 82%; top: 55%; }
  24% { left: 91%; top: 55%; }
  52% { left: 91%; top: 74%; }
  78% { left: 82%; top: 74%; }
}

@keyframes staffRouteA {
  0%, 100% { left: 12%; top: 35%; }
  28% { left: 22%; top: 35%; }
  56% { left: 22%; top: 52%; }
  82% { left: 12%; top: 52%; }
}

@keyframes staffRouteB {
  0%, 100% { left: 35%; top: 76%; }
  28% { left: 51%; top: 76%; }
  58% { left: 51%; top: 64%; }
  82% { left: 35%; top: 64%; }
}

@keyframes staffRouteC {
  0%, 100% { left: 58%; top: 48%; }
  30% { left: 58%; top: 24%; }
  56% { left: 66%; top: 24%; }
  82% { left: 66%; top: 48%; }
}

@keyframes staffRouteD {
  0%, 100% { left: 90%; top: 61%; }
  26% { left: 78%; top: 61%; }
  52% { left: 78%; top: 77%; }
  80% { left: 90%; top: 77%; }
}

@keyframes simAlertPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(245,166,35,0.28); }
  50% { box-shadow: 0 0 0 8px rgba(245,166,35,0); }
}

@keyframes simSweep {
  from { transform: translateX(-120%); }
  to { transform: translateX(120%); }
}

@keyframes flowPulse {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

@keyframes flowPulseY {
  from { transform: translateY(-100%); }
  to { transform: translateY(100%); }
}

@keyframes caseMoveA {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(46px); }
}

@keyframes caseMoveB {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-46px); }
}

@keyframes stripPulse {
  0%, 100% { opacity: 0.55; transform: scale(0.86); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes stripFlow {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

@keyframes orbitFloatOne {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(36px, 18px); }
}

@keyframes orbitFloatTwo {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-34px, -16px); }
}

@keyframes orbitFloatThree {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-20px, 28px); }
}

@keyframes retailMoveOne {
  0%, 100% { transform: translate(0, 0); }
  24% { transform: translate(120px, -38px); }
  52% { transform: translate(300px, 24px); }
  76% { transform: translate(162px, 96px); }
}

@keyframes retailMoveTwo {
  0%, 100% { transform: translate(0, 0); }
  28% { transform: translate(-96px, -34px); }
  58% { transform: translate(-268px, -80px); }
  82% { transform: translate(-120px, 36px); }
}

@keyframes retailMoveThree {
  0%, 100% { transform: translate(0, 0); }
  30% { transform: translate(128px, 44px); }
  60% { transform: translate(-84px, 122px); }
  84% { transform: translate(-170px, 18px); }
}

@keyframes retailAlert {
  0%, 100% { transform: translateY(0); box-shadow: 0 12px 28px rgba(234,84,97,0.12); }
  50% { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(234,84,97,0.2); }
}

@media (max-width: 1160px) {
  .hero,
  .split-section,
  .twin-layout,
  .retail-grid,
  .product-showcase,
  .insights,
  .contact-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .tech-what {
    grid-template-columns: 1fr;
    padding-bottom: 10px;
  }

  .tech-explain {
    min-height: auto;
  }

  .hero-card {
    justify-self: start;
  }

  .value-hero {
    grid-template-columns: 1fr;
  }

  .value-visual {
    min-height: 300px;
  }

  .value-visual-panel {
    right: 10px;
    bottom: 10px;
    max-width: 190px;
    padding: 10px;
  }

  .value-visual-panel span {
    display: none;
  }

  .value-actor::after,
  .value-alarm::after {
    min-width: 48px;
    padding: 5px 6px;
    font-size: 9px;
  }

  .value-grid,
  .product-grid,
  .module-grid,
  .case-track,
  .contact-cards,
  .transition-strip {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .product-showcase {
    gap: 10px;
    padding: 12px;
  }

  .product-showcase-visual {
    min-height: 190px;
  }

  .product-card {
    min-height: auto;
  }

  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .twin-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .retail-grid {
    gap: 12px;
  }

  .retail-demo {
    grid-template-columns: 1fr;
  }

  .retail-brief-head,
  .retail-brief-grid {
    grid-template-columns: 1fr;
  }

  .brief-wide,
  .brief-benefits {
    grid-column: auto;
  }

  .retail-photo,
  .retail-photo img,
  .store-map {
    min-height: 360px;
  }

  .transition-strip .strip-line {
    display: block;
    width: 4px;
    height: 26px;
    justify-self: center;
  }

  .transition-strip .strip-line::after {
    background: linear-gradient(180deg, transparent, var(--cyan), var(--green), transparent);
    animation-name: flowPulseY;
  }

  .flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .flow-link {
    width: 2px;
    height: 34px;
    justify-self: center;
  }

  .flow-link::after {
    background: linear-gradient(180deg, transparent, #ffffff, transparent);
    animation-name: flowPulseY;
  }

  .final-cta-panel {
    max-width: 560px;
  }
}

@media (max-width: 760px) {
  .topbar {
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    transform: none;
    padding-right: 14px;
    padding-left: 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .nav-links {
    display: none;
  }

  .menu-toggle {
    display: grid;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }

  .mobile-menu {
    position: fixed;
    top: 68px;
    right: 12px;
    left: 12px;
    z-index: 19;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(21,184,211,0.18);
    border-radius: 18px;
    background:
      radial-gradient(circle at 88% 12%, rgba(56,199,118,0.12), transparent 30%),
      rgba(255,255,255,0.96);
    box-shadow: 0 22px 60px rgba(17,46,58,0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px) scale(0.98);
    transition: opacity 180ms ease, transform 180ms ease;
    backdrop-filter: blur(18px);
  }

  body.menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .mobile-menu a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    border: 1px solid rgba(21,184,211,0.14);
    border-radius: 12px;
    background: #ffffff;
    color: #07515c;
    font-size: 14px;
    font-weight: 900;
  }

  .mobile-menu a::after {
    color: var(--cyan);
    content: "›";
    font-size: 20px;
    line-height: 1;
  }

  .brand-logo-img {
    width: 96px;
  }

  .brand-text {
    display: none;
  }

  .nav-cta {
    padding: 10px 14px;
  }

  .login-link {
    min-height: 38px;
    padding: 0 12px;
  }

  .hero,
  .section,
  .final-cta,
  .proof-strip,
  .transition-strip,
  .story-band {
    padding-right: 12px;
    padding-left: 12px;
  }

  .hero {
    min-height: auto;
    padding-top: 112px;
    padding-bottom: 58px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 58%, rgba(247,250,252,0.98) 100%),
      url("../img/landing/rtls-hero-light.png");
    background-position: center top;
    background-size: cover;
  }

  .hero-copy,
  .hero-copy h1,
  .hero-copy p,
  .hero-actions,
  .trust-row,
  .eyebrow {
    width: 100%;
    max-width: 100%;
  }

  h1 {
    font-size: clamp(37px, 10.8vw, 50px);
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(28px, 8.8vw, 42px);
    overflow-wrap: anywhere;
  }

  .lead,
  .hero-copy p,
  .section-copy p,
  .section-heading p,
  .insight-copy p,
  .final-cta p {
    font-size: 16px;
  }

  .eyebrow {
    align-items: flex-start;
    white-space: normal;
    line-height: 1.35;
  }

  .hero-actions,
  .trust-row,
  .proof-strip,
  .value-grid,
  .product-grid,
  .module-grid,
  .retail-metrics,
  .transition-strip,
  .case-track,
  .tech-metrics,
  .contact-grid,
  .contact-cards,
  .card-stats,
  .dash-grid {
    grid-template-columns: 1fr;
  }

  .section-copy,
  .section-heading,
  .value-hero,
  .twin-command,
  .retail-grid,
  .retail-brief,
  .module-grid,
  .flow,
  .case-track,
  .insights,
  .contact-grid {
    width: 100%;
    max-width: 100%;
  }

  .hero-actions {
    display: grid;
  }

  .transition-strip {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .store-map {
    min-height: 360px;
  }

  .retail-demo {
    padding: 12px;
  }

  .retail-photo,
  .retail-photo img {
    min-height: 300px;
  }

  .retail-photo figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 11px;
  }

  .staff-one {
    animation-name: retailMoveOneMobile;
  }

  .staff-two {
    animation-name: retailMoveTwoMobile;
  }

  .staff-three {
    animation-name: retailMoveThreeMobile;
  }

  .retail-copy {
    padding: 10px;
  }

  .retail-benefit {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: auto;
    padding: 14px;
  }

  .retail-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .retail-benefit h3 {
    font-size: 17px;
  }

  .retail-brief {
    padding: 12px;
    border-radius: 16px;
  }

  .retail-brief-head {
    gap: 10px;
    min-height: auto;
    padding: 16px;
    border-radius: 14px;
  }

  .retail-brief-head h3 {
    font-size: clamp(24px, 7.8vw, 34px);
  }

  .brief-card {
    min-height: auto;
    padding: 16px;
    border-radius: 14px;
  }

  .brief-card h4 {
    font-size: 19px;
  }

  .brief-card p,
  .brief-card li {
    font-size: 14px;
  }

  .brief-mini-grid,
  .brief-outcomes {
    grid-template-columns: 1fr;
  }

  .store-zone,
  .store-alert,
  .store-person::after {
    font-size: 10px;
  }

  .strip-item {
    min-height: auto;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    border-radius: 14px;
  }

  .strip-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .strip-icon span {
    top: -6px;
    right: -6px;
    width: 26px;
    height: 26px;
    font-size: 10px;
  }

  .strip-item strong {
    font-size: 16px;
  }

  .strip-item em {
    margin-top: 8px;
    font-size: 10px;
  }

  .hero-actions .button,
  .final-cta .button {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    text-align: center;
  }

  .button.ghost {
    width: 100%;
  }

  .hero-card,
  .mini-map,
  .tech-explain,
  .live-panel,
  .dashboard {
    width: 100%;
    max-width: 100%;
  }

  .twin-command,
  .twin-stage {
    width: 100%;
    max-width: 100%;
  }

  #floorCanvas {
    aspect-ratio: 4 / 3;
    min-height: 310px;
    margin-top: 104px;
  }

  .tech-radar {
    height: 320px;
  }

  .hero-radar {
    height: 300px;
    margin: 12px;
  }

  .tech-mini-map {
    height: 300px;
    margin: 0 0 14px;
  }

  .rtls-scenario .floor-zone {
    padding: 8px;
  }

  .rtls-scenario .floor-zone strong,
  .rtls-scenario .floor-zone span {
    font-size: 9px;
  }

  .scenario-panel {
    right: 10px;
    bottom: 10px;
    width: 170px;
    padding: 10px;
  }

  .scenario-panel small {
    display: none;
  }

  .scenario-actor::after {
    min-width: 58px;
    padding: 5px 6px;
    font-size: 9px;
  }

  .alarm-zone {
    padding: 5px 7px;
    font-size: 9px;
  }

  .radar-tag {
    padding: 7px 10px;
    font-size: 11px;
  }

  .ring-three {
    width: 260px;
    height: 260px;
  }

  .stack-row {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 14px;
  }

  .stack-row > span {
    width: 36px;
    height: 36px;
  }

  .mini-map {
    height: 300px;
    margin: 12px;
  }

  .tech-mini-map {
    margin: 0 0 14px;
  }

  .section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .tech-what,
  .value-section,
  .digital-twin {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .final-cta {
    gap: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .final-cta::before {
    top: -80px;
    right: -110px;
    width: 260px;
    height: 260px;
  }

  .final-cta-copy h2 {
    font-size: clamp(32px, 9vw, 48px);
    line-height: 1.04;
  }

  .final-cta-points {
    gap: 7px;
  }

  .final-cta-points span {
    min-height: 31px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .final-cta-panel {
    padding: 14px;
    border-radius: 14px;
  }

  .cta-orbit {
    height: 124px;
  }

  .cta-orbit::before {
    inset: 22px 42px;
  }

  .cta-orbit::after {
    inset: 38px 70px;
  }

  .cta-panel-content strong {
    font-size: 16px;
  }

  .value-hero {
    gap: 14px;
    margin-bottom: 14px;
  }

  .value-proof {
    margin-top: 14px;
  }

  .value-proof span {
    min-height: 32px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .value-visual {
    min-height: 238px;
    border-radius: 14px;
  }

  .value-visual::before {
    inset: 8px;
  }

  .value-visual-panel {
    right: 10px;
    bottom: 10px;
    left: 10px;
    max-width: none;
    padding: 11px 12px;
  }

  .value-card,
  .module-card,
  .case-card {
    min-height: auto;
  }

  .value-card {
    padding: 20px;
  }

  .value-card-top {
    margin-bottom: 16px;
  }

  .value-icon {
    width: 54px;
    height: 54px;
    border-radius: 15px;
  }

  .case-visual {
    height: 138px;
  }

  .twin-stage {
    min-height: 420px;
  }

  .live-panel,
  .dashboard {
    padding: 16px;
  }

  .twin-command-top,
  .twin-status,
  .stage-toolbar {
    display: grid;
  }

  .twin-command-top,
  .twin-kpis,
  .twin-layout,
  .twin-scenarios {
    padding-right: 14px;
    padding-left: 14px;
  }

  .twin-kpis {
    grid-template-columns: 1fr;
  }

  .twin-layout {
    padding-bottom: 14px;
  }

  .stage-toolbar {
    gap: 8px;
    min-height: 94px;
  }

  .stage-toolbar div {
    flex-wrap: wrap;
  }

  .stage-toolbar button {
    min-height: 30px;
    padding: 0 10px;
    font-size: 11px;
  }

  .stage-badge {
    left: 12px;
    max-width: calc(100% - 24px);
    padding: 8px 10px;
    font-size: 11px;
  }

  .stage-badge.top { top: 84px; }
  .stage-badge.bottom { top: 126px; }

  .stage-floating-card {
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-width: 0;
    padding: 12px;
  }

  .final-cta {
    display: block;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .transition-strip,
  .story-band,
  .footer-main,
  .dialog-points {
    grid-template-columns: 1fr;
  }

  .footer-contacts {
    justify-content: flex-start;
  }

  .story-band {
    display: grid;
  }

  .section-break {
    min-height: 10px;
  }

  .section-break span {
    min-height: 10px;
  }

  .dialog-panel {
    padding: 24px;
  }

  .final-cta .button {
    margin-top: 18px;
  }
}

@keyframes retailMoveOneMobile {
  0%, 100% { transform: translate(0, 0); }
  28% { transform: translate(54px, -24px); }
  58% { transform: translate(112px, 18px); }
  82% { transform: translate(62px, 72px); }
}

@keyframes retailMoveTwoMobile {
  0%, 100% { transform: translate(0, 0); }
  30% { transform: translate(-46px, -22px); }
  60% { transform: translate(-94px, -54px); }
  84% { transform: translate(-48px, 28px); }
}

@keyframes retailMoveThreeMobile {
  0%, 100% { transform: translate(0, 0); }
  30% { transform: translate(48px, 34px); }
  60% { transform: translate(-42px, 82px); }
  84% { transform: translate(-86px, 14px); }
}

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