:root {
  color-scheme: light;
  --blue: #2457a6;
  --blue-soft: #e9f0fa;
  --blue-pale: #f5f8fd;
  --slate: #314058;
  --slate-soft: #64748b;
  --line: #d6e0ef;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--white);
  color: var(--slate);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }

.site-shell { overflow: hidden; }

.navbar {
  width: min(1320px, calc(100% - 96px));
  height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid #edf1f6;
}

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { display: block; width: 100px; height: auto; }
.brand-tagline { padding-left: 12px; border-left: 1px solid #d6e0ef; color: var(--blue); font-size: 22px; font-weight: 800; letter-spacing: .06em; line-height: 1; white-space: nowrap; }
.navbar-actions { display: flex; align-items: center; gap: 12px; }
.mobile-menu-toggle { display: none; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: auto;
  color: #52627a;
  font-size: 14px;
  font-weight: 600;
}

.nav-links a:hover { color: var(--blue); }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 25px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 750;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover { transform: translateY(-2px); }
.button:focus-visible, .nav-links a:focus-visible, .brand:focus-visible {
  outline: 3px solid #9dbce7;
  outline-offset: 4px;
}

.button-small { min-height: 42px; padding: 0 17px; background: var(--blue); color: var(--white); box-shadow: 0 8px 16px rgb(36 87 166 / 16%); }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 15px 28px rgb(36 87 166 / 22%); }
.button-secondary { color: var(--blue); border: 1px solid #b9cce8; background: var(--white); }

.demo-modal {
  width: min(620px, calc(100vw - 48px));
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 30px 70px rgb(16 28 45 / 30%);
  color: var(--slate);
}
.demo-modal::backdrop { background: rgb(20 33 52 / 62%); backdrop-filter: blur(3px); }
.demo-request-form { padding: 33px; }
.demo-modal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.demo-modal .section-eyebrow { margin: 0 0 7px; color: var(--blue); font-size: 12px; }
.demo-modal h2 { margin: 0; color: var(--slate); font-size: 30px; letter-spacing: -.035em; }
.demo-modal-close { width: 38px; height: 38px; border: 1px solid #cbd9eb; border-radius: 50%; background: var(--white); color: var(--slate); cursor: pointer; font-size: 27px; line-height: 1; }
.demo-modal-close:hover { background: var(--blue-pale); color: var(--blue); }
.demo-modal-intro { margin: 15px 0 24px; color: #5a6c85; font-size: 15px; line-height: 1.5; }
.demo-request-form label { display: grid; gap: 7px; margin-top: 17px; color: var(--slate); font-size: 14px; font-weight: 750; }
.demo-field-label { display: inline-flex; align-items: baseline; gap: 4px; }
.demo-field-label b { color: var(--blue); }
.demo-field-label small { margin-left: 3px; color: #6c7b90; font-size: 12px; font-weight: 600; }
.demo-name-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.demo-name-fields label { min-width: 0; }
.demo-request-form input, .demo-request-form textarea { width: 100%; border: 1px solid #bfd0e5; border-radius: 8px; background: var(--white); color: var(--slate); font: inherit; font-size: 15px; font-weight: 500; outline: none; }
.demo-request-form input { height: 46px; padding: 0 13px; }
.demo-request-form textarea { min-height: 98px; padding: 12px 13px; resize: vertical; }
.demo-request-form input:focus, .demo-request-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgb(36 87 166 / 14%); }
.demo-modal-note { margin: 18px 0 0; color: #64748b; font-size: 13px; line-height: 1.45; }
.demo-modal-actions { display: flex; justify-content: flex-end; gap: 11px; margin-top: 24px; }
.demo-modal-actions .button { min-height: 46px; }

.hero {
  width: min(1320px, calc(100% - 96px));
  min-height: 710px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 0.85fr) minmax(700px, 1.25fr);
  align-items: center;
  gap: 42px;
  padding: 74px 0 98px;
}

.hero-copy { max-width: 545px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: var(--blue); letter-spacing: 0.11em; font-size: 20px; font-weight: 800; }

h1 {
  margin: 0;
  max-width: 560px;
  color: var(--slate);
  font-size: clamp(47px, 4.15vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.048em;
}

.hero-description {
  max-width: 510px;
  margin: 25px 0 32px;
  color: #586a83;
  font-size: 19px;
  line-height: 1.58;
}

.hero-actions { display: flex; gap: 13px; }

.hero-visual {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 34px 18px 34px 34px;
  border-radius: 48px;
  background: linear-gradient(135deg, #f7faff, #ffffff 58%);
  border: 1px solid #eef3fa;
}

.visual-stage {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 420px;
}

.camera-feed {
  position: absolute;
  left: 0;
  top: 108px;
  width: 250px;
  height: 188px;
  overflow: visible;
  border: 1px solid #cbd8e9;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 35px rgb(49 64 88 / 13%);
  animation: feed-enter 1s cubic-bezier(.22, .75, .3, 1) both;
}

.camera-feed > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: inherit;
}

.camera-label {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--slate);
  background: rgb(255 255 255 / 92%);
  border: 1px solid rgb(209 222 240 / 90%);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .065em;
}

.camera-label { top: -34px; left: 0; padding: 7px 9px; white-space: nowrap; }
.camera-label span { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.mobile-visual-connectors { display: none; }

.person-box {
  position: absolute;
  z-index: 3;
  left: 33%;
  top: 15%;
  width: 18%;
  height: 66%;
  border: 2px solid var(--blue);
  border-radius: 3px;
  opacity: 0;
  animation: detection-appear 500ms ease-out 2s forwards;
}

.person-box span {
  position: absolute;
  top: calc(100% + 3px);
  left: -2px;
  padding: 3px 4px;
  background: var(--blue);
  color: var(--white);
  font-size: 7px;
  font-weight: 800;
}

.restricted-zone { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; overflow: visible; }
.zone-outline { fill: none; stroke: var(--blue); stroke-width: 3; stroke-dasharray: 8 6; stroke-linecap: round; stroke-linejoin: round; }
.zone-reveal { fill: none; stroke: #fff; stroke-width: 12; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 650; stroke-dashoffset: 650; animation: zone-draw 2s linear 3s forwards; }

.connector { position: absolute; z-index: 3; height: 26px; display: flex; align-items: center; transform-origin: left center; opacity: 0; }
.connector span { display: block; width: 100%; height: 2px; background: var(--blue); }
.connector-in { left: 250px; top: 189px; width: 35px; animation: connector-in 1s ease-out 500ms forwards; }
.connector-out { left: 407px; top: 189px; width: 35px; animation: connector-out 1s ease-out 4.54s forwards; }

.edge-device {
  position: absolute;
  z-index: 2;
  left: 280px;
  top: 153px;
  width: 130px;
  height: 98px;
  overflow: hidden;
  background: transparent;
  opacity: 0;
  transform: translateY(18px) scale(.95);
  animation: device-enter 1s cubic-bezier(.22, .75, .3, 1) 1s forwards;
}

.edge-device img { display: block; width: 150%; max-width: none; transform: translate(-16.67%, -16.67%); }
.device-label { position: absolute; z-index: 3; bottom: 2px; left: 50%; padding: 4px 7px; color: var(--white); background: rgb(49 64 88 / 88%); border-radius: 5px; font-size: 12px; font-weight: 800; letter-spacing: .04em; transform: translateX(-50%); }

.dashboard-monitor {
  position: absolute;
  z-index: 5;
  left: 385px;
  top: 86px;
  width: 410px;
  height: 231px;
  overflow: hidden;
  background: var(--white);
  mix-blend-mode: multiply;
  opacity: 0;
  transform: translateX(18px) scale(.97);
  animation: dashboard-enter 1s cubic-bezier(.22, .75, .3, 1) 5.10s forwards;
}

.dashboard-monitor img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

@keyframes feed-enter { from { opacity: 0; transform: translateX(-17px); } to { opacity: 1; transform: translateX(0); } }
@keyframes connector-in { from { opacity: 0; transform: scaleX(0); } to { opacity: 1; transform: scaleX(1); } }
@keyframes connector-out { from { opacity: 0; transform: scaleX(0); } to { opacity: 1; transform: scaleX(1); } }
@keyframes device-enter { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes detection-appear { from { opacity: 0; transform: scale(.91); } to { opacity: 1; transform: scale(1); } }
@keyframes zone-draw { to { stroke-dashoffset: 0; } }
@keyframes dashboard-enter { to { opacity: 1; transform: translateX(0) scale(1); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-delay: 0ms !important; animation-duration: 1ms !important; transition-duration: 1ms !important; }
}

/* Production-customer proof band */
.production-customers { border-top: 1px solid #edf1f6; border-bottom: 1px solid #edf1f6; background: var(--blue-pale); }
.production-customers-inner { display: flex; min-height: 207px; flex-direction: column; align-items: center; justify-content: center; gap: 22px; width: min(1180px, calc(100% - 96px)); margin: 0 auto; padding: 52px 0; }
.production-customers p { margin: 0; color: var(--slate); font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.production-customer-carousel { --customer-logo-width: 181px; position: relative; width: min(820px, 100%); overflow: hidden; isolation: isolate; }
.production-customer-carousel::before, .production-customer-carousel::after { content: ""; position: absolute; z-index: 1; top: 0; bottom: 0; width: 32px; pointer-events: none; }
.production-customer-carousel::before { left: 0; background: linear-gradient(90deg, var(--blue-pale) 0%, rgb(245 248 253 / 90%) 22%, rgb(245 248 253 / 0%) 100%); }
.production-customer-carousel::after { right: 0; background: linear-gradient(270deg, var(--blue-pale) 0%, rgb(245 248 253 / 90%) 22%, rgb(245 248 253 / 0%) 100%); }
.production-customer-logos { display: flex; width: max-content; animation: customer-logo-scroll 32s linear infinite; animation-play-state: paused; will-change: transform; }
.production-customer-carousel.is-visible .production-customer-logos { animation-play-state: running; }
.production-customer-logo-set { display: flex; flex: 0 0 auto; align-items: center; gap: 24px; padding-right: 24px; }
.production-customer-logo { display: block; flex: 0 0 var(--customer-logo-width); width: var(--customer-logo-width); height: 64px; object-fit: contain; mix-blend-mode: multiply; }
@keyframes customer-logo-scroll { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .production-customer-carousel { --customer-logo-width: calc((100vw - 168px) / 4); }
}

@media (max-width: 620px) {
  .production-customer-carousel { --customer-logo-width: calc((100vw - 120px) / 2); }
}

@media (prefers-reduced-motion: reduce) {
  .production-customer-logos { animation: none; }
}

/* Approved modules below the hero */
.section {
  width: min(1180px, calc(100% - 96px));
  margin: 0 auto;
  padding: 122px 0;
}

.section-heading { margin-bottom: 56px; }
.centered-heading { text-align: center; }
.section-eyebrow {
  margin: 0 0 13px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

h2, h3, p { text-wrap: pretty; }
h2 {
  margin: 0;
  color: var(--slate);
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -.04em;
}

h3 { color: var(--slate); }

.getting-started { box-sizing: border-box; display: flex; min-height: 100vh; flex-direction: column; justify-content: center; padding-top: 48px; padding-bottom: 48px; }
.getting-started .section-heading { margin-bottom: 22px; }
.journey {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 720px) 284px;
  justify-content: center;
  gap: 28px;
  width: 100%;
  height: 581px;
  margin: 0;
}
.journey-steps {
  position: relative;
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 13px;
  min-height: 0;
}
.journey-steps::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 98px;
  bottom: 98px;
  left: 30px;
  width: 2px;
  background: #86afe7;
  pointer-events: none;
}
.journey-step { position: relative; z-index: 1; display: grid; grid-template-columns: 62px minmax(0, 1fr); min-width: 0; min-height: 0; }
.journey-marker {
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  align-self: center;
  justify-self: center;
  margin-top: 0;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
}
.journey-panel {
  position: relative;
  display: block;
  min-height: 0;
  border: 1.5px solid #6d9cdf;
  border-radius: 13px;
  background: var(--blue-pale);
  overflow: hidden;
}
.journey-copy { display: grid; height: 100%; min-height: 0; align-content: center; gap: 9px; padding: 16px 24px; }
.journey-copy .step-label { margin: 0; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.journey-copy h3 { margin: 0; font-size: 25px; line-height: 1.1; letter-spacing: -.03em; }
.journey-copy p:last-child { max-width: 510px; margin: 0; color: #566780; font-size: 15px; line-height: 1.5; }
.journey-visuals {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 581px;
  gap: 13px;
  overflow: hidden;
}
.journey-visuals img {
  display: block;
  flex: 0 0 284px;
  width: 100%;
  max-width: none;
  min-height: 0;
  height: 284px;
  border: 1.5px solid #6d9cdf;
  border-radius: 13px;
  background: var(--white);
  object-fit: contain;
}
:is(.use-cases, .getting-started, .capabilities, .pricing, .faq, .analytics-guide) .section-eyebrow { margin-bottom: 12px; font-size: 25px; letter-spacing: -.035em; line-height: 1.05; }

.capabilities { width: 100%; padding: 108px max(48px, calc((100% - 1180px) / 2)); background: var(--blue-pale); }
.capability-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 17px;
  max-width: 1180px;
  margin: 0 auto;
}
.capability-tile {
  grid-column: span 2;
  display: flex;
  min-height: 138px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px;
  border: 1px solid #bdd0ea;
  border-radius: 13px;
  background: var(--white);
  color: var(--slate);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
  text-align: center;
}
.capability-tile svg, .custom-capability-note svg { width: 29px; height: 29px; fill: none; stroke: var(--blue); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.custom-capability-note {
  display: flex;
  max-width: 1180px;
  align-items: center;
  gap: 16px;
  margin: 30px auto 0;
  padding: 21px 27px;
  border: 1px solid #d4e1f2;
  border-radius: 13px;
  background: #edf4fc;
}
.custom-capability-note p { display: flex; align-items: baseline; gap: 9px; margin: 0; color: var(--slate); font-size: 15px; }
.custom-capability-note strong { font-weight: 800; }
.custom-capability-note span { color: #5a6c85; }

.use-cases { padding-bottom: 132px; }
.use-case-layout { display: grid; grid-template-columns: 310px 1fr; gap: 28px; align-items: start; }
.use-case-tabs { display: flex; flex-direction: column; border: 1px solid #d7e1ee; border-radius: 13px; overflow: hidden; }
.use-case-tabs button {
  position: relative;
  min-height: 66px;
  padding: 0 26px 0 31px;
  border: 0;
  border-bottom: 1px solid #d7e1ee;
  background: var(--white);
  color: var(--slate);
  cursor: pointer;
  font: inherit;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}
.use-case-tabs button:last-child { border-bottom: 0; }
.use-case-tabs button[aria-selected="true"] { background: var(--blue-soft); color: var(--blue); }
.use-case-tabs button[aria-selected="true"]::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 7px; background: var(--blue); }
.use-case-tabs button:focus-visible { z-index: 1; outline: 3px solid #9dbce7; outline-offset: -3px; }
.use-case-detail { min-width: 0; }
.use-case-mobile-title { display: none; }
.use-case-scroll-control { display: none; }
.use-case-panel { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid #d0dcea; border-radius: 13px; background: var(--slate); }
.use-case-stage { position: relative; width: 100%; height: 100%; }
.use-case-stage > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.use-case-description { margin: 18px 0 0; padding: 17px 21px; border: 1px solid #cbd9eb; border-left: 5px solid var(--blue); border-radius: 0 10px 10px 0; background: var(--blue-pale); color: var(--slate); font-size: 17px; font-weight: 650; line-height: 1.5; }
.use-case-description summary { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; cursor: pointer; list-style: none; }
.use-case-description summary::-webkit-details-marker { display: none; }
.use-case-description summary > [data-use-case-summary] { flex: 1 1 auto; }
.use-case-description summary:focus-visible { outline: 3px solid #9dbce7; outline-offset: 5px; }
.use-case-read-more { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; color: var(--blue); font-size: 14px; font-weight: 800; white-space: nowrap; }
.use-case-read-more span { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform 180ms ease; }
.use-case-description[open] .use-case-read-more span { transform: rotate(225deg) translate(-2px, -2px); }
.use-case-more-details { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 280ms ease; }
.use-case-description[open] .use-case-more-details { grid-template-rows: 1fr; }
.use-case-more-details-inner { min-height: 0; overflow: hidden; padding-top: 0; color: #566780; font-size: 15px; font-weight: 500; opacity: 0; transform: translateY(-7px); transition: padding-top 280ms ease, opacity 180ms ease, transform 280ms ease; }
.use-case-description[open] .use-case-more-details-inner { padding-top: 13px; opacity: 1; transform: translateY(0); }
.use-case-more-details-inner p { margin: 0 0 8px; }
.use-case-more-details-inner p:last-child { margin-bottom: 0; }
.use-case-description.is-changing { animation: use-case-description-refresh 220ms ease-out; }
@media (prefers-reduced-motion: reduce) {
  .use-case-read-more span, .use-case-more-details, .use-case-more-details-inner { transition: none; }
}
@keyframes use-case-description-refresh {
  from { opacity: 0; transform: translateX(12px); border-left-color: #8eb4e8; box-shadow: 0 0 0 0 rgb(36 87 166 / 18%); }
  65% { border-left-color: var(--blue); box-shadow: 0 0 0 6px rgb(36 87 166 / 0%); }
  to { opacity: 1; transform: translateX(0); border-left-color: var(--blue); box-shadow: 0 0 0 0 rgb(36 87 166 / 0%); }
}
.use-case-features { position: absolute; z-index: 4; left: 25px; bottom: 24px; display: grid; gap: 8px; min-width: 222px; max-width: 290px; margin: 0; padding: 16px 19px; border: 1px solid #9dbce7; border-radius: 10px; background: rgb(255 255 255 / 94%); list-style: none; visibility: hidden; opacity: 0; transform: translateX(12px); transition: opacity 220ms ease-out, transform 220ms ease-out; }
.use-case-features:empty { display: none; }
.use-case-features.is-card-visible { visibility: visible; opacity: 1; transform: translateX(0); }
.use-case-features li { position: relative; padding-left: 15px; color: var(--slate); font-size: 14px; font-weight: 700; line-height: 1.35; opacity: 0; transform: translateX(12px); transition: opacity 220ms ease-out, transform 220ms ease-out; }
.use-case-features li::before { content: ""; position: absolute; left: 0; top: .46em; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.use-case-features li.is-visible { opacity: 1; transform: translateX(0); }
.use-case-panel.anpr-active .use-case-features { top: auto; right: auto; bottom: 24px; left: 25px; transform: translateX(12px); }
.use-case-panel.anpr-active .use-case-features.is-card-visible { transform: translateX(0); }
.use-case-panel.anpr-active .use-case-features li { transform: translateX(12px); }
.use-case-panel.anpr-active .use-case-features li.is-visible { transform: translateX(0); }
.yard-overlays { display: none; }
.use-case-panel.yard-active .yard-overlays { display: block; }
.yard-occupancy-card { position: absolute; z-index: 4; top: 5%; right: 3%; width: 20%; min-width: 150px; padding: 13px 15px; border: 1px solid #9dbce7; border-radius: 10px; background: rgb(255 255 255 / 94%); box-shadow: 0 8px 18px rgb(17 40 74 / 15%); opacity: 0; }
.yard-overlays.is-occupancy-visible .yard-occupancy-card { animation: yard-card-enter 360ms ease-out forwards; }
.yard-occupancy-card p { margin: 0 0 5px; color: var(--slate); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.yard-occupancy-card div { display: flex; align-items: baseline; gap: 7px; }
.yard-occupancy-card strong { color: #1670f5; font-size: 37px; line-height: 1; }
.yard-occupancy-card span { color: var(--slate); font-size: 22px; font-weight: 700; }
.yard-occupancy-card small { display: block; margin-top: 5px; color: #566780; font-size: 10px; font-weight: 700; }
.yard-activity-card { position: absolute; z-index: 4; right: 3%; bottom: 5%; width: 205px; padding: 13px 15px; border: 1px solid #9dbce7; border-radius: 10px; background: rgb(255 255 255 / 94%); box-shadow: 0 8px 18px rgb(17 40 74 / 15%); opacity: 0; }
.yard-overlays.is-activity-visible .yard-activity-card { animation: yard-card-enter 360ms ease-out forwards; }
@keyframes yard-card-enter {
  from { opacity: 0; }
  to { opacity: 1; }
}
.yard-activity-card p { margin: 0 0 9px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.yard-activity-card div { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 7px; border-top: 1px solid #d7e5f5; }
.yard-activity-card span { color: #566780; font-size: 11px; font-weight: 700; }
.yard-activity-card strong { color: var(--slate); font-size: 12px; }
.yard-peak-chart { display: block; width: 100%; height: 30px; margin: 4px 0; overflow: visible; }
.yard-peak-band { fill: rgb(36 87 166 / 12%); }
.yard-chart-grid { fill: none; stroke: #d7e5f5; stroke-width: 1; }
.yard-chart-line { fill: none; stroke: var(--blue); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.yard-chart-peak { fill: var(--blue); stroke: var(--white); stroke-width: 1.5; }
.sop-overlays { display: none; }
.use-case-panel.sop-active .sop-overlays { display: block; }
.sop-compliance-card { position: absolute; z-index: 4; top: 5%; left: 3%; width: 214px; padding: 14px 16px; border: 1px solid #9dbce7; border-radius: 10px; background: rgb(255 255 255 / 94%); box-shadow: 0 8px 18px rgb(17 40 74 / 15%); color: var(--slate); opacity: 0; }
.sop-overlays.is-compliance-visible .sop-compliance-card { animation: sop-compliance-card-enter 360ms ease-out both; }
@keyframes sop-compliance-card-enter { from { opacity: 0; } to { opacity: 1; } }
.sop-compliance-card header, .sop-compliance-card li { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.sop-compliance-card header { margin-bottom: 7px; }
.sop-compliance-card header span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.sop-compliance-card header b { padding: 3px 7px; border-radius: 999px; background: #e7f6ed; color: #237646; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.sop-compliance-card > strong { display: block; margin-bottom: 7px; font-size: 14px; }
.sop-compliance-card ul { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.sop-compliance-card li { padding-top: 5px; border-top: 1px solid #d7e5f5; color: #566780; font-size: 11px; font-weight: 700; }
.sop-compliance-card li b { color: var(--slate); }
.sop-compliance-card li i { display: inline-grid; width: 14px; height: 14px; place-items: center; margin-left: 3px; border-radius: 50%; background: #2d9757; color: var(--white); font-size: 10px; font-style: normal; }
.sop-compliance-card p { margin: 9px 0 0; color: #566780; font-size: 10px; font-weight: 700; }
.sop-detection { position: absolute; z-index: 3; border: 3px solid var(--blue); box-shadow: 0 4px 12px rgb(17 40 74 / 35%); opacity: 0; }
.sop-overlays.is-compliance-visible .sop-detection { animation: sop-compliance-card-enter 360ms ease-out both; }
.sop-detection::before { content: attr(data-label); position: absolute; top: -22px; left: -3px; padding: 4px 6px; background: var(--blue); color: var(--white); font-size: 10px; font-weight: 800; line-height: 1; white-space: nowrap; }
.sop-hairnet-right { top: 34%; left: 70%; width: 8%; height: 11%; }
.sop-apron-right { top: 42%; left: 67%; width: 14%; height: 32%; }
.sop-gloves-right { top: 58%; left: 69%; width: 11%; height: 11%; }
.sop-hairnet-lower { top: 59%; left: 52%; width: 9%; height: 11%; }
.sop-apron-lower { top: 67%; left: 48%; width: 14%; height: 31%; }
.sop-gloves-lower { top: 78%; left: 55%; width: 10%; height: 11%; }
.zone-overlays { display: none; }
.use-case-panel.zone-active .zone-overlays { display: block; }
.zone-alert-card { position: absolute; z-index: 4; top: 5%; right: 3%; width: 196px; padding: 13px 15px; border: 1px solid #9dbce7; border-radius: 10px; background: rgb(255 255 255 / 94%); box-shadow: 0 8px 18px rgb(17 40 74 / 15%); color: var(--slate); opacity: 0; }
.zone-overlays.is-card-visible .zone-alert-card { animation: zone-alert-card-enter 360ms ease-out both; }
@keyframes zone-alert-card-enter { from { opacity: 0; } to { opacity: 1; } }
.zone-person-detection { position: absolute; z-index: 3; top: 42.3%; left: 48%; width: 6.1%; height: 25.7%; border: 3px solid var(--blue); box-shadow: 0 4px 12px rgb(17 40 74 / 35%); opacity: 0; }
.zone-overlays.is-card-visible .zone-person-detection { animation: zone-alert-card-enter 360ms ease-out both; }
.zone-alert-card p { margin: 0 0 6px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.zone-alert-card > strong { display: block; margin-bottom: 8px; font-size: 14px; }
.zone-alert-card div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 7px; border-top: 1px solid #d7e5f5; }
.zone-alert-card span { color: #d9343c; font-size: 11px; font-weight: 700; }
.zone-alert-card b { color: #d9343c; font-size: 18px; line-height: 1; }
.people-flow-overlays { display: none; }
.use-case-panel.people-flow-active .people-flow-overlays { display: block; }
.people-flow-summary-card, .people-flow-activity-card { position: absolute; z-index: 4; padding: 13px 15px; border: 1px solid #9dbce7; border-radius: 10px; background: rgb(255 255 255 / 94%); box-shadow: 0 8px 18px rgb(17 40 74 / 15%); color: var(--slate); opacity: 0; }
.people-flow-summary-card { top: 5%; right: 3%; width: 154px; }
.people-flow-activity-card { right: 3%; bottom: 5%; width: 190px; }
.people-flow-overlays.is-details-visible .people-flow-summary-card { animation: people-flow-card-enter-left 360ms ease-out both; }
.people-flow-overlays.is-details-visible .people-flow-activity-card { animation: people-flow-card-enter-right 360ms ease-out both; }
@keyframes people-flow-card-enter-left { from { opacity: 0; } to { opacity: 1; } }
@keyframes people-flow-card-enter-right { from { opacity: 0; } to { opacity: 1; } }
.people-flow-summary-card p, .people-flow-activity-card p { margin: 0 0 9px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.people-flow-totals { display: flex; gap: 12px; padding-bottom: 8px; border-bottom: 1px solid #d7e5f5; }
.people-flow-totals span { display: grid; gap: 1px; color: #566780; font-size: 10px; font-weight: 700; }
.people-flow-totals b { color: var(--slate); font-size: 15px; line-height: 1; }
.people-flow-summary-card > strong { display: block; margin-top: 8px; color: #1670f5; font-size: 26px; line-height: 1; }
.people-flow-summary-card > strong small { color: #566780; font-size: 10px; font-weight: 700; }
.people-flow-activity-card > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 7px; border-top: 1px solid #d7e5f5; }
.people-flow-activity-card span { color: #566780; font-size: 11px; font-weight: 700; }
.people-flow-activity-card strong { color: var(--slate); font-size: 11px; }
.people-flow-chart { display: block; width: 100%; height: 30px; margin: 4px 0 0; overflow: visible; }
.people-flow-chart path { fill: none; stroke: #d7e5f5; stroke-width: 1; }
.people-flow-chart rect { fill: #9dbce7; }
.people-flow-chart rect.is-peak { fill: var(--blue); }
.people-flow-overlays.is-details-visible .people-flow-person-box { animation: people-flow-detail-enter 360ms ease-out both; }
@keyframes people-flow-detail-enter { from { opacity: 0; } to { opacity: 1; } }
.people-flow-person-box { position: absolute; z-index: 3; border: 2px solid var(--blue); box-shadow: 0 3px 10px rgb(17 40 74 / 35%); opacity: 0; }
.people-flow-person-one { left: 29.3%; top: 17.9%; width: 5.8%; height: 27%; }
.people-flow-person-two { left: 35.2%; top: 18.6%; width: 4.3%; height: 23.4%; }
.people-flow-person-three { left: 54.8%; top: 29.8%; width: 6.7%; height: 34.9%; }
.people-flow-person-four { left: 61.2%; top: 11%; width: 4.9%; height: 24.9%; }
.people-flow-person-five { left: 66.8%; top: 14.3%; width: 5.2%; height: 25%; }
.people-flow-person-six { left: 26.1%; top: 45.9%; width: 7.2%; height: 36.3%; }
.anpr-overlays { display: none; }
.use-case-panel.anpr-active .anpr-overlays { display: block; }
.anpr-plate-box {
  position: absolute;
  z-index: 2;
  left: 52.8%;
  top: 61.3%;
  width: 7.6%;
  height: 4.5%;
  border: 3px solid var(--blue);
  box-shadow: 0 4px 12px rgb(17 40 74 / 42%);
  opacity: 0;
}
.anpr-overlays.is-cards-visible .anpr-plate-box { animation: anpr-callout-enter 360ms ease-out both; }
.anpr-plate-box span {
  position: absolute;
  left: -2px;
  bottom: calc(100% + 4px);
  padding: 3px 5px;
  background: var(--blue);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.vehicle-access-activity-card { position: absolute; z-index: 3; top: 5%; right: 3%; width: 174px; padding: 13px 15px; border: 1px solid #9dbce7; border-radius: 10px; background: rgb(255 255 255 / 94%); box-shadow: 0 8px 18px rgb(17 40 74 / 15%); color: var(--slate); opacity: 0; }
.anpr-overlays.is-cards-visible .vehicle-access-activity-card { animation: vehicle-access-activity-enter 360ms ease-out both; }
@keyframes vehicle-access-activity-enter { from { opacity: 0; } to { opacity: 1; } }
.vehicle-access-activity-card p { margin: 0 0 8px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.vehicle-access-activity-card div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 6px; border-top: 1px solid #d7e5f5; }
.vehicle-access-activity-card span { color: #566780; font-size: 11px; font-weight: 700; }
.vehicle-access-activity-card strong { color: var(--slate); font-size: 13px; }
.anpr-callout {
  position: absolute;
  z-index: 3;
  right: 3.2%;
  bottom: 4%;
  display: flex;
  width: 27%;
  min-height: 88px;
  align-items: center;
  gap: 11px;
  padding: 11px;
  border: 1px solid #9dbce7;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 10px 20px rgb(16 28 45 / 22%);
  color: var(--slate);
  opacity: 0;
}
.anpr-overlays.is-cards-visible .anpr-callout { animation: anpr-callout-enter 360ms ease-out both; }
@keyframes anpr-callout-enter { from { opacity: 0; } to { opacity: 1; } }
.anpr-plate-crop {
  width: 80px;
  height: 46px;
  flex: 0 0 80px;
  border: 1px solid #9dbce7;
  border-radius: 4px;
  background-image: url("assets/use-cases/vehicle-access-anpr-base-v1.png");
  background-position: 56% 64%;
  background-repeat: no-repeat;
  background-size: 500% auto;
}
.anpr-callout p, .anpr-callout strong, .anpr-callout span { display: block; margin: 0; }
.anpr-callout p { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.anpr-callout strong { margin: 2px 0; color: var(--slate); font-size: 17px; letter-spacing: .02em; }
.anpr-callout span { color: #566780; font-size: 10px; }

.visitor-recognition-overlays { display: none; }
.use-case-panel.visitor-recognition-active .visitor-recognition-overlays { display: block; }
.visitor-face-box {
  position: absolute;
  z-index: 2;
  left: 27.2%;
  top: 8%;
  width: 6.8%;
  height: 13.5%;
  border: 2px solid var(--blue);
  box-shadow: 0 3px 10px rgb(17 40 74 / 35%);
}
.visitor-face-box span {
  position: absolute;
  left: -2px;
  top: calc(100% + 4px);
  padding: 3px 5px;
  background: var(--blue);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.visitor-status-card { position: absolute; z-index: 3; right: 3%; bottom: 4%; width: 174px; padding: 13px 15px; border: 1px solid #9dbce7; border-radius: 10px; background: rgb(255 255 255 / 94%); box-shadow: 0 8px 18px rgb(17 40 74 / 15%); color: var(--slate); opacity: 0; }
.visitor-recognition-overlays.is-cards-visible .visitor-status-card { animation: visitor-status-card-enter 360ms ease-out both; }
@keyframes visitor-status-card-enter { from { opacity: 0; } to { opacity: 1; } }
.visitor-status-card p { margin: 0 0 8px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.visitor-status-card div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 6px; border-top: 1px solid #d7e5f5; }
.visitor-status-card span { color: #566780; font-size: 11px; font-weight: 700; }
.visitor-status-card strong { color: var(--slate); font-size: 13px; }
.visitor-callout {
  position: absolute;
  z-index: 3;
  right: 3.2%;
  top: 4%;
  display: flex;
  width: 27%;
  min-height: 88px;
  align-items: center;
  gap: 11px;
  padding: 11px;
  border: 1px solid #9dbce7;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 10px 20px rgb(16 28 45 / 22%);
  color: var(--slate);
  opacity: 0;
}
.visitor-recognition-overlays.is-cards-visible .visitor-callout { animation: visitor-callout-enter 360ms ease-out both; }
@keyframes visitor-callout-enter { from { opacity: 0; } to { opacity: 1; } }
.visitor-face-crop {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border: 1px solid #9dbce7;
  border-radius: 4px;
  background-image: url("assets/use-cases/visitor-recognition-base-v1.png");
  background-position: 31% 15%;
  background-repeat: no-repeat;
  background-size: 500% auto;
}
.visitor-callout p, .visitor-callout strong, .visitor-callout span { display: block; margin: 0; }
.visitor-callout p { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.visitor-callout strong { margin: 2px 0; color: var(--slate); font-size: 14px; line-height: 1.15; }
.visitor-callout span { color: #566780; font-size: 10px; }

.production-overlays { display: none; }
.use-case-panel.production-active .production-overlays { display: block; }
.assembly-line-outline { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; opacity: 0; }
.assembly-line-outline path { fill: rgb(36 87 166 / 10%); stroke: var(--blue); stroke-width: 2; stroke-linejoin: round; }
.assembly-line-label {
  position: absolute;
  z-index: 2;
  left: 25.5%;
  top: 20%;
  padding: 4px 7px;
  background: var(--blue);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: 0;
}
.gauge-box { position: absolute; z-index: 3; border: 2px solid var(--blue); box-shadow: 0 3px 10px rgb(17 40 74 / 28%); opacity: 0; }
.gauge-box span { position: absolute; left: -2px; top: calc(100% + 4px); padding: 3px 5px; background: var(--blue); color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.gauge-one { left: 60.7%; top: 39%; width: 9.5%; height: 18.5%; border-color: #d94c4c; }
.gauge-one span { background: #d94c4c; }
.gauge-two { left: 74.9%; top: 41.6%; width: 10.6%; height: 18.5%; }
.production-monitoring-card {
  position: absolute;
  z-index: 4;
  right: 3.2%;
  top: 4%;
  width: 44%;
  padding: 13px;
  border: 1px solid #9dbce7;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 10px 20px rgb(16 28 45 / 22%);
  color: var(--slate);
  opacity: 0;
}
.production-overlays.is-details-visible .assembly-line-outline, .production-overlays.is-details-visible .assembly-line-label, .production-overlays.is-details-visible .gauge-box, .production-overlays.is-details-visible .production-monitoring-card { animation: production-monitoring-card-enter 360ms ease-out both; }
@keyframes production-monitoring-card-enter {
  from { opacity: 0; }
  to { opacity: 1; }
}
.use-case-features.is-instant, .use-case-features.is-instant li { transition: none; }
.yard-overlays.is-instant .yard-occupancy-card, .yard-overlays.is-instant .yard-activity-card, .sop-overlays.is-instant .sop-compliance-card, .sop-overlays.is-instant .sop-detection, .zone-overlays.is-instant .zone-alert-card, .zone-overlays.is-instant .zone-person-detection, .people-flow-overlays.is-instant .people-flow-summary-card, .people-flow-overlays.is-instant .people-flow-activity-card, .people-flow-overlays.is-instant .people-flow-person-box, .anpr-overlays.is-instant .anpr-plate-box, .anpr-overlays.is-instant .vehicle-access-activity-card, .anpr-overlays.is-instant .anpr-callout, .visitor-recognition-overlays.is-instant .visitor-status-card, .visitor-recognition-overlays.is-instant .visitor-callout, .production-overlays.is-instant .assembly-line-outline, .production-overlays.is-instant .assembly-line-label, .production-overlays.is-instant .gauge-box, .production-overlays.is-instant .production-monitoring-card { animation: none; opacity: 1; }
.assembly-status { display: flex; align-items: center; justify-content: space-between; gap: 9px; margin-bottom: 9px; padding: 6px 8px; border: 1px solid #d7e5f5; border-radius: 5px; background: #f5f9fe; }
.assembly-status > div { display: grid; gap: 1px; min-width: 0; }
.assembly-status > div:last-child { text-align: right; }
.assembly-status strong { color: var(--slate); font-size: 10px; }
.assembly-status span { color: #566780; font-size: 8px; white-space: nowrap; }
.assembly-status b { color: var(--blue); font-size: 10px; text-transform: uppercase; }
.gauge-reading-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gauge-reading { min-width: 0; padding-left: 10px; border-left: 3px solid var(--blue); }
.gauge-reading-alert { border-left-color: #d94c4c; }
.gauge-reading-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 7px; }
.gauge-reading-heading p { margin: 0; color: #566780; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; }
.gauge-reading-heading strong { color: var(--blue); font-size: 19px; line-height: 1; }
.gauge-reading-alert .gauge-reading-heading strong { color: #d94c4c; }
.gauge-reading-heading small { font-size: 10px; font-weight: 700; }
.gauge-chart { display: block; width: 100%; height: 43px; margin: 5px 0 3px; overflow: visible; }
.safe-band { fill: #e6f3e9; }
.danger-band { fill: #fae2e2; }
.limit-line { fill: none; stroke: #dca5a5; stroke-width: 1; stroke-dasharray: 3 3; }
.alert-trend { fill: none; stroke: #d94c4c; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.3; }
.alert-point { fill: #d94c4c; stroke: var(--white); stroke-width: 1.5; }
.gauge-chart-stable polyline { fill: none; stroke: var(--blue); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.3; }
.gauge-reading > span { display: block; color: #566780; font-size: 9px; font-weight: 700; }
.gauge-reading-alert > span { color: #c13d3d; }

.comparison { width: 100%; padding: 116px max(48px, calc((100% - 1180px) / 2)); background: var(--slate); }
.light-heading h2 { color: var(--white); }
.comparison-swipe-hint { display: none; }
.comparison-mobile-cards { display: none; }
.comparison-table-wrap { overflow-x: auto; max-width: 1180px; margin: 0 auto; border-radius: 14px; background: var(--white); box-shadow: 0 18px 36px rgb(14 23 36 / 18%); }
.comparison table { width: 100%; border-collapse: collapse; color: var(--slate); font-size: 15px; text-align: center; }
.comparison th, .comparison td { padding: 19px 18px; border-bottom: 1px solid #dce5f0; }
.comparison thead th { background: var(--white); font-weight: 800; line-height: 1.35; }
.comparison thead th:first-child { width: 37%; text-align: left; }
.comparison tbody th { font-weight: 700; text-align: left; }
.comparison tr:last-child > * { border-bottom: 0; }
.comparison .aionedge-column { background: var(--blue-soft); }
.comparison thead .aionedge-column { border-top: 7px solid var(--blue); color: var(--blue); }
.comparison .yes { color: var(--blue); font-size: 22px; font-weight: 800; }
.comparison .no { color: #78879d; font-size: 20px; }
.comparison .power { color: var(--blue); font-weight: 800; }
.comparison-note { max-width: 890px; margin: 23px auto 0; color: #dce6f3; font-size: 13px; line-height: 1.55; text-align: center; }

.pricing { padding-top: 124px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-card { display: flex; min-height: 449px; flex-direction: column; padding: 31px 30px 29px; border: 1px solid #cbd9eb; border-radius: 14px; background: var(--white); }
.price-card h3 { margin: 0; font-size: 22px; }
.price { margin: 14px 0 20px; color: var(--blue); font-size: 43px; font-weight: 800; letter-spacing: -.045em; }
.price-rule { height: 1px; background: var(--blue); }
.price-card ul { flex: 1; margin: 21px 0 25px; padding: 0; list-style: none; }
.price-card li { position: relative; margin: 0 0 11px; padding-left: 19px; color: #566780; font-size: 15px; line-height: 1.38; }
.price-card li::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.price-card .button { align-self: flex-start; min-height: 45px; padding: 0 18px; }

.faq { padding-top: 112px; background: var(--blue-pale); width: 100%; padding-right: max(48px, calc((100% - 1180px) / 2)); padding-left: max(48px, calc((100% - 1180px) / 2)); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px; max-width: 1180px; margin: 0 auto; }
.faq details { border-top: 1px solid #cbd9eb; }
.faq details:last-child { border-bottom: 1px solid #cbd9eb; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; color: var(--slate); cursor: pointer; font-size: 16px; font-weight: 750; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.faq summary span::before, .faq summary span::after { content: ""; position: absolute; left: 1px; top: 8px; width: 16px; height: 2px; background: var(--blue); }
.faq summary span::after { transform: rotate(90deg); transition: transform 150ms ease; }
.faq details[open] summary span::after { transform: rotate(0); }
.faq details p { margin: -4px 36px 21px 0; color: #566780; font-size: 15px; line-height: 1.55; }
.faq summary:focus-visible { outline: 3px solid #9dbce7; outline-offset: -3px; }
.analytics-guide { padding-top: 112px; padding-bottom: 112px; background: var(--white); }
.analytics-guide .section-heading { max-width: 790px; margin-right: auto; margin-left: auto; }
.analytics-guide-intro { max-width: 720px; margin: 18px auto 0; color: #566780; font-size: 17px; line-height: 1.55; }
.analytics-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 1180px; margin: 46px auto 0; }
.analytics-guide article { padding: 25px 27px; border: 1px solid #cbd9eb; border-radius: 13px; background: var(--blue-pale); }
.analytics-guide h3 { margin: 0 0 11px; color: var(--slate); font-size: 19px; letter-spacing: -.02em; }
.analytics-guide article p { margin: 0; color: #566780; font-size: 15px; line-height: 1.55; }

.contact { position: relative; background: var(--slate); color: var(--white); }
.anchor-offset { position: absolute; top: 0; }
.contact-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; width: min(1180px, calc(100% - 96px)); margin: 0 auto; padding: 104px 0 86px; }
.contact .section-eyebrow { color: #9dbce7; }
.contact h2 { max-width: 490px; color: var(--white); font-size: 42px; }
.contact-invitation > p:not(.section-eyebrow) { max-width: 440px; margin: 21px 0 28px; color: #d4dfed; font-size: 17px; line-height: 1.55; }
.contact .button-primary { box-shadow: none; }
.contact-list { display: grid; align-content: center; gap: 8px; font-style: normal; }
.contact-row { display: flex; min-height: 70px; align-items: center; gap: 16px; padding: 9px 13px; border-bottom: 1px solid rgb(255 255 255 / 16%); color: var(--white); }
.contact-row svg { width: 23px; height: 23px; flex: 0 0 23px; fill: none; stroke: var(--blue); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.contact-row span { display: grid; gap: 2px; font-size: 16px; }
.contact-row small { color: #aebed2; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
a.contact-row:hover { color: #a9c8f3; }
.whatsapp-row { min-height: 104px; }
.whatsapp-qr { width: 76px; height: 76px; margin-left: auto; padding: 4px; border-radius: 5px; background: var(--white); }
.footer { display: flex; align-items: center; justify-content: space-between; width: min(1180px, calc(100% - 96px)); min-height: 91px; margin: 0 auto; border-top: 1px solid rgb(157 188 231 / 40%); color: #d9e4f0; font-size: 12px; }
.footer-brand { display: inline-flex; width: 100px; }
.footer-brand img { width: 100%; height: auto; }
.footer > div { display: flex; align-items: center; gap: 24px; }
.footer-copyright { color: #566780; }
.footer-policy { color: #8eb4e8; }

@media (max-width: 1200px) {
  .navbar { gap: 22px; }
  .nav-links { gap: 16px; font-size: 13px; }
  .journey { width: min(1080px, calc(100vw - 96px)); }
  .journey-panel { grid-template-columns: .85fr 1.15fr; }
}

/* Shared mobile foundation. Component-specific layout changes follow in later breakpoints. */
@media (max-width: 700px) {
  .navbar,
  .hero,
  .section,
  .production-customers-inner,
  .contact-inner,
  .footer {
    width: calc(100% - 40px);
  }

  .section { padding-top: 80px; padding-bottom: 80px; }
  .section-heading { margin-bottom: 38px; }
  h2 { font-size: clamp(32px, 9vw, 38px); }

  .capabilities,
  .comparison,
  .faq {
    padding-right: 20px;
    padding-left: 20px;
  }

  .capabilities,
  .comparison { padding-top: 80px; padding-bottom: 80px; }
  .faq { padding-top: 80px; padding-bottom: 80px; }

  .navbar {
    position: relative;
    height: 64px;
    gap: 0;
  }

  .brand { gap: 0; }
  .brand img { width: 76px; }
  .brand-tagline { display: none; }

  .navbar-actions { margin-left: auto; gap: 8px; }
  .navbar-actions .button-small { min-height: 40px; padding: 0 13px; font-size: 13px; }

  .mobile-menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid #b9cce8;
    border-radius: 10px;
    background: var(--white);
    color: var(--blue);
    cursor: pointer;
  }

  .mobile-menu-toggle-line { width: 18px; height: 2px; border-radius: 999px; background: currentColor; transition: transform 160ms ease, opacity 160ms ease; }
  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle-line:nth-child(2) { opacity: 0; }
  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu-toggle:focus-visible { outline: 3px solid #9dbce7; outline-offset: 3px; }

  .nav-links {
    position: absolute;
    z-index: 10;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 8px 0;
    border: 1px solid #d6e0ef;
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 16px 32px rgb(49 64 88 / 14%);
    font-size: 16px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .nav-links.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links a { padding: 13px 16px; }
  .nav-links a:hover { background: var(--blue-pale); }

  .hero {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 58px 0 72px;
  }

  .hero-copy { max-width: none; }
  .eyebrow { margin-bottom: 14px; font-size: 12px; letter-spacing: .1em; line-height: 1.3; }
  h1 { max-width: none; font-size: clamp(36px, 10vw, 40px); line-height: 1.08; }
  .hero-description { max-width: none; margin: 20px 0 27px; font-size: 17px; line-height: 1.55; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .hero-actions .button { width: 100%; }

  .hero-visual { height: 244px; }
  .hero-visual::before { inset: 12px 0; border-radius: 28px; }
  .visual-stage { height: 244px; }

  .camera-feed { display: none; }

  .connector { display: none; }
  .mobile-visual-connectors { position: absolute; inset: 0; z-index: 3; display: block; width: 100%; height: 100%; overflow: visible; }
  .mobile-visual-connectors path { fill: none; stroke: var(--blue); stroke-linecap: round; stroke-width: 2; stroke-dasharray: 160; stroke-dashoffset: 160; }
  .device-dashboard-connector { animation: mobile-connector-draw 1.4s cubic-bezier(.37, 0, .63, 1) 950ms forwards; }

  .edge-device {
    left: 7px;
    top: 91px;
    width: 83px;
    height: 62px;
    animation: device-enter 500ms cubic-bezier(.22, .75, .3, 1) 550ms forwards;
  }

  .device-label { bottom: 0; padding: 3px 5px; border-radius: 4px; font-size: 8px; }
  .dashboard-monitor {
    left: auto;
    right: 0;
    top: 42px;
    width: 246px;
    height: 138px;
    animation: dashboard-enter 600ms cubic-bezier(.22, .75, .3, 1) 1.5s forwards;
  }

  .getting-started {
    display: block;
    min-height: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .getting-started .section-heading { margin-bottom: 38px; }
  .journey { display: block; width: 100%; height: auto; }
  .journey-visuals { display: none; }
  .journey-steps { grid-template-rows: none; gap: 16px; }
  .journey-steps::before { display: none; }
  .journey-step { display: block; }
  .journey-marker {
    position: absolute;
    top: 22px;
    left: 20px;
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
  .journey-copy { gap: 8px; padding: 22px 20px; }
  .journey-copy .step-label { display: flex; min-height: 40px; align-items: center; padding-left: 54px; }
  .journey-copy h3 { font-size: 22px; }
  .journey-copy p:last-child { font-size: 15px; }

  .use-cases { padding-bottom: 80px; }
  .use-cases .section-heading { margin-bottom: 30px; }
  .use-case-layout { display: block; }
  .use-case-tabs-wrap { position: relative; margin: 0 -20px 22px; }
  .use-case-tabs {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin: 0;
    padding: 0 20px 5px;
    border: 0;
    border-radius: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .use-case-tabs::-webkit-scrollbar { display: none; }
  .use-case-tabs button {
    min-height: 40px;
    flex: 0 0 auto;
    padding: 0 14px;
    border: 1px solid #cbd9eb;
    border-radius: 999px;
    background: var(--white);
    font-size: 14px;
    white-space: nowrap;
  }

  .use-case-tabs button:last-child { border-bottom: 1px solid #cbd9eb; }
  .use-case-tabs button[aria-selected="true"] { border-color: var(--blue); background: var(--blue); color: var(--white); }
  .use-case-tabs button[aria-selected="true"]::before { display: none; }
  .use-case-scroll-control {
    position: absolute;
    z-index: 6;
    top: 50%;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    padding: 0;
    border: 1px solid #cbd9eb;
    border-radius: 50%;
    background: rgb(255 255 255 / 96%);
    box-shadow: 0 4px 10px rgb(49 64 88 / 16%);
    color: var(--blue);
    cursor: pointer;
    transform: translateY(-50%);
  }

  .use-case-scroll-control svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }
  .use-case-stage .use-case-scroll-back { left: -18px; }
  .use-case-stage .use-case-scroll-forward { right: -18px; }
  .use-case-scroll-control:disabled { border-color: #dfe7f1; background: rgb(255 255 255 / 78%); box-shadow: none; color: #9ba9bc; cursor: default; opacity: .68; }
  .use-case-scroll-control:focus-visible { outline: 3px solid #9dbce7; outline-offset: 3px; }

  .capabilities .section-heading { margin-bottom: 30px; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .capability-tile { grid-column: auto; min-height: 116px; gap: 10px; padding: 14px 10px; font-size: 14px; }
  .capability-tile svg { width: 25px; height: 25px; }
  .custom-capability-note { flex-direction: column; gap: 10px; margin-top: 20px; padding: 18px; text-align: center; }
  .custom-capability-note svg { width: 25px; height: 25px; }
  .custom-capability-note p { display: block; font-size: 14px; line-height: 1.45; }
  .custom-capability-note strong,
  .custom-capability-note span { display: block; }
  .custom-capability-note span { margin-top: 4px; }

  .comparison .section-heading { margin-bottom: 18px; }
  .comparison-swipe-hint,
  .comparison-table-wrap { display: none; }
  .comparison-mobile-cards { display: grid; gap: 12px; }
  .comparison-mobile-card { padding: 19px; border: 1px solid #d6e0ef; border-radius: 13px; background: var(--white); color: var(--slate); }
  .comparison-mobile-card h3 { margin: 0; font-size: 19px; line-height: 1.2; }
  .comparison-mobile-card ul { display: grid; gap: 11px; margin: 17px 0 0; padding: 0; list-style: none; }
  .comparison-mobile-card li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; font-weight: 650; line-height: 1.35; }
  .comparison-mobile-card li > span { display: inline-grid; width: 17px; height: 17px; flex: 0 0 17px; place-items: center; border-radius: 50%; font-size: 14px; font-weight: 800; line-height: 1; }
  .comparison-mobile-no { background: #f2f5f9; color: #7a8ba2; }
  .comparison-mobile-yes { background: #e9f0fa; color: var(--blue); }
  .comparison-mobile-power { background: #edf4fc; color: var(--blue); }
  .comparison-mobile-card-featured { border-color: #8eb4e8; background: #edf4fc; box-shadow: 0 12px 24px rgb(14 39 77 / 18%); }
  .comparison-mobile-kicker { margin: 0 0 6px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
  .comparison-note { margin-top: 18px; font-size: 12px; text-align: left; }

  .pricing { padding-top: 80px; }
  .pricing .section-heading { margin-bottom: 30px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 14px; }
  .price-card { min-height: 0; padding: 24px 22px; }
  .price-card h3 { font-size: 21px; }
  .price { margin: 10px 0 16px; font-size: 38px; }
  .price-card ul { margin: 18px 0 22px; }
  .price-card li { margin-bottom: 9px; }
  .price-card .button { width: 100%; align-self: stretch; }

  .faq { padding-top: 80px; padding-bottom: 80px; }
  .faq .section-heading { margin-bottom: 30px; }
  .faq-grid { grid-template-columns: 1fr; gap: 0; }
  .faq summary { gap: 14px; padding: 18px 0; font-size: 16px; line-height: 1.35; }
  .faq details p { margin: -2px 26px 18px 0; font-size: 15px; }
  .analytics-guide { padding-top: 80px; padding-bottom: 80px; }
  .analytics-guide .section-heading { margin-bottom: 30px; }
  .analytics-guide-intro { font-size: 16px; }
  .analytics-guide-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 30px; }
  .analytics-guide article { padding: 21px 20px; }
  .analytics-guide h3 { font-size: 18px; }

  .contact-inner { grid-template-columns: 1fr; gap: 42px; width: calc(100% - 40px); padding: 72px 0 48px; }
  .contact h2 { font-size: clamp(34px, 9vw, 38px); }
  .contact-invitation > p:not(.section-eyebrow) { margin: 17px 0 24px; font-size: 16px; }
  .contact-invitation .button { width: 100%; }
  .contact-row { min-height: 66px; gap: 13px; padding: 9px 4px; }
  .contact-row span { font-size: 15px; }
  .whatsapp-row { min-height: 86px; }
  .whatsapp-qr { width: 64px; height: 64px; }
  .footer { width: calc(100% - 40px); min-height: 0; flex-direction: column; align-items: flex-start; gap: 18px; padding: 24px 0; }
  .footer > div { flex-wrap: wrap; gap: 12px 20px; }

  .use-case-panel { aspect-ratio: auto; overflow: visible; border: 0; border-radius: 0; background: none; }
  .use-case-stage { aspect-ratio: 16 / 9; border: 1px solid #d0dcea; border-radius: 13px; overflow: visible; }
  .use-case-stage > img { aspect-ratio: 16 / 9; border-radius: 12px; }
  .use-case-features {
    position: static;
    display: grid;
    gap: 8px;
    min-width: 0;
    max-width: none;
    margin: 16px 0 0;
    padding: 16px 18px;
    border-color: #cbd9eb;
    border-radius: 10px;
    background: var(--blue-pale);
    transform: none;
  }

  .use-case-features.is-card-visible { transform: none; }
  .use-case-features li { font-size: 14px; transform: none; }
  .use-case-features li.is-visible { transform: none; }
  .use-case-mobile-title { display: block; margin: 22px 0 0; font-size: 24px; line-height: 1.15; letter-spacing: -.03em; }
  .use-case-description { margin-top: 10px; padding: 0; border: 0; border-radius: 0; background: none; font-size: 16px; font-weight: 500; }
  .use-case-description summary { align-items: flex-start; gap: 9px; }
  .use-case-read-more { font-size: 13px; }
  .use-case-more-details-inner { font-size: 15px; }

  /* Keep the mobile image annotations focused on one decision card per use case. */
  .visitor-status-card,
  .vehicle-access-activity-card,
  .anpr-plate-box,
  .yard-activity-card,
  .people-flow-activity-card { display: none !important; }

  .anpr-callout { right: auto; left: 3.2%; }

  .sop-detection { display: none !important; }
  .sop-compliance-card { width: 148px; padding: 9px 10px; }
  .sop-compliance-card header { margin-bottom: 4px; }
  .sop-compliance-card > strong { margin-bottom: 0; font-size: 12px; }
  .sop-compliance-card ul,
  .sop-compliance-card p { display: none; }

  .zone-alert-card { width: 158px; padding: 10px 12px; }
  .zone-alert-card > strong { display: none; }
  .zone-alert-card p { margin-bottom: 7px; }
  .zone-alert-card div { padding-top: 0; border-top: 0; }
  .zone-alert-card span,
  .zone-alert-card b { color: #d9343c; }

  .assembly-status { display: none; }
  .production-monitoring-card { width: 43%; padding: 10px; }
  .gauge-reading-grid { grid-template-columns: 1fr; gap: 9px; }
  .gauge-reading { padding-left: 8px; }
  .gauge-reading-heading p { white-space: nowrap; }
  .gauge-box span { white-space: nowrap; }
  .gauge-one span { top: auto; bottom: calc(100% + 4px); }
  .gauge-reading-heading strong { font-size: 16px; }
  .gauge-chart { height: 30px; margin: 3px 0; border-left: 1px solid #aebed2; }
  .gauge-reading > span { display: none; }

  .visitor-callout {
    top: 4%;
    right: 3%;
    width: 148px;
    min-height: 0;
    gap: 8px;
    padding: 8px;
  }

  .visitor-face-crop { width: 44px; height: 44px; flex-basis: 44px; }
  .visitor-callout p { font-size: 8px; }
  .visitor-callout strong { font-size: 11px; }
  .visitor-callout span { font-size: 8px; }

  .anpr-callout {
    right: auto;
    bottom: 4%;
    left: 3.2%;
    width: 154px;
    min-height: 0;
    gap: 8px;
    padding: 8px;
  }

  .anpr-plate-crop { width: 58px; height: 34px; flex-basis: 58px; }
  .anpr-callout p { font-size: 8px; }
  .anpr-callout strong { font-size: 12px; }
  .anpr-callout span { font-size: 8px; }

  .sop-hairnet-right,
  .sop-gloves-right,
  .sop-hairnet-lower,
  .sop-gloves-lower { display: none !important; }

  .sop-apron-right,
  .sop-apron-lower {
    display: block !important;
    border-width: 2px;
    box-shadow: none;
  }

  .sop-apron-right { top: 31%; left: 64%; width: 19%; height: 48%; }
  .sop-apron-lower { top: 54%; left: 45%; width: 20%; height: 43%; }
  .sop-apron-right::before,
  .sop-apron-lower::before { display: none; }

  .people-flow-summary-card { top: auto; right: 3%; bottom: 5%; }
  .production-monitoring-card { top: auto; right: auto; bottom: 4%; left: 3%; }
  .assembly-line-label { top: auto; right: 3%; bottom: 4%; left: auto; }
}

@keyframes mobile-connector-draw { to { stroke-dashoffset: 0; } }

/* Viewport reveals for modules below the intentionally unchanged hero. */
.js [data-reveal] {
  opacity: 0;
  transition: opacity 560ms ease, transform 560ms cubic-bezier(.22, .75, .3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.js [data-reveal="up"] { transform: translateY(24px); }
.js [data-reveal="left"] { transform: translateX(-28px); }
.js [data-reveal="right"] { transform: translateX(28px); }
.js [data-reveal].is-visible { opacity: 1; transform: translate(0, 0); }

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
}
