:root {
  --ink: #071418;
  --ink-2: #0c242b;
  --ink-3: #14333c;
  --teal: #12a9bf;
  --teal-bright: #49d4e5;
  --teal-deep: #087d91;
  --paper: #f4f3ef;
  --paper-2: #ebeae5;
  --white: #ffffff;
  --muted: #5f6d71;
  --line: #d8dcd9;
  --font-display: "Manrope", Arial, sans-serif;
  --font-body: "DM Sans", Arial, sans-serif;
  --shadow: 0 30px 80px rgba(3, 18, 22, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-160%); padding: 10px 14px; color: var(--ink); background: white; border-radius: 6px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: white; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .25s, box-shadow .25s; }
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(5,19,23,.35); backdrop-filter: blur(10px); transition: background .25s; }
.site-header.scrolled::before { background: rgba(5,19,23,.96); }
.site-header.scrolled { box-shadow: 0 12px 36px rgba(0,0,0,.18); }
.header-inner { height: 78px; display: flex; align-items: center; gap: 38px; }
.brand { display: flex; align-items: center; gap: 15px; color: #9db1b7; text-decoration: none; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.brand img { width: 134px; height: auto; filter: brightness(0) invert(1); }
.brand span { padding-left: 15px; border-left: 1px solid rgba(255,255,255,.22); }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.desktop-nav a, .header-link { position: relative; color: #c6d0d3; text-decoration: none; font-size: 13px; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--teal-bright); transition: right .2s; }
.desktop-nav a:hover::after { right: 0; }
.desktop-nav a:hover, .header-link:hover { color: white; }
.header-actions { display: flex; align-items: center; gap: 21px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 50px; padding: 13px 22px; color: white; background: var(--teal); border: 1px solid var(--teal); border-radius: 4px; box-shadow: 0 12px 30px rgba(18,169,191,.2); text-decoration: none; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); background: var(--teal-deep); border-color: var(--teal-deep); box-shadow: 0 17px 34px rgba(18,169,191,.27); }
.btn-small { min-height: 42px; padding: 10px 16px; font-size: 12px; }
.btn-large { min-height: 58px; padding: 16px 25px; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 4px; background: transparent; cursor: pointer; }
.menu-button i { display: block; height: 2px; margin: 5px 0; background: white; }
.mobile-nav { position: absolute; top: 78px; left: 0; right: 0; padding: 12px 24px 25px; background: var(--ink); border-top: 1px solid #20363d; }
.mobile-nav a { display: block; padding: 13px 4px; color: white; border-bottom: 1px solid #1d3339; text-decoration: none; }

.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: hidden; color: white; background: var(--ink); }
.hero-photo { position: absolute; inset: 0; background-image: url("assets/brand/odin-home-coordinated-warehouse-documentary-v2.png"); background-size: cover; background-position: center; transform: scale(1.005); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,16,20,.98) 0%, rgba(4,16,20,.91) 32%, rgba(4,16,20,.44) 61%, rgba(4,16,20,.08) 100%), linear-gradient(0deg, rgba(4,16,20,.58), transparent 45%); }
.hero-inner { position: relative; z-index: 2; padding: 112px 0 250px; }
.hero-copy { max-width: 780px; }
.overline { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: #8bdce6; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.overline span { width: 32px; height: 2px; background: var(--teal); }
.overline.dark { color: var(--teal-deep); }
.hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(52px, 5.9vw, 84px); font-weight: 700; line-height: 1.035; letter-spacing: -.057em; }
.hero h1 em, .platform-intro h2 em { color: var(--teal-bright); font-style: normal; }
.hero-lead { max-width: 675px; margin: 30px 0 0; color: #c1cdd0; font-size: 19px; line-height: 1.68; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 35px; }
.text-cta { display: inline-flex; align-items: center; gap: 11px; color: white; text-decoration: none; font-size: 13px; font-weight: 700; }
.play { display: grid; place-items: center; width: 34px; height: 34px; padding-left: 2px; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; color: var(--teal-bright); font-size: 8px; transition: background .2s; }
.text-cta:hover .play { background: rgba(255,255,255,.1); }
.hero-qualifier { margin: 23px 0 0; color: #9fb1b6; font-size: 12px; }
.hero-rail { position: absolute; inset: auto 0 76px; z-index: 3; border-top: 1px solid rgba(255,255,255,.14); background: rgba(5,19,23,.78); backdrop-filter: blur(14px); }
.rail-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.rail-grid > div { min-height: 92px; display: flex; flex-direction: column; justify-content: center; padding: 0 28px; border-right: 1px solid rgba(255,255,255,.12); }
.rail-grid > div:first-child { padding-left: 0; }
.rail-grid > div:last-child { border-right: 0; }
.rail-grid strong { font-family: var(--font-display); font-size: 22px; line-height: 1.2; }
.rail-grid span { margin-top: 6px; color: #a2b3b8; font-size: 11px; letter-spacing: .04em; }

.signal-strip { position: absolute; inset: auto 0 0; z-index: 3; border-top: 1px solid rgba(255,255,255,.1); background: rgba(4,17,21,.94); backdrop-filter: blur(14px); }
.signal-grid { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.signal-grid p { margin: 0; color: #a4b7bc; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.signal-grid div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 38px; }
.signal-grid span { color: #c9d5d8; font-family: var(--font-display); font-size: 12px; font-weight: 800; letter-spacing: .07em; }

.section { padding: 128px 0; }
.section h2, .fit-panel h2 { margin: 0; font-family: var(--font-display); font-size: clamp(40px, 4.5vw, 62px); font-weight: 700; line-height: 1.1; letter-spacing: -.052em; }
.pressure-section { padding-top: 64px; padding-bottom: 76px; background: var(--paper); }
.split-heading { display: grid; grid-template-columns: .82fr 1.18fr; gap: 68px; align-items: stretch; }
.split-heading > div:last-child > p { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.split-heading > div:last-child .overline { margin-bottom: 24px; }
.pressure-photo { position: relative; height: 445px; margin: 0; overflow: hidden; background: var(--ink); box-shadow: 0 22px 55px rgba(9,34,41,.13); }
.pressure-photo::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4,17,21,.94)); }
.pressure-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; filter: saturate(.82) contrast(1.04); }
.pressure-photo figcaption { position: absolute; z-index: 2; inset: auto 28px 27px; color: white; }
.pressure-photo figcaption > span { display: block; margin-bottom: 7px; color: var(--teal-bright); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.pressure-photo figcaption > strong { display: block; font-family: var(--font-display); font-size: 25px; line-height: 1.18; letter-spacing: -.035em; }
.pressure-photo figcaption > div { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.pressure-photo figcaption small { padding: 6px 9px; color: #cbdbde; background: rgba(7,24,29,.72); border: 1px solid rgba(255,255,255,.18); border-radius: 99px; font-size: 10px; }
.pressure-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 18px; background: #cbd3d2; border: 1px solid #cbd3d2; box-shadow: 0 22px 55px rgba(9,34,41,.08); }
.pressure-card { position: relative; min-height: 0; display: flex; flex-direction: column; padding: 0 30px; color: var(--ink); background: #fbfbf8; overflow: visible; transition: transform .25s, box-shadow .25s; }
.pressure-card:hover { z-index: 3; transform: translateY(-5px); box-shadow: 0 28px 65px rgba(4,18,22,.16); }
.pressure-card:not(:last-child)::after { content: "\2192"; position: absolute; z-index: 6; top: 88px; right: -16px; display: grid; place-items: center; width: 31px; height: 31px; color: white; background: var(--teal-deep); border: 3px solid #fbfbf8; border-radius: 50%; font-size: 11px; }
.index { position: absolute; z-index: 4; top: 14px; right: 19px; color: rgba(255,255,255,.74); font-family: var(--font-display); font-size: 34px; font-weight: 800; line-height: 1; text-shadow: 0 2px 14px rgba(4,18,22,.42); }
.evidence-photo { position: relative; height: 205px; margin: 0 -30px; overflow: hidden; background: #10272e; }
.evidence-photo::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent,rgba(4,18,22,.82)); pointer-events: none; }
.evidence-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.04); transform: scale(1.06); transform-origin: center; transition: filter .45s ease; will-change: transform; }
.evidence-photo > video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.04); transition: filter .45s ease; }
.pressure-card:hover .evidence-photo img, .pressure-card:hover .evidence-photo > video { filter: saturate(.88) contrast(1.04); }
.pressure-card:hover .evidence-photo:not(.motion-active) img { transform: scale(1.075); }
.evidence-people img { object-position: center 49%; }
.evidence-control img { object-position: center 52%; }
.evidence-people > video { object-position: center 49%; }
.evidence-control > video { object-position: center 52%; }
.scene-motion { position: absolute; z-index: 1; inset: 0; overflow: hidden; pointer-events: none; }
.evidence-demand.motion-active img { animation: demand-photo-motion 9s ease-in-out infinite; }
@keyframes demand-photo-motion { 0%,100% { transform:scale(1.06) translate3d(-1.4%,.4%,0); } 28% { transform:scale(1.1) translate3d(1.1%,-.8%,0); } 52% { transform:scale(1.075) translate3d(-.5%,.9%,0); } 76% { transform:scale(1.11) translate3d(1.2%,.15%,0); } }
.photo-signal { position: absolute; z-index: 3; top: 16px; left: 17px; display: flex; align-items: center; gap: 10px; max-width: calc(100% - 86px); padding: 9px 12px 9px 9px; color: var(--teal-bright); background: rgba(5,24,29,.86); border: 1px solid rgba(121,205,216,.42); box-shadow: 0 8px 24px rgba(0,0,0,.22); backdrop-filter: blur(8px); }
.photo-signal svg { flex: 0 0 auto; width: 26px; height: 26px; }
.photo-signal svg path, .photo-signal svg circle { stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.photo-signal strong { color: white; font-family: var(--font-display); font-size: 12px; line-height: 1.25; }
.evidence-control .photo-signal { color: #ffc0b5; border-color: rgba(255,166,150,.44); }
.evidence-photo figcaption { position: absolute; z-index: 2; left: 17px; right: 17px; bottom: 14px; display: flex; align-items: center; gap: 10px; padding: 9px 10px; color: white; background: rgba(4,21,27,.84); border: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(7px); }
.evidence-photo figcaption span { font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.evidence-photo figcaption i { margin-left: auto; color: var(--teal-bright); font-size: 11px; font-style: normal; }
.evidence-photo figcaption b { color: white; font-size: 10px; letter-spacing: .1em; }
.evidence-control figcaption span { color: #dfeaed; }
.evidence-control figcaption i { flex: 1; height: 2px; background: linear-gradient(90deg,var(--teal-bright) 0 68%,#bd786b 68% 100%); }
.evidence-control figcaption b { margin-left: 0; color: #ffd2ca; }
.card-label { margin: 28px 0 9px !important; color: #087f91 !important; font-size: 11px !important; font-weight: 800; letter-spacing: .15em; }
.pressure-card h3 { margin: 0 0 13px; color: var(--ink); font-family: var(--font-display); font-size: 24px; line-height: 1.25; letter-spacing: -.028em; }
.pressure-card > p:not(.card-label) { margin: 0; color: #596b70; font-size: 14px; line-height: 1.62; }
.card-consequence { margin: auto -30px 0; padding: 18px 30px 20px; background: #eef2ef; border-top: 1px solid #d3dcda; }
.card-consequence small, .card-consequence strong { display: block; }
.card-consequence small { margin-bottom: 5px; color: var(--teal-deep); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.card-consequence strong { color: var(--ink); font-family: var(--font-display); font-size: 13px; }
.pressure-answer { display: flex; align-items: center; gap: 26px; margin-top: 1px; padding: 22px 27px; color: white; background: #0b2229; border: 1px solid #263f47; }
.pressure-answer > span { color: var(--teal-bright); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.pressure-answer strong { font-family: var(--font-display); font-size: 17px; }
.pressure-answer a { margin-left: auto; color: #d0dde0; text-decoration: none; font-size: 12px; font-weight: 700; }
.platform-section { padding-top: 96px; color: white; background: var(--ink); overflow: clip; }
.platform-intro { max-width: 840px; margin-bottom: 85px; }
.platform-intro h2 { font-size: clamp(46px, 5.5vw, 76px); }
.platform-intro > p:last-child { max-width: 680px; margin: 25px 0 0; color: #96a8ad; font-size: 17px; }
.walkthrough { display: grid; grid-template-columns: .82fr 1.35fr; gap: 75px; align-items: start; }
.walk-steps { padding-bottom: 10vh; }
.walk-step { display: grid; grid-template-columns: 48px 1fr; gap: 19px; min-height: 340px; padding: 54px 25px 54px 0; border-top: 1px solid #294047; opacity: .36; cursor: pointer; transition: opacity .25s, padding-left .25s; outline: 0; }
.walk-step:last-child { border-bottom: 1px solid #294047; }
.walk-step.is-active, .walk-step:focus-visible { opacity: 1; padding-left: 12px; }
.walk-step > span { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid #3a545c; border-radius: 50%; color: #7e969d; font-size: 10px; font-weight: 700; transition: background .25s, border-color .25s, color .25s; }
.walk-step.is-active > span { color: white; background: var(--teal); border-color: var(--teal); }
.walk-step small { color: var(--teal-bright); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.walk-step h3 { margin: 8px 0 12px; font-family: var(--font-display); font-size: 22px; line-height: 1.32; letter-spacing: -.025em; }
.walk-step p { margin: 0; color: #8fa1a7; font-size: 13px; }
.product-visual { position: sticky; top: 111px; min-width: 0; padding: 20px 0 95px; }
.product-glow { position: absolute; inset: 10% 4% 18%; background: var(--teal); filter: blur(130px); opacity: .14; }
.app-window { position: relative; overflow: hidden; min-height: 575px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: #e9eff0; box-shadow: 0 42px 100px rgba(0,0,0,.42); }
.app-bar { height: 55px; display: flex; align-items: center; gap: 18px; padding: 0 20px; background: #0c252d; border-bottom: 1px solid #254049; }
.app-brand { display: flex; align-items: center; gap: 9px; font-family: var(--font-display); font-size: 11px; letter-spacing: .08em; }
.app-mark { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 5px; background: var(--teal); font-size: 10px; }
.app-location { margin-left: auto; color: #779098; font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.live-status { color: #9fb3b8; font-size: 7px; font-weight: 700; letter-spacing: .1em; }
.live-status i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #40d59e; box-shadow: 0 0 0 4px rgba(64,213,158,.12); }
.app-layout { display: flex; min-height: 520px; color: #193039; }
.app-nav { flex: 0 0 52px; padding-top: 34px; background: #102c35; }
.app-nav i { display: block; width: 17px; height: 17px; margin: 0 auto 22px; border-radius: 4px; background: #31505a; }
.app-nav i.on { background: var(--teal); box-shadow: 0 0 0 7px rgba(18,169,191,.13); }
.app-main { flex: 1; min-width: 0; padding: 25px; }
.app-heading { display: flex; align-items: end; justify-content: space-between; }
.app-heading small { color: var(--teal-deep); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.app-heading h3 { margin: 3px 0 0; font-family: var(--font-display); font-size: 20px; }
.app-heading > span { color: #7d8e93; font-size: 8px; }
.app-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 19px; }
.app-kpis > div { padding: 17px; background: white; border: 1px solid #d5dfe1; border-radius: 7px; }
.app-kpis > div.accent { border-top: 3px solid var(--teal); }
.app-kpis small, .app-kpis strong, .app-kpis span { display: block; }
.app-kpis small { color: #7f9196; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.app-kpis strong { margin-top: 6px; font-family: var(--font-display); font-size: 26px; line-height: 1; }
.app-kpis span { margin-top: 5px; color: #86969a; font-size: 7px; }
.app-content { display: grid; grid-template-columns: 1.45fr .85fr; gap: 10px; margin-top: 11px; }
.queue-card, .pace-card { min-width: 0; padding: 17px; background: white; border: 1px solid #d5dfe1; border-radius: 7px; }
.queue-head, .pace-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid #e5ebec; }
.queue-head strong, .pace-head strong { font-size: 10px; }
.queue-head span { padding: 4px 6px; color: var(--teal-deep); background: #e7f7fa; border-radius: 3px; font-size: 6px; font-weight: 800; }
.pace-head small { color: #819196; font-size: 6px; }
.queue-row { display: grid; grid-template-columns: 27px 1fr auto; gap: 9px; align-items: center; padding: 14px 0; border-bottom: 1px solid #edf1f2; }
.queue-icon { display: grid; place-items: center; width: 27px; height: 27px; color: var(--teal-deep); background: #e7f7fa; border-radius: 5px; font-size: 6px; font-weight: 800; }
.queue-row div { min-width: 0; }
.queue-row div strong, .queue-row div small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.queue-row div strong { font-size: 8px; }
.queue-row div small { margin-top: 3px; color: #8c9b9f; font-size: 6px; }
.queue-row b { color: #75878c; font-size: 6px; }
.queue-row b.good { color: #148665; }
.queue-row b.warn { color: #c17a20; }
.pace-number { display: flex; align-items: baseline; justify-content: space-between; padding: 20px 0 4px; }
.pace-number strong { font-family: var(--font-display); font-size: 27px; }
.pace-number span { color: #148665; font-size: 7px; font-weight: 700; }
.pace-card svg { width: 100%; overflow: visible; }
.chart-grid { fill: none; stroke: #e8edef; stroke-width: 1; }
.chart-area { fill: url(#chart-fill); }
.chart-line { fill: none; stroke: var(--teal); stroke-width: 3; }
.handheld { position: absolute; z-index: 5; right: -24px; bottom: 25px; width: 190px; min-height: 360px; padding: 23px 16px 16px; color: #12282f; background: white; border: 7px solid #172f37; border-radius: 25px; box-shadow: 0 30px 55px rgba(0,0,0,.44); transition: transform .35s; }
.product-visual.is-changing .handheld { transform: translateY(8px) scale(.98); }
.phone-speaker { width: 43px; height: 4px; margin: -13px auto 23px; border-radius: 99px; background: #c4ccce; }
.handheld > p { margin: 0; color: var(--teal-deep); font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.handheld h4 { margin: 5px 0 15px; font-family: var(--font-display); font-size: 15px; line-height: 1.25; }
.scan-frame { position: relative; height: 132px; display: grid; place-items: center; background: #edf3f4; border: 1px solid #dce5e7; border-radius: 8px; overflow: hidden; }
.scan-frame::before, .scan-frame::after, .scan-frame i::before, .scan-frame i::after { content: ""; position: absolute; width: 22px; height: 22px; border-color: var(--teal); }
.scan-frame::before { top: 12px; left: 12px; border-top: 2px solid var(--teal); border-left: 2px solid var(--teal); }
.scan-frame::after { top: 12px; right: 12px; border-top: 2px solid var(--teal); border-right: 2px solid var(--teal); }
.scan-frame i::before { bottom: 12px; left: 12px; border-bottom: 2px solid var(--teal); border-left: 2px solid var(--teal); }
.scan-frame i::after { right: 12px; bottom: 12px; border-right: 2px solid var(--teal); border-bottom: 2px solid var(--teal); }
.scan-frame span { width: 72%; height: 3px; background: var(--teal); box-shadow: 0 0 12px rgba(18,169,191,.55); animation: scan 2.4s ease-in-out infinite; }
@keyframes scan { 0%,100% { transform: translateY(-35px); } 50% { transform: translateY(35px); } }
.phone-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
.phone-meta span { color: #7f9095; font-size: 6px; font-weight: 700; }
.phone-meta strong { font-size: 8px; }
.handheld button { width: 100%; margin-top: 13px; padding: 10px 8px; color: white; background: var(--teal-deep); border: 0; border-radius: 5px; font-size: 7px; font-weight: 800; letter-spacing: .07em; }
.real-product-visual .visual-note { position: absolute; left: 12px; bottom: 50px; margin: 0; color: #60777e; font-size: 8px; letter-spacing: .05em; }
.real-product-visual { padding-bottom: 70px; }
.real-product-visual.is-changing .console-shot img { opacity: .45; transform: scale(var(--console-zoom, 1.32)) translateY(6px); }
.real-product-visual.is-changing .mobile-shot img,
.real-product-visual.is-changing .product-caption { opacity: .45; transform: translateY(calc(var(--caption-shift, 0px) + 8px)); }
.screenshot-stage { position: relative; min-height: 650px; padding: 26px 26px 170px; overflow: hidden; border: 1px solid rgba(69,220,237,.34); border-radius: 13px; background: radial-gradient(circle at 18% 4%, rgba(69,220,237,.18), transparent 35%), linear-gradient(145deg, rgba(13,48,58,.94), rgba(4,23,28,.98)); box-shadow: 0 42px 100px rgba(0,0,0,.42); }
.console-shot, .mobile-shot { position: relative; z-index: 1; margin: 0; overflow: hidden; background: #eef3f7; box-shadow: 0 30px 70px rgba(0,0,0,.38); }
.console-shot { aspect-ratio: 16 / 10; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; }
.console-shot img { --console-zoom: 1.32; --console-position: 50% 10%; display: block; width: 100%; height: 100%; object-fit: cover; object-position: var(--console-position); transform: scale(var(--console-zoom)); transform-origin: var(--console-position); background: #eef3f7; transition: opacity .28s ease, transform .28s ease; will-change: transform; }
.mobile-shot { position: absolute; right: 28px; bottom: 26px; width: min(30%, 190px); border: 7px solid #162f38; border-radius: 27px; background: #1a1a1a; }
.mobile-shot::before { content: ""; position: absolute; z-index: 2; top: 9px; left: 50%; width: 42px; height: 4px; border-radius: 99px; background: rgba(255,255,255,.25); transform: translateX(-50%); }
.mobile-shot img { display: block; width: 100%; aspect-ratio: 9 / 18.5; object-fit: cover; object-position: top center; transition: opacity .28s ease, transform .28s ease; }
.product-caption { --caption-shift: 0px; position: absolute; left: 26px; right: 235px; bottom: 30px; z-index: 2; padding: 20px 22px; border-left: 4px solid var(--teal-bright); background: rgba(5,31,39,.88); backdrop-filter: blur(12px); transform: translateY(var(--caption-shift)); transition: opacity .28s ease, transform .28s ease; }
.product-caption small { color: var(--teal-bright); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.product-caption h3 { margin: 7px 0 7px; font-family: var(--font-display); font-size: 21px; line-height: 1.2; letter-spacing: -.02em; }
.product-caption p { max-width: 560px; margin: 0; color: #a6b8bd; font-size: 12px; line-height: 1.55; }
.screen-evidence-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.screen-evidence-strip span { padding: 12px 14px; color: #b4c8ce; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-align: center; }

.case-section { background: #eef1ef; }
.case-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.case-heading > p { max-width: 500px; margin: 0 0 7px; color: var(--muted); font-size: 17px; }
.case-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.case-item { position: relative; padding: 26px 26px 24px; background: white; border: 1px solid #d3d9d6; border-top: 4px solid var(--teal); box-shadow: 0 14px 40px rgba(11,39,46,.05); }
.case-bbw { border-top-color: #eb6f2f; }
.case-bayu { border-top-color: #7457d6; }
.case-item small { display: block; margin-bottom: 10px; color: #6c7d81; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.case-item strong { display: block; font-family: var(--font-display); font-size: 25px; line-height: 1.1; letter-spacing: -.03em; }
.case-item p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.case-item a { display: inline-block; margin-top: 16px; color: var(--teal-deep); font-size: 12px; font-weight: 800; text-decoration: none; }
.case-item a:hover { color: var(--ink); }
.case-footer { display: flex; align-items: center; gap: 23px; margin-top: 20px; padding: 23px 27px; color: #b3c3c8; background: var(--ink); }
.case-footer span { flex: 0 0 auto; color: var(--teal-bright); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.case-footer p { margin: 0; font-size: 12px; }
.case-footer a { flex: 0 0 auto; margin-left: auto; color: white; text-decoration: none; font-size: 12px; font-weight: 700; }

.outcomes-section { padding: 110px 0; background: radial-gradient(circle at 82% 25%, rgba(18,169,191,.09), transparent 28%), var(--paper); }
.outcomes-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: stretch; }
.outcomes-copy { position: sticky; top: 120px; align-self: stretch; display: flex; flex-direction: column; }
.outcomes-copy h2 { max-width: 540px; font-size: clamp(44px, 4vw, 56px); }
.outcomes-copy > p:not(.overline) { max-width: 530px; margin: 18px 0 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.control-shift { display: grid; gap: 0; max-width: 535px; margin-top: auto; padding-top: 20px; filter: drop-shadow(0 16px 30px rgba(9,34,41,.1)); }
.outcome-list { display: grid; gap: 16px; }
.outcome-row { position: relative; display: grid; grid-template-columns: 52px minmax(0,1fr) 170px; gap: 25px; align-items: center; min-height: 158px; padding: 24px 31px; overflow: hidden; background: rgba(255,255,255,.9); border: 1px solid #d4dcda; box-shadow: 0 14px 38px rgba(9,34,41,.055); transition: transform .22s, box-shadow .22s, border-color .22s; }
.outcome-row::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(var(--teal-bright),var(--teal-deep)); }
.outcome-row:hover { transform: translateY(-3px); border-color: #b9d0d1; box-shadow: 0 20px 48px rgba(9,34,41,.1); }
.outcome-icon { display: grid; place-items: center; width: 52px; height: 52px; color: var(--teal-deep); background: #e5f6f8; border: 1px solid #cce9ec; border-radius: 50%; }
.outcome-icon svg { width: 25px; height: 25px; }
.outcome-icon svg path, .outcome-icon svg circle { stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.outcome-row h3 { margin: 0 0 10px; font-family: var(--font-display); font-size: 24px; line-height: 1.25; letter-spacing: -.025em; }
.outcome-row p { max-width: 500px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.outcome-measure { align-self: stretch; display: flex; flex-direction: column; justify-content: center; min-width: 0; padding-left: 24px; border-left: 1px solid #d8e0de; }
.outcome-measure small, .outcome-measure strong, .outcome-measure span { display: block; }
.outcome-measure small { margin-bottom: 7px; color: #77878a; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.outcome-measure strong { color: var(--teal-deep); font-family: var(--font-display); font-size: 19px; line-height: 1.2; }
.outcome-measure span { margin-top: 5px; color: #5d6f73; font-size: 12px; font-weight: 600; line-height: 1.45; }
.live-visit { display: grid; grid-template-columns: 70px minmax(0,1fr) 285px; gap: 28px; align-items: center; margin-top: 30px; padding: 32px 34px; color: white; background: radial-gradient(circle at 78% 0,rgba(18,169,191,.22),transparent 30%),var(--ink); border: 1px solid #294851; box-shadow: 0 22px 55px rgba(9,34,41,.14); }
.live-visit-icon { display: grid; place-items: center; width: 66px; height: 66px; color: var(--teal-bright); background: rgba(18,169,191,.12); border: 1px solid #3b626c; }
.live-visit-icon svg { width: 38px; height: 38px; }
.live-visit-icon svg path, .live-visit-icon svg circle { stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.live-visit-copy small { color: var(--teal-bright); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.live-visit-copy h3 { margin: 6px 0 8px; font-family: var(--font-display); font-size: 25px; line-height: 1.25; letter-spacing: -.025em; }
.live-visit-copy p { max-width: 720px; margin: 0; color: #a9b9bd; font-size: 13px; line-height: 1.6; }
.live-visit-copy > div { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 14px; }
.live-visit-copy > div span { color: #c9d6d9; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.live-visit-copy > div span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 7px; background: var(--teal-bright); border-radius: 50%; vertical-align: 1px; }
.live-visit-actions { text-align: center; }
.live-visit-actions .btn { width: 100%; min-height: 56px; padding-inline: 18px; }
.live-visit-actions > a:last-child { display: inline-block; margin-top: 12px; color: #b7c8cc; text-decoration: none; font-size: 12px; font-weight: 700; }
.live-visit-actions > a:last-child:hover { color: white; }

.enterprise-section { padding: 92px 0 84px; color: white; background: radial-gradient(circle at 80% 0,rgba(18,169,191,.14),transparent 25%),var(--ink-2); }
.enterprise-head h2 { max-width: 760px; font-size: clamp(44px,4.2vw,60px); }
.enterprise-head h2 em { color: var(--teal-bright); font-style: normal; }
.enterprise-head .overline { margin-bottom: 18px; font-size: 11px; }
.enterprise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 42px; background: #36535c; border: 1px solid #36535c; }
.enterprise-card { position: relative; min-height: 250px; padding: 28px; background: #0d2830; transition: background .25s, transform .25s; }
.enterprise-card::before { content: ""; position: absolute; top: 0; left: 28px; width: 42px; height: 3px; background: var(--teal); }
.enterprise-card:hover { z-index: 2; background: #12343e; transform: translateY(-3px); }
.enterprise-kicker { color: var(--teal-bright); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.enterprise-card h3 { margin: 28px 0 12px; color: white; font-family: var(--font-display); font-size: 20px; line-height: 1.3; letter-spacing: -.02em; }
.enterprise-card p { margin: 0; color: #a5b5b9; font-size: 13px; line-height: 1.62; }
.readiness-block { margin-top: 28px; padding: 30px; background: #0a2229; border: 1px solid #36535c; box-shadow: 0 20px 50px rgba(0,0,0,.14); }
.readiness-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 42px; align-items: end; margin-bottom: 24px; }
.readiness-heading .overline { margin: 0; }
.readiness-heading h3 { margin: 0; color: white; font-family: var(--font-display); font-size: 27px; line-height: 1.25; letter-spacing: -.03em; }
.readiness-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 1px; background: #36535c; border: 1px solid #36535c; }
.readiness-grid article { grid-column: span 2; min-height: 172px; padding: 22px; background: #0d2830; }
.readiness-grid article:nth-child(4), .readiness-grid article:nth-child(5) { grid-column: span 3; }
.readiness-grid article > span { color: var(--teal-bright); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.readiness-grid h4 { margin: 18px 0 9px; color: white; font-family: var(--font-display); font-size: 17px; line-height: 1.3; }
.readiness-grid p { margin: 0; color: #a8b9bd; font-size: 12px; line-height: 1.58; }

.integration-visual { position: relative; height: 350px; margin: 28px 0 0; overflow: hidden; background: #06161c; border: 1px solid #36535c; box-shadow: 0 24px 65px rgba(0,0,0,.2); }
.integration-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,14,18,.78),transparent 31%,transparent 69%,rgba(2,14,18,.76)),linear-gradient(0deg,rgba(2,14,18,.8),transparent 43%,rgba(2,14,18,.38)); pointer-events: none; }
.integration-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; filter: saturate(.82) contrast(1.05); }
.network-motion { z-index: 1; }
.network-motion > span { position: absolute; left: var(--sx); top: var(--sy); width: 7px; height: 7px; background: #d8fbff; border: 1px solid #55e6f4; border-radius: 50%; box-shadow: 0 0 5px #61effa,0 0 14px rgba(61,239,250,.95); opacity: 0; transform: translate(-50%,-50%); }
.network-motion.motion-active > span { animation: network-routing 9s cubic-bezier(.45,.05,.55,.95) var(--delay) infinite; }
.network-core-pulse { position: absolute; left: 50%; top: 59%; width: 34px; height: 34px; border: 1px solid rgba(102,236,246,.88); border-radius: 8px; transform: translate(-50%,-50%) rotate(45deg); }
.motion-active .network-core-pulse { animation: network-core 2.2s ease-out infinite; }
@keyframes network-routing { 0% { left:var(--sx); top:var(--sy); opacity:0; } 8% { opacity:1; } 46% { left:50%; top:59%; opacity:1; } 53% { left:50%; top:59%; opacity:1; transform:translate(-50%,-50%) scale(1.8); } 61% { transform:translate(-50%,-50%) scale(1); } 94% { left:var(--ex); top:var(--ey); opacity:1; } 100% { left:var(--ex); top:var(--ey); opacity:0; } }
@keyframes network-core { 0% { opacity:.9; transform:translate(-50%,-50%) rotate(45deg) scale(.55); } 80%,100% { opacity:0; transform:translate(-50%,-50%) rotate(45deg) scale(2.35); } }
.integration-visual figcaption { position: absolute; z-index: 2; top: 25px; left: 28px; max-width: 420px; }
.integration-visual figcaption small, .integration-visual figcaption strong { display: block; }
.integration-visual figcaption small { margin-bottom: 8px; color: var(--teal-bright); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.integration-visual figcaption strong { font-family: var(--font-display); font-size: 22px; line-height: 1.35; }
.connection-label { position: absolute; z-index: 2; bottom: 18px; width: 350px; max-width: calc(36% - 20px); padding: 14px; color: white; background: rgba(4,21,27,.9); border: 1px solid rgba(111,172,181,.46); box-shadow: 0 12px 34px rgba(0,0,0,.25); backdrop-filter: blur(10px); }
.connection-label > small { display: block; margin-bottom: 9px; color: #a9bec3; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.integration-brands { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
.integration-brands > span { min-width: 0; min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 6px 7px; color: #eff7f8; background: rgba(19,50,59,.9); border: 1px solid rgba(119,173,182,.38); }
.integration-brands img { width: 17px; height: 17px; object-fit: contain; filter: brightness(0) invert(1); opacity: .95; }
.integration-brands b { overflow: hidden; font-family: var(--font-display); font-size: 10px; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.integration-brands .brand-more { color: var(--teal-bright); border-color: rgba(73,212,229,.45); }
.connection-demand { left: 28px; }
.connection-backend { right: 28px; }
.connection-core { position: absolute; z-index: 3; left: 50%; bottom: 18px; display: flex; align-items: center; gap: 12px; padding: 12px 15px; background: rgba(4,21,27,.94); border: 1px solid var(--teal); transform: translateX(-50%); box-shadow: 0 10px 28px rgba(0,0,0,.26); }
.connection-core img { width: 87px; height: auto; filter: brightness(0) invert(1); }
.connection-core span { color: var(--teal-bright); font-size: 10px; font-weight: 800; letter-spacing: .12em; white-space: nowrap; }

.deploy-section { padding-block: 96px; background: var(--paper); }
.deploy-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; align-items: stretch; }
.deployment-plan { min-width: 0; }
.deployment-photo { position: relative; align-self: stretch; height: 100%; min-height: 0; margin: 0; overflow: hidden; background: var(--ink); box-shadow: 0 18px 40px rgba(9,34,41,.12); }
.deployment-photo::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(4,18,22,.96) 0%,rgba(4,18,22,.8) 31%,rgba(4,18,22,.12) 60%,rgba(4,18,22,.9) 100%); }
.deployment-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: saturate(.82) contrast(1.03); }
.implementation-motion { z-index: 2; top: 39%; bottom: 16%; }
.implementation-route { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.implementation-route path { fill: none; stroke: rgba(76,220,237,.92); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 600; stroke-dashoffset: 600; filter: drop-shadow(0 0 5px rgba(69,220,236,.9)); }
.motion-active .implementation-route path { animation: implementation-route 8.6s ease-in-out infinite; }
.implementation-node { position: absolute; display: grid; grid-template-columns: 22px auto; align-items: center; gap: 5px; color: white; opacity: 0; transform: translate(-50%,-50%) scale(.7); }
.implementation-node b { display: grid; place-items: center; width: 22px; height: 22px; color: #032029; background: #7debf5; border: 2px solid #e6fdff; border-radius: 50%; box-shadow: 0 0 12px rgba(67,218,234,.9); font: 800 8px/1 var(--font-display); }
.implementation-node small { padding: 4px 6px; color: #dffcff; background: rgba(4,25,31,.82); border: 1px solid rgba(107,222,235,.55); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.node-floor { left:10%; top:84%; --delay:.4s; }
.node-map { left:31%; top:66%; --delay:1.4s; }
.node-connect { left:51%; top:52%; --delay:2.4s; }
.node-live { left:70%; top:35%; --delay:3.4s; }
.node-improve { left:84%; top:17%; --delay:4.4s; }
.motion-active .implementation-node { animation: implementation-node 8.6s ease-in-out var(--delay) infinite; }
.implementation-scan { position: absolute; left:40%; top:47%; width:28%; height:2px; background:#76e9f3; box-shadow:0 0 8px #42d9e8,0 0 18px rgba(66,217,232,.75); opacity:0; transform:rotate(-9deg); }
.motion-active .implementation-scan { animation: implementation-scan 3.2s ease-in-out infinite; }
@keyframes implementation-route { 0%,7% { stroke-dashoffset:600; opacity:0; } 14% { opacity:1; } 76% { stroke-dashoffset:0; opacity:1; } 92%,100% { stroke-dashoffset:0; opacity:0; } }
@keyframes implementation-node { 0%,9% { opacity:0; transform:translate(-50%,-50%) scale(.55); } 16%,68% { opacity:1; transform:translate(-50%,-50%) scale(1); } 78%,100% { opacity:0; transform:translate(-50%,-50%) scale(.8); } }
@keyframes implementation-scan { 0%,15% { opacity:0; transform:translateY(-16px) rotate(-9deg); } 35% { opacity:.9; } 75% { opacity:.6; transform:translateY(28px) rotate(-9deg); } 100% { opacity:0; transform:translateY(38px) rotate(-9deg); } }
.deployment-story { position: absolute; z-index: 3; top: 28px; left: 28px; right: 28px; color: white; }
.deployment-story .overline { margin-bottom: 14px; font-size: 10px; }
.deployment-story h2 { max-width: 410px; font-size: clamp(32px,3vw,39px); line-height: 1.06; letter-spacing: -.045em; }
.deployment-story h2 em { color: var(--teal-bright); font-style: normal; }
.deployment-summary { max-width: 410px; margin: 13px 0 0; color: #c7d4d7; font-size: 12px; line-height: 1.5; }
.photo-expertise { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; max-width: 420px; margin-top: 17px; padding: 11px 0; border-top: 1px solid rgba(139,220,230,.38); border-bottom: 1px solid rgba(139,220,230,.38); }
.photo-expertise > strong { color: var(--teal-bright); font-family: var(--font-display); font-size: 34px; line-height: 1; letter-spacing: -.04em; }
.photo-expertise p { margin: 0; }
.photo-expertise small, .photo-expertise span { display: block; }
.photo-expertise small { color: #8bdce6; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.photo-expertise span { margin-top: 4px; color: #d1dcde; font-size: 11px; line-height: 1.4; }
.implementation-signals { position: absolute; z-index: 3; right: 24px; bottom: 24px; left: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.implementation-signals > div { display: grid; grid-template-columns: 42px 1fr; gap: 11px; align-items: center; min-width: 0; padding: 11px 12px; color: white; background: rgba(4,21,27,.88); border: 1px solid rgba(82,211,228,.42); box-shadow: 0 10px 25px rgba(0,0,0,.2); backdrop-filter: blur(5px); }
.implementation-signals > div > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--teal-bright); background: rgba(18,169,191,.15); border-radius: 50%; }
.implementation-signals svg { width: 25px; height: 25px; }
.implementation-signals svg path, .implementation-signals svg circle { stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.implementation-signals p { min-width: 0; margin: 0; }
.implementation-signals small, .implementation-signals strong { display: block; }
.implementation-signals small { color: #8cdce7; font-size: 9px; font-weight: 800; letter-spacing: .11em; line-height: 1.35; }
.implementation-signals strong { margin-top: 3px; font-family: var(--font-display); font-size: 12px; line-height: 1.2; }
.customisation-note { margin: 2px 0 0; padding: 13px 16px; color: #617276; background: #e7f3f4; border-left: 3px solid var(--teal); font-size: 11px; line-height: 1.55; }
.customisation-note strong { color: var(--ink); }
.timeline { position: relative; margin: 0; padding: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; top: 34px; bottom: 34px; left: 28px; width: 2px; background: linear-gradient(var(--teal), #b9dfe4); }
.timeline li { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 25px; min-height: 132px; align-items: center; margin-bottom: 12px; padding: 23px 28px; background: white; border: 1px solid #d9ddda; box-shadow: 0 10px 25px rgba(20,50,58,.04); }
.timeline li > span { z-index: 2; display: grid; place-items: center; width: 64px; height: 64px; color: white; background: var(--ink); border: 7px solid var(--paper); border-radius: 50%; font-size: 10px; font-weight: 800; }
.timeline small { color: var(--teal-deep); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.timeline h3 { margin: 5px 0 6px; font-family: var(--font-display); font-size: 21px; }
.timeline p { margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.55; }
.timeline li:last-child { background: #e6f5f7; border-color: #b9dde1; box-shadow: inset 4px 0 0 var(--teal),0 12px 30px rgba(20,50,58,.07); }
.timeline li:last-child > span { background: var(--teal-deep); }

.fit-section { padding: 35px 0 0; background: white; }
.fit-panel { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; padding: 75px; color: white; background: radial-gradient(circle at 90% 0, rgba(18,169,191,.18), transparent 30%), var(--ink); }
.fit-panel h2 { font-size: clamp(36px, 4vw, 54px); }
.fit-panel ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.fit-panel li { display: flex; align-items: center; min-height: 56px; padding: 13px 16px; color: #edf6f7; background: rgba(255,255,255,.035); border: 1px solid #29434a; border-left: 3px solid rgba(82,211,228,.55); font-size: 15px; font-weight: 700; }
.fit-panel li span { flex: 0 0 auto; display: inline-grid; place-items: center; width: 29px; height: 29px; margin-right: 14px; color: var(--teal-bright); background: rgba(18,169,191,.18); border: 1px solid rgba(82,211,228,.18); border-radius: 50%; font-size: 13px; }

.cta-section { padding-top: 0; }
.cta-panel { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; padding: 75px; background: #e8f6f8; border: 1px solid #c5e0e4; border-top: 4px solid var(--teal); }
.cta-panel h2 { max-width: 760px; }
.cta-panel > div > p:not(.overline) { max-width: 690px; margin: 23px 0 0; color: var(--muted); }
.cta-action { padding-left: 42px; border-left: 1px solid #b7d9de; text-align: center; }
.cta-action .btn { width: 100%; min-height: 76px; padding: 20px 28px; font-size: 16px; box-shadow: 0 18px 38px rgba(18,169,191,.25); }
.cta-action .btn span { font-size: 20px; }
.cta-proof { display: flex; align-items: center; justify-content: center; gap: 11px; margin-top: 18px; color: #536a70; }
.cta-proof > span { display: grid; place-items: center; width: 27px; height: 27px; color: white; background: var(--teal-deep); border-radius: 50%; font-size: 12px; }
.cta-proof p { margin: 0; text-align: left; }
.cta-proof strong, .cta-proof small { display: block; }
.cta-proof strong { color: var(--ink); font-size: 12px; line-height: 1.4; }
.cta-proof small { margin-top: 2px; color: #667c81; font-size: 11px; line-height: 1.4; }

.site-footer { padding: 76px 0 28px; color: white; background: var(--ink); }
.footer-top { display: flex; justify-content: space-between; gap: 60px; padding-bottom: 54px; }
.footer-top > div:first-child > p { margin: 19px 0 0; color: #8fa3aa; font-size: 12px; }
.footer-links { display: flex; gap: 95px; }
.footer-links > div { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { margin-bottom: 8px; color: white; font-size: 11px; letter-spacing: .12em; }
.footer-links a { color: #9cafb5; text-decoration: none; font-size: 13px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; color: #84989f; border-top: 1px solid #1e363d; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .scene-motion { display: none; }
}

@media (max-width: 1100px) {
  .desktop-nav, .header-link { display: none; }
  .menu-button { display: block; }
  .header-actions { margin-left: auto; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,16,20,.98), rgba(4,16,20,.72) 65%, rgba(4,16,20,.3)); }
  .split-heading, .outcomes-layout, .deploy-layout { grid-template-columns: 1fr; gap: 50px; }
  .split-heading > div:last-child { order: 1; }
  .pressure-photo { order: 2; height: 430px; }
  .pressure-photo img { object-position: center 18%; }
  .outcomes-copy { position: static; display: block; }
  .control-shift { margin-top: 20px; padding-top: 0; }
  .deployment-photo { height: 520px; min-height: 0; }
  .walkthrough { grid-template-columns: .7fr 1.3fr; gap: 38px; }
  .product-visual { top: 95px; }
  .screenshot-stage { min-height: 600px; padding: 20px 20px 150px; }
  .mobile-shot { right: 18px; bottom: 22px; width: min(30%, 168px); }
  .product-caption { left: 20px; right: 205px; bottom: 28px; }
  .handheld { right: -8px; width: 170px; transform: scale(.92); transform-origin: right bottom; }
  .enterprise-grid { grid-template-columns: repeat(2, 1fr); }
  .readiness-heading { grid-template-columns: 1fr; gap: 14px; }
  .readiness-grid { grid-template-columns: repeat(2,1fr); }
  .readiness-grid article, .readiness-grid article:nth-child(4), .readiness-grid article:nth-child(5) { grid-column: span 1; }
  .case-heading { grid-template-columns: 1fr; gap: 26px; }
  .case-strip { grid-template-columns: 1fr; }
  .fit-panel { padding: 55px; }
  .cta-panel { grid-template-columns: 1fr; gap: 45px; }
  .cta-action { max-width: 560px; padding: 30px 0 0; border-left: 0; border-top: 1px solid #c3dfe3; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 38px, 1240px); }
  .header-inner { height: 68px; }
  .header-actions .btn-small { display: none; }
  .mobile-nav { top: 68px; }
  .hero { min-height: 980px; align-items: flex-start; }
  .hero-photo { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,16,20,.96), rgba(4,16,20,.6)), linear-gradient(0deg, rgba(4,16,20,.85), transparent 65%); }
  .hero-inner { padding: 115px 0 310px; }
  .hero h1 { font-size: 50px; }
  .hero-lead { font-size: 17px; }
  .hero-rail { bottom: 112px; }
  .rail-grid { grid-template-columns: repeat(2, 1fr); }
  .rail-grid > div { min-height: 78px; padding: 0 17px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .rail-grid > div:first-child { padding-left: 17px; }
  .rail-grid > div:nth-child(2) { border-right: 0; }
  .signal-grid { display: block; padding: 26px 0; }
  .signal-grid div { justify-content: flex-start; gap: 18px; margin-top: 17px; }
  .section { padding: 90px 0; }
  .pressure-section { padding-top: 54px; padding-bottom: 64px; }
  .platform-section { padding-top: 76px; }
  .split-heading { gap: 28px; }
  .pressure-photo { height: 390px; }
  .pressure-photo figcaption { inset: auto 22px 22px; }
  .pressure-grid { grid-template-columns: 1fr; }
  .pressure-card { min-height: 0; }
  .evidence-photo { height: 270px; }
  .pressure-card:not(:last-child)::after { top: auto; right: 50%; bottom: -17px; transform: translateX(50%) rotate(90deg); }
  .pressure-answer { align-items: flex-start; flex-direction: column; gap: 9px; }
  .pressure-answer a { margin-left: 0; }
  .walkthrough { display: block; }
  .walk-steps { display: grid; grid-template-columns: repeat(4, minmax(180px, 1fr)); gap: 1px; padding: 0 0 25px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .walk-step { min-height: 260px; padding: 24px 18px; background: #0d2931; border: 0; scroll-snap-align: start; opacity: .5; }
  .walk-step.is-active { padding-left: 18px; }
  .product-visual { position: relative; top: auto; padding-bottom: 75px; }
  .screenshot-stage { min-height: 620px; }
  .mobile-shot { width: min(29%, 165px); }
  .enterprise-grid { grid-template-columns: 1fr; }
  .readiness-block { padding: 24px; }
  .readiness-grid { grid-template-columns: 1fr; }
  .integration-visual { height: 530px; }
  .connection-label { width: calc(50% - 28px); max-width: none; padding: 12px; }
  .integration-brands { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .integration-brands > span { min-height: 45px; flex-direction: column; gap: 3px; text-align: center; }
  .integration-brands b { font-size: 10px; white-space: normal; }
  .connection-demand { left: 18px; }
  .connection-backend { right: 18px; }
  .connection-core { bottom: 205px; }
  .live-visit { grid-template-columns: 1fr; gap: 20px; padding: 28px; }
  .live-visit-actions { text-align: left; }
  .live-visit-actions .btn { width: auto; }
  .deployment-photo { height: 520px; }
  .case-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
  .case-footer a { margin-left: 0; margin-top: 5px; }
  .fit-panel { grid-template-columns: 1fr; gap: 35px; padding: 43px 27px; }
  .cta-panel { padding: 45px 28px; }
}

@media (max-width: 560px) {
  .brand img { width: 116px; }
  .brand span { display: none; }
  .hero { min-height: 1050px; }
  .hero-photo { background-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,16,20,.95), rgba(4,16,20,.56)), linear-gradient(0deg, rgba(4,16,20,.94) 0%, transparent 70%); }
  .hero-inner { padding: 105px 0 390px; }
  .hero-rail { bottom: 130px; }
  .signal-grid { padding-block: 22px; }
  .hero h1 { font-size: 42px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .btn { width: 100%; }
  .rail-grid strong { font-size: 18px; }
  .rail-grid span { font-size: 10px; }
  .section h2, .fit-panel h2 { font-size: 37px; }
  .split-heading > div:last-child > p { font-size: 16px; }
  .pressure-card { min-height: 0; padding: 0 26px; }
  .evidence-photo { height: 220px; margin-inline: -26px; }
  .evidence-photo figcaption { left: 14px; right: 14px; }
  .card-consequence { margin-inline: -26px; padding-inline: 26px; }
  .pressure-photo { height: 350px; }
  .pressure-photo figcaption > strong { font-size: 22px; }
  .platform-intro { margin-bottom: 45px; }
  .walk-steps { grid-template-columns: repeat(4, 83vw); }
  .real-product-visual { padding-bottom: 50px; }
  .screenshot-stage { min-height: 0; padding: 14px 14px 185px; }
  .console-shot img { max-height: none; }
  .mobile-shot { right: 50%; bottom: 20px; width: 145px; transform: translateX(50%); border-width: 5px; border-radius: 22px; }
  .product-caption { --caption-shift: -165px; left: 14px; right: 14px; bottom: 24px; padding: 15px 16px; }
  .product-caption h3 { font-size: 17px; }
  .product-caption p { font-size: 11px; }
  .screen-evidence-strip { grid-template-columns: 1fr; }
  .app-window { min-height: 470px; }
  .app-layout { min-height: 415px; }
  .app-nav { display: none; }
  .app-main { padding: 14px; }
  .app-kpis > div { padding: 11px; }
  .app-kpis strong { font-size: 20px; }
  .app-content { grid-template-columns: 1fr; }
  .pace-card { display: none; }
  .handheld { right: 7px; bottom: 15px; width: 158px; min-height: 300px; transform: scale(.82); transform-origin: right bottom; }
  .scan-frame { height: 104px; }
  .real-product-visual .visual-note { bottom: 35px; max-width: 170px; }
  .control-shift { grid-template-columns: 1fr; }
  .outcome-row { grid-template-columns: 54px 1fr; gap: 16px; min-height: 0; padding: 25px 23px; }
  .outcome-row h3 { font-size: 21px; }
  .outcome-measure { grid-column: 2; padding: 17px 0 0; border-top: 1px solid #d8e0de; border-left: 0; }
  .enterprise-card { min-height: 0; padding: 28px; }
  .readiness-block { padding: 20px; }
  .readiness-heading h3 { font-size: 23px; }
  .readiness-grid article { min-height: 0; padding: 20px; }
  .enterprise-card h3 { margin-top: 30px; }
  .integration-visual { height: 560px; }
  .integration-visual figcaption { top: 20px; left: 18px; right: 18px; }
  .integration-visual figcaption strong { font-size: 19px; }
  .connection-label { bottom: 15px; width: calc(50% - 23px); max-width: none; padding: 10px; }
  .connection-demand { left: 15px; }
  .connection-backend { right: 15px; }
  .connection-core { bottom: 205px; }
  .live-visit { padding: 24px 22px; }
  .live-visit-copy h3 { font-size: 22px; }
  .live-visit-actions .btn { width: 100%; }
  .deployment-photo { height: 540px; }
  .deployment-story { top: 20px; left: 18px; right: 18px; }
  .deployment-story h2 { font-size: 31px; }
  .deployment-summary { font-size: 11px; }
  .implementation-signals { top: auto; right: 14px; bottom: 14px; left: 14px; gap: 6px; }
  .implementation-signals > div { grid-template-columns: 32px 1fr; gap: 7px; padding: 8px; }
  .implementation-signals > div > span { width: 32px; height: 32px; }
  .implementation-signals svg { width: 20px; height: 20px; }
  .implementation-signals small { font-size: 9px; }
  .implementation-signals strong { font-size: 11px; }
  .timeline li { grid-template-columns: 48px 1fr; padding: 19px; }
  .timeline li > span { width: 48px; height: 48px; }
  .fit-section { padding-top: 18px; }
  .footer-top { display: block; }
  .footer-links { margin-top: 40px; gap: 55px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 7px; }
}

/* Refined homepage review updates */
.control-shift-visual { max-width: 560px; gap: 4px; padding-top: 24px; filter: drop-shadow(0 18px 34px rgba(9,34,41,.12)); }
.control-shift-visual .shift-panel { position: relative; padding: 18px 20px; border: 1px solid #d1dedc; background: #fff; }
.control-shift-visual .shift-panel small { display: block; margin-bottom: 8px; color: #007a8c; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.control-shift-visual .shift-panel strong { display: block; color: var(--ink); font-family: var(--font-display); font-size: 18px; line-height: 1.18; }
.control-shift-visual .shift-panel span { display: block; margin-top: 6px; color: #62737a; font-size: 12px; line-height: 1.45; }
.shift-panel-before { border-left: 4px solid #ec8f86 !important; }
.shift-panel-after { color: white; border-left: 4px solid var(--teal-bright) !important; background: #062128 !important; }
.shift-panel-after strong { color: white !important; }
.shift-panel-after span { color: #a7bcc2 !important; }
.shift-arrow { display: grid; place-items: center; min-height: 20px; color: var(--teal-deep); font-size: 14px; font-style: normal; font-weight: 700; line-height: 1; }
.shift-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; align-items: center; padding: 11px; border: 1px dashed #b6d9df; background: #e9f8fb; }
.shift-flow span, .shift-flow b { display: grid; min-height: 30px; place-items: center; text-align: center; }
.shift-flow span { color: #31545d; background: rgba(255,255,255,.65); font-size: 10px; font-weight: 800; }
.shift-flow .flow-arrow { grid-column: 1 / -1; display: grid; place-items: center; color: var(--teal-deep); font-size: 13px; font-style: normal; font-weight: 700; line-height: 1; }
.shift-flow b { grid-column: 1 / -1; color: var(--teal-deep); background: transparent; border: 1px solid var(--teal-deep); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
@media (max-width: 560px) {
  .control-shift-visual { max-width: none; }
  .shift-flow { grid-template-columns: 1fr; }
  .shift-flow b { grid-column: auto; }
}

/* Global site navigation */
.header-inner { gap: 28px; }
.desktop-nav { gap: 20px; }
.nav-menu { position: relative; }
.nav-menu::after { content: ""; position: absolute; top: 100%; right: -10px; left: -10px; height: 16px; }
.nav-menu-trigger { display: inline-flex; align-items: center; gap: 6px; padding: 10px 0; color: #c6d0d3; background: transparent; border: 0; font: inherit; font-size: 13px; font-weight: 600; cursor: pointer; }
.nav-menu-trigger span { color: var(--teal-bright); font-size: 12px; transition: transform .2s; }
.nav-menu:hover .nav-menu-trigger,.nav-menu:focus-within .nav-menu-trigger,.nav-menu[data-open="true"] .nav-menu-trigger,.nav-menu-trigger.is-active { color: white; }
.nav-menu[data-open="true"] .nav-menu-trigger span,.nav-menu:focus-within .nav-menu-trigger span { transform: rotate(180deg); }
.nav-menu-panel { position: absolute; top: calc(100% + 13px); left: -18px; width: 310px; padding: 10px; visibility: hidden; opacity: 0; transform: translateY(-7px); background: rgba(5,22,27,.99); border: 1px solid #31515a; box-shadow: 0 24px 55px rgba(0,0,0,.34); transition: opacity .18s,transform .18s,visibility .18s; }
.nav-menu-resources .nav-menu-panel { right: -18px; left: auto; }
.nav-menu:hover .nav-menu-panel,.nav-menu:focus-within .nav-menu-panel,.nav-menu[data-open="true"] .nav-menu-panel { visibility: visible; opacity: 1; transform: translateY(0); }
.desktop-nav .nav-menu-panel a { display: block; padding: 12px 13px; color: #d9e4e6; border: 1px solid transparent; }
.desktop-nav .nav-menu-panel a::after { display: none; }
.desktop-nav .nav-menu-panel a:hover,.desktop-nav .nav-menu-panel a:focus-visible,.desktop-nav .nav-menu-panel a[aria-current="page"] { color: white; background: #0d3038; border-color: #2d5660; }
.nav-menu-panel strong,.nav-menu-panel span { display: block; }
.nav-menu-panel strong { font-size: 13px; line-height: 1.25; }
.nav-menu-panel span { margin-top: 4px; color: #8fa5aa; font-size: 10px; font-weight: 500; line-height: 1.35; }
.desktop-nav > a[aria-current="page"] { color: white; }
.desktop-nav > a[aria-current="page"]::after { right: 0; }
.header-actions .btn-small { white-space: nowrap; }
.mobile-nav { max-height: calc(100vh - 78px); overflow-y: auto; }
.mobile-nav-label { display: block; padding: 17px 4px 7px; color: var(--teal-bright); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mobile-nav a[aria-current="page"] { color: var(--teal-bright); }
@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .header-actions { margin-left: auto; }
}
@media (max-width: 820px) {
  .mobile-nav { top: 68px; max-height: calc(100vh - 68px); }
}

/* Deployment photo visibility: reserve the upper panel for copy. */
.deployment-photo {
  --deployment-copy-height: 285px;
  background: #071e25;
}
.deployment-photo::after {
  inset: var(--deployment-copy-height) 0 0;
  background: linear-gradient(180deg, rgba(3,31,45,.22) 0%, rgba(3,31,45,.26) 58%, rgba(4,18,22,.9) 100%);
}
.deployment-photo img {
  inset: var(--deployment-copy-height) 0 auto;
  height: calc(100% - var(--deployment-copy-height));
  object-position: center 20%;
}
.deployment-story {
  top: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  height: var(--deployment-copy-height);
  padding: 28px;
  background: #071e25;
}
.implementation-motion {
  top: calc(var(--deployment-copy-height) + 7%);
  bottom: 16%;
}

@media (max-width: 1100px) {
  .deployment-photo {
    --deployment-copy-height: 285px;
    height: 780px;
  }
}

@media (max-width: 560px) {
  .deployment-photo {
    --deployment-copy-height: 270px;
    height: 780px;
  }
  .deployment-story {
    top: 0;
    right: 0;
    left: 0;
    padding: 20px 18px;
  }
}

/* Static evidence photography: let the three documentary frames lead. */
.pressure-card {
  transition: none;
}
.pressure-card:hover {
  z-index: auto;
  transform: none;
  box-shadow: none;
}
.pressure-card:not(:last-child)::after {
  display: none;
}
.evidence-photo {
  height: 260px;
}
.evidence-photo img {
  transform: none;
  transition: none;
  will-change: auto;
}
.pressure-card:hover .evidence-photo img {
  filter: saturate(.72) contrast(1.04);
  transform: none;
}

@media (max-width: 820px) {
  .evidence-photo {
    height: 300px;
  }
}

@media (max-width: 560px) {
  .evidence-photo {
    height: 260px;
  }
}