/* RadiumQR Interactive Product Demo v2.5.1 — multi-workflow guided release */
:root {
  --ink: #031d21;
  --ink-deep: #021416;
  --panel: #06282d;
  --panel-light: #0a353b;
  --green: #00dc84;
  --green-bright: #1ef4a1;
  --light: #f2f2f2;
  --muted: #a8bfbc;
  --line: rgba(209, 239, 233, 0.13);
  --line-soft: rgba(209, 239, 233, 0.075);
  --danger: #ffb35c;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --container: 1220px;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--ink-deep); scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--light);
  background:
    radial-gradient(circle at 78% 2%, rgba(0, 220, 132, 0.08), transparent 28rem),
    linear-gradient(180deg, #021618 0%, #042429 48%, #021719 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

::selection { color: var(--ink); background: var(--green); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, label { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--green-bright); outline-offset: 4px; }

.demo-container { width: min(calc(100% - 42px), var(--container)); margin-inline: auto; }
.demo-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--green);
  border-radius: 10px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}
.demo-skip-link:focus { transform: translateY(0); }

.demo-ambient { position: fixed; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.demo-ambient__orb { position: absolute; border-radius: 50%; opacity: 0.38; }
.demo-ambient__orb--one { width: 34rem; height: 34rem; top: -20rem; right: -7rem; background: radial-gradient(circle, rgba(0, 220, 132, 0.27), transparent 68%); }
.demo-ambient__orb--two { width: 29rem; height: 29rem; bottom: -17rem; left: -15rem; background: radial-gradient(circle, rgba(10, 116, 128, 0.25), transparent 68%); }
.demo-ambient__grid { position: absolute; inset: 0; opacity: 0.16; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 80%); }

