/* Estilos exclusivos de la landing de IziVentario. */
:root {
  --navy: #071d4f;
  --navy-2: #0b2f6e;
  --ink: #0b1734;
  --muted: #5c6c88;
  --line: #dce5ef;
  --paper: #f5f8fc;
  --white: #ffffff;
  --blue: #0f73df;
  --cyan: #0da5b8;
  --teal: #078a91;
  --green: #168974;
  --orange: #e68a33;
  --shadow: 0 32px 90px rgba(7, 29, 79, .14);
  --radius: 28px;
  --shell: min(1200px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open, body.assistant-open { overflow: hidden; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 14px; border-radius: 10px; background: var(--navy); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.site-header.scrolled { background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-color: rgba(11,23,52,.08); box-shadow: 0 8px 30px rgba(7,29,79,.05); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 500; letter-spacing: -.05em; white-space: nowrap; }
.brand img { width: 38px; height: 38px; object-fit: contain; }
.brand strong { color: var(--cyan); font-weight: 800; }
.brand sup { margin-left: 2px; font-size: 8px; vertical-align: top; color: var(--navy); }
.desktop-nav { display: flex; align-items: center; gap: 28px; color: #34445f; font-size: 14px; font-weight: 600; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.text-link { font-size: 14px; font-weight: 700; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border: 1px solid var(--navy); border-radius: 999px; background: var(--navy); color: #fff; font-size: 14px; font-weight: 800; box-shadow: 0 12px 30px rgba(7,29,79,.18); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(7,29,79,.24); }
.button-small { min-height: 42px; padding-inline: 19px; }
.button-ghost { color: var(--navy); background: transparent; box-shadow: none; }
.button-ghost:hover { background: rgba(7,29,79,.05); box-shadow: none; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s ease; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: center; overflow: hidden; padding: 140px 0 90px; background: radial-gradient(circle at 78% 30%, rgba(20,154,184,.12), transparent 28%), linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%); }
.hero::before { content: ""; position: absolute; width: 55vw; height: 55vw; right: -18vw; top: -26vw; border: 1px solid rgba(15,115,223,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(15,115,223,.025), 0 0 0 160px rgba(15,115,223,.018); }
.hero-glow { position: absolute; left: 10%; top: 16%; width: 340px; height: 340px; border-radius: 50%; background: rgba(80,180,244,.13); filter: blur(80px); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; position: relative; z-index: 1; }
.eyebrow, .section-tag { margin: 0 0 22px; color: var(--cyan); font-size: 13px; line-height: 1.3; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 26px; height: 2px; background: var(--cyan); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(48px, 6.1vw, 86px); line-height: .98; letter-spacing: -.068em; font-weight: 600; }
h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: var(--muted); font-size: clamp(18px, 1.65vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 32px; color: #465570; font-size: 13px; font-weight: 650; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(13,165,184,.1); }
.hero-product { position: relative; perspective: 1200px; }
.product-window { overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 28px; background: #fff; box-shadow: 0 35px 90px rgba(7,29,79,.2); transform: rotateY(-3deg) rotateX(1deg); }
.window-bar { height: 46px; display: flex; align-items: center; gap: 7px; padding: 0 16px; background: #eef3f9; border-bottom: 1px solid #dbe5f0; }
.window-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #c3cedc; }
.window-bar small { margin-left: auto; margin-right: auto; color: #6f7f97; font-size: 10px; font-weight: 700; }
.window-body { min-height: 450px; display: grid; grid-template-columns: 74px 1fr; }
.window-body aside { display: flex; flex-direction: column; align-items: center; gap: 22px; padding: 22px 0; background: var(--navy); }
.window-body aside > span { width: 26px; height: 6px; border-radius: 4px; background: rgba(255,255,255,.22); }
.window-body aside > span.active { width: 36px; background: #22c6d6; }
.mini-brand { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 11px; background: #fff; }
.mini-brand img { width: 30px; }
.mini-brand b { display: none; }
.dashboard-view { padding: 30px; background: #f5f8fc; }
.dashboard-head { display: flex; align-items: center; justify-content: space-between; }
.dashboard-head div { display: grid; }
.dashboard-head small { color: #7c899d; font-size: 11px; }
.dashboard-head strong { font-size: 22px; letter-spacing: -.04em; }
.dashboard-head p { margin: 2px 0 0; color: #7c899d; font-size: 9px; }
.dashboard-head i { padding: 7px 10px; border: 1px solid #d7e1eb; border-radius: 8px; background: white; color: #64748c; font-size: 9px; font-style: normal; font-weight: 800; }
.hero-shortcuts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 22px; }
.hero-shortcuts article { min-width: 0; padding: 13px 14px; border: 1px solid #dce5ef; border-left: 3px solid var(--cyan); border-radius: 12px; background: #fff; }
.hero-shortcuts article:nth-child(2) { border-left-color: #45a878; }
.hero-shortcuts article:nth-child(3) { border-left-color: #d3a846; }
.hero-shortcuts b, .hero-shortcuts small { display: block; }
.hero-shortcuts b { font-size: 10px; }
.hero-shortcuts small { margin-top: 2px; color: #7a889b; font-size: 7px; }
.hero-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.hero-panels > article { min-width: 0; padding: 14px; border: 1px solid #dce5ef; border-radius: 12px; background: #fff; }
.hero-panels > article > div { display: grid; margin-bottom: 7px; }
.hero-panels > article > div small { color: var(--cyan); font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.hero-panels > article > div b { font-size: 10px; }
.hero-panels p { display: grid; margin: 0; padding: 7px 0; border-top: 1px solid #edf1f5; }
.hero-panels strong { font-size: 8px; }
.hero-panels p span { overflow: hidden; color: #7b899d; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.kpi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 26px; }
.kpi-row article { min-width: 0; padding: 17px; border: 1px solid #dce5ef; border-radius: 14px; background: #fff; }
.kpi-row small, .kpi-row em { display: block; color: #77849a; font-size: 9px; font-style: normal; }
.kpi-row b { display: block; margin: 8px 0 3px; font-size: 22px; letter-spacing: -.04em; }
.kpi-row em { color: var(--green); font-weight: 800; }
.kpi-row em.orange { color: #da6b36; }
.chart-card { margin-top: 15px; padding: 20px; border: 1px solid #dce5ef; border-radius: 14px; background: #fff; }
.chart-card > div:first-child { display: flex; justify-content: space-between; font-size: 11px; }
.chart-card small { color: #8995a7; }
.chart { height: 170px; display: flex; align-items: end; gap: 12px; padding: 30px 10px 0; border-bottom: 1px solid #d5dfeb; background: repeating-linear-gradient(to bottom, transparent 0 41px, #edf2f7 42px 43px); }
.chart i { flex: 1; height: var(--h); border-radius: 8px 8px 0 0; background: linear-gradient(180deg, #13b8c2, #0c74cf); transform-origin: bottom; animation: grow-bars 1.2s .25s both cubic-bezier(.2,.8,.2,1); }
.float-card { position: absolute; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.95); background: rgba(255,255,255,.91); box-shadow: 0 18px 44px rgba(7,29,79,.17); backdrop-filter: blur(14px); }
.float-trace { left: -38px; bottom: 54px; padding: 14px 18px; border-radius: 16px; animation: float 5s ease-in-out infinite; }
.float-trace > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #fff0d8; color: #b76d14; font-weight: 900; }
.float-card div { display: grid; }
.float-card b { font-size: 12px; }
.float-card small, .float-card > span { color: #708098; font-size: 9px; }
.float-order { right: -25px; top: 72px; display: grid; gap: 2px; padding: 15px 18px; border-radius: 16px; animation: float 5s 1s ease-in-out infinite; }
.scroll-cue { position: absolute; z-index: 2; bottom: 22px; left: 50%; display: grid; justify-items: center; gap: 9px; color: #6a7990; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue i { width: 1px; height: 28px; background: linear-gradient(var(--blue), transparent); animation: scroll-line 1.8s ease-in-out infinite; }

.manifesto { padding: 150px 0; background: #fff; }
.manifesto-grid { display: grid; grid-template-columns: .55fr 2fr 1fr; gap: 50px; align-items: start; }
.manifesto h2 { margin: 0; font-size: clamp(38px, 5vw, 67px); line-height: 1.08; letter-spacing: -.055em; font-weight: 550; }
.manifesto-grid > p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 17px; }

.curtain-section { position: relative; padding-bottom: 100px; background: #edf3fa; }
.curtain-intro { min-height: 74vh; display: grid; align-content: center; justify-items: start; padding-block: 120px; }
.curtain-intro h2 { margin: 0; font-size: clamp(52px, 7vw, 92px); line-height: .98; letter-spacing: -.065em; font-weight: 550; }
.curtain-intro > p:last-child { max-width: 540px; margin: 25px 0 0; color: var(--muted); font-size: 18px; }
.curtain-card { position: sticky; top: 82px; min-height: calc(100vh - 82px); display: grid; align-items: center; overflow: hidden; border-radius: 34px 34px 0 0; box-shadow: 0 -20px 60px rgba(7,29,79,.08); }
.curtain-card + .curtain-card { margin-top: 24vh; }
.curtain-supply { z-index: 1; color: #eaf8ff; background: linear-gradient(135deg, #071d4f 0%, #0b3474 60%, #075d89 100%); }
.curtain-reception { z-index: 2; color: #0d2c4f; background: linear-gradient(135deg, #c8f1f2 0%, #e4f8fa 54%, #f8ffff 100%); }
.curtain-clinical { z-index: 3; color: #effaff; background: linear-gradient(135deg, #06334b 0%, #075b70 55%, #078b92 100%); }
.curtain-audit { z-index: 4; color: #eef4ff; background: linear-gradient(135deg, #08152f 0%, #0a1f49 58%, #12366e 100%); }
.curtain-card::after { content: ""; position: absolute; width: 460px; height: 460px; right: -120px; top: -140px; border: 1px solid currentColor; border-radius: 50%; opacity: .08; box-shadow: 0 0 0 80px currentColor, 0 0 0 160px currentColor; pointer-events: none; }
.curtain-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: center; padding-block: 90px; }
.curtain-copy { position: relative; z-index: 2; }
.curtain-copy .section-tag { color: inherit; opacity: .72; }
.module-number { display: block; margin-bottom: 90px; font-size: 12px; font-weight: 800; letter-spacing: .12em; opacity: .5; }
.curtain-copy h3 { max-width: 500px; margin: 0; font-size: clamp(40px, 4.4vw, 64px); line-height: 1.02; letter-spacing: -.06em; font-weight: 550; }
.curtain-copy > p:not(.section-tag) { max-width: 540px; margin: 25px 0 0; font-size: 17px; opacity: .78; }
.curtain-copy ul { display: grid; gap: 8px; margin: 26px 0 0; padding: 0; list-style: none; font-size: 14px; font-weight: 700; }
.curtain-copy li::before { content: "✓"; margin-right: 10px; color: #5ce3d9; }
.curtain-reception .curtain-copy li::before { color: var(--teal); }
.curtain-visual { position: relative; z-index: 2; min-height: 510px; padding: 34px; border: 1px solid rgba(255,255,255,.22); border-radius: 28px; background: rgba(255,255,255,.1); box-shadow: 0 40px 90px rgba(1,17,43,.2); backdrop-filter: blur(18px); }
.curtain-reception .curtain-visual { border-color: rgba(7,82,105,.13); background: rgba(255,255,255,.73); box-shadow: 0 40px 90px rgba(8,75,94,.12); }
.ui-title, .audit-head, .trace-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ui-title div, .audit-head div { display: grid; }
.ui-title small, .audit-head small { font-size: 11px; opacity: .65; }
.ui-title b, .audit-head b { font-size: 22px; letter-spacing: -.035em; }
.status { display: inline-flex; align-items: center; justify-content: center; min-width: 92px; padding: 7px 12px; border-radius: 99px; font-size: 10px; font-style: normal; font-weight: 800; }
.status-blue { color: #0a6fc0; background: #d9efff; }
.status-teal { color: #07727c; background: #d9f7f4; }
.status-green { color: #16775f; background: #ddf6eb; }
.status-warning { color: #956015; background: #fff0d2; }
.status-neutral { color: #68758a; background: #e9eef4; }
.origin-route { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin: 50px 0 30px; }
.origin-route > span { display: grid; padding: 22px; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: rgba(255,255,255,.08); }
.origin-route small { font-size: 10px; opacity: .58; }
.origin-route b { margin-top: 6px; font-size: 16px; }
.origin-route em { font-size: 11px; font-style: normal; opacity: .65; }
.origin-route i { font-size: 24px; font-style: normal; opacity: .45; }
.order-lines { border-block: 1px solid rgba(255,255,255,.16); }
.order-lines p { display: flex; justify-content: space-between; gap: 20px; margin: 0; padding: 15px 2px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.order-lines p:last-child { border: 0; }
.ui-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 24px; }
.ui-footer small { opacity: .55; }
.curtain-visual button { min-height: 42px; padding: 0 16px; border: 0; border-radius: 10px; background: #fff; color: var(--navy); font-size: 11px; font-weight: 800; }
.reception-ui { display: grid; grid-template-columns: .85fr 1.15fr; gap: 30px; align-items: center; }
.scan-orbit { position: relative; width: 230px; height: 230px; display: grid; place-items: center; align-content: center; justify-self: center; border: 1px solid rgba(7,91,112,.15); border-radius: 50%; }
.scan-orbit::before, .scan-orbit::after { content: ""; position: absolute; border: 1px solid rgba(7,91,112,.12); border-radius: 50%; }
.scan-orbit::before { inset: 22px; }
.scan-orbit::after { inset: 48px; background: rgba(255,255,255,.66); }
.scan-orbit span { position: absolute; inset: -1px; border-radius: inherit; background: conic-gradient(from 10deg, transparent 0 60%, var(--cyan) 60% 74%, transparent 74% 100%); animation: spin 7s linear infinite; }
.scan-orbit b, .scan-orbit small { position: relative; z-index: 2; }
.scan-orbit b { color: var(--navy); font-size: 52px; line-height: 1; letter-spacing: -.06em; }
.scan-orbit small { color: #58738a; font-size: 10px; font-weight: 700; }
.reception-data { display: grid; gap: 12px; }
.reception-data > p, .reception-data > div p { margin: 0; padding: 14px 16px; border: 1px solid #d8e8ea; border-radius: 13px; background: rgba(255,255,255,.85); }
.reception-data > div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.reception-data small { display: block; color: #70869a; font-size: 9px; }
.reception-data b { display: block; margin-top: 4px; color: var(--navy); font-size: 13px; }
.reception-data button { margin-top: 5px; color: #fff; background: var(--navy); }
.inventory-ui { display: block; color: var(--navy); }
.inventory-ui .ui-title button { color: #fff; background: var(--navy); }
.inventory-filters { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 10px; margin: 28px 0 14px; }
.inventory-filters span { padding: 12px 14px; border: 1px solid #d8e8ea; border-radius: 10px; background: rgba(255,255,255,.85); color: #718499; font-size: 10px; }
.inventory-preview { overflow: hidden; border: 1px solid #d8e8ea; border-radius: 15px; background: rgba(255,255,255,.9); }
.inventory-preview > p, .inventory-preview article { display: grid; grid-template-columns: 1.5fr .7fr .7fr .8fr; align-items: center; gap: 14px; margin: 0; padding: 15px 18px; border-bottom: 1px solid #e3edef; }
.inventory-preview article:last-child { border: 0; }
.inventory-preview .inventory-head { background: #eef7f8; color: #718499; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.inventory-preview article > span { display: grid; }
.inventory-preview article b, .inventory-preview article strong { font-size: 11px; }
.inventory-preview article small, .inventory-preview article time { color: #72869a; font-size: 9px; }
.inventory-preview article time { font-style: normal; }
.inventory-preview article .status { min-width: 0; padding-inline: 8px; }
.trace-head { padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.16); }
.trace-head > span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; font-size: 11px; font-weight: 800; }
.trace-head div { display: grid; margin-right: auto; }
.trace-head small { font-size: 10px; opacity: .56; }
.trace-head b { font-size: 18px; }
.trace-head em { padding: 6px 10px; border-radius: 99px; background: rgba(93,227,217,.14); color: #8af1e9; font-size: 10px; font-style: normal; font-weight: 800; }
.trace-ui ol { position: relative; display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; }
.trace-ui ol::before { content: ""; position: absolute; left: 12px; top: 28px; bottom: 28px; width: 1px; background: rgba(255,255,255,.2); }
.trace-ui li { position: relative; display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 16px; min-height: 82px; }
.trace-ui li > i { position: relative; z-index: 1; width: 25px; height: 25px; border: 7px solid #0a6475; border-radius: 50%; background: #73dfd8; }
.trace-ui li > div { display: grid; }
.trace-ui li b { font-size: 13px; }
.trace-ui li small, .trace-ui li > span { font-size: 10px; opacity: .6; }
.trace-ui li.current > i { box-shadow: 0 0 0 8px rgba(115,223,216,.12); }
.audit-head button { background: rgba(255,255,255,.95); }
.audit-filters { display: flex; gap: 8px; margin: 28px 0; }
.audit-filters span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; background: rgba(255,255,255,.07); font-size: 10px; }
.audit-table { border-block: 1px solid rgba(255,255,255,.14); }
.audit-table p { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 14px; margin: 0; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.audit-table p:last-child { border: 0; }
.audit-table i, .demo-audit-table i { width: 7px; height: 7px; border-radius: 50%; }
.green { background: #4ad7a8; }
.blue { background: #4fa6f5; }
.orange { background: #efa052; }
.audit-table span { display: grid; }
.audit-table b { font-size: 12px; }
.audit-table small, .audit-table time { font-size: 9px; opacity: .55; }

.product-demo { padding: 150px 0; background: #fff; }
.demo-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.demo-heading h2, .decision-copy h2, .security-copy h2, .updates-head h2, .faq-grid h2 { margin: 0; font-size: clamp(44px, 5.6vw, 72px); line-height: 1.02; letter-spacing: -.06em; font-weight: 550; }
.demo-heading > p, .updates-head > p { max-width: 500px; margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.demo-tabs { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; margin: 70px 22px -28px; padding: 7px; border: 1px solid #dbe5ef; border-radius: 16px; background: rgba(237,243,250,.9); box-shadow: 0 14px 30px rgba(7,29,79,.09); backdrop-filter: blur(14px); }
.demo-tab { min-height: 48px; border: 0; border-radius: 11px; background: transparent; color: #53647d; font-size: 13px; font-weight: 800; cursor: pointer; transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.demo-tab.active { background: #fff; color: var(--navy); box-shadow: 0 8px 22px rgba(7,29,79,.1); }
.demo-stage { min-height: 660px; display: grid; grid-template-columns: 220px 1fr; overflow: hidden; border: 1px solid #d8e3ef; border-radius: 28px; background: #f5f8fc; box-shadow: var(--shadow); }
.demo-sidebar { display: flex; flex-direction: column; padding: 55px 22px 28px; background: var(--navy); color: #fff; }
.demo-sidebar-brand { display: flex; align-items: center; gap: 9px; margin-bottom: 48px; }
.demo-sidebar-brand img { width: 34px; padding: 4px; border-radius: 9px; background: #fff; }
.demo-sidebar-brand span { font-size: 15px; letter-spacing: -.04em; }
.demo-sidebar-brand span b { color: #39c8d4; }
.demo-sidebar nav { display: grid; gap: 8px; }
.demo-sidebar nav span { padding: 11px 14px; border-radius: 9px; color: rgba(255,255,255,.55); font-size: 11px; font-weight: 700; }
.demo-sidebar nav span.active { color: #fff; background: rgba(36,184,210,.22); }
.demo-sidebar > small { margin-top: auto; color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.demo-content { padding: 80px 38px 38px; }
.demo-panel { animation: reveal-panel .32s ease both; }
.demo-panel[hidden] { display: none; }
.demo-panel > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.demo-panel > header div { display: grid; }
.demo-panel > header small { color: #7d8a9e; font-size: 10px; }
.demo-panel h3 { margin: 4px 0 0; font-size: 27px; letter-spacing: -.045em; }
.demo-panel > header button { min-height: 40px; padding: 0 14px; border: 1px solid #cfdae7; border-radius: 9px; background: #fff; color: var(--navy); font-size: 10px; font-weight: 800; }
.demo-intro { max-width: 720px; margin: 18px 0 0; color: #66768d; font-size: 12px; }
.demo-shortcuts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 24px; }
.demo-shortcuts article { display: grid; padding: 15px; border: 1px solid #dce5ef; border-left: 3px solid var(--cyan); border-radius: 12px; background: #fff; }
.demo-shortcuts article:nth-child(2) { border-left-color: #43a674; }
.demo-shortcuts article:nth-child(3) { border-left-color: #d0a23b; }
.demo-shortcuts article:nth-child(4) { border-left-color: #8299b6; }
.demo-shortcuts b { font-size: 11px; }
.demo-shortcuts span { margin-top: 3px; color: #7b899d; font-size: 8px; }
.dashboard-overview { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.dashboard-overview > article { padding: 18px; border: 1px solid #dce5ef; border-radius: 14px; background: #fff; }
.dashboard-overview > article > div { display: grid; margin-bottom: 8px; }
.dashboard-overview > article > div small { color: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.dashboard-overview > article > div b { font-size: 13px; }
.dashboard-overview p { display: grid; margin: 0; padding: 10px 0; border-top: 1px solid #e7edf3; }
.dashboard-overview strong { font-size: 10px; }
.dashboard-overview p span { margin-top: 2px; color: #7c8a9e; font-size: 8px; }
.demo-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.demo-kpis article { padding: 22px; border: 1px solid #dce5ef; border-radius: 15px; background: #fff; }
.demo-kpis small, .demo-kpis em { display: block; color: #74839a; font-size: 10px; font-style: normal; }
.demo-kpis b { display: block; margin: 11px 0 3px; font-size: 26px; letter-spacing: -.04em; }
.demo-kpis em { color: var(--green); font-weight: 800; }
.demo-kpis em.warning { color: #d86d3d; }
.direction-bottom { display: grid; grid-template-columns: 1.5fr .8fr; gap: 14px; margin-top: 14px; }
.direction-bottom > article { min-height: 270px; padding: 22px; border: 1px solid #dce5ef; border-radius: 15px; background: #fff; }
.direction-bottom > article > div:first-child { display: flex; justify-content: space-between; font-size: 11px; }
.direction-bottom small { color: #8190a5; font-size: 9px; }
.wide-chart { height: 190px; display: flex; align-items: end; gap: 10px; padding-top: 30px; border-bottom: 1px solid #d8e2ec; background: repeating-linear-gradient(to bottom, transparent 0 46px, #edf2f7 47px 48px); }
.wide-chart i { flex: 1; height: var(--h); border-radius: 7px 7px 0 0; background: linear-gradient(180deg, #1ab6c1, #1176cc); animation: grow-bars .8s ease both; }
.attention-list > b { font-size: 11px; }
.attention-list p { display: flex; gap: 12px; align-items: center; margin: 20px 0 0; padding-bottom: 18px; border-bottom: 1px solid #e3eaf2; }
.attention-list p > i { width: 8px; height: 8px; border-radius: 50%; }
.attention-list p > span { display: grid; }
.attention-list strong { font-size: 10px; }
.danger { background: #e86a50; }
.warning-dot { background: #e6a43e; }
.supply-summary, .audit-summary, .trace-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px 0 14px; }
.supply-summary span, .audit-summary span, .trace-summary span { display: grid; padding: 20px; border: 1px solid #dce5ef; border-radius: 14px; background: #fff; }
.supply-summary small, .audit-summary small, .trace-summary small { color: #75849a; font-size: 9px; }
.supply-summary b, .audit-summary b, .trace-summary b { margin-top: 6px; font-size: 19px; letter-spacing: -.03em; }
.supply-list, .demo-audit-table { overflow: hidden; border: 1px solid #dce5ef; border-radius: 15px; background: #fff; }
.supply-list > p, .supply-list article { display: grid; grid-template-columns: 1.2fr 1fr .7fr; align-items: center; gap: 20px; margin: 0; padding: 16px 20px; border-bottom: 1px solid #e4ebf3; }
.supply-list article:last-child { border: 0; }
.list-head { background: #eef3f8; color: #738199; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.supply-list article > span { display: grid; }
.supply-list article b { font-size: 11px; }
.supply-list article small { color: #7c8a9e; font-size: 9px; }
.horizontal-journey { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 70px; }
.horizontal-journey::before { content: ""; position: absolute; left: 11%; right: 11%; top: 24px; height: 2px; background: #d5e2ed; }
.horizontal-journey article { position: relative; z-index: 1; display: grid; justify-items: center; text-align: center; }
.horizontal-journey i { width: 48px; height: 48px; display: grid; place-items: center; border: 10px solid #e0eef7; border-radius: 50%; background: var(--blue); color: #fff; font-size: 10px; font-style: normal; font-weight: 800; box-shadow: 0 0 0 1px #c8dae8; }
.horizontal-journey article.current i { border-color: #d8f2ef; background: var(--teal); }
.horizontal-journey small { margin-top: 18px; color: #7b899e; font-size: 9px; }
.horizontal-journey b { margin-top: 3px; font-size: 13px; }
.horizontal-journey span { max-width: 130px; margin-top: 5px; color: #708097; font-size: 9px; }
.trace-filters-mini, .audit-filters-mini { display: grid; gap: 9px; margin: 24px 0 14px; }
.trace-filters-mini { grid-template-columns: 1.5fr 1fr .8fr 1fr; }
.audit-filters-mini { grid-template-columns: repeat(5, 1fr); }
.trace-filters-mini span, .audit-filters-mini span { padding: 11px 12px; border: 1px solid #dce5ef; border-radius: 9px; background: #fff; color: #75849a; font-size: 9px; }
.trace-product-mini { overflow: hidden; border: 1px solid #dce5ef; border-radius: 15px; background: #fff; }
.trace-product-mini > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border-bottom: 1px solid #e4ebf3; }
.trace-product-mini > header div { display: grid; }
.trace-product-mini > header small { color: #7b899d; font-size: 9px; }
.trace-product-mini > header b { font-size: 15px; }
.trace-product-mini > header strong { font-size: 15px; }
.trace-lot-mini { display: grid; grid-template-columns: .8fr .8fr 1fr 1fr auto; align-items: center; gap: 16px; padding: 22px 20px; }
.trace-lot-mini > div { display: grid; }
.trace-lot-mini small { color: #7c8a9e; font-size: 8px; }
.trace-lot-mini b { font-size: 10px; }
.trace-lot-mini button { min-height: 36px; padding: 0 12px; border: 1px solid #cfdae7; border-radius: 8px; background: #fff; color: var(--navy); font-size: 9px; font-weight: 800; }
.demo-audit-table > p, .demo-audit-table article { display: grid; grid-template-columns: 1.3fr 1fr .4fr; align-items: center; gap: 20px; margin: 0; padding: 17px 20px; border-bottom: 1px solid #e4ebf3; }
.demo-audit-table article:last-child { border: 0; }
.demo-audit-table article span { display: flex; align-items: center; gap: 10px; }
.demo-audit-table article b, .demo-audit-table article > span, .demo-audit-table time { font-size: 10px; }
.demo-audit-table time { color: #75849a; }

.decision-section { padding: 150px 0; background: #eff4fa; }
.decision-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.decision-copy h2 em { color: var(--blue); font-style: normal; }
.decision-copy > p:last-child { max-width: 510px; color: var(--muted); font-size: 17px; }
.comparison-card { overflow: hidden; border: 1px solid #d5e1ec; border-radius: 24px; background: #fff; box-shadow: 0 24px 60px rgba(7,29,79,.09); }
.comparison-card > div, .comparison-card > p { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 20px; align-items: center; margin: 0; padding: 18px 24px; border-bottom: 1px solid #e4ebf2; }
.comparison-card > p:last-child { border: 0; }
.comparison-head { background: #f8fafc; color: #66768d; font-size: 10px; }
.comparison-card p span { color: #3e4e68; font-size: 12px; font-weight: 700; }
.comparison-card p b { color: #8a96a8; font-size: 10px; font-weight: 600; }
.comparison-card p strong { color: var(--teal); font-size: 11px; }

.security-section { position: relative; overflow: hidden; padding: 150px 0 55px; color: #edf6ff; background: linear-gradient(135deg, #061634, #08255b 63%, #07476d); }
.security-glow { position: absolute; width: 560px; height: 560px; right: -160px; bottom: -250px; border-radius: 50%; background: rgba(35,199,210,.18); filter: blur(60px); }
.security-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.section-tag.light { color: #75dee2; }
.security-copy h2 { max-width: 620px; }
.security-copy > p:not(.section-tag) { max-width: 580px; margin-top: 28px; color: rgba(237,246,255,.68); font-size: 17px; }
.security-copy > a { display: inline-flex; gap: 12px; margin-top: 22px; color: #8ce6e8; font-size: 13px; font-weight: 800; }
.security-controls { border-top: 1px solid rgba(255,255,255,.16); }
.security-controls article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.security-controls article > span { color: #69d7dd; font-size: 11px; font-weight: 800; }
.security-controls h3 { margin: 0; font-size: 17px; }
.security-controls p { margin: 6px 0 0; color: rgba(237,246,255,.6); font-size: 13px; }
.security-note { position: relative; z-index: 1; margin-top: 80px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(237,246,255,.48); font-size: 11px; }

.updates-section { padding: 145px 0; background: #fff; }
.updates-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.updates-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 58px; }
.updates-grid article { min-height: 270px; padding: 28px; border: 1px solid #dbe5ef; border-radius: 20px; background: linear-gradient(160deg, #fff, #f7fafc); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.updates-grid article:hover { transform: translateY(-7px); border-color: #a8cfeb; box-shadow: 0 22px 45px rgba(7,29,79,.1); }
.updates-grid span { display: inline-flex; padding: 5px 8px; border-radius: 7px; background: #e5f7f6; color: var(--teal); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.updates-grid h3 { margin: 70px 0 10px; font-size: 20px; letter-spacing: -.035em; }
.updates-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.faq-section { padding: 145px 0; background: #f2f6fb; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-grid > div:first-child > p:last-child { max-width: 430px; color: var(--muted); }
.faq-list { border-top: 1px solid #cfdbe7; }
.faq-list details { border-bottom: 1px solid #cfdbe7; }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -6px 0 24px; color: var(--muted); font-size: 14px; }

.closing-section { padding: 90px 0; background: #fff; }
.closing-card { position: relative; overflow: hidden; padding: 110px 70px; border-radius: 34px; color: #fff; text-align: center; background: linear-gradient(135deg, #071d4f, #0a3a7d 62%, #08778d); }
.closing-orb { position: absolute; left: 50%; top: -280px; width: 650px; height: 650px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 100px rgba(255,255,255,.025), 0 0 0 200px rgba(255,255,255,.018); }
.closing-card > *:not(.closing-orb) { position: relative; z-index: 1; }
.closing-card h2 { margin: 0; font-size: clamp(52px, 7vw, 90px); line-height: .98; letter-spacing: -.065em; font-weight: 550; }
.closing-card > p:not(.section-tag) { max-width: 690px; margin: 28px auto 0; color: rgba(255,255,255,.7); font-size: 17px; }
.centered { justify-content: center; }
.button-white { border-color: #fff; color: var(--navy); background: #fff; }
.button-dark { border-color: rgba(255,255,255,.42); background: rgba(4,18,45,.35); box-shadow: none; }

.site-footer { padding: 45px 0; border-top: 1px solid #e0e7ef; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.footer-grid > p { margin: 0; color: var(--muted); font-size: 13px; }
.footer-grid nav { display: flex; gap: 20px; color: #516078; font-size: 12px; font-weight: 700; }
.footer-grid > small { grid-column: 1 / -1; color: #8b97a8; font-size: 10px; }

.assistant-trigger { position: fixed; z-index: 90; right: 22px; bottom: 22px; min-height: 52px; display: flex; align-items: center; gap: 9px; padding: 6px 16px 6px 7px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; background: var(--navy); color: #fff; box-shadow: 0 14px 36px rgba(7,29,79,.28); cursor: pointer; }
.assistant-trigger > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--cyan)); font-size: 17px; font-weight: 900; }
.assistant-trigger b { font-size: 12px; }
.assistant-panel { position: fixed; z-index: 110; right: 22px; bottom: 88px; width: min(430px, calc(100vw - 28px)); max-height: min(680px, calc(100svh - 112px)); display: flex; flex-direction: column; overflow: hidden; border: 1px solid #d6e1ec; border-radius: 22px; background: #fff; box-shadow: 0 26px 80px rgba(7,29,79,.25); }
.assistant-panel[hidden] { display: none; }
.assistant-panel header { display: flex; align-items: center; justify-content: space-between; padding: 17px; color: #fff; background: var(--navy); }
.assistant-panel header > div { display: flex; align-items: center; gap: 10px; }
.assistant-panel header > div > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg, var(--blue), var(--cyan)); font-size: 11px; font-weight: 900; }
.assistant-panel header p { display: grid; margin: 0; }
.assistant-panel header b { font-size: 14px; }
.assistant-panel header small { color: rgba(255,255,255,.65); font-size: 11px; }
.assistant-panel header .assistant-header-actions { gap: 3px; }
.assistant-panel header button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 9px; background: transparent; color: #fff; font-size: 22px; line-height: 1; cursor: pointer; transition: background .2s ease; }
.assistant-panel header button:hover, .assistant-panel header button:focus-visible { background: rgba(255,255,255,.12); }
.assistant-panel header [data-assistant-reset] { font-size: 18px; }
.assistant-chat { min-height: 165px; max-height: 310px; flex: 1 1 auto; overflow: auto; padding: 17px; background: #f5f8fc; scrollbar-color: #c5d2df transparent; }
.assistant-message, .assistant-answer { width: fit-content; max-width: 90%; margin: 0 0 10px; padding: 11px 13px; border-radius: 4px 14px 14px 14px; background: #fff; color: #40506b; font-size: 13px; line-height: 1.5; box-shadow: 0 5px 15px rgba(7,29,79,.07); }
.assistant-answer { margin-left: auto; border-radius: 14px 4px 14px 14px; color: #fff; background: var(--blue); }
.assistant-action-row { display: flex; flex-wrap: wrap; gap: 7px; margin: -1px 0 12px; }
.assistant-action-row a { padding: 8px 11px; border: 1px solid #cad9e7; border-radius: 999px; background: #fff; color: var(--navy); font-size: 11px; font-weight: 800; box-shadow: 0 4px 12px rgba(7,29,79,.05); }
.assistant-typing { display: flex; align-items: center; gap: 4px; min-height: 38px; }
.assistant-typing span { width: 6px; height: 6px; border-radius: 50%; background: #91a0b4; animation: vienna-typing 1s ease-in-out infinite; }
.assistant-typing span:nth-child(2) { animation-delay: .14s; }
.assistant-typing span:nth-child(3) { animation-delay: .28s; }
.assistant-quick { display: flex; flex-wrap: wrap; gap: 7px; padding: 13px 14px 10px; border-top: 1px solid #e5ebf2; }
.assistant-quick button { padding: 7px 10px; border: 1px solid #d7e2ed; border-radius: 999px; background: #fff; color: #34465f; font-size: 11px; font-weight: 700; cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.assistant-quick button:hover, .assistant-quick button:focus-visible { border-color: #9cbdd7; background: #f4f9fd; }
.assistant-quick button:disabled, .assistant-form button:disabled { opacity: .48; cursor: wait; }
.assistant-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 0 14px 10px; }
.assistant-form input { min-width: 0; height: 44px; padding: 0 13px; border: 1px solid #cfdae7; border-radius: 11px; background: #fff; color: var(--ink); font-size: 13px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.assistant-form input:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(13,165,184,.12); }
.assistant-form button { min-width: 72px; padding: 0 14px; border: 0; border-radius: 11px; background: var(--navy); color: #fff; font-size: 12px; font-weight: 800; cursor: pointer; }
.assistant-warning { display: block; padding: 0 14px 13px; color: #7a8799; font-size: 11px; line-height: 1.4; }

@keyframes grow-bars { from { transform: scaleY(.12); } to { transform: scaleY(1); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes scroll-line { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
@keyframes reveal-panel { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes vienna-typing { 0%, 60%, 100% { transform: translateY(0); opacity: .42; } 30% { transform: translateY(-3px); opacity: 1; } }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 36px, 960px); }
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 70px; padding-top: 40px; }
  .hero-copy { max-width: 780px; }
  .hero-product { width: min(760px, 92%); margin-left: auto; }
  .manifesto-grid { grid-template-columns: 1fr 2fr; }
  .manifesto-grid > p:last-child { grid-column: 2; }
  .curtain-grid { grid-template-columns: 1fr 1.3fr; gap: 45px; }
  .module-number { margin-bottom: 50px; }
  .curtain-visual { min-height: 460px; padding: 24px; }
  .reception-ui { grid-template-columns: 1fr; }
  .scan-orbit { width: 150px; height: 150px; }
  .scan-orbit b { font-size: 34px; }
  .demo-stage { grid-template-columns: 175px 1fr; }
  .updates-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 28px, 680px); --radius: 22px; }
  .site-header { height: 72px; }
  .site-header.scrolled { background: rgba(255,255,255,.94); }
  .nav-actions { display: none; }
  .menu-button { display: block; }
  .menu-open .desktop-nav { position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 30px 24px; background: #fff; }
  .menu-open .desktop-nav a { padding: 17px 0; border-bottom: 1px solid #e2e8f0; font-size: 18px; }
  .menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: auto; padding: 120px 0 90px; }
  .hero-grid { gap: 60px; }
  h1 { font-size: clamp(43px, 13vw, 66px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-proof { display: grid; gap: 11px; }
  .hero-product { width: 100%; }
  .product-window { transform: none; border-radius: 20px; }
  .window-body { min-height: 360px; grid-template-columns: 54px 1fr; }
  .dashboard-view { padding: 18px; }
  .hero-shortcuts { grid-template-columns: 1fr 1fr; }
  .hero-shortcuts article:last-child { grid-column: 1 / -1; }
  .hero-panels { grid-template-columns: 1fr; }
  .hero-panels > article:last-child { display: none; }
  .kpi-row { grid-template-columns: 1fr 1fr; }
  .kpi-row article:nth-child(3) { display: none; }
  .chart { height: 130px; }
  .float-order { right: -5px; top: 55px; }
  .float-trace { left: -4px; bottom: -30px; }
  .scroll-cue { display: none; }
  .manifesto { padding: 100px 0; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 24px; }
  .manifesto-grid > p:last-child { grid-column: auto; }
  .manifesto h2 { font-size: 42px; }
  .curtain-intro { min-height: auto; padding: 105px 0 75px; }
  .curtain-intro h2 { font-size: 53px; }
  .curtain-card, .curtain-card + .curtain-card { position: relative; top: auto; min-height: auto; margin-top: 14px; border-radius: 24px; }
  .curtain-grid { grid-template-columns: 1fr; gap: 44px; padding: 68px 0; }
  .module-number { margin-bottom: 34px; }
  .curtain-copy h3 { font-size: 43px; }
  .curtain-visual { min-height: auto; padding: 20px; border-radius: 19px; }
  .origin-route { grid-template-columns: 1fr; margin-top: 28px; }
  .origin-route i { transform: rotate(90deg); justify-self: center; }
  .ui-footer { align-items: stretch; flex-direction: column; }
  .reception-ui { padding-block: 30px; }
  .inventory-filters { grid-template-columns: 1fr; }
  .inventory-preview { overflow-x: auto; }
  .inventory-preview > p, .inventory-preview article { min-width: 650px; }
  .trace-ui li { grid-template-columns: 26px 1fr; }
  .trace-ui li > span { grid-column: 2; margin-top: -18px; }
  .product-demo, .decision-section, .security-section, .updates-section, .faq-section { padding: 100px 0; }
  .demo-heading, .updates-head, .decision-grid, .security-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .demo-heading h2, .decision-copy h2, .security-copy h2, .updates-head h2, .faq-grid h2 { font-size: 45px; }
  .demo-tabs { grid-template-columns: 1fr 1fr; margin: 45px 0 14px; }
  .demo-stage { min-height: 620px; grid-template-columns: 1fr; border-radius: 20px; }
  .demo-sidebar { display: none; }
  .demo-content { padding: 26px 18px; }
  .demo-panel > header { align-items: flex-start; }
  .demo-intro { font-size: 13px; }
  .demo-shortcuts { grid-template-columns: 1fr 1fr; }
  .dashboard-overview { grid-template-columns: 1fr; }
  .demo-kpis { grid-template-columns: 1fr 1fr; }
  .demo-kpis article:nth-child(3) { grid-column: 1 / -1; }
  .direction-bottom { grid-template-columns: 1fr; }
  .direction-bottom > article { min-height: 240px; }
  .supply-list { overflow-x: auto; }
  .supply-list > p, .supply-list article { min-width: 620px; }
  .horizontal-journey { grid-template-columns: 1fr; gap: 22px; margin-top: 34px; }
  .horizontal-journey::before { left: 23px; right: auto; top: 24px; bottom: 24px; width: 2px; height: auto; }
  .horizontal-journey article { grid-template-columns: 48px 58px 1fr; justify-items: start; align-items: center; gap: 12px; text-align: left; }
  .horizontal-journey small, .horizontal-journey b, .horizontal-journey span { margin: 0; }
  .horizontal-journey span { grid-column: 3; }
  .horizontal-journey b { grid-column: 3; grid-row: 1; }
  .horizontal-journey small { grid-column: 2; grid-row: 1 / span 2; }
  .trace-filters-mini, .audit-filters-mini { grid-template-columns: 1fr 1fr; }
  .trace-product-mini { overflow-x: auto; }
  .trace-product-mini > header, .trace-lot-mini { min-width: 620px; }
  .demo-audit-table { overflow-x: auto; }
  .demo-audit-table > p, .demo-audit-table article { min-width: 580px; }
  .comparison-card { overflow-x: auto; }
  .comparison-card > div, .comparison-card > p { min-width: 590px; }
  .security-grid { gap: 60px; }
  .security-note { margin-top: 55px; }
  .updates-grid { grid-template-columns: 1fr; }
  .updates-grid article { min-height: 220px; }
  .updates-grid h3 { margin-top: 48px; }
  .closing-section { padding: 56px 0; }
  .closing-card { padding: 80px 24px; border-radius: 25px; }
  .closing-card h2 { font-size: 50px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: start; }
  .footer-grid nav { flex-wrap: wrap; }
  .assistant-trigger b { display: none; }
  .assistant-trigger { right: 14px; bottom: 14px; padding-right: 7px; }
  .assistant-panel { right: 14px; bottom: 76px; max-height: calc(100svh - 96px); }
  .assistant-chat { max-height: 38svh; }
  .assistant-quick { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 11px; }
  .assistant-quick button { flex: 0 0 auto; }
}

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