.demo-site-header { height: 88px; border-bottom: 1px solid var(--line-soft); background: rgba(2, 20, 22, 0.78); backdrop-filter: blur(18px) saturate(125%); -webkit-backdrop-filter: blur(18px) saturate(125%); }
.demo-site-header__inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 24px; }
.demo-brand { display: inline-flex; min-width: 0; align-items: center; gap: 12px; }
.demo-brand__mark { position: relative; flex: 0 0 42px; width: 42px; height: 42px; border: 1px solid rgba(0,220,132,.3); border-radius: 13px; background: linear-gradient(145deg, rgba(0,220,132,.14), transparent 50%), rgba(3,29,33,.8); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 9px 28px rgba(0,220,132,.08); }
.demo-brand__mark i { position: absolute; width: 10px; height: 10px; border-color: var(--green); border-style: solid; }
.demo-brand__mark i:nth-child(1) { top: 8px; left: 8px; border-width: 2px 0 0 2px; }
.demo-brand__mark i:nth-child(2) { top: 8px; right: 8px; border-width: 2px 2px 0 0; }
.demo-brand__mark i:nth-child(3) { bottom: 8px; left: 8px; border-width: 0 0 2px 2px; }
.demo-brand__mark i:nth-child(4) { right: 8px; bottom: 8px; border-width: 0 2px 2px 0; }
.demo-brand__mark b { position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; border-radius: 2px; background: var(--green); box-shadow: 9px 0 0 -1px rgba(0,220,132,.38), -9px 0 0 -1px rgba(0,220,132,.38), 0 9px 0 -1px rgba(0,220,132,.38), 0 -9px 0 -1px rgba(0,220,132,.38); transform: translate(-50%,-50%); }
.demo-brand__copy { display: flex; min-width: 0; flex-direction: column; }
.demo-brand__copy strong { color: #f1f4f3; font-size: 1.03rem; font-weight: 760; letter-spacing: .105em; line-height: 1; }
.demo-brand__copy strong span { color: var(--green); }
.demo-brand__copy small { margin-top: 6px; color: #5f7d79; font-size: .49rem; font-weight: 720; letter-spacing: .16em; }
.demo-header-actions { display: flex; align-items: center; gap: 16px; }
.demo-mode-badge { display: inline-flex; min-height: 35px; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid rgba(0,220,132,.13); border-radius: 999px; color: #96ada9; background: rgba(0,220,132,.035); font-size: .66rem; font-weight: 680; }
.demo-mode-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 13px rgba(0,220,132,.55); }
.demo-header-actions > a { display: inline-flex; min-height: 42px; align-items: center; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; color: #afc1be; font-size: .7rem; font-weight: 680; transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease; }
.demo-header-actions > a:hover { color: var(--green-bright); border-color: rgba(0,220,132,.32); background: rgba(0,220,132,.045); }

.demo-stage { min-height: calc(100vh - 88px); padding: 34px 0 62px; }
.demo-notice { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; gap: 13px; align-items: center; margin-bottom: 20px; padding: 13px 16px; border: 1px solid rgba(0,220,132,.12); border-radius: 15px; background: rgba(0,220,132,.035); box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.demo-notice__icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(0,220,132,.15); border-radius: 12px; color: var(--green); background: rgba(0,220,132,.045); }
.demo-notice__icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.demo-notice p { margin: 0; }
.demo-notice p strong, .demo-notice p span { display: block; }
.demo-notice p strong { color: #d8e5e3; font-size: .79rem; font-weight: 700; }
.demo-notice p span { margin-top: 2px; color: #76918d; font-size: .68rem; line-height: 1.45; }
.demo-notice em { color: #7e9995; font-size: .63rem; font-style: normal; font-weight: 680; white-space: nowrap; }

.demo-layout { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 20px; align-items: start; }
.demo-rail { position: sticky; top: 20px; min-width: 0; padding: 22px; border: 1px solid var(--line-soft); border-radius: 23px; background: rgba(3, 27, 30, .74); box-shadow: inset 0 1px 0 rgba(255,255,255,.03); }
.demo-context-card { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 12px; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line-soft); }
.demo-context-card__icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(0,220,132,.14); border-radius: 12px; color: var(--green); background: rgba(0,220,132,.045); }
.demo-context-card__icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.demo-context-card small, .demo-context-card strong, .demo-context-card em { display: block; }
.demo-context-card small { color: #64817d; font-size: .48rem; font-weight: 750; letter-spacing: .12em; }
.demo-context-card strong { margin-top: 3px; color: #d5e3e0; font-size: .72rem; font-weight: 690; }
.demo-context-card em { margin-top: 3px; color: #688480; font-size: .59rem; font-style: normal; line-height: 1.4; }
.demo-progress-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 24px; color: #607e79; font-size: .5rem; font-weight: 760; letter-spacing: .11em; }
.demo-progress-heading strong { color: var(--green); font-size: .56rem; letter-spacing: .05em; }
.demo-progress-list { display: grid; gap: 3px; margin: 13px 0 0; padding: 0; list-style: none; }
.demo-progress-list li { position: relative; display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 11px; align-items: center; min-height: 64px; padding: 9px 8px; border: 1px solid transparent; border-radius: 12px; opacity: .47; transition: opacity 220ms ease, border-color 220ms ease, background-color 220ms ease, transform 260ms var(--ease); }
.demo-progress-list li::before { position: absolute; top: -8px; bottom: calc(50% + 16px); left: 23px; width: 1px; background: rgba(0,220,132,.13); content: ""; }
.demo-progress-list li:first-child::before { display: none; }
.demo-progress-list li > span { display: grid; z-index: 1; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(209,239,233,.13); border-radius: 10px; color: #6d8884; background: #05272b; font-size: .53rem; font-weight: 760; }
.demo-progress-list li strong, .demo-progress-list li small { display: block; }
.demo-progress-list li strong { color: #a6bab6; font-size: .68rem; font-weight: 690; }
.demo-progress-list li small { margin-top: 2px; color: #5f7c78; font-size: .56rem; line-height: 1.4; }
.demo-progress-list li.is-complete { opacity: .75; }
.demo-progress-list li.is-complete > span { color: var(--ink); border-color: var(--green); background: var(--green); }
.demo-progress-list li[aria-current="step"] { opacity: 1; border-color: rgba(0,220,132,.13); background: rgba(0,220,132,.04); transform: translateX(3px); }
.demo-progress-list li[aria-current="step"] > span { color: var(--green); border-color: rgba(0,220,132,.35); box-shadow: 0 0 18px rgba(0,220,132,.09); }
.demo-progress-list li[aria-current="step"] strong { color: #d6e3e0; }
.demo-rail-note { display: flex; gap: 10px; margin-top: 22px; padding: 14px; border: 1px solid rgba(209,239,233,.07); border-radius: 12px; background: rgba(242,242,242,.02); }
.demo-rail-note svg { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 1px; fill: none; stroke: #6b8883; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.demo-rail-note p { margin: 0; }
.demo-rail-note strong, .demo-rail-note span { display: block; }
.demo-rail-note strong { color: #8da5a1; font-size: .61rem; }
.demo-rail-note span { margin-top: 3px; color: #587570; font-size: .56rem; line-height: 1.48; }

.demo-app { min-width: 0; overflow: hidden; border: 1px solid rgba(0,220,132,.15); border-radius: 25px; background: rgba(2, 19, 21, .9); box-shadow: 0 45px 110px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.04); }
.demo-app__bar { display: grid; grid-template-columns: 84px minmax(0,1fr) auto; align-items: center; min-height: 49px; padding: 0 18px; border-bottom: 1px solid var(--line-soft); color: #637f7b; background: rgba(8,47,52,.45); font-size: .57rem; }
.demo-window-dots { display: flex; gap: 5px; }
.demo-window-dots i { width: 7px; height: 7px; border-radius: 50%; background: rgba(209,239,233,.2); }
.demo-window-dots i:first-child { background: rgba(0,220,132,.42); }
.demo-app__bar > span:nth-child(2) { overflow: hidden; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.demo-secure-label { display: inline-flex; align-items: center; gap: 5px; color: #74928d; }
.demo-secure-label svg { width: 13px; height: 13px; fill: none; stroke: var(--green); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.demo-app__progress { height: 3px; overflow: hidden; background: rgba(209,239,233,.05); }
.demo-app__progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, #00b96f, var(--green-bright)); box-shadow: 0 0 15px rgba(0,220,132,.5); transform: scaleX(var(--demo-progress, 0)); transform-origin: left center; transition: transform 520ms var(--ease); }
.demo-app__body { min-height: 680px; }
.demo-app__footer { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 16px; padding: 0 20px; border-top: 1px solid var(--line-soft); color: #607e79; background: rgba(2,17,19,.86); font-size: .57rem; }
.demo-app__footer > span:first-child { display: inline-flex; align-items: center; gap: 7px; }
.demo-app__footer i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(0,220,132,.5); }

.demo-screen { min-height: 680px; padding: clamp(34px, 5vw, 64px); opacity: 0; transform: translateY(10px); }
.demo-screen.is-active { opacity: 1; transform: none; animation: demo-screen-in 430ms var(--ease) both; }
.demo-screen__eyebrow { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--green); font-size: .58rem; font-weight: 770; letter-spacing: .13em; }
.demo-screen__eyebrow i { position: relative; width: 55px; height: 1px; background: rgba(0,220,132,.28); }
.demo-screen__eyebrow i::after { position: absolute; top: -3px; right: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(0,220,132,.55); content: ""; }
.demo-screen-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-top: 18px; }
.demo-screen-heading h2, .demo-welcome-copy h1, .demo-screen--complete h2 { margin: 0; color: #f0f3f2; font-weight: 760; line-height: 1.02; letter-spacing: -.055em; text-wrap: balance; }
.demo-screen-heading h2 { max-width: 720px; font-size: clamp(2.15rem, 4.2vw, 3.8rem); }
.demo-screen-heading p { max-width: 680px; margin: 13px 0 0; color: #8fa7a3; font-size: .84rem; line-height: 1.62; }
.demo-screen-heading__badge { display: inline-flex; min-height: 35px; flex: 0 0 auto; align-items: center; padding: 0 11px; border: 1px solid rgba(0,220,132,.14); border-radius: 999px; color: var(--green); background: rgba(0,220,132,.04); font-size: .58rem; font-weight: 720; }

.demo-welcome-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(270px, .98fr); gap: clamp(28px, 5vw, 70px); align-items: center; min-height: 555px; margin-top: 10px; }
.demo-screen-icon { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 25px; border: 1px solid rgba(0,220,132,.18); border-radius: 17px; color: var(--green); background: linear-gradient(145deg, rgba(0,220,132,.1), rgba(0,220,132,.025)); box-shadow: 0 0 34px rgba(0,220,132,.07); }
.demo-screen-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.demo-welcome-copy h1 { max-width: 690px; font-size: clamp(3rem, 5.8vw, 5.5rem); }
.demo-welcome-copy p { max-width: 620px; margin: 23px 0 0; color: #98afab; font-size: .92rem; line-height: 1.7; }
.demo-welcome-copy .demo-button { margin-top: 29px; }
.demo-arrival-card { padding: 20px; border: 1px solid rgba(0,220,132,.14); border-radius: 22px; background: radial-gradient(circle at 85% 3%, rgba(0,220,132,.08), transparent 16rem), rgba(6,42,47,.66); box-shadow: 0 30px 70px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.035); }
.demo-arrival-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #78938f; font-size: .52rem; font-weight: 740; letter-spacing: .1em; }
.demo-arrival-card__top > span { display: inline-flex; align-items: center; gap: 6px; }
.demo-arrival-card__top i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 11px rgba(0,220,132,.55); }
.demo-arrival-card__top em { padding: 4px 7px; border-radius: 7px; color: var(--green); background: rgba(0,220,132,.06); font-style: normal; }
.demo-arrival-qr { position: relative; width: min(100%, 190px); aspect-ratio: 1; margin: 22px auto 0; padding: 11px; overflow: hidden; border: 1px solid rgba(0,220,132,.19); border-radius: 18px; background: white; }
.demo-arrival-qr img { display: block; width: 100%; height: 100%; }
.demo-arrival-qr > span { position: absolute; z-index: 2; top: 10px; right: 10px; left: 10px; height: 2px; border-radius: 999px; background: linear-gradient(90deg, transparent, var(--green-bright), transparent); box-shadow: 0 0 13px rgba(0,220,132,.68); animation: demo-qr-scan 3.3s var(--ease) infinite; }
.demo-arrival-details { margin-top: 18px; text-align: center; }
.demo-arrival-details small, .demo-arrival-details strong, .demo-arrival-details span { display: block; }
.demo-arrival-details small { color: var(--green); font-size: .51rem; font-weight: 760; letter-spacing: .11em; }
.demo-arrival-details strong { margin-top: 4px; color: #e0e9e7; font-size: .88rem; font-weight: 710; }
.demo-arrival-details span { margin-top: 4px; color: #718c88; font-size: .62rem; }
.demo-arrival-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 17px; padding-top: 14px; border-top: 1px solid var(--line-soft); color: #617e79; font-size: .56rem; }

.demo-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border: 1px solid transparent; border-radius: 12px; cursor: pointer; font-size: .75rem; font-weight: 720; transition: transform 180ms var(--ease), color 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.demo-button:hover { transform: translateY(-2px); }
.demo-button:active { transform: translateY(0); }
.demo-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.demo-button--primary { color: var(--ink); border-color: var(--green); background: var(--green); box-shadow: 0 13px 33px rgba(0,220,132,.14); }
.demo-button--primary:hover { background: var(--green-bright); box-shadow: 0 16px 38px rgba(0,220,132,.2); }
.demo-button--secondary { color: #d1deda; border-color: rgba(0,220,132,.19); background: rgba(0,220,132,.045); }
.demo-button--secondary:hover { color: var(--green-bright); border-color: rgba(0,220,132,.4); background: rgba(0,220,132,.075); }
.demo-button--ghost { color: #8ea6a2; border-color: var(--line); background: rgba(242,242,242,.025); }
.demo-button--ghost:hover { color: #d9e5e3; border-color: rgba(209,239,233,.24); background: rgba(242,242,242,.045); }

.demo-error-summary { margin-top: 22px; padding: 13px 15px; border: 1px solid rgba(255,179,92,.3); border-radius: 12px; color: #f2c48f; background: rgba(255,179,92,.06); }
.demo-error-summary strong, .demo-error-summary span { display: block; }
.demo-error-summary strong { font-size: .72rem; }
.demo-error-summary span { margin-top: 3px; font-size: .63rem; }
.demo-inspection-form { margin-top: 25px; }
.demo-question { min-width: 0; margin: 0; padding: 18px; border: 1px solid var(--line-soft); border-radius: 16px; background: rgba(242,242,242,.02); transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.demo-question + .demo-question { margin-top: 11px; }
.demo-question.has-error { border-color: rgba(255,179,92,.36); background: rgba(255,179,92,.035); }
.demo-question:has(input[value="pass"]:checked) { border-color: rgba(0,220,132,.22); background: rgba(0,220,132,.025); }
.demo-question:has(input[value="action"]:checked) { border-color: rgba(255,179,92,.25); background: rgba(255,179,92,.03); }
.demo-question legend { display: grid; width: 100%; grid-template-columns: 35px minmax(0,1fr); gap: 12px; padding: 0; }
.demo-question legend > span { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(0,220,132,.14); border-radius: 10px; color: var(--green); background: rgba(0,220,132,.04); font-size: .55rem; font-weight: 760; }
.demo-question legend strong, .demo-question legend small { display: block; }
.demo-question legend strong { color: #d5e3e0; font-size: .78rem; font-weight: 700; }
.demo-question legend small { margin-top: 3px; color: #6f8a86; font-size: .64rem; line-height: 1.45; }
.demo-answer-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin-top: 15px; margin-left: 47px; }
.demo-answer-options label { cursor: pointer; }
.demo-answer-options input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.demo-answer-options span { display: flex; min-height: 44px; align-items: center; justify-content: center; gap: 7px; padding: 0 12px; border: 1px solid rgba(209,239,233,.12); border-radius: 11px; color: #8da5a1; background: rgba(242,242,242,.02); font-size: .68rem; font-weight: 680; transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.demo-answer-options svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.demo-answer-options input:focus-visible + span { outline: 3px solid var(--green-bright); outline-offset: 3px; }
.demo-answer-options input[value="pass"]:checked + span { color: #bff3dc; border-color: rgba(0,220,132,.32); background: rgba(0,220,132,.075); box-shadow: inset 0 0 0 1px rgba(0,220,132,.05); }
.demo-answer-options input[value="action"]:checked + span { color: #f3ca9a; border-color: rgba(255,179,92,.34); background: rgba(255,179,92,.07); box-shadow: inset 0 0 0 1px rgba(255,179,92,.04); }
.demo-screen-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 25px; }

.demo-followup-layout { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: 16px; margin-top: 27px; }
.demo-issue-panel, .demo-followup-form, .demo-review-card { min-width: 0; border: 1px solid var(--line-soft); border-radius: 17px; background: rgba(242,242,242,.02); }
.demo-issue-panel { overflow: hidden; }
.demo-issue-panel__header, .demo-review-card__header { display: flex; min-height: 49px; align-items: center; justify-content: space-between; gap: 12px; padding: 0 16px; border-bottom: 1px solid var(--line-soft); color: #66827e; font-size: .54rem; font-weight: 750; letter-spacing: .1em; }
.demo-issue-panel__header em, .demo-review-card__header em { padding: 4px 7px; border-radius: 7px; color: #f3c48d; background: rgba(255,179,92,.06); font-style: normal; letter-spacing: .02em; text-transform: none; }
.demo-issue-row { display: grid; grid-template-columns: 38px minmax(0,1fr) auto; gap: 11px; align-items: center; padding: 16px; border-bottom: 1px solid var(--line-soft); }
.demo-issue-row:last-child { border-bottom: 0; }
.demo-issue-row__icon { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,179,92,.22); border-radius: 11px; color: #ffbc6e; background: rgba(255,179,92,.055); }
.demo-issue-row__icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.demo-issue-row strong, .demo-issue-row small { display: block; }
.demo-issue-row strong { color: #d4e0de; font-size: .72rem; font-weight: 690; }
.demo-issue-row small { margin-top: 3px; color: #68837f; font-size: .6rem; }
.demo-issue-row b { color: #f0c18a; font-size: .55rem; font-weight: 690; }
.demo-all-clear { padding: 28px 20px; text-align: center; }
.demo-all-clear > span { display: grid; width: 48px; height: 48px; place-items: center; margin: 0 auto 13px; border: 1px solid rgba(0,220,132,.2); border-radius: 14px; color: var(--green); background: rgba(0,220,132,.055); }
.demo-all-clear svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.demo-all-clear strong, .demo-all-clear small { display: block; }
.demo-all-clear strong { color: #d5e2df; font-size: .78rem; }
.demo-all-clear small { margin-top: 4px; color: #6f8a86; font-size: .62rem; }
.demo-followup-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; padding: 18px; }
.demo-field--full { grid-column: 1 / -1; }
.demo-field label { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 7px; color: #a8bcb8; font-size: .65rem; font-weight: 670; }
.demo-field label span { color: #5f7d79; font-size: .55rem; font-weight: 600; }
.demo-field select, .demo-field textarea { width: 100%; border: 1px solid rgba(209,239,233,.12); border-radius: 10px; outline: 0; color: #dce7e5; background: rgba(242,242,242,.03); font-size: .7rem; transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease; }
.demo-field select { min-height: 45px; padding: 0 12px; cursor: pointer; color: #f2f8f6; background-color: rgba(7,38,42,.94); }
.demo-field select option, .demo-field select optgroup { color: #f2f8f6; background: #0a272b; }
.demo-field select option[value=""] { color: #a9c0bc; }
.demo-field textarea { min-height: 94px; padding: 11px 12px; line-height: 1.5; resize: vertical; }
.demo-field select:focus, .demo-field textarea:focus { border-color: rgba(0,220,132,.48); background: rgba(0,220,132,.025); box-shadow: 0 0 0 3px rgba(0,220,132,.08); }
.demo-field > small { display: block; margin-top: 5px; color: #5f7d79; font-size: .54rem; text-align: right; }
.demo-followup-form .demo-screen-actions { grid-column: 1 / -1; }
.demo-followup-form.is-all-clear [data-followup-field] { display: none; }
.demo-followup-form.is-all-clear { display: block; }

.demo-review-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); gap: 16px; margin-top: 27px; }
.demo-review-card { overflow: hidden; }
.demo-review-card__header em { color: var(--green); background: rgba(0,220,132,.055); }
.demo-review-row { display: grid; grid-template-columns: 34px minmax(0,1fr) auto; gap: 10px; align-items: center; padding: 14px 16px; border-bottom: 1px solid var(--line-soft); }
.demo-review-row:last-child { border-bottom: 0; }
.demo-review-row__mark { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(0,220,132,.16); border-radius: 10px; color: var(--green); background: rgba(0,220,132,.04); }
.demo-review-row.is-action .demo-review-row__mark { color: #ffbc6e; border-color: rgba(255,179,92,.22); background: rgba(255,179,92,.055); }
.demo-review-row__mark svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.demo-review-row strong, .demo-review-row small { display: block; }
.demo-review-row strong { color: #d3dfdc; font-size: .7rem; font-weight: 690; }
.demo-review-row small { margin-top: 2px; color: #66827d; font-size: .58rem; }
.demo-review-row b { color: #77ad9c; font-size: .54rem; font-weight: 690; }
.demo-review-row.is-action b { color: #f0c18a; }
.demo-review-followup { padding: 18px; }
.demo-review-followup > span { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 15px; border: 1px solid rgba(0,220,132,.16); border-radius: 12px; color: var(--green); background: rgba(0,220,132,.045); }
.demo-review-followup > span svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.demo-review-followup strong, .demo-review-followup small { display: block; }
.demo-review-followup strong { color: #d3dfdd; font-size: .77rem; }
.demo-review-followup small { margin-top: 5px; color: #6d8884; font-size: .62rem; line-height: 1.5; }
.demo-review-followup dl { display: grid; grid-template-columns: 1fr auto; gap: 9px 13px; margin: 18px 0 0; padding-top: 15px; border-top: 1px solid var(--line-soft); }
.demo-review-followup dt { color: #5f7d79; font-size: .58rem; }
.demo-review-followup dd { margin: 0; color: #a8bbb7; font-size: .58rem; font-weight: 670; text-align: right; }
.demo-acknowledgment { display: flex; gap: 12px; align-items: flex-start; margin-top: 18px; padding: 15px; border: 1px solid rgba(209,239,233,.09); border-radius: 13px; background: rgba(242,242,242,.018); cursor: pointer; }
.demo-acknowledgment input { flex: 0 0 auto; width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--green); }
.demo-acknowledgment strong, .demo-acknowledgment small { display: block; }
.demo-acknowledgment strong { color: #cfdcda; font-size: .7rem; }
.demo-acknowledgment small { margin-top: 3px; color: #67837e; font-size: .59rem; line-height: 1.45; }
.demo-ack-error { min-height: 18px; margin: 6px 0 0 30px; color: #f0bd82; font-size: .61rem; }

.demo-screen--complete { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.demo-success-mark { position: relative; width: 86px; height: 86px; margin-bottom: 24px; }
.demo-success-mark > span { position: relative; z-index: 2; display: grid; width: 86px; height: 86px; place-items: center; border: 1px solid rgba(0,220,132,.32); border-radius: 27px; color: var(--ink); background: var(--green); box-shadow: 0 0 45px rgba(0,220,132,.2); animation: demo-success-pop 700ms var(--ease) both; }
.demo-success-mark svg { width: 39px; height: 39px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.1; }
.demo-success-mark > i { position: absolute; inset: 0; border: 1px solid rgba(0,220,132,.18); border-radius: 28px; animation: demo-success-ring 2.4s ease-out infinite; }
.demo-success-mark > i:nth-of-type(2) { animation-delay: .7s; }
.demo-success-mark > i:nth-of-type(3) { animation-delay: 1.4s; }
.demo-screen__kicker { color: var(--green); font-size: .58rem; font-weight: 770; letter-spacing: .14em; }
.demo-screen--complete h2 { max-width: 820px; margin-top: 14px; font-size: clamp(2.65rem, 5vw, 4.6rem); }
.demo-screen--complete > p { max-width: 740px; margin: 18px 0 0; color: #8ea6a2; font-size: .84rem; line-height: 1.65; }
.demo-completion-record { width: min(100%, 760px); margin-top: 28px; overflow: hidden; border: 1px solid rgba(0,220,132,.15); border-radius: 19px; background: rgba(4,31,34,.75); text-align: left; box-shadow: 0 28px 65px rgba(0,0,0,.22); }
.demo-completion-record__header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; border-bottom: 1px solid var(--line-soft); }
.demo-completion-record__header small, .demo-completion-record__header strong { display: block; }
.demo-completion-record__header small { color: #66827e; font-size: .49rem; font-weight: 750; letter-spacing: .11em; }
.demo-completion-record__header strong { margin-top: 3px; color: #d9e5e3; font-size: .82rem; font-weight: 720; letter-spacing: .04em; }
.demo-completion-record__header em { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 999px; color: #addecf; background: rgba(0,220,132,.06); font-size: .56rem; font-style: normal; font-weight: 700; }
.demo-completion-record__header em i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px rgba(0,220,132,.5); }
.demo-completion-metrics { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-bottom: 1px solid var(--line-soft); }
.demo-completion-metrics > div { padding: 16px; border-right: 1px solid var(--line-soft); text-align: center; }
.demo-completion-metrics > div:last-child { border-right: 0; }
.demo-completion-metrics strong, .demo-completion-metrics span { display: block; }
.demo-completion-metrics strong { color: #e1e9e7; font-size: 1.35rem; font-weight: 730; letter-spacing: -.035em; }
.demo-completion-metrics span { margin-top: 3px; color: #68847f; font-size: .55rem; }
.demo-supervisor-view { padding: 17px 18px 18px; }
.demo-supervisor-view__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 11px; color: #607d78; font-size: .5rem; font-weight: 750; letter-spacing: .1em; }
.demo-supervisor-view__head em { font-style: normal; letter-spacing: .01em; text-transform: none; }
.demo-supervisor-row { display: grid; grid-template-columns: 38px minmax(0,1fr) auto; gap: 11px; align-items: center; padding: 12px; border: 1px solid var(--line-soft); border-radius: 12px; background: rgba(242,242,242,.018); }
.demo-supervisor-row + .demo-supervisor-row { margin-top: 8px; }
.demo-supervisor-row__icon { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(0,220,132,.17); border-radius: 11px; color: var(--green); background: rgba(0,220,132,.045); }
.demo-supervisor-row__icon--action { color: #ffbc6e; border-color: rgba(255,179,92,.22); background: rgba(255,179,92,.05); }
.demo-supervisor-row__icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.demo-supervisor-row strong, .demo-supervisor-row small { display: block; }
.demo-supervisor-row strong { color: #d2dfdc; font-size: .68rem; }
.demo-supervisor-row small { margin-top: 2px; color: #66827d; font-size: .56rem; }
.demo-supervisor-row b { color: #76ab9b; font-size: .53rem; font-weight: 700; }
.demo-complete-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; margin-top: 24px; }
.demo-share-button { display: inline-flex; min-height: 45px; align-items: center; gap: 8px; padding: 0 13px; border: 0; color: #748f8a; background: transparent; cursor: pointer; font-size: .66rem; font-weight: 670; transition: color 180ms ease; }
.demo-share-button:hover { color: var(--green-bright); }
.demo-share-button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.demo-share-status { min-height: 18px; margin: 7px 0 0; color: #78a696; font-size: .61rem; }

.demo-legal-note { max-width: 900px; margin: 19px auto 0; color: #54716c; font-size: .58rem; line-height: 1.55; text-align: center; }
.demo-legal-note a { color: #769b92; text-decoration: underline; text-decoration-color: rgba(0,220,132,.25); text-underline-offset: 3px; }
.demo-footer { border-top: 1px solid var(--line-soft); background: rgba(2,17,19,.7); }
.demo-footer .demo-container { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; }
.demo-footer p { margin: 0; color: #587570; font-size: .6rem; }
.demo-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.demo-footer a { color: #698680; font-size: .6rem; transition: color 180ms ease; }
.demo-footer a:hover { color: var(--green-bright); }

@keyframes demo-screen-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes demo-qr-scan { 0% { top: 10px; opacity: 0; } 12%, 84% { opacity: .9; } 100% { top: calc(100% - 12px); opacity: 0; } }
@keyframes demo-success-pop { 0% { opacity: 0; transform: scale(.72) rotate(-8deg); } 100% { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes demo-success-ring { 0% { opacity: .55; transform: scale(.92); } 75%, 100% { opacity: 0; transform: scale(1.7); } }

@media (max-width: 1000px) {
  .demo-layout { grid-template-columns: 1fr; }
  .demo-rail { position: static; display: grid; grid-template-columns: 1fr; padding: 18px; }
  .demo-progress-heading, .demo-progress-list, .demo-rail-note { display: none; }
  .demo-context-card { padding: 0; border: 0; }
  .demo-app__body, .demo-screen { min-height: 650px; }
}

@media (max-width: 760px) {
  .demo-container { width: min(calc(100% - 28px), var(--container)); }
  .demo-site-header { height: 76px; }
  .demo-brand__mark { flex-basis: 38px; width: 38px; height: 38px; }
  .demo-brand__copy small { display: none; }
  .demo-mode-badge { display: none; }
  .demo-header-actions > a { min-height: 40px; padding-inline: 11px; }
  .demo-stage { padding-top: 20px; }
  .demo-notice { grid-template-columns: 37px minmax(0,1fr); padding: 12px; }
  .demo-notice__icon { width: 37px; height: 37px; }
  .demo-notice em { display: none; }
  .demo-rail { padding: 15px; border-radius: 18px; }
  .demo-app { border-radius: 20px; }
  .demo-app__bar { grid-template-columns: 50px minmax(0,1fr); min-height: 43px; padding-inline: 13px; }
  .demo-secure-label { display: none; }
  .demo-app__body, .demo-screen { min-height: 0; }
  .demo-screen { padding: 28px 20px 32px; }
  .demo-welcome-grid { grid-template-columns: 1fr; min-height: 0; gap: 30px; margin-top: 30px; }
  .demo-welcome-copy h1 { font-size: clamp(2.85rem, 13vw, 4.2rem); }
  .demo-welcome-copy p { font-size: .84rem; }
  .demo-welcome-copy .demo-button { width: 100%; }
  .demo-arrival-card { width: min(100%, 360px); margin-inline: auto; }
  .demo-screen-heading { flex-direction: column; gap: 12px; }
  .demo-screen-heading h2 { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  .demo-screen-heading__badge { align-self: flex-start; }
  .demo-question { padding: 15px; }
  .demo-answer-options { margin-left: 0; }
  .demo-screen-actions { align-items: stretch; flex-direction: column-reverse; }
  .demo-screen-actions .demo-button { width: 100%; }
  .demo-followup-layout, .demo-review-grid { grid-template-columns: 1fr; }
  .demo-followup-form { grid-template-columns: 1fr; }
  .demo-field--full, .demo-followup-form .demo-screen-actions { grid-column: auto; }
  .demo-screen--complete { padding-top: 44px; padding-bottom: 44px; }
  .demo-screen--complete h2 { font-size: clamp(2.55rem, 11.5vw, 3.75rem); }
  .demo-completion-metrics { grid-template-columns: 1fr; }
  .demo-completion-metrics > div { border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .demo-completion-metrics > div:last-child { border-bottom: 0; }
  .demo-complete-actions { flex-direction: column; }
  .demo-complete-actions .demo-button { width: 100%; }
  .demo-app__footer { min-height: 44px; padding-inline: 14px; }
  .demo-app__footer > span:last-child { display: none; }
  .demo-footer .demo-container { min-height: 96px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 9px; }
}

@media (max-width: 430px) {
  .demo-brand__copy strong { font-size: .93rem; }
  .demo-notice p span { font-size: .61rem; }
  .demo-context-card strong { font-size: .68rem; }
  .demo-screen { padding-inline: 17px; }
  .demo-answer-options { grid-template-columns: 1fr; }
  .demo-question legend { grid-template-columns: 32px minmax(0,1fr); }
  .demo-question legend > span { width: 32px; height: 32px; }
  .demo-review-row, .demo-issue-row, .demo-supervisor-row { grid-template-columns: 34px minmax(0,1fr); }
  .demo-review-row b, .demo-issue-row b, .demo-supervisor-row b { grid-column: 2; justify-self: start; }
  .demo-completion-record__header { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .demo-screen.is-active,
  .demo-arrival-qr > span,
  .demo-success-mark > span,
  .demo-success-mark > i { animation: none !important; }
}


/* RadiumQR Interactive Product Demo v2.2.2 — guided scenario and connected-record polish */
.demo-app {
  position: relative;
}

.demo-signal-card {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(0, 220, 132, 0.11);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 220, 132, 0.07), transparent 9rem),
    rgba(0, 220, 132, 0.025);
}

.demo-signal-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #688681;
  font-size: 0.47rem;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.demo-signal-card__header > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.demo-signal-card__header i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 11px rgba(0, 220, 132, 0.55);
  animation: demo-signal-pulse 2s ease-out infinite;
}

.demo-signal-card__header em {
  color: var(--green);
  font-size: 0.48rem;
  font-style: normal;
  letter-spacing: 0.08em;
}

.demo-signal-route {
  display: grid;
  grid-template-columns: 8px 1fr 8px 1fr 8px 1fr 8px;
  align-items: center;
  gap: 4px;
  margin: 13px 1px 12px;
}

.demo-signal-route span {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(209, 239, 233, 0.17);
  border-radius: 50%;
  background: #05272b;
  transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.demo-signal-route span.is-complete,
.demo-signal-route span.is-current {
  border-color: var(--green);
  background: var(--green);
}

.demo-signal-route span.is-current {
  box-shadow: 0 0 13px rgba(0, 220, 132, 0.5);
}

.demo-signal-route i {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgba(0, 220, 132, 0.1);
}

.demo-signal-route i::after {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  content: "";
  transform: translateX(-100%);
}

.demo-signal-card.is-flowing .demo-signal-route i::after {
  animation: demo-signal-flow 1.35s ease-out both;
}

.demo-signal-card > strong,
.demo-signal-card > p {
  display: block;
  margin: 0;
}

.demo-signal-card > strong {
  color: #c7d8d4;
  font-size: 0.64rem;
  font-weight: 690;
}

.demo-signal-card > p {
  margin-top: 4px;
  color: #607e79;
  font-size: 0.55rem;
  line-height: 1.45;
}

.demo-sync-toast {
  position: absolute;
  z-index: 20;
  top: 64px;
  right: 18px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: min(310px, calc(100% - 36px));
  padding: 10px 12px;
  border: 1px solid rgba(0, 220, 132, 0.22);
  border-radius: 13px;
  opacity: 0;
  background: rgba(2, 26, 29, 0.94);
  box-shadow: 0 17px 48px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  pointer-events: none;
  transform: translateY(-9px) scale(0.98);
  transition: opacity 190ms ease, transform 280ms var(--ease);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.demo-sync-toast.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.demo-sync-toast__pulse {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(0, 220, 132, 0.18);
  border-radius: 10px;
  background: rgba(0, 220, 132, 0.05);
}

.demo-sync-toast__pulse::before,
.demo-sync-toast__pulse::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.demo-sync-toast__pulse::after {
  position: absolute;
  opacity: 0.45;
  animation: demo-toast-ring 1.2s ease-out infinite;
}

.demo-sync-toast strong,
.demo-sync-toast small {
  display: block;
}

.demo-sync-toast strong {
  color: #d7e5e2;
  font-size: 0.66rem;
}

.demo-sync-toast small {
  margin-top: 2px;
  color: #6c8984;
  font-size: 0.56rem;
  line-height: 1.4;
}

.demo-source-chip {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 0 10px;
  border: 1px solid rgba(0, 220, 132, 0.13);
  border-radius: 999px;
  color: #a5bbb7;
  background: rgba(0, 220, 132, 0.035);
  font-size: 0.59rem;
  font-weight: 650;
}

.demo-source-chip svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.demo-source-chip em {
  padding-left: 8px;
  border-left: 1px solid rgba(209, 239, 233, 0.1);
  color: #5f7d79;
  font-style: normal;
}

.demo-welcome-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 29px;
}

.demo-welcome-copy .demo-welcome-actions .demo-button {
  margin-top: 0;
}

.demo-welcome-hint {
  max-width: 580px !important;
  margin-top: 12px !important;
  color: #647f7b !important;
  font-size: 0.62rem !important;
  line-height: 1.5 !important;
}

.demo-inspection-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: stretch;
  margin-top: 23px;
}

.demo-inspection-meter,
.demo-scenario-button {
  border: 1px solid rgba(209, 239, 233, 0.09);
  border-radius: 14px;
  background: rgba(242, 242, 242, 0.018);
}

.demo-inspection-meter {
  padding: 13px 15px;
}

.demo-inspection-meter__header,
.demo-inspection-meter__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.demo-inspection-meter__header {
  color: #8da6a1;
  font-size: 0.6rem;
}

.demo-inspection-meter__header strong {
  color: #d5e3e0;
  font-size: 0.71rem;
}

.demo-inspection-meter__header em {
  color: #66837e;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 670;
}

.demo-inspection-meter.is-complete .demo-inspection-meter__header em {
  color: var(--green);
}

.demo-inspection-meter.has-action .demo-inspection-meter__header em {
  color: #f0c18a;
}

.demo-inspection-meter__track {
  height: 5px;
  margin: 10px 0 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(209, 239, 233, 0.07);
}

.demo-inspection-meter__track > span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #00b96f, var(--green-bright));
  box-shadow: 0 0 12px rgba(0, 220, 132, 0.32);
  transform: scaleX(var(--answer-progress, 0));
  transform-origin: left center;
  transition: transform 320ms var(--ease);
}

.demo-inspection-meter__footer {
  color: #607d79;
  font-size: 0.54rem;
}

.demo-inspection-meter__footer span:last-child {
  color: #806f5d;
}

.demo-inspection-meter.has-action .demo-inspection-meter__footer span:last-child {
  color: #e0ae77;
}

.demo-scenario-button {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-width: 190px;
  padding: 10px 12px;
  color: inherit;
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, background-color 180ms ease, transform 220ms var(--ease);
}

.demo-scenario-button:hover {
  border-color: rgba(0, 220, 132, 0.28);
  background: rgba(0, 220, 132, 0.04);
  transform: translateY(-2px);
}

.demo-scenario-button.is-loaded {
  border-color: rgba(0, 220, 132, 0.34);
  background: rgba(0, 220, 132, 0.065);
  box-shadow: inset 0 0 0 1px rgba(0, 220, 132, 0.025), 0 12px 28px rgba(0, 0, 0, 0.12);
}

.demo-scenario-button.is-loaded > span:first-child {
  color: var(--ink);
  border-color: var(--green);
  background: var(--green);
  box-shadow: 0 0 18px rgba(0, 220, 132, 0.18);
}

.demo-scenario-button.is-loaded strong {
  color: var(--green-bright);
}

.demo-scenario-button > span:first-child {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(0, 220, 132, 0.16);
  border-radius: 10px;
  color: var(--green);
  background: rgba(0, 220, 132, 0.045);
}

.demo-scenario-button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.demo-scenario-button strong,
.demo-scenario-button small {
  display: block;
}

.demo-scenario-button strong {
  color: #c9d9d6;
  font-size: 0.62rem;
}

.demo-scenario-button small {
  margin-top: 2px;
  color: #607d79;
  font-size: 0.53rem;
}

.demo-question {
  position: relative;
}

.demo-question-status {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
  border: 1px solid rgba(209, 239, 233, 0.09);
  border-radius: 999px;
  color: #607d79;
  background: rgba(242, 242, 242, 0.02);
  font-size: 0.52rem;
  font-weight: 670;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.demo-question-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #58736f;
}

.demo-question legend {
  padding-right: 120px;
}

.demo-question.is-pass .demo-question-status {
  border-color: rgba(0, 220, 132, 0.2);
  color: #a9ddce;
  background: rgba(0, 220, 132, 0.045);
}

.demo-question.is-pass .demo-question-status i {
  background: var(--green);
  box-shadow: 0 0 10px rgba(0, 220, 132, 0.35);
}

.demo-question.is-action .demo-question-status {
  border-color: rgba(255, 179, 92, 0.25);
  color: #edbf8a;
  background: rgba(255, 179, 92, 0.055);
}

.demo-question.is-action .demo-question-status i {
  background: var(--danger);
  box-shadow: 0 0 10px rgba(255, 179, 92, 0.28);
}

.demo-question.just-updated {
  animation: demo-question-update 380ms var(--ease) both;
}

.demo-routing-preview {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(0, 220, 132, 0.12);
  border-radius: 12px;
  background: rgba(0, 220, 132, 0.03);
}

.demo-routing-preview__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(0, 220, 132, 0.16);
  border-radius: 11px;
  color: var(--green);
  background: rgba(0, 220, 132, 0.045);
}

.demo-routing-preview__icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.demo-routing-preview small,
.demo-routing-preview strong {
  display: block;
}

.demo-routing-preview small {
  color: #5f7d79;
  font-size: 0.49rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.demo-routing-preview strong {
  margin-top: 3px;
  color: #cbdad7;
  font-size: 0.66rem;
}

.demo-routing-preview em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8fc8b8;
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 680;
}

.demo-routing-preview em i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(0, 220, 132, 0.45);
}

.demo-record-chain {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(0, 220, 132, 0.1);
  border-radius: 14px;
  background: rgba(0, 220, 132, 0.025);
}

.demo-record-chain > span {
  min-width: 0;
}

.demo-record-chain i,
.demo-record-chain strong,
.demo-record-chain small {
  display: block;
}

.demo-record-chain i {
  color: var(--green);
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.demo-record-chain strong {
  margin-top: 3px;
  color: #cbdad7;
  font-size: 0.61rem;
}

.demo-record-chain small {
  margin-top: 2px;
  overflow: hidden;
  color: #5f7d79;
  font-size: 0.51rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demo-record-chain > b {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgba(0, 220, 132, 0.1);
}

.demo-record-chain > b::after {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  content: "";
  transform: translateX(-100%);
}

.demo-screen[data-demo-screen="review"].is-active .demo-record-chain > b::after {
  animation: demo-signal-flow 1.5s ease-out 280ms both;
}

.demo-screen--complete {
  position: relative;
  overflow: hidden;
}

.demo-screen--complete > *:not(.demo-celebration) {
  position: relative;
  z-index: 1;
}

.demo-celebration {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.demo-celebration i {
  position: absolute;
  top: 18%;
  left: 50%;
  width: 6px;
  height: 17px;
  border-radius: 999px;
  opacity: 0;
  background: var(--green);
  transform: translate(-50%, -50%);
}

.demo-screen--complete.is-active .demo-celebration i {
  animation: demo-confetti 1.25s var(--ease) both;
}

.demo-celebration i:nth-child(1) { --confetti-x: -250px; --confetti-y: 85px; --confetti-r: -160deg; }
.demo-celebration i:nth-child(2) { --confetti-x: -190px; --confetti-y: -45px; --confetti-r: 120deg; animation-delay: 60ms !important; }
.demo-celebration i:nth-child(3) { --confetti-x: -120px; --confetti-y: 120px; --confetti-r: 210deg; animation-delay: 120ms !important; }
.demo-celebration i:nth-child(4) { --confetti-x: -65px; --confetti-y: -85px; --confetti-r: -90deg; animation-delay: 35ms !important; }
.demo-celebration i:nth-child(5) { --confetti-x: 55px; --confetti-y: -95px; --confetti-r: 150deg; animation-delay: 105ms !important; }
.demo-celebration i:nth-child(6) { --confetti-x: 115px; --confetti-y: 120px; --confetti-r: -210deg; animation-delay: 20ms !important; }
.demo-celebration i:nth-child(7) { --confetti-x: 185px; --confetti-y: -40px; --confetti-r: 95deg; animation-delay: 150ms !important; }
.demo-celebration i:nth-child(8) { --confetti-x: 250px; --confetti-y: 90px; --confetti-r: -140deg; animation-delay: 75ms !important; }
.demo-celebration i:nth-child(9) { --confetti-x: -285px; --confetti-y: 190px; --confetti-r: 185deg; animation-delay: 160ms !important; }
.demo-celebration i:nth-child(10) { --confetti-x: 285px; --confetti-y: 190px; --confetti-r: -185deg; animation-delay: 125ms !important; }
.demo-celebration i:nth-child(11) { --confetti-x: -30px; --confetti-y: 185px; --confetti-r: 240deg; animation-delay: 180ms !important; }
.demo-celebration i:nth-child(12) { --confetti-x: 28px; --confetti-y: 205px; --confetti-r: -240deg; animation-delay: 90ms !important; }

.demo-completion-chain {
  display: flex;
  width: min(100%, 720px);
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 22px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 220, 132, 0.11);
  border-radius: 999px;
  background: rgba(0, 220, 132, 0.03);
}

.demo-completion-chain span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8eb0a7;
  font-size: 0.55rem;
  font-weight: 660;
  white-space: nowrap;
}

.demo-completion-chain span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(0, 220, 132, 0.35);
}

.demo-completion-chain b {
  position: relative;
  width: 26px;
  height: 1px;
  overflow: hidden;
  background: rgba(0, 220, 132, 0.12);
}

.demo-completion-chain b::after {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  content: "";
  transform: translateX(-100%);
}

.demo-screen--complete.is-active .demo-completion-chain b::after {
  animation: demo-signal-flow 1.45s ease-out 260ms both;
}

.demo-completion-stamp {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 4px;
}

.demo-completion-stamp small {
  color: #5e7b76 !important;
  font-size: 0.49rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none;
}

.demo-share-button.is-success {
  color: var(--green-bright);
}

@keyframes demo-signal-pulse {
  0% { box-shadow: 0 0 0 0 rgba(0, 220, 132, 0.32); }
  70%, 100% { box-shadow: 0 0 0 8px rgba(0, 220, 132, 0); }
}

@keyframes demo-signal-flow {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

@keyframes demo-toast-ring {
  from { opacity: 0.5; transform: scale(0.8); }
  to { opacity: 0; transform: scale(2.2); }
}

@keyframes demo-question-update {
  0% { transform: scale(0.985); }
  100% { transform: scale(1); }
}

@keyframes demo-confetti {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.55) rotate(0); }
  18% { opacity: 0.9; }
  100% { opacity: 0; transform: translate(calc(-50% + var(--confetti-x)), calc(-50% + var(--confetti-y))) scale(1) rotate(var(--confetti-r)); }
}

@media (max-width: 1000px) {
  .demo-signal-card {
    display: none;
  }
}

@media (max-width: 760px) {
  .demo-sync-toast {
    top: 53px;
    right: 12px;
    left: 12px;
    width: auto;
  }

  .demo-source-chip {
    align-items: flex-start;
    flex-wrap: wrap;
    border-radius: 13px;
    padding-block: 8px;
  }

  .demo-source-chip em {
    width: 100%;
    padding: 5px 0 0 22px;
    border-top: 1px solid rgba(209, 239, 233, 0.08);
    border-left: 0;
  }

  .demo-welcome-actions {
    flex-direction: column;
  }

  .demo-welcome-actions .demo-button {
    width: 100%;
  }

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

  .demo-scenario-button {
    min-width: 0;
  }

  .demo-question legend {
    padding-right: 0;
  }

  .demo-question-status {
    position: static;
    width: max-content;
    margin: 10px 0 0 47px;
  }

  .demo-routing-preview {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .demo-routing-preview em {
    grid-column: 2;
  }

  .demo-record-chain {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .demo-record-chain > span {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 1px 9px;
    align-items: center;
    padding: 8px 10px;
    border: 1px solid rgba(209, 239, 233, 0.065);
    border-radius: 10px;
    background: rgba(242, 242, 242, 0.015);
  }

  .demo-record-chain i {
    grid-row: 1 / 3;
  }

  .demo-record-chain > b {
    display: none;
  }

  .demo-completion-chain {
    flex-wrap: wrap;
    border-radius: 16px;
  }

  .demo-completion-chain b {
    width: 15px;
  }

  .demo-completion-stamp {
    align-items: flex-start;
  }
}

@media (max-width: 430px) {
  .demo-inspection-meter__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .demo-question-status {
    margin-left: 0;
  }

  .demo-completion-chain {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .demo-completion-chain span {
    justify-content: center;
  }

  .demo-completion-chain b {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .demo-signal-card__header i,
  .demo-signal-card.is-flowing .demo-signal-route i::after,
  .demo-sync-toast__pulse::after,
  .demo-question.just-updated,
  .demo-screen[data-demo-screen="review"].is-active .demo-record-chain > b::after,
  .demo-screen--complete.is-active .demo-completion-chain b::after,
  .demo-screen--complete.is-active .demo-celebration i {
    animation: none !important;
  }

  .demo-celebration {
    display: none;
  }

  .demo-sync-toast,
  .demo-inspection-meter__track > span,
  .demo-question-status,
  .demo-signal-route span {
    transition: none !important;
  }
}


/* RadiumQR demo v2.3.0 — concise walkthrough polish */

.demo-rail {
  gap: 15px;
}

.demo-signal-card {
  margin-top: 2px;
}

.demo-welcome-copy > p,
.demo-screen-heading p,
.demo-screen--complete > p,
.demo-legal-note {
  text-wrap: pretty;
}

.demo-legal-note {
  max-width: 760px;
  margin-inline: auto;
}

@media (max-width: 860px) {
  .demo-notice p span {
    line-height: 1.45;
  }
}


/* ========================================================================
   RadiumQR demo v2.4.0 — final visual audit
   ======================================================================== */

.demo-mode-badge { font-size: 0.75rem; }
.demo-notice strong { font-size: 0.86rem; }
.demo-notice p span { color: #91aaa6; font-size: 0.74rem; }
.demo-context-card small { color: #829d98; font-size: 0.62rem; }
.demo-context-card strong { font-size: 0.8rem; }
.demo-context-card em { color: #8ca5a1; font-size: 0.68rem; }
.demo-progress-heading span { color: #819c97; font-size: 0.62rem; }
.demo-progress-heading strong { font-size: 0.72rem; }
.demo-progress-list strong { font-size: 0.74rem; }
.demo-progress-list small { color: #819b97; font-size: 0.65rem; }
.demo-signal-card__header span { color: #819c97; font-size: 0.58rem; }
.demo-signal-card > strong { font-size: 0.75rem; }
.demo-signal-card > p { color: #8aa39f; font-size: 0.66rem; }
.demo-app__bar { color: #819c97; font-size: 0.63rem; }
.demo-screen-heading p,
.demo-screen--complete > p { color: #9fb5b1; font-size: 0.86rem; line-height: 1.65; }
.demo-question legend strong { font-size: 0.82rem; }
.demo-question legend small { color: #8ca5a1; font-size: 0.72rem; line-height: 1.48; }
.demo-answer-options label span { font-size: 0.76rem; }
.demo-field label { font-size: 0.74rem; }
.demo-field select,
.demo-field textarea { font-size: 0.78rem; }
.demo-app__footer { color: #89a39e; font-size: 0.7rem; }
.demo-legal-note { color: #89a39e; font-size: 0.72rem; line-height: 1.65; }
.demo-footer p,
.demo-footer a { color: #89a39e; font-size: 0.74rem; }
.demo-completion-stamp small { color: #819c97 !important; font-size: 0.62rem !important; }

.demo-share-button {
  min-height: 44px;
  padding-inline: 14px;
  border: 1px solid rgba(209, 239, 233, 0.12);
  border-radius: 10px;
  color: #a3b8b4;
  background: rgba(242, 242, 242, 0.025);
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}
.demo-share-button:hover {
  border-color: rgba(0, 220, 132, 0.28);
  color: var(--green-bright);
  background: rgba(0, 220, 132, 0.045);
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .demo-sync-toast {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: auto;
    margin: 10px 12px 0;
    transform: translateY(-6px);
  }
  .demo-sync-toast.is-visible { transform: translateY(0); }

  .demo-completion-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .demo-completion-metrics > div {
    padding: 14px 8px;
    border-right: 1px solid var(--line-soft);
    border-bottom: 0;
  }
  .demo-completion-metrics > div:last-child { border-right: 0; }
  .demo-completion-metrics strong { font-size: 1.2rem; }
  .demo-complete-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 360px);
    margin-inline: auto;
  }
  .demo-complete-actions .demo-button { grid-column: 1 / -1; width: 100%; }
  .demo-complete-actions .demo-share-button { width: 100%; justify-content: center; }
}

@media (max-width: 360px) {
  .demo-completion-record__header { flex-direction: column; }
  .demo-complete-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .demo-share-button { transition: none; }
}

/* Final visual-audit refinement: keep transition feedback in flow on tablets. */
@media (max-width: 1000px) {
  .demo-sync-toast {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: auto;
    margin: 10px 12px 0;
    transform: translateY(-6px);
  }

  .demo-sync-toast.is-visible { transform: translateY(0); }
}

/* RadiumQR interactive demo v2.5.0 — multi-workflow product tour */
.demo-welcome-copy--wide { max-width: 860px; }
.demo-welcome-copy--wide h1 { max-width: 860px; font-size: clamp(2.85rem,5.4vw,5.2rem); }
.demo-welcome-copy--wide p { max-width: 760px; }

.demo-scenario-grid {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 9px;
  margin-top: 28px;
}

.demo-scenario-grid button {
  display: flex;
  min-width: 0;
  min-height: 148px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid rgba(209,239,233,.11);
  border-radius: 15px;
  color: #9bb1ad;
  background: rgba(242,242,242,.018);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: transform 180ms var(--ease),border-color 180ms ease,background-color 180ms ease,color 180ms ease,box-shadow 180ms ease;
}

.demo-scenario-grid button:hover { border-color: rgba(0,220,132,.27); color: #dbe8e5; transform: translateY(-2px); }
.demo-scenario-grid button.is-selected { border-color: rgba(0,220,132,.4); color: #edf6f4; background: linear-gradient(145deg,rgba(0,220,132,.09),rgba(0,220,132,.025)); box-shadow: inset 0 0 0 1px rgba(0,220,132,.035),0 14px 30px rgba(0,0,0,.12); }
.demo-scenario-grid button > span { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 16px; border: 1px solid rgba(0,220,132,.17); border-radius: 11px; color: var(--green); background: rgba(0,220,132,.05); }
.demo-scenario-grid svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.demo-scenario-grid strong,.demo-scenario-grid small { display: block; }
.demo-scenario-grid strong { font-size: .74rem; font-weight: 710; }
.demo-scenario-grid small { margin-top: 6px; color: #6f8985; font-size: .58rem; line-height: 1.45; }
.demo-scenario-grid button.is-selected small { color: #8fa9a5; }

.demo-selected-scenario { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 13px; padding: 15px 17px; border: 1px solid rgba(0,220,132,.14); border-radius: 14px; background: rgba(0,220,132,.035); }
.demo-selected-scenario > div { min-width: 0; }
.demo-selected-scenario small,.demo-selected-scenario strong,.demo-selected-scenario span { display: block; }
.demo-selected-scenario small { color: var(--green); font-size: .5rem; font-weight: 760; letter-spacing: .11em; }
.demo-selected-scenario strong { margin-top: 4px; color: #dce8e5; font-size: .78rem; }
.demo-selected-scenario span { margin-top: 3px; overflow: hidden; color: #78938e; font-size: .61rem; text-overflow: ellipsis; white-space: nowrap; }
.demo-selected-scenario em { flex: 0 0 auto; padding: 7px 10px; border-radius: 9px; color: var(--green); background: rgba(0,220,132,.09); font-size: .58rem; font-style: normal; font-weight: 760; }
.demo-welcome-copy--wide + .demo-scenario-grid + .demo-selected-scenario + .demo-welcome-actions { margin-top: 22px; }

.demo-question-list { min-width: 0; }
.demo-answer-options b { font: inherit; font-weight: 680; }

.demo-evidence-panel {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr) auto;
  gap: 13px;
  align-items: center;
  margin-top: 13px;
  padding: 14px;
  border: 1px dashed rgba(209,239,233,.14);
  border-radius: 15px;
  background: rgba(242,242,242,.015);
  transition: border-color 180ms ease,background-color 180ms ease;
}
.demo-evidence-panel.is-attached { border-style: solid; border-color: rgba(0,220,132,.3); background: rgba(0,220,132,.035); }
.demo-evidence-panel__icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(0,220,132,.14); border-radius: 12px; color: var(--green); background: rgba(0,220,132,.045); }
.demo-evidence-panel__icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.demo-evidence-panel > span:nth-child(2) { min-width: 0; }
.demo-evidence-panel small,.demo-evidence-panel strong,.demo-evidence-panel em { display: block; }
.demo-evidence-panel small { color: #66847f; font-size: .49rem; font-weight: 760; letter-spacing: .1em; }
.demo-evidence-panel strong { margin-top: 3px; color: #d1dfdc; font-size: .68rem; }
.demo-evidence-panel em { margin-top: 3px; overflow: hidden; color: #6f8985; font-size: .57rem; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.demo-evidence-panel button { min-height: 36px; padding: 0 12px; border: 1px solid rgba(0,220,132,.22); border-radius: 10px; color: #aee0d0; background: rgba(0,220,132,.055); cursor: pointer; font: inherit; font-size: .59rem; font-weight: 700; white-space: nowrap; }
.demo-evidence-panel button:hover { color: #e9f5f1; border-color: rgba(0,220,132,.4); }

.demo-followup-form { grid-template-columns: repeat(3,minmax(0,1fr)); }
.demo-field--full,.demo-routing-preview,.demo-followup-form .demo-screen-actions { grid-column: 1 / -1; }

.demo-review-grid--compare { align-items: stretch; }
.demo-review-context { padding: 15px 16px; border-bottom: 1px solid var(--line-soft); background: rgba(0,220,132,.025); }
.demo-review-context small,.demo-review-context strong,.demo-review-context span { display: block; }
.demo-review-context small { color: var(--green); font-size: .49rem; font-weight: 760; letter-spacing: .1em; }
.demo-review-context strong { margin-top: 4px; color: #d7e4e1; font-size: .75rem; }
.demo-review-context span { margin-top: 3px; color: #6f8985; font-size: .59rem; }
.demo-review-evidence { display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 10px; align-items: center; margin: 13px; padding: 12px; border: 1px dashed rgba(209,239,233,.12); border-radius: 11px; }
.demo-review-evidence.is-attached { border-style: solid; border-color: rgba(0,220,132,.22); background: rgba(0,220,132,.025); }
.demo-review-evidence > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; color: var(--green); background: rgba(0,220,132,.055); }
.demo-review-evidence svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.demo-review-evidence strong,.demo-review-evidence small { display: block; }
.demo-review-evidence strong { color: #cbdad7; font-size: .64rem; }
.demo-review-evidence small { margin-top: 3px; color: #66817d; font-size: .55rem; }
.demo-office-status { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 15px 15px; padding: 13px; border: 1px solid rgba(209,239,233,.09); border-radius: 11px; background: rgba(2,23,26,.44); }
.demo-office-status small,.demo-office-status strong { display: block; }
.demo-office-status small { color: #66817d; font-size: .47rem; font-weight: 760; letter-spacing: .09em; }
.demo-office-status strong { margin-top: 3px; color: #d1dfdc; font-size: .65rem; }
.demo-office-status em { flex: 0 0 auto; color: #f0c18a; font-size: .55rem; font-style: normal; font-weight: 690; }

.demo-completion-context { padding: 14px 18px; border-bottom: 1px solid var(--line-soft); }
.demo-completion-context strong,.demo-completion-context span { display: block; }
.demo-completion-context strong { color: #d5e3e0; font-size: .72rem; }
.demo-completion-context span { margin-top: 3px; color: #6e8984; font-size: .58rem; }
.demo-supervisor-row[hidden] { display: none; }

@media (max-width: 1100px) {
  .demo-scenario-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .demo-scenario-grid button:nth-child(4),.demo-scenario-grid button:nth-child(5) { min-height: 130px; }
}

@media (max-width: 760px) {
  .demo-welcome-copy--wide h1 { font-size: clamp(2.45rem,11vw,3.7rem); }
  .demo-scenario-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .demo-scenario-grid button { min-height: 132px; padding: 14px; }
  .demo-scenario-grid button:last-child { grid-column: 1 / -1; min-height: 112px; }
  .demo-selected-scenario { align-items: flex-start; }
  .demo-followup-form { grid-template-columns: 1fr; }
  .demo-field--full,.demo-routing-preview,.demo-followup-form .demo-screen-actions { grid-column: auto; }
  .demo-review-grid--compare { grid-template-columns: 1fr; }
  .demo-evidence-panel { grid-template-columns: 40px minmax(0,1fr); }
  .demo-evidence-panel button { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 430px) {
  .demo-scenario-grid { gap: 7px; }
  .demo-scenario-grid button { min-height: 126px; padding: 12px; }
  .demo-scenario-grid button > span { width: 34px; height: 34px; margin-bottom: 12px; }
  .demo-scenario-grid small { font-size: .55rem; }
  .demo-selected-scenario { padding: 13px; }
  .demo-selected-scenario span { white-space: normal; }
  .demo-answer-options b { font-size: .7rem; }
  .demo-office-status { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 360px) {
  .demo-scenario-grid { grid-template-columns: 1fr; }
  .demo-scenario-grid button,.demo-scenario-grid button:last-child { grid-column: auto; min-height: 104px; }
  .demo-scenario-grid button { display: grid; grid-template-columns: 36px minmax(0,1fr); column-gap: 11px; align-content: center; }
  .demo-scenario-grid button > span { grid-row: 1 / span 2; margin: 0; }
  .demo-scenario-grid small { margin-top: 3px; }
  .demo-evidence-panel { padding: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .demo-scenario-grid button,.demo-evidence-panel { transition: none !important; }
}


/* RadiumQR interactive demo v2.5.1 — targeted visual hotfixes */
.demo-source-chip {
  flex-wrap: wrap;
  max-width: 100%;
  padding: 8px 12px;
  border-radius: 18px;
}

.demo-source-chip > span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.demo-source-chip em {
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
}

.demo-welcome-copy--wide h1 {
  font-size: clamp(2.65rem, 5vw, 4.85rem);
}

.demo-followup-form {
  grid-template-columns: minmax(0,1.15fr) minmax(0,.95fr) minmax(0,1.05fr);
  gap: 15px;
}

.demo-field select {
  width: 100%;
  min-width: 0;
  padding-right: 38px;
  font-size: .68rem;
}

.demo-field select,
.demo-field textarea,
.demo-routing-preview,
.demo-evidence-panel,
.demo-review-evidence {
  min-width: 0;
}

.demo-evidence-panel {
  grid-template-columns: 42px minmax(0,1fr) auto;
  align-items: start;
}

.demo-evidence-panel strong {
  line-height: 1.35;
}

.demo-evidence-panel em {
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
  line-height: 1.5;
}

.demo-review-evidence small {
  line-height: 1.45;
}

@media (max-width: 980px) {
  .demo-followup-form {
    grid-template-columns: 1fr;
  }

  .demo-field--full,
  .demo-routing-preview,
  .demo-followup-form .demo-screen-actions {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .demo-welcome-copy--wide h1 {
    font-size: clamp(2.25rem, 10.5vw, 3.45rem);
    line-height: 1.04;
  }

  .demo-source-chip {
    align-items: flex-start;
  }

  .demo-source-chip em {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 430px) {
  .demo-evidence-panel {
    grid-template-columns: 42px minmax(0,1fr);
    gap: 10px;
  }

  .demo-evidence-panel button {
    grid-column: 1 / -1;
    width: 100%;
  }
}


/* RadiumQR interactive demo v2.5.2 — layout cleanup */
.demo-welcome-copy--wide {
  margin-top: 14px;
}

.demo-followup-form {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.demo-field select {
  font-size: .64rem;
  padding-inline: 14px 42px;
}

.demo-source-chip {
  gap: 10px;
  margin-bottom: 6px;
}

.demo-evidence-panel {
  grid-template-columns: 42px minmax(0, 1fr);
  row-gap: 12px;
  column-gap: 12px;
}

.demo-evidence-panel > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-self: center;
}

.demo-evidence-panel em {
  max-width: 42ch;
  color: #76908b;
}

.demo-evidence-panel button {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 2px;
}

.demo-review-evidence small {
  max-width: 42ch;
}

@media (min-width: 1080px) {
  .demo-followup-form {
    grid-template-columns: 1.15fr .95fr 1.1fr;
  }

  .demo-evidence-panel {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: start;
  }

  .demo-evidence-panel button {
    grid-column: auto;
    width: auto;
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .demo-welcome-copy--wide {
    margin-top: 18px;
  }

  .demo-field select {
    font-size: .62rem;
  }
}


/* RadiumQR interactive demo v2.5.3 — select + evidence formatting fixes */
.demo-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3 5.25 7 9l4-3.75' fill='none' stroke='%23dce7e5' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px 14px;
  padding-right: 40px;
  text-overflow: clip;
}

.demo-followup-form {
  grid-template-columns: minmax(240px, 1.15fr) minmax(190px, .92fr) minmax(220px, 1.08fr);
  gap: 20px;
}

.demo-field {
  min-width: 0;
}

.demo-review-evidence {
  grid-template-columns: 36px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 4px;
  align-items: start;
}

.demo-review-evidence > span {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.demo-review-evidence strong,
.demo-review-evidence small {
  grid-column: 2;
  min-width: 0;
}

.demo-review-evidence strong {
  line-height: 1.35;
}

.demo-review-evidence small {
  margin-top: 0;
  line-height: 1.55;
  max-width: 36ch;
}

@media (max-width: 1180px) {
  .demo-followup-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .demo-field select {
    font-size: .61rem;
  }
}

@media (max-width: 980px) {
  .demo-followup-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .demo-field select {
    font-size: .72rem;
  }
}


/* RadiumQR interactive demo v2.5.4 — follow-up layout stability + evidence copy cleanup */
.demo-followup-form {
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 920px) {
  .demo-followup-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1480px) {
  .demo-followup-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.demo-field,
.demo-field label,
.demo-field select,
.demo-field textarea {
  min-width: 0;
  max-width: 100%;
}

.demo-field select {
  display: block;
  width: 100%;
  min-height: 46px;
  padding-left: 14px;
  padding-right: 46px;
  font-size: 0.76rem;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-position: right 14px center;
}

.demo-field--full,
.demo-routing-preview,
.demo-followup-form .demo-screen-actions {
  grid-column: 1 / -1;
}

.demo-review-evidence {
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 4px;
  align-items: start;
}

.demo-review-evidence > span {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.demo-review-evidence strong {
  grid-column: 2;
  line-height: 1.35;
  min-width: 0;
}

.demo-review-evidence small {
  grid-column: 1 / -1;
  padding-left: 52px;
  margin-top: 0;
  max-width: none;
  line-height: 1.55;
  color: #748b87;
}

@media (max-width: 760px) {
  .demo-field select {
    font-size: 0.72rem;
  }

  .demo-review-evidence small {
    padding-left: 52px;
  }
}
