/* RadiumQR Homepage v2.5.0 — final visual, editorial, and responsive release */
:root {
  --ink: #031d21;
  --ink-deep: #021416;
  --teal: #08383f;
  --teal-light: #0d4d56;
  --green: #00dc84;
  --green-bright: #1ef4a1;
  --light: #f2f2f2;
  --white: #ffffff;
  --muted: #a8bfbc;
  --muted-strong: #c8d7d5;
  --line: rgba(209, 239, 233, 0.13);
  --line-light: rgba(209, 239, 233, 0.08);
  --glass: rgba(7, 48, 54, 0.54);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  --container: 1180px;
  --header-height: 92px;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink-deep);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--light);
  background:
    radial-gradient(circle at 80% 4%, rgba(0, 220, 132, 0.08), transparent 28rem),
    linear-gradient(180deg, var(--ink-deep) 0%, var(--ink) 50%, #061f23 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,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  display: block;
}

.container {
  width: min(calc(100% - 44px), var(--container));
  margin-inline: auto;
}

.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;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--green-bright);
  outline-offset: 4px;
}

.site-ambient {
  position: fixed;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.ambient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.36;
}

.ambient-orb--one {
  width: 33rem;
  height: 33rem;
  top: -18rem;
  right: -8rem;
  background: radial-gradient(circle, rgba(0, 220, 132, 0.28), transparent 68%);
}

.ambient-orb--two {
  width: 24rem;
  height: 24rem;
  top: 42rem;
  left: -15rem;
  background: radial-gradient(circle, rgba(18, 118, 127, 0.28), transparent 68%);
}

.ambient-grid {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black 0, transparent 62rem);
}

.ambient-noise {
  position: absolute;
  inset: 0;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  transition:
    background-color 250ms ease,
    border-color 250ms ease,
    backdrop-filter 250ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(2, 20, 22, 0.76);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

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

.brand-mark {
  position: relative;
  display: block;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 220, 132, 0.32);
  border-radius: 13px;
  background:
    linear-gradient(145deg, rgba(0, 220, 132, 0.14), transparent 50%),
    rgba(3, 29, 33, 0.8);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 9px 28px rgba(0, 220, 132, 0.08);
}

.brand-mark__corner {
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: var(--green);
  border-style: solid;
}

.brand-mark__corner--tl {
  top: 8px;
  left: 8px;
  border-width: 2px 0 0 2px;
  border-radius: 2px 0 0;
}

.brand-mark__corner--tr {
  top: 8px;
  right: 8px;
  border-width: 2px 2px 0 0;
  border-radius: 0 2px 0 0;
}

.brand-mark__corner--bl {
  bottom: 8px;
  left: 8px;
  border-width: 0 0 2px 2px;
  border-radius: 0 0 0 2px;
}

.brand-mark__corner--br {
  right: 8px;
  bottom: 8px;
  border-width: 0 2px 2px 0;
  border-radius: 0 0 2px;
}

.brand-mark__core {
  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, 0.38),
    -9px 0 0 -1px rgba(0, 220, 132, 0.38),
    0 9px 0 -1px rgba(0, 220, 132, 0.38),
    0 -9px 0 -1px rgba(0, 220, 132, 0.38);
  transform: translate(-50%, -50%);
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.wordmark {
  display: inline-block;
  color: var(--light);
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.065em;
  white-space: nowrap;
}

.wordmark span {
  color: var(--green);
}

.endorsement {
  margin-top: 5px;
  color: #91aaa7;
  font-size: 0.54rem;
  font-weight: 680;
  line-height: 1;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.launch-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--muted-strong);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.launch-status__pulse {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(0, 220, 132, 0.8);
}

.launch-status__pulse::before {
  position: absolute;
  inset: -4px;
  border: 1px solid rgba(0, 220, 132, 0.35);
  border-radius: inherit;
  animation: status-pulse 2.2s ease-out infinite;
  content: "";
}

@keyframes status-pulse {
  0% {
    opacity: 0.75;
    transform: scale(0.7);
  }
  80%,
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}


.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  overflow: clip;
  padding: calc(var(--header-height) + 76px) 0 70px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(440px, 0.97fr);
  gap: clamp(32px, 5vw, 84px);
  align-items: center;
  min-height: 610px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 650px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  padding: 8px 12px 8px 9px;
  border: 1px solid rgba(0, 220, 132, 0.2);
  border-radius: 999px;
  color: #cce0dc;
  background: rgba(0, 220, 132, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  font-size: 0.72rem;
  font-weight: 730;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.eyebrow__icon {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
  background: rgba(0, 220, 132, 0.11);
}

.eyebrow__icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--light);
  font-size: clamp(4rem, 7.25vw, 7.2rem);
  font-weight: 770;
  line-height: 0.88;
  letter-spacing: -0.067em;
}

.hero h1 span {
  display: block;
  margin-top: 0.11em;
  color: var(--green);
  text-shadow: 0 0 48px rgba(0, 220, 132, 0.1);
}

.hero-lede {
  max-width: 610px;
  margin: 34px 0 0;
  color: #b6c9c6;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.72;
  letter-spacing: -0.012em;
}

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

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 21px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 0.89rem;
  font-weight: 720;
  line-height: 1;
  letter-spacing: -0.01em;
  transition:
    transform 180ms var(--ease),
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

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

.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 180ms var(--ease);
}

.button:hover svg {
  transform: translateX(2px);
}

.button--primary {
  color: var(--ink);
  background: var(--green);
  box-shadow:
    0 14px 38px rgba(0, 220, 132, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.button--primary:hover {
  background: var(--green-bright);
  box-shadow:
    0 18px 46px rgba(0, 220, 132, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.button--secondary {
  border-color: rgba(221, 244, 239, 0.14);
  color: var(--light);
  background: rgba(242, 242, 242, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.button--secondary:hover {
  border-color: rgba(0, 220, 132, 0.32);
  background: rgba(0, 220, 132, 0.055);
}

.hero-principles {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 23px;
  margin-top: 28px;
  color: #8fa8a5;
  font-size: 0.75rem;
  font-weight: 600;
}

.hero-principles span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-principles svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.hero-visual {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 620px;
  place-items: center;
  isolation: isolate;
  perspective: 1200px;
}

.visual-halo {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.visual-halo--outer {
  width: min(590px, 110%);
  aspect-ratio: 1;
  border: 1px solid rgba(0, 220, 132, 0.075);
  background:
    radial-gradient(circle at center, rgba(0, 220, 132, 0.09), transparent 46%),
    conic-gradient(from 100deg, transparent, rgba(0, 220, 132, 0.045), transparent 32%);
  box-shadow: inset 0 0 100px rgba(0, 220, 132, 0.025);
}

.visual-halo--inner {
  width: 390px;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 220, 132, 0.08);
  background: radial-gradient(circle, rgba(0, 220, 132, 0.09), transparent 70%);
  filter: blur(0.2px);
}

.orbit {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  border: 1px dashed rgba(142, 208, 196, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: orbit-spin 35s linear infinite;
}

.orbit--one {
  width: 480px;
  height: 480px;
}

.orbit--two {
  width: 350px;
  height: 350px;
  animation-direction: reverse;
  animation-duration: 28s;
}

.orbit span {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 24px rgba(0, 220, 132, 0.8);
}

@keyframes orbit-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.phone-wrap {
  position: relative;
  z-index: 3;
  width: 310px;
  transform: rotateY(-5deg) rotateX(2deg) rotateZ(1.2deg);
  transform-style: preserve-3d;
  transition: transform 160ms ease-out;
}

.phone-shadow {
  position: absolute;
  z-index: -1;
  right: 8%;
  bottom: -18px;
  left: 8%;
  height: 70px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  filter: blur(25px);
  transform: rotate(-2deg);
}

.phone {
  width: 100%;
  margin: 0;
  border: 1px solid rgba(225, 255, 248, 0.17);
  border-radius: 43px;
  background: linear-gradient(145deg, #0b4249, #031d21 70%);
  box-shadow:
    0 42px 86px rgba(0, 0, 0, 0.42),
    0 0 0 7px rgba(4, 38, 43, 0.68),
    inset 0 2px 0 rgba(255, 255, 255, 0.11),
    inset -2px -2px 0 rgba(0, 0, 0, 0.5);
}

.phone-frame {
  position: relative;
  padding: 9px;
}

.phone-speaker {
  position: absolute;
  z-index: 5;
  top: 16px;
  left: 50%;
  width: 76px;
  height: 21px;
  border-radius: 999px;
  background: #021416;
  transform: translateX(-50%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.04);
}

.phone-screen {
  min-height: 594px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 34px;
  color: var(--ink);
  background: #f3f8f7;
}

.phone-statusbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  padding: 0 18px;
  color: #12383d;
  font-size: 0.64rem;
  font-weight: 750;
}

.phone-status-icons {
  display: flex;
  align-items: center;
  gap: 4px;
}

.phone-status-icons svg {
  width: 14px;
  height: 10px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0.8;
}

.phone-status-icons svg:nth-child(2) {
  fill: none;
  stroke-linecap: round;
  stroke-width: 1.3;
}

.phone-status-icons svg:nth-child(3) {
  width: 18px;
  fill: none;
  stroke-width: 1;
}

.phone-appbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 17px 12px;
  border-top: 1px solid rgba(3, 29, 33, 0.045);
  border-bottom: 1px solid rgba(3, 29, 33, 0.08);
  background: rgba(255, 255, 255, 0.76);
}

.phone-brand {
  color: var(--ink);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.07em;
}

.phone-brand span {
  color: #00b96f;
}

.phone-secure {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #4d6c68;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.phone-secure svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: #00a763;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.phone-content {
  padding: 14px 13px 17px;
}

.site-context {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 11px;
  border: 1px solid rgba(3, 29, 33, 0.075);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 7px 20px rgba(3, 29, 33, 0.035);
}

.site-context__icon {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 9px;
  color: #00a763;
  background: rgba(0, 220, 132, 0.1);
}

.site-context__icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.site-context > span:last-child {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.site-context small,
.scanner-card__heading small,
.phone-task__copy small {
  color: #718985;
  font-size: 0.45rem;
  font-weight: 770;
  letter-spacing: 0.09em;
}

.site-context strong {
  margin-top: 2px;
  overflow: hidden;
  color: #12383d;
  font-size: 0.66rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scanner-card {
  margin-top: 11px;
  padding: 12px;
  border: 1px solid rgba(3, 29, 33, 0.085);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(3, 29, 33, 0.065);
}

.scanner-card__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.scanner-card__heading > span:first-child {
  display: flex;
  flex-direction: column;
}

.scanner-card__heading strong {
  margin-top: 2px;
  color: #12383d;
  font-size: 0.66rem;
  font-weight: 760;
}

.scanner-live {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 1px;
  padding: 4px 6px;
  border-radius: 999px;
  color: #008c55;
  background: rgba(0, 220, 132, 0.1);
  font-size: 0.44rem;
  font-weight: 770;
  text-transform: uppercase;
}

.scanner-live i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #00b96f;
}

.qr-stage {
  position: relative;
  display: grid;
  width: 165px;
  margin: 11px auto 2px;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
}

.qr-code {
  width: 136px;
  height: 136px;
  padding: 6px;
  border-radius: 6px;
  background: #f8fbfa;
  shape-rendering: crispEdges;
}

.qr-code rect {
  fill: #08383f;
}

.qr-code .finder-core {
  fill: #00b96f;
}

.qr-corner {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  border-color: #00b96f;
  border-style: solid;
}

.qr-corner--tl {
  top: 2px;
  left: 2px;
  border-width: 2px 0 0 2px;
  border-radius: 7px 0 0;
}

.qr-corner--tr {
  top: 2px;
  right: 2px;
  border-width: 2px 2px 0 0;
  border-radius: 0 7px 0 0;
}

.qr-corner--bl {
  bottom: 2px;
  left: 2px;
  border-width: 0 0 2px 2px;
  border-radius: 0 0 0 7px;
}

.qr-corner--br {
  right: 2px;
  bottom: 2px;
  border-width: 0 2px 2px 0;
  border-radius: 0 0 7px;
}

.scan-line {
  position: absolute;
  z-index: 4;
  top: 17px;
  right: 12px;
  left: 12px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  box-shadow: 0 0 13px rgba(0, 220, 132, 0.8);
  animation: scan 3.4s ease-in-out infinite;
}

@keyframes scan {
  0%,
  8% {
    opacity: 0;
    transform: translateY(0);
  }
  18% {
    opacity: 1;
  }
  78% {
    opacity: 1;
  }
  92%,
  100% {
    opacity: 0;
    transform: translateY(128px);
  }
}

.phone-task {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 11px;
  padding: 11px;
  border: 1px solid rgba(3, 29, 33, 0.075);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.72);
}

.phone-task__icon {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  color: #00a763;
  background: rgba(0, 220, 132, 0.1);
}

.phone-task__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
}

.phone-task__copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.phone-task__copy strong {
  margin-top: 2px;
  color: #12383d;
  font-size: 0.62rem;
}

.phone-task__copy > span {
  margin-top: 2px;
  color: #718985;
  font-size: 0.48rem;
}

.phone-task__arrow {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #40605d;
  background: #eef4f2;
}

.phone-task__arrow svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.phone-footerline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
  padding: 0 3px;
  color: #6c827f;
  font-size: 0.45rem;
  font-weight: 620;
}

.phone-footerline span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #14805a;
}

.phone-footerline i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00b96f;
}

.floating-chip {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: 230px;
  padding: 11px 13px;
  border: 1px solid rgba(218, 245, 239, 0.14);
  border-radius: 14px;
  color: var(--light);
  background: rgba(4, 35, 40, 0.79);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  transition: transform 160ms ease-out;
}

.floating-chip--inspection {
  top: 96px;
  left: 0;
}

.floating-chip--sds {
  top: 226px;
  right: -22px;
}

.floating-chip--signed {
  bottom: 80px;
  left: -5px;
}

.floating-chip__icon {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(0, 220, 132, 0.18);
  border-radius: 10px;
  color: var(--green);
  background: rgba(0, 220, 132, 0.08);
}

.floating-chip__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.floating-chip > span:last-child {
  display: flex;
  flex-direction: column;
}

.floating-chip small {
  color: #83a19d;
  font-size: 0.5rem;
  font-weight: 760;
  letter-spacing: 0.085em;
}

.floating-chip strong {
  margin-top: 2px;
  color: #e5efed;
  font-size: 0.67rem;
  font-weight: 680;
  letter-spacing: -0.01em;
}

.module-rail-wrap {
  margin-top: 58px;
}

.module-rail-label {
  margin: 0 0 15px;
  color: #6f8b87;
  font-size: 0.68rem;
  font-weight: 680;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.module-rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.018);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.module-rail span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 56px;
  border-right: 1px solid var(--line-light);
  color: #9fb5b2;
  font-size: 0.76rem;
  font-weight: 650;
}

.module-rail span:last-child {
  border-right: 0;
}

.module-rail i {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--green);
  box-shadow: 0 0 12px rgba(0, 220, 132, 0.45);
  transform: rotate(45deg);
}


.section-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 0.67rem;
  font-weight: 760;
  letter-spacing: 0.15em;
}

.workflow-copy h2 {
  margin: 0;
  color: var(--light);
  font-size: clamp(2.45rem, 4.6vw, 4.5rem);
  font-weight: 730;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.workflow-copy > p {
  margin: 0;
  color: #a9bfbc;
  font-size: 1rem;
  line-height: 1.75;
}


.workflow-section {
  padding: 135px 0 145px;
  border-top: 1px solid var(--line-light);
  background:
    radial-gradient(circle at 78% 53%, rgba(0, 220, 132, 0.07), transparent 28rem),
    #021a1e;
}

.workflow-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  gap: clamp(52px, 8vw, 110px);
  align-items: center;
}

.workflow-copy h2 {
  margin-top: 2px;
}

.workflow-copy > p {
  max-width: 550px;
  margin-top: 25px;
}

.workflow-steps {
  display: grid;
  gap: 0;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.workflow-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--line-light);
}

.workflow-steps li:last-child {
  border-bottom: 1px solid var(--line-light);
}

.workflow-steps > li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(0, 220, 132, 0.17);
  border-radius: 10px;
  color: var(--green);
  background: rgba(0, 220, 132, 0.055);
  font-size: 0.58rem;
  font-weight: 760;
}

.workflow-steps h3 {
  margin: 1px 0 4px;
  color: #e0ebe9;
  font-size: 1rem;
  font-weight: 680;
}

.workflow-steps p {
  margin: 0;
  color: #819b97;
  font-size: 0.84rem;
  line-height: 1.55;
}

.activity-panel {
  position: relative;
  overflow: hidden;
  padding: 27px;
  border: 1px solid rgba(212, 244, 237, 0.13);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent 42%),
    rgba(4, 38, 43, 0.88);
  box-shadow:
    0 36px 86px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.activity-panel__glow {
  position: absolute;
  top: -190px;
  right: -160px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 220, 132, 0.13), transparent 68%);
}

.activity-panel__header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.activity-panel__header small {
  color: #6f908b;
  font-size: 0.57rem;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.activity-panel__header h3 {
  margin: 6px 0 0;
  color: #e6efed;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.026em;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border: 1px solid rgba(0, 220, 132, 0.15);
  border-radius: 999px;
  color: #74e8b2;
  background: rgba(0, 220, 132, 0.065);
  font-size: 0.59rem;
  font-weight: 740;
}

.live-badge i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(0, 220, 132, 0.7);
}

.activity-summary {
  position: relative;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 24px;
  align-items: end;
  margin-top: 30px;
  padding: 22px;
  border: 1px solid rgba(220, 246, 241, 0.08);
  border-radius: 18px;
  background: rgba(1, 20, 23, 0.3);
}

.activity-summary > div:first-child {
  display: flex;
  flex-direction: column;
}

.activity-summary span,
.activity-summary small {
  color: #789692;
  font-size: 0.63rem;
  font-weight: 640;
}

.activity-summary strong {
  margin: 2px 0 -2px;
  color: var(--light);
  font-size: 3.2rem;
  font-weight: 720;
  line-height: 1;
  letter-spacing: -0.06em;
}

.activity-chart {
  display: flex;
  gap: 6px;
  align-items: end;
  height: 83px;
  padding-bottom: 3px;
}

.activity-chart span {
  display: block;
  flex: 1;
  height: var(--h);
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, var(--green), rgba(0, 220, 132, 0.18));
  box-shadow: 0 0 15px rgba(0, 220, 132, 0.06);
}

.activity-list {
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(220, 246, 241, 0.08);
  border-radius: 18px;
  background: rgba(1, 20, 23, 0.23);
}

.activity-item {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(220, 246, 241, 0.07);
}

.activity-item:last-child {
  border-bottom: 0;
}

.activity-item__icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(235, 183, 63, 0.16);
  border-radius: 11px;
  color: #f0c75c;
  background: rgba(235, 183, 63, 0.07);
}

.activity-item__icon--check,
.activity-item__icon--signature {
  border-color: rgba(0, 220, 132, 0.15);
  color: var(--green);
  background: rgba(0, 220, 132, 0.065);
}

.activity-item__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.activity-item > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.activity-item strong {
  overflow: hidden;
  color: #d9e6e3;
  font-size: 0.73rem;
  font-weight: 660;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activity-item > div span {
  margin-top: 3px;
  overflow: hidden;
  color: #6f8c88;
  font-size: 0.59rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activity-item em {
  color: #67d9a6;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 680;
}

.activity-panel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 17px;
  color: #6f8f8a;
  font-size: 0.59rem;
  font-weight: 620;
}

.activity-panel__footer > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #93b3ae;
}

.activity-panel__footer svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}


.site-footer {
  padding: 31px 0;
  border-top: 1px solid var(--line-light);
  background: #021416;
}


.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 800ms var(--ease),
    transform 800ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.workflow-grid .reveal:nth-child(2) {
  transition-delay: 90ms;
}


@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
    gap: 30px;
  }

  .floating-chip--inspection {
    left: -26px;
  }

  .floating-chip--sds {
    right: -38px;
  }

  .floating-chip--signed {
    left: -22px;
  }


  .workflow-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
    gap: 58px;
  }
}

@media (max-width: 930px) {
  :root {
    --header-height: 82px;
  }

  

  .hero {
    padding-top: calc(var(--header-height) + 64px);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

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

  .hero h1 {
    font-size: clamp(4rem, 12vw, 6.8rem);
  }

  .hero-visual {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .floating-chip--inspection {
    left: 8px;
  }

  .floating-chip--sds {
    right: 0;
  }

  .floating-chip--signed {
    left: 18px;
  }

  .module-rail-wrap {
    margin-top: 36px;
  }


  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .workflow-copy {
    max-width: 720px;
  }

  .activity-panel {
    width: min(100%, 700px);
  }

  

  

  

  

  

  

  

  
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .site-header {
    height: 76px;
  }

  .brand {
    gap: 9px;
  }

  .brand-mark {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }

  .brand-mark__corner--tl,
.brand-mark__corner--tr {
    top: 7px;
  }

  .brand-mark__corner--bl,
.brand-mark__corner--br {
    bottom: 7px;
  }

  .brand-mark__corner--tl,
.brand-mark__corner--bl {
    left: 7px;
  }

  .brand-mark__corner--tr,
.brand-mark__corner--br {
    right: 7px;
  }

  .wordmark {
    font-size: 1rem;
  }

  .endorsement {
    font-size: 0.45rem;
  }

  .launch-status {
    gap: 7px;
    font-size: 0.67rem;
  }

  .hero {
    min-height: auto;
    padding: 126px 0 58px;
  }

  .hero-grid {
    min-height: 0;
  }

  .eyebrow {
    margin-bottom: 20px;
    font-size: 0.62rem;
  }

  .hero h1 {
    font-size: clamp(3.45rem, 18vw, 5.1rem);
    line-height: 0.92;
  }

  .hero-lede {
    margin-top: 25px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .button {
    width: 100%;
  }

  .hero-principles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 23px;
  }

  .hero-visual,
.hero-visual.reveal.is-visible {
    min-height: 565px;
    margin-top: 5px;
    transform: scale(0.92);
    transform-origin: center top;
  }

  .visual-halo--outer {
    width: 530px;
  }

  .phone-wrap {
    width: 282px;
  }

  .phone-screen {
    min-height: 548px;
  }

  .floating-chip {
    max-width: 185px;
    padding: 9px 10px;
  }

  .floating-chip__icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .floating-chip strong {
    font-size: 0.58rem;
  }

  .floating-chip--inspection {
    top: 70px;
    left: -19px;
  }

  .floating-chip--sds {
    top: 224px;
    right: -28px;
  }

  .floating-chip--signed {
    bottom: 66px;
    left: -21px;
  }

  .module-rail-wrap {
    margin-top: -22px;
  }

  .module-rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .module-rail span {
    min-height: 50px;
    border-right: 1px solid var(--line-light);
    border-bottom: 1px solid var(--line-light);
  }

  .module-rail span:nth-child(2n) {
    border-right: 0;
  }

  .module-rail span:last-child {
    grid-column: span 2;
    border-bottom: 0;
  }

    .workflow-section {
    padding: 90px 0 96px;
  }

  

  .workflow-copy h2 {
    font-size: clamp(2.4rem, 11vw, 3.4rem);
  }

  


  

  

  


  .workflow-grid {
    gap: 55px;
  }

  .activity-panel {
    padding: 20px;
    border-radius: 23px;
  }

  .activity-summary {
    grid-template-columns: 0.85fr 1.15fr;
    padding: 17px;
  }

  .activity-item {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 10px 12px;
  }

  .activity-item em {
    display: none;
  }

  .activity-panel__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  

  

  

  

  

  

  

  

  

  

  

  
}

@media (max-width: 390px) {
  .launch-status {
    font-size: 0;
  }

  .launch-status::after {
    font-size: 0.65rem;
    content: "Soon";
  }

  .hero-visual,
.hero-visual.reveal.is-visible {
    width: 108%;
    margin-left: -4%;
    transform: scale(0.86);
  }

  .floating-chip--sds {
    right: -38px;
  }

  .floating-chip--inspection,
.floating-chip--signed {
    left: -34px;
  }

  .module-rail-wrap {
    margin-top: -66px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

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


/* --------------------------------------------------------------------------
   RadiumQR v2.0 — restrained motion, interactive workflow preview, and polish
   -------------------------------------------------------------------------- */

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.scroll-progress {
  position: fixed;
  z-index: 130;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  overflow: hidden;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00b96f, var(--green-bright));
  box-shadow: 0 0 18px rgba(0, 220, 132, 0.55);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  will-change: transform;
}

.pointer-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(circle, rgba(0, 220, 132, 0.055), transparent 67%);
  filter: blur(6px);
  transform: translate3d(calc(var(--pointer-x, -1000px) - 50%), calc(var(--pointer-y, -1000px) - 50%), 0);
  transition: opacity 500ms ease;
  will-change: transform;
}

body.has-fine-pointer .pointer-glow {
  opacity: 1;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-inline: auto 34px;
}

.header-nav a {
  position: relative;
  padding: 10px 0;
  color: #819b97;
  font-size: 0.72rem;
  font-weight: 680;
  letter-spacing: 0.01em;
  transition: color 180ms ease;
}

.header-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  border-radius: 999px;
  background: var(--green);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition:
    opacity 180ms ease,
    transform 220ms var(--ease);
}

.header-nav a:hover,
.header-nav a.is-active {
  color: #d9e7e4;
}

.header-nav a:hover::after,
.header-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .hero h1 span {
    color: transparent;
    background: linear-gradient(100deg, #00d780 0%, #00d780 43%, #a5ffdc 50%, #00d780 57%, #00d780 100%);
    background-size: 240% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: hero-title-sheen 7.5s ease-in-out infinite;
  }
}

@keyframes hero-title-sheen {
  0%, 22% {
    background-position: 105% 0;
  }
  54%, 100% {
    background-position: -105% 0;
  }
}

.hero-visual[data-tilt-stage] {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --lift-x: 0px;
  --lift-y: 0px;
}

.hero-visual[data-tilt-stage] .phone-wrap {
  transform:
    translate3d(var(--lift-x), var(--lift-y), 0)
    rotateY(calc(-5deg + var(--tilt-y)))
    rotateX(calc(2deg + var(--tilt-x)))
    rotateZ(1.2deg);
  transition: transform 360ms var(--ease);
  will-change: transform;
}

.hero-visual[data-tilt-stage].is-pointer-active .phone-wrap {
  transition-duration: 80ms;
}

.hero-visual[data-tilt-stage] .visual-halo--inner {
  transform: translate(-50%, -50%) translate3d(calc(var(--lift-x) * -0.18), calc(var(--lift-y) * -0.18), 0);
  transition: transform 300ms ease-out;
}

.floating-chip {
  --parallax-x: 0px;
  --parallax-y: 0px;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0) rotate(9deg);
  transition:
    transform 220ms ease-out,
    opacity 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
  will-change: transform;
}

.floating-chip[data-demo-chip] {
  opacity: 0.72;
}

.floating-chip[data-demo-chip].is-highlighted {
  opacity: 1;
  border-color: rgba(0, 220, 132, 0.32);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.3),
    0 0 32px rgba(0, 220, 132, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.phone-task {
  position: relative;
  overflow: hidden;
  transition:
    border-color 260ms ease,
    background-color 260ms ease,
    box-shadow 260ms ease;
}

.phone-task::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #00b96f, var(--green-bright));
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
}

.phone-task.is-running::after {
  animation: demo-progress 5.4s linear forwards;
}

.phone-task.is-switching .phone-task__copy,
.phone-task.is-switching .phone-task__icon,
.phone-task.is-switching .phone-task__arrow {
  opacity: 0;
  transform: translateY(7px);
}

.phone-task__copy,
.phone-task__icon,
.phone-task__arrow {
  transition:
    opacity 160ms ease,
    transform 220ms var(--ease);
}

.phone-task[data-workflow="observations"] {
  border-color: rgba(19, 126, 182, 0.16);
  background: rgba(247, 252, 255, 0.88);
}

.phone-task[data-workflow="toolbox"] {
  border-color: rgba(119, 87, 196, 0.16);
  background: rgba(251, 249, 255, 0.88);
}

.phone-task[data-workflow="jha"] {
  border-color: rgba(213, 129, 36, 0.18);
  background: rgba(255, 251, 246, 0.9);
}

.phone-task[data-workflow="sds"] {
  border-color: rgba(0, 164, 111, 0.18);
  background: rgba(246, 255, 251, 0.9);
}

@keyframes demo-progress {
  to {
    transform: scaleX(1);
  }
}

.module-rail-wrap {
  position: relative;
}

.module-rail button {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 12px;
  overflow: hidden;
  border: 0;
  border-right: 1px solid var(--line-light);
  color: #8fa9a5;
  background: transparent;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 650;
  cursor: pointer;
  transition:
    color 200ms ease,
    background-color 200ms ease;
}

.module-rail button:last-child {
  border-right: 0;
}

.module-rail button::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 100%, rgba(0, 220, 132, 0.14), transparent 70%);
  content: "";
  opacity: 0;
  transition: opacity 220ms ease;
}

.module-rail button::after {
  position: absolute;
  right: 18%;
  bottom: 0;
  left: 18%;
  height: 2px;
  border-radius: 99px 99px 0 0;
  background: var(--green);
  box-shadow: 0 0 16px rgba(0, 220, 132, 0.48);
  content: "";
  opacity: 0;
  transform: scaleX(0.25);
  transition:
    opacity 220ms ease,
    transform 260ms var(--ease);
}

.module-rail button > * {
  position: relative;
  z-index: 1;
}

.module-rail button > span {
  display: inline;
  min-height: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
}

.module-rail button:hover,
.module-rail button[aria-selected="true"] {
  color: #e5efed;
  background: rgba(0, 220, 132, 0.035);
}

.module-rail button:hover::before,
.module-rail button[aria-selected="true"]::before,
.module-rail button[aria-selected="true"]::after {
  opacity: 1;
}

.module-rail button[aria-selected="true"]::after {
  transform: scaleX(1);
}

.module-rail button[aria-selected="true"] i {
  box-shadow:
    0 0 0 4px rgba(0, 220, 132, 0.08),
    0 0 17px rgba(0, 220, 132, 0.6);
}

.module-rail-hint {
  margin: 11px 0 0;
  color: #5f7d79;
  font-size: 0.67rem;
  letter-spacing: 0.015em;
  text-align: center;
}


[data-spotlight] {
  --spot-x: 50%;
  --spot-y: 50%;
  position: relative;
  isolation: isolate;
}

[data-spotlight]::before {
  position: absolute;
  z-index: 0;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(320px circle at var(--spot-x) var(--spot-y), rgba(0, 220, 132, 0.095), transparent 58%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}

[data-spotlight].is-pointer-active::before {
  opacity: 1;
}


.activity-panel__header,
.activity-summary,
.activity-list,
.activity-panel__footer {
  position: relative;
  z-index: 1;
}


.workflow-steps {
  position: relative;
}

.workflow-steps::before {
  position: absolute;
  top: 37px;
  bottom: 37px;
  left: 16.5px;
  width: 1px;
  background: linear-gradient(to bottom, rgba(0, 220, 132, 0.35), rgba(0, 220, 132, 0.04));
  content: "";
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 900ms var(--ease);
}

.workflow-steps.has-progress::before {
  transform: scaleY(1);
}

.workflow-steps li {
  transition:
    opacity 420ms ease,
    transform 520ms var(--ease);
}

.workflow-steps li:not(.is-active) {
  opacity: 0.58;
}

.workflow-steps li.is-active {
  opacity: 1;
  transform: translateX(4px);
}

.workflow-steps li > span {
  position: relative;
  z-index: 2;
  transition:
    color 260ms ease,
    border-color 260ms ease,
    background-color 260ms ease,
    box-shadow 260ms ease,
    transform 320ms var(--ease);
}

.workflow-steps li.is-active > span {
  color: var(--ink);
  border-color: var(--green);
  background: var(--green);
  box-shadow: 0 0 24px rgba(0, 220, 132, 0.2);
  transform: scale(1.05);
}

.activity-chart span {
  transform: scaleY(0.08);
  transform-origin: bottom;
  transition: transform 900ms var(--ease);
}

.activity-panel.is-visible .activity-chart span {
  transform: scaleY(1);
}

.activity-panel.is-visible .activity-chart span:nth-child(2) { transition-delay: 60ms; }
.activity-panel.is-visible .activity-chart span:nth-child(3) { transition-delay: 120ms; }
.activity-panel.is-visible .activity-chart span:nth-child(4) { transition-delay: 180ms; }
.activity-panel.is-visible .activity-chart span:nth-child(5) { transition-delay: 240ms; }
.activity-panel.is-visible .activity-chart span:nth-child(6) { transition-delay: 300ms; }
.activity-panel.is-visible .activity-chart span:nth-child(7) { transition-delay: 360ms; }

.activity-item {
  opacity: 0;
  transform: translateX(14px);
  transition:
    opacity 430ms ease,
    transform 540ms var(--ease),
    background-color 200ms ease;
}

.activity-panel.is-visible .activity-item {
  opacity: 1;
  transform: translateX(0);
}

.activity-panel.is-visible .activity-item:nth-child(2) { transition-delay: 100ms; }
.activity-panel.is-visible .activity-item:nth-child(3) { transition-delay: 200ms; }

.activity-item:hover {
  background: rgba(0, 220, 132, 0.025);
}


@keyframes mark-float {
  0%, 100% { transform: translateY(0) rotate(0.001deg); }
  50% { transform: translateY(-10px) rotate(1.5deg); }
}

@keyframes mark-pulse {
  0% { opacity: 0.6; transform: scale(0.82); }
  75%, 100% { opacity: 0; transform: scale(1.32); }
}

@media (max-width: 1100px) {
  .header-nav {
    display: none;
  }
}

@media (max-width: 680px) {
  .pointer-glow {
    display: none;
  }

  

  .module-rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .module-rail button {
    min-height: 50px;
    border-right: 1px solid var(--line-light);
    border-bottom: 1px solid var(--line-light);
    font-size: 0.71rem;
  }

  .module-rail button:nth-child(2n) {
    border-right: 0;
  }

  .module-rail button:last-child {
    grid-column: span 2;
    border-right: 0;
    border-bottom: 0;
  }

  .module-rail button:nth-child(4) {
    border-bottom: 1px solid var(--line-light);
  }

  .module-rail-hint {
    display: none;
  }

  .hero-visual[data-tilt-stage] .phone-wrap {
    transform: rotateY(-5deg) rotateX(2deg) rotateZ(1.2deg);
  }

  [data-spotlight]::before {
    display: none;
  }

  .workflow-steps li:not(.is-active) {
    opacity: 0.72;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero h1 span,
.phone-task.is-running::after {
    animation: none !important;
  }

  .pointer-glow,
.scroll-progress {
    display: none;
  }

  .hero-visual[data-tilt-stage] .phone-wrap,
.hero-visual[data-tilt-stage] .visual-halo--inner,
.floating-chip,
.phone-task__copy,
.phone-task__icon,
.phone-task__arrow,
.activity-chart span,
.activity-item,
.workflow-steps::before,
.workflow-steps li,
.workflow-steps li > span {
    transition: none !important;
    transform: none !important;
  }

  .activity-chart span,
.activity-item,
.workflow-steps li {
    opacity: 1 !important;
  }
}

/* --------------------------------------------------------------------------
   RadiumQR v2.1 — conversion, trust, secure-form, legal, and footer system
   -------------------------------------------------------------------------- */

/* Content must remain visible when JavaScript is blocked or fails to load. */
.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[hidden] {
  display: none !important;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

.header-actions {
  gap: 16px;
}

.header-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 15px;
  border: 1px solid rgba(0, 220, 132, 0.32);
  border-radius: 11px;
  color: var(--ink);
  background: var(--green);
  box-shadow: 0 10px 28px rgba(0, 220, 132, 0.13);
  font-size: 0.75rem;
  font-weight: 760;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 180ms var(--ease),
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.header-cta:hover {
  background: var(--green-bright);
  box-shadow: 0 14px 34px rgba(0, 220, 132, 0.22);
  transform: translateY(-1px);
}

.header-cta svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 180ms var(--ease);
}

.header-cta:hover svg {
  transform: translateX(2px);
}

.hero-note {
  margin: 13px 0 0;
  color: #708d88;
  font-size: 0.7rem;
  line-height: 1.5;
}

.trust-section {
  position: relative;
  padding: clamp(90px, 10vw, 150px) 0;
  border-top: 1px solid var(--line-light);
  background:
    radial-gradient(circle at 9% 22%, rgba(0, 220, 132, 0.07), transparent 25rem),
    linear-gradient(180deg, rgba(2, 20, 22, 0.2), rgba(5, 32, 36, 0.42));
}

.trust-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: clamp(38px, 7vw, 105px);
  align-items: end;
  margin-bottom: 50px;
}

.trust-heading h2 {
  max-width: 780px;
  margin: 14px 0 0;
  color: var(--light);
  font-size: clamp(2.65rem, 5.2vw, 5rem);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.trust-heading > p {
  max-width: 510px;
  margin: 0;
  color: #a8bfbc;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.72;
}

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

.trust-card {
  min-height: 255px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid rgba(209, 239, 233, 0.11);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(12, 63, 70, 0.48), rgba(4, 28, 31, 0.76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition:
    border-color 220ms ease,
    transform 260ms var(--ease),
    box-shadow 260ms ease;
}

.trust-card:hover {
  border-color: rgba(0, 220, 132, 0.26);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: translateY(-4px);
}

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

.trust-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 34px;
  border: 1px solid rgba(0, 220, 132, 0.18);
  border-radius: 14px;
  color: var(--green);
  background: rgba(0, 220, 132, 0.075);
}

.trust-card__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.trust-card h3 {
  margin: 0;
  color: #e8f0ef;
  font-size: 1.05rem;
  font-weight: 730;
  letter-spacing: -0.025em;
}

.trust-card p {
  margin: 11px 0 0;
  color: #8fa8a4;
  font-size: 0.84rem;
  line-height: 1.65;
}

.trust-built {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 23px 26px;
  border: 1px solid rgba(209, 239, 233, 0.1);
  border-radius: 20px;
  background: rgba(2, 20, 22, 0.5);
}

.trust-built__mark {
  flex-basis: 48px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.trust-built__mark .brand-mark__corner {
  width: 10px;
  height: 10px;
}

.trust-built__mark .brand-mark__corner--tl,
.trust-built__mark .brand-mark__corner--tr {
  top: 9px;
}

.trust-built__mark .brand-mark__corner--bl,
.trust-built__mark .brand-mark__corner--br {
  bottom: 9px;
}

.trust-built__mark .brand-mark__corner--tl,
.trust-built__mark .brand-mark__corner--bl {
  left: 9px;
}

.trust-built__mark .brand-mark__corner--tr,
.trust-built__mark .brand-mark__corner--br {
  right: 9px;
}

.trust-built small,
.trust-built strong,
.trust-built p {
  display: block;
}

.trust-built small {
  margin-bottom: 2px;
  color: var(--green);
  font-size: 0.57rem;
  font-weight: 760;
  letter-spacing: 0.13em;
}

.trust-built strong {
  color: #dce9e7;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.trust-built p {
  margin: 3px 0 0;
  color: #76938f;
  font-size: 0.78rem;
}

.trust-built > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(209, 239, 233, 0.13);
  border-radius: 11px;
  color: #c9d8d5;
  font-size: 0.74rem;
  font-weight: 680;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease;
}

.trust-built > a:hover {
  border-color: rgba(0, 220, 132, 0.32);
  color: var(--white);
  background: rgba(0, 220, 132, 0.05);
}

.trust-built > a svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.early-access-section {
  position: relative;
  padding: clamp(90px, 11vw, 165px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 14%, rgba(0, 220, 132, 0.1), transparent 26rem),
    linear-gradient(180deg, #052327 0%, #031b1e 100%);
}

.early-access-section::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(209, 239, 233, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(209, 239, 233, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
  pointer-events: none;
}

.early-access-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  overflow: hidden;
  border: 1px solid rgba(0, 220, 132, 0.2);
  border-radius: 34px;
  background: rgba(2, 21, 23, 0.86);
  box-shadow:
    0 45px 110px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.early-access-shell > * {
  position: relative;
  z-index: 1;
}

.early-access-copy {
  padding: clamp(42px, 5.6vw, 72px);
  border-right: 1px solid rgba(209, 239, 233, 0.1);
  background:
    radial-gradient(circle at 10% 92%, rgba(0, 220, 132, 0.11), transparent 24rem),
    linear-gradient(145deg, rgba(11, 61, 67, 0.42), rgba(2, 23, 25, 0.36));
}

.early-access-copy h2 {
  max-width: 630px;
  margin: 15px 0 0;
  color: var(--light);
  font-size: clamp(2.55rem, 4.6vw, 4.55rem);
  font-weight: 760;
  line-height: 0.99;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.early-access-copy > p {
  max-width: 540px;
  margin: 24px 0 0;
  color: #a9bfbc;
  font-size: 1rem;
  line-height: 1.72;
}

.early-access-benefits {
  display: grid;
  gap: 0;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.early-access-benefits li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 15px;
  padding: 19px 0;
  border-top: 1px solid rgba(209, 239, 233, 0.09);
}

.early-access-benefits li:last-child {
  border-bottom: 1px solid rgba(209, 239, 233, 0.09);
}

.early-access-benefits li > span {
  padding-top: 2px;
  color: var(--green);
  font-size: 0.62rem;
  font-weight: 760;
  letter-spacing: 0.11em;
}

.early-access-benefits strong,
.early-access-benefits small {
  display: block;
}

.early-access-benefits strong {
  color: #dce8e6;
  font-size: 0.91rem;
  font-weight: 700;
}

.early-access-benefits small {
  margin-top: 4px;
  color: #78938f;
  font-size: 0.75rem;
  line-height: 1.55;
}


.early-access-form-panel {
  position: relative;
  min-width: 0;
  padding: clamp(36px, 4.7vw, 60px);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 220, 132, 0.055), transparent 20rem),
    #031a1d;
}

.form-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 31px;
  color: #7f9a96;
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.form-panel__header i {
  position: relative;
  width: 46px;
  height: 1px;
  background: rgba(0, 220, 132, 0.34);
}

.form-panel__header i::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 15px rgba(0, 220, 132, 0.55);
  content: "";
}

.lead-form {
  display: block;
}

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

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

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

.form-field label,
.interest-fieldset legend {
  display: block;
  margin-bottom: 8px;
  color: #bcd0cc;
  font-size: 0.72rem;
  font-weight: 670;
  line-height: 1.35;
}

.form-field label span {
  color: var(--green);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(209, 239, 233, 0.13);
  border-radius: 11px;
  outline: 0;
  color: #e8f0ef;
  background: rgba(242, 242, 242, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  font-size: 0.82rem;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.form-field input,
.form-field select {
  min-height: 48px;
  padding: 0 14px;
}

.form-field textarea {
  min-height: 116px;
  padding: 13px 14px;
  line-height: 1.55;
  resize: vertical;
}

.form-field select {
  cursor: pointer;
  color: #f2f8f6;
  background-color: rgba(7, 38, 42, 0.92);
}

.form-field select option,
.form-field select optgroup {
  color: #f2f8f6;
  background: #0a272b;
}

.form-field select option[value=""] {
  color: #a9c0bc;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #5f7b77;
  opacity: 1;
}

.form-field input:hover,
.form-field select:hover,
.form-field textarea:hover {
  border-color: rgba(209, 239, 233, 0.22);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(0, 220, 132, 0.64);
  background: rgba(0, 220, 132, 0.035);
  box-shadow: 0 0 0 3px rgba(0, 220, 132, 0.09);
}

.form-field.has-error input,
.form-field.has-error select,
.form-field.has-error textarea,
.consent-row.has-error {
  border-color: rgba(255, 114, 114, 0.72);
  box-shadow: 0 0 0 3px rgba(255, 90, 90, 0.08);
}

.field-error {
  display: block;
  min-height: 1.2em;
  margin-top: 6px;
  color: #ff9c9c;
  font-size: 0.64rem;
  line-height: 1.4;
}

.field-meta {
  display: flex;
  min-height: 22px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.field-meta > small:last-child {
  margin-top: 6px;
  color: #607d79;
  font-size: 0.61rem;
  white-space: nowrap;
}

.interest-fieldset {
  margin: 26px 0 23px;
  padding: 0;
  border: 0;
}

.interest-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.interest-grid label {
  position: relative;
  cursor: pointer;
}

.interest-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.interest-grid span {
  display: inline-flex;
  min-height: 37px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(209, 239, 233, 0.12);
  border-radius: 999px;
  color: #879f9b;
  background: rgba(242, 242, 242, 0.025);
  font-size: 0.68rem;
  font-weight: 650;
  transition:
    border-color 170ms ease,
    color 170ms ease,
    background-color 170ms ease,
    box-shadow 170ms ease;
}

.interest-grid input:hover + span,
.interest-grid input:focus-visible + span {
  border-color: rgba(0, 220, 132, 0.34);
  color: #d7e7e3;
}

.interest-grid input:focus-visible + span {
  outline: 3px solid var(--green-bright);
  outline-offset: 3px;
}

.interest-grid input:checked + span {
  border-color: rgba(0, 220, 132, 0.4);
  color: var(--ink);
  background: var(--green);
  box-shadow: 0 8px 22px rgba(0, 220, 132, 0.12);
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.consent-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 11px;
  align-items: flex-start;
  padding: 13px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #8fa8a4;
  font-size: 0.67rem;
  line-height: 1.55;
  cursor: pointer;
}

.consent-row input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--green);
}

.consent-row a,
.form-config-note a,
.noscript-note a {
  color: #bfe6da;
  text-decoration: underline;
  text-decoration-color: rgba(0, 220, 132, 0.4);
  text-underline-offset: 3px;
}

.consent-error {
  margin: -5px 0 10px 42px;
}

.form-error-summary {
  margin-bottom: 22px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 112, 112, 0.38);
  border-radius: 11px;
  color: #ffd0d0;
  background: rgba(121, 24, 24, 0.15);
  font-size: 0.73rem;
  line-height: 1.5;
}

.form-error-summary strong {
  display: block;
  margin-bottom: 5px;
}

.form-error-summary ul {
  margin: 0;
  padding-left: 18px;
}

.form-error-summary a {
  color: #ffe5e5;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.turnstile-shell {
  display: grid;
  gap: 8px;
  justify-items: start;
  margin: 14px 0 18px;
  padding: 13px;
  overflow: hidden;
  border: 1px solid rgba(209, 239, 233, 0.1);
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.08);
}

.turnstile-shell > span {
  color: #65817d;
  font-size: 0.6rem;
}

.form-config-note,
.noscript-note {
  margin: 8px 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 220, 132, 0.14);
  border-radius: 10px;
  color: #8ba6a1;
  background: rgba(0, 220, 132, 0.035);
  font-size: 0.66rem;
  line-height: 1.55;
}

.form-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  border: 0;
  color: var(--ink);
  background: var(--green);
  cursor: pointer;
}

.form-submit:hover {
  background: var(--green-bright);
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.button-spinner {
  display: none;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(3, 29, 33, 0.25);
  border-top-color: var(--ink);
  border-radius: 50%;
  animation: form-spin 650ms linear infinite;
}

.form-submit.is-loading .button-spinner {
  display: inline-block;
}

.form-submit.is-loading > svg {
  display: none;
}

@keyframes form-spin {
  to { transform: rotate(360deg); }
}

.form-status {
  min-height: 1.4em;
  margin: 10px 0 0;
  color: #a7c4be;
  font-size: 0.69rem;
  line-height: 1.45;
  text-align: center;
}

.form-status.is-error {
  color: #ffabab;
}

.form-fine-print {
  margin: 8px 0 0;
  color: #5e7975;
  font-size: 0.61rem;
  line-height: 1.45;
  text-align: center;
}

.form-success {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(12px, 3vw, 38px);
}

.form-success__mark {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(0, 220, 132, 0.32);
  border-radius: 22px;
  color: var(--ink);
  background: var(--green);
  box-shadow: 0 18px 50px rgba(0, 220, 132, 0.18);
  animation: success-arrive 560ms var(--ease) both;
}

.form-success__mark svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.form-success h3 {
  max-width: 520px;
  margin: 13px 0 0;
  color: #e9f1ef;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  font-weight: 750;
  line-height: 1;
  letter-spacing: -0.055em;
}

.form-success p {
  max-width: 510px;
  margin: 20px 0 28px;
  color: #97afab;
  font-size: 0.92rem;
  line-height: 1.7;
}

@keyframes success-arrive {
  from { opacity: 0; transform: scale(0.72) rotate(-8deg); }
  to { opacity: 1; transform: scale(1) rotate(0deg); }
}

/* Expanded footer */
.site-footer {
  padding: 0;
  border-top: 1px solid var(--line-light);
  background: #021416;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 0.92fr);
  gap: 70px;
  padding-top: 58px;
  padding-bottom: 48px;
}

.footer-intro {
  max-width: 370px;
}

.footer-intro .wordmark {
  font-size: 1.05rem;
}

.footer-intro p {
  margin: 16px 0 11px;
  color: #76918d;
  font-size: 0.77rem;
  line-height: 1.65;
}

.footer-intro > a {
  color: #bdd2ce;
  font-size: 0.75rem;
  text-decoration: underline;
  text-decoration-color: rgba(0, 220, 132, 0.33);
  text-underline-offset: 4px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.footer-nav > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-nav strong {
  margin-bottom: 5px;
  color: #d1dfdc;
  font-size: 0.69rem;
  font-weight: 720;
  letter-spacing: 0.02em;
}

.footer-nav a {
  color: #718b87;
  font-size: 0.7rem;
  transition: color 160ms ease;
}

.footer-nav a:hover {
  color: var(--green);
}

.footer-bottom {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line-light);
}

.footer-bottom p {
  margin: 0;
  color: #546f6b;
  font-size: 0.61rem;
  line-height: 1.5;
}

/* Legal and contact pages */
.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 85% 3%, rgba(0, 220, 132, 0.07), transparent 30rem),
    linear-gradient(180deg, var(--ink-deep), #052226);
}

.legal-header {
  position: relative;
  height: auto;
  min-height: 84px;
  border-bottom: 1px solid var(--line-light);
  background: rgba(2, 20, 22, 0.9);
}

.legal-header .header-inner {
  min-height: 84px;
}

.legal-header__back {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid rgba(209, 239, 233, 0.13);
  border-radius: 10px;
  color: #b7cac6;
  font-size: 0.73rem;
  font-weight: 650;
}

.legal-header__back:hover {
  border-color: rgba(0, 220, 132, 0.3);
  color: var(--white);
}

.legal-header__back svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.legal-main {
  padding: clamp(72px, 9vw, 130px) 0 clamp(90px, 11vw, 150px);
}

.legal-hero {
  max-width: 890px;
  margin-bottom: 55px;
}

.legal-hero h1 {
  margin: 17px 0 0;
  color: var(--light);
  font-size: clamp(3.1rem, 7.5vw, 6.6rem);
  font-weight: 770;
  line-height: 0.91;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.legal-hero > p {
  max-width: 720px;
  margin: 27px 0 0;
  color: #9eb6b2;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.75;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 23px;
  color: #66817d;
  font-size: 0.68rem;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 255px;
  gap: clamp(50px, 8vw, 100px);
  align-items: start;
}

.legal-content {
  max-width: 820px;
}

.legal-content section {
  padding: 34px 0;
  border-top: 1px solid rgba(209, 239, 233, 0.09);
  scroll-margin-top: 110px;
}

.legal-content section:first-child {
  padding-top: 0;
  border-top: 0;
}

.legal-content h2 {
  margin: 0 0 16px;
  color: #e3edeb;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 720;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.legal-content h3 {
  margin: 24px 0 10px;
  color: #ccdcd8;
  font-size: 1rem;
  font-weight: 700;
}

.legal-content p,
.legal-content li {
  color: #8fa8a4;
  font-size: 0.88rem;
  line-height: 1.78;
}

.legal-content p {
  margin: 0 0 16px;
}

.legal-content ul,
.legal-content ol {
  margin: 0 0 18px;
  padding-left: 22px;
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-content a {
  color: #bfe7da;
  text-decoration: underline;
  text-decoration-color: rgba(0, 220, 132, 0.4);
  text-underline-offset: 3px;
}

.legal-callout {
  margin: 23px 0;
  padding: 19px 21px;
  border: 1px solid rgba(0, 220, 132, 0.17);
  border-radius: 14px;
  background: rgba(0, 220, 132, 0.04);
}

.legal-callout p:last-child {
  margin-bottom: 0;
}

.legal-toc {
  position: sticky;
  top: 120px;
  padding: 19px;
  border: 1px solid rgba(209, 239, 233, 0.1);
  border-radius: 15px;
  background: rgba(3, 29, 33, 0.56);
}

.legal-toc strong {
  display: block;
  margin-bottom: 13px;
  color: #d3e0de;
  font-size: 0.67rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.legal-toc a {
  display: block;
  padding: 7px 0;
  color: #738e89;
  font-size: 0.7rem;
}

.legal-toc a:hover {
  color: var(--green);
}

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

.contact-card {
  padding: 24px;
  border: 1px solid rgba(209, 239, 233, 0.11);
  border-radius: 17px;
  background: rgba(8, 56, 63, 0.28);
}

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

.contact-card small {
  color: var(--green);
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.11em;
}

.contact-card strong {
  margin-top: 8px;
  color: #dce8e6;
  font-size: 1rem;
}

.contact-card span {
  margin-top: 5px;
  color: #78938f;
  font-size: 0.74rem;
  line-height: 1.55;
}

.contact-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 29px;
}

@media (max-width: 1220px) {
  .header-nav {
    gap: 20px;
    margin-inline: auto 20px;
  }

  .header-nav a {
    font-size: 0.68rem;
  }

  .launch-status {
    display: none;
  }

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

@media (max-width: 1100px) {
  .header-nav {
    display: none;
  }

  .early-access-shell {
    grid-template-columns: 1fr;
  }

  .early-access-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(209, 239, 233, 0.1);
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 930px) {
  .trust-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .trust-heading > p {
    max-width: 650px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 2px 17px;
    order: -1;
  }

  .legal-toc strong {
    flex-basis: 100%;
  }
}

@media (max-width: 680px) {
  .header-actions {
    gap: 9px;
  }

  .header-cta {
    min-height: 44px;
    padding: 0 11px;
    font-size: 0.65rem;
  }

  .header-cta svg {
    display: none;
  }

  .hero-note {
    text-align: center;
  }

  .trust-section,
.early-access-section {
    padding: 80px 0;
  }

  .trust-heading {
    margin-bottom: 34px;
  }

  .trust-heading h2 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
    line-height: 1.01;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-card {
    min-height: 0;
    padding: 23px;
  }

  .trust-card__icon {
    margin-bottom: 25px;
  }

  .trust-built {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 20px;
  }

  .trust-built > a {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .early-access-shell {
    border-radius: 25px;
  }

  .early-access-copy,
.early-access-form-panel {
    padding: 30px 23px;
  }

  .early-access-copy h2 {
    font-size: clamp(2.35rem, 11vw, 3.3rem);
    line-height: 1.01;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-field--full {
    grid-column: auto;
  }

  .interest-grid span {
    min-height: 39px;
  }

  .turnstile-shell {
    margin-inline: -7px;
  }

  .footer-main {
    padding-top: 45px;
    padding-bottom: 38px;
  }

  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 20px;
  }

  .footer-bottom {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-top: 22px;
    padding-bottom: 25px;
  }

  .legal-header .endorsement {
    display: none;
  }

  .legal-header__back {
    padding: 0 10px;
    font-size: 0.66rem;
  }

  .legal-hero h1 {
    font-size: clamp(3.1rem, 15vw, 5.2rem);
  }

  .legal-content p,
.legal-content li {
    font-size: 0.84rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  .header-cta {
    max-width: 108px;
    padding-inline: 9px;
    font-size: 0.61rem;
    line-height: 1.12;
    text-align: center;
    white-space: normal;
  }

  .early-access-copy,
.early-access-form-panel {
    padding-inline: 19px;
  }

  .interest-grid {
    gap: 7px;
  }

  .interest-grid span {
    padding-inline: 10px;
    font-size: 0.64rem;
  }

  .footer-nav {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button-spinner,
.form-success__mark {
    animation: none !important;
  }
}

/* Keep in-page destinations below the fixed header. */
main section[id] {
  scroll-margin-top: calc(var(--header-height) + 28px);
}

@media (max-width: 680px) {
  main section[id] {
    scroll-margin-top: 88px;
  }
}

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

  .scan-line,
.orbit,
.ambient-orb,
.launch-status__pulse::before,
.phone-task.is-running::after,
.hero h1 span,
.button-spinner,
.form-success__mark {
    animation: none !important;
  }
}


/* ========================================================================
   v2.2 — Interactive QR product demo
   ======================================================================== */

.module-rail-hint a {
  color: #82cdb6;
  text-decoration: underline;
  text-decoration-color: rgba(0, 220, 132, 0.35);
  text-underline-offset: 3px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.module-rail-hint a:hover {
  color: var(--green-bright);
  text-decoration-color: var(--green-bright);
}

.live-demo-section {
  position: relative;
  padding: clamp(92px, 11vw, 160px) 0;
  overflow: hidden;
  border-top: 1px solid rgba(209, 239, 233, 0.07);
  border-bottom: 1px solid rgba(209, 239, 233, 0.07);
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 220, 132, 0.1), transparent 27rem),
    radial-gradient(circle at 88% 82%, rgba(9, 106, 118, 0.18), transparent 31rem),
    linear-gradient(180deg, #031b1e 0%, #05262a 48%, #031b1e 100%);
}

.live-demo-section::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(209, 239, 233, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(209, 239, 233, 0.028) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  opacity: 0.62;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 75%);
  pointer-events: none;
}

.live-demo-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(550px, 1.16fr);
  min-height: 690px;
  overflow: hidden;
  border: 1px solid rgba(0, 220, 132, 0.19);
  border-radius: 36px;
  background: rgba(2, 20, 22, 0.87);
  box-shadow:
    0 50px 130px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.live-demo-shell > * {
  position: relative;
  z-index: 1;
}

.live-demo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 5.6vw, 72px);
  border-right: 1px solid rgba(209, 239, 233, 0.09);
  background:
    radial-gradient(circle at 10% 94%, rgba(0, 220, 132, 0.105), transparent 24rem),
    linear-gradient(145deg, rgba(8, 56, 63, 0.48), rgba(2, 22, 24, 0.22));
}

.live-demo-copy h2 {
  max-width: 600px;
  margin: 16px 0 0;
  color: var(--light);
  font-size: clamp(2.75rem, 4.55vw, 4.65rem);
  font-weight: 770;
  line-height: 0.98;
  letter-spacing: -0.063em;
  text-wrap: balance;
}

.live-demo-copy > p {
  max-width: 560px;
  margin: 25px 0 0;
  color: #a9bfbc;
  font-size: 0.98rem;
  line-height: 1.75;
}

.live-demo-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 29px;
}

.live-demo-facts > span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(0, 220, 132, 0.12);
  border-radius: 999px;
  color: #9db5b1;
  background: rgba(0, 220, 132, 0.035);
  font-size: 0.67rem;
  font-weight: 680;
  letter-spacing: 0.015em;
}

.live-demo-facts svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}


.live-demo-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 17px;
  margin-top: 34px;
}


.demo-launchpad {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(34px, 4.2vw, 56px);
  background:
    radial-gradient(circle at 92% 4%, rgba(0, 220, 132, 0.08), transparent 20rem),
    linear-gradient(145deg, rgba(3, 28, 31, 0.82), rgba(5, 39, 43, 0.72));
}

.demo-launchpad__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  color: #78938f;
  font-size: 0.61rem;
  font-weight: 730;
  letter-spacing: 0.1em;
}

.demo-launchpad__topline > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9ab0ac;
}

.demo-launchpad__topline i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(0, 220, 132, 0.55);
  animation: live-demo-pulse 2.2s ease-out infinite;
}

.demo-launchpad__grid {
  display: grid;
  grid-template-columns: minmax(218px, 0.78fr) minmax(285px, 1.22fr);
  gap: 17px;
  flex: 1;
  align-items: stretch;
}

.live-qr-card,
.demo-result-card {
  min-width: 0;
  border: 1px solid rgba(209, 239, 233, 0.11);
  border-radius: 23px;
  background: rgba(2, 19, 21, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.live-qr-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: center;
}

.live-qr-card__heading {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 11px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(209, 239, 233, 0.08);
  text-align: left;
}

.live-qr-card__icon {
  display: grid;
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(0, 220, 132, 0.17);
  border-radius: 12px;
  color: var(--green);
  background: rgba(0, 220, 132, 0.05);
}

.live-qr-card__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.live-qr-card__heading small,
.live-qr-card__heading strong {
  display: block;
}

.live-qr-card__heading small {
  color: var(--green);
  font-size: 0.54rem;
  font-weight: 770;
  letter-spacing: 0.12em;
}

.live-qr-card__heading strong {
  margin-top: 2px;
  color: #d9e7e4;
  font-size: 0.8rem;
  font-weight: 700;
}

.live-qr-link {
  display: block;
  width: min(100%, 245px);
  margin-top: 23px;
  border-radius: 21px;
}

.live-qr-frame {
  position: relative;
  display: block;
  aspect-ratio: 1;
  padding: 13px;
  overflow: hidden;
  border: 1px solid rgba(0, 220, 132, 0.24);
  border-radius: 21px;
  background: #ffffff;
  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.27),
    0 0 34px rgba(0, 220, 132, 0.08);
  transition: transform 260ms var(--ease), box-shadow 260ms ease;
}

.live-qr-link:hover .live-qr-frame {
  box-shadow:
    0 26px 62px rgba(0, 0, 0, 0.32),
    0 0 40px rgba(0, 220, 132, 0.14);
  transform: translateY(-3px);
}

.live-qr-frame img {
  display: block;
  width: 100%;
  height: 100%;
}

.live-qr-scan {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 11px;
  left: 11px;
  height: 2px;
  border-radius: 999px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, var(--green-bright), transparent);
  box-shadow: 0 0 14px rgba(0, 220, 132, 0.75);
}

.live-demo-shell.is-demo-active .live-qr-scan {
  animation: live-qr-scan 3.4s var(--ease) 350ms infinite;
}

.live-qr-corner {
  position: absolute;
  z-index: 3;
  width: 19px;
  height: 19px;
  border-color: var(--green);
  border-style: solid;
  pointer-events: none;
}

.live-qr-corner--tl { top: 5px; left: 5px; border-width: 2px 0 0 2px; border-radius: 6px 0 0; }
.live-qr-corner--tr { top: 5px; right: 5px; border-width: 2px 2px 0 0; border-radius: 0 6px 0 0; }
.live-qr-corner--bl { bottom: 5px; left: 5px; border-width: 0 0 2px 2px; border-radius: 0 0 0 6px; }
.live-qr-corner--br { right: 5px; bottom: 5px; border-width: 0 2px 2px 0; border-radius: 0 0 6px; }

.live-qr-card > p {
  margin: 17px 0 0;
}

.live-qr-card > p strong,
.live-qr-card > p span {
  display: block;
}

.live-qr-card > p strong {
  color: #d9e6e4;
  font-size: 0.79rem;
  font-weight: 710;
}

.live-qr-card > p span {
  margin-top: 3px;
  color: #6e8985;
  font-size: 0.66rem;
  line-height: 1.45;
}

.live-qr-open {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  padding: 0 16px;
  border: 1px solid rgba(0, 220, 132, 0.17);
  border-radius: 11px;
  color: #b8cbc7;
  background: rgba(0, 220, 132, 0.035);
  font-size: 0.68rem;
  font-weight: 690;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.live-qr-open:hover {
  border-color: rgba(0, 220, 132, 0.38);
  color: var(--green-bright);
  background: rgba(0, 220, 132, 0.07);
}

.live-qr-open svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.demo-result-card {
  display: flex;
  flex-direction: column;
  padding: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 95% 0%, rgba(0, 220, 132, 0.07), transparent 17rem),
    rgba(3, 28, 31, 0.79);
}

.demo-result-card__header,
.demo-result-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}

.demo-result-card__header {
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(209, 239, 233, 0.08);
  color: #7f9a96;
  font-size: 0.55rem;
  font-weight: 760;
  letter-spacing: 0.11em;
}

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

.demo-result-card__header i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(0, 220, 132, 0.55);
}

.demo-result-card__header em {
  color: #587672;
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: none;
}

.demo-result-context {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  margin-top: 21px;
  padding: 14px;
  border: 1px solid rgba(209, 239, 233, 0.08);
  border-radius: 14px;
  background: rgba(242, 242, 242, 0.025);
}

.demo-result-context__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(0, 220, 132, 0.14);
  border-radius: 12px;
  color: var(--green);
  background: rgba(0, 220, 132, 0.04);
}

.demo-result-context__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.demo-result-context small,
.demo-result-context strong {
  display: block;
}

.demo-result-context small {
  color: #65817d;
  font-size: 0.52rem;
  font-weight: 730;
  letter-spacing: 0.1em;
}

.demo-result-context strong {
  margin-top: 2px;
  overflow: hidden;
  color: #d7e5e2;
  font-size: 0.74rem;
  font-weight: 690;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demo-result-context em {
  padding: 5px 8px;
  border-radius: 8px;
  color: var(--green);
  background: rgba(0, 220, 132, 0.065);
  font-size: 0.59rem;
  font-style: normal;
  font-weight: 760;
}

.demo-result-route {
  display: grid;
  grid-template-columns: 7px 1fr 7px 1fr 7px;
  align-items: center;
  gap: 5px;
  margin: 22px 11px 7px;
}

.demo-result-route span {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(0, 220, 132, 0.48);
  border-radius: 50%;
  background: #05292d;
}

.demo-result-route i {
  height: 1px;
  overflow: hidden;
  background: rgba(0, 220, 132, 0.11);
}

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

.live-demo-shell.is-demo-active .demo-result-route i::after {
  animation: demo-route-flow 2.6s ease-in-out 500ms infinite;
}

.demo-result-list {
  display: grid;
  gap: 9px;
  margin-top: 6px;
}

.demo-result-step {
  display: grid;
  grid-template-columns: 37px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(209, 239, 233, 0.065);
  border-radius: 12px;
  opacity: 0.68;
  background: rgba(242, 242, 242, 0.018);
  transform: translateY(7px);
  transition: opacity 420ms ease, transform 520ms var(--ease), border-color 300ms ease;
}

.live-demo-shell.is-demo-active .demo-result-step {
  opacity: 1;
  transform: translateY(0);
}

.live-demo-shell.is-demo-active .demo-result-step:nth-child(2) { transition-delay: 210ms; }
.live-demo-shell.is-demo-active .demo-result-step:nth-child(3) { transition-delay: 420ms; }

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

.demo-result-step__mark svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.demo-result-step small,
.demo-result-step strong,
.demo-result-step em {
  display: block;
}

.demo-result-step small {
  color: #5f7d79;
  font-size: 0.48rem;
  font-weight: 740;
  letter-spacing: 0.08em;
}

.demo-result-step strong {
  margin-top: 2px;
  color: #cddbd8;
  font-size: 0.68rem;
  font-weight: 690;
}

.demo-result-step em {
  margin-top: 2px;
  color: #66827e;
  font-size: 0.58rem;
  font-style: normal;
}

.demo-result-step b {
  color: #73ad9b;
  font-size: 0.53rem;
  font-weight: 720;
}

.demo-result-footer {
  margin-top: auto;
  padding-top: 18px;
  color: #587672;
  font-size: 0.55rem;
}

.demo-result-footer > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #79948f;
}

.demo-result-footer svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

@keyframes live-demo-pulse {
  0% { box-shadow: 0 0 0 0 rgba(0, 220, 132, 0.35); }
  70%, 100% { box-shadow: 0 0 0 9px rgba(0, 220, 132, 0); }
}

@keyframes live-qr-scan {
  0% { top: 11px; opacity: 0; }
  10%, 85% { opacity: 0.92; }
  100% { top: calc(100% - 13px); opacity: 0; }
}

@keyframes demo-route-flow {
  0% { transform: translateX(-100%); }
  60%, 100% { transform: translateX(100%); }
}

@media (max-width: 1220px) {
  .live-demo-shell {
    grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  }

  .live-demo-copy,
.demo-launchpad {
    padding-inline: 40px;
  }
}

@media (max-width: 1100px) {
  .live-demo-shell {
    grid-template-columns: 1fr;
  }

  .live-demo-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(209, 239, 233, 0.09);
  }

  .live-demo-copy h2 {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .live-demo-section {
    padding: 80px 0;
  }

  .live-demo-shell {
    min-height: 0;
    border-radius: 25px;
  }

  .live-demo-copy,
.demo-launchpad {
    padding: 30px 23px;
  }

  .live-demo-copy h2 {
    font-size: clamp(2.35rem, 11vw, 3.3rem);
    line-height: 1.01;
  }

  .live-demo-copy > p {
    font-size: 0.86rem;
  }

  .live-demo-facts {
    gap: 7px;
  }

  .live-demo-facts > span {
    min-height: 34px;
    padding-inline: 10px;
    font-size: 0.62rem;
  }

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

  

  .demo-launchpad__topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

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

  .live-qr-card {
    padding: 18px;
  }

  .live-qr-link {
    width: min(100%, 260px);
  }

  .demo-result-card {
    min-height: 470px;
    padding: 19px;
  }
}

@media (max-width: 390px) {
  .live-demo-copy,
.demo-launchpad {
    padding-inline: 19px;
  }

  .live-demo-facts > span {
    flex: 1 1 calc(50% - 7px);
    justify-content: center;
  }

  .demo-result-step {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .demo-result-step b {
    grid-column: 2;
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .demo-launchpad__topline i,
.live-qr-scan,
.demo-result-route i::after {
    animation: none !important;
  }

  .demo-result-step {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


/* RadiumQR Homepage v2.2.2 — conversion micro-interactions and demo polish */
.form-readiness {
  margin-bottom: 24px;
  padding: 15px 16px 14px;
  border: 1px solid rgba(0, 220, 132, 0.13);
  border-radius: 13px;
  background:
    linear-gradient(135deg, rgba(0, 220, 132, 0.045), transparent 55%),
    rgba(242, 242, 242, 0.018);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.form-readiness__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #78938f;
  font-size: 0.54rem;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.form-readiness__header > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.form-readiness__header i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(0, 220, 132, 0.55);
}

.form-readiness__header strong {
  color: #b7cbc7;
  font-size: 0.58rem;
  letter-spacing: 0.02em;
}

.form-readiness.is-complete .form-readiness__header strong {
  color: var(--green-bright);
}

.form-readiness__track {
  height: 5px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(209, 239, 233, 0.07);
}

.form-readiness__track > span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #00b96f, var(--green-bright));
  box-shadow: 0 0 14px rgba(0, 220, 132, 0.35);
  transform: scaleX(var(--form-readiness, 0));
  transform-origin: left center;
  transition: transform 360ms var(--ease);
}


.form-field {
  position: relative;
}

.form-field.is-complete input {
  padding-right: 42px;
  border-color: rgba(0, 220, 132, 0.28);
  background-color: rgba(0, 220, 132, 0.025);
}

.form-field.is-complete::after {
  position: absolute;
  top: 38px;
  right: 15px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--green);
  content: "✓";
  font-size: 0.65rem;
  font-weight: 850;
  line-height: 1;
  pointer-events: none;
  animation: field-complete-pop 260ms var(--ease) both;
}

.consent-row.is-complete {
  border-color: rgba(0, 220, 132, 0.2);
  background: rgba(0, 220, 132, 0.03);
}

.interest-fieldset legend {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.interest-fieldset legend > span {
  color: #617e79;
  font-size: 0.59rem;
  font-weight: 620;
}

.interest-fieldset.has-selection legend > span {
  color: #9ac7ba;
}

.form-success {
  position: relative;
  overflow: hidden;
}

.form-success > *:not(.form-success__celebration) {
  position: relative;
  z-index: 1;
}

.form-success__celebration {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.form-success__celebration i {
  position: absolute;
  top: 25%;
  left: 20%;
  width: 5px;
  height: 13px;
  border-radius: 999px;
  opacity: 0;
  background: var(--green);
  animation: form-success-particle 1.1s var(--ease) both;
}

.form-success__celebration i:nth-child(2) { left: 32%; animation-delay: 70ms; transform: rotate(35deg); }
.form-success__celebration i:nth-child(3) { left: 47%; animation-delay: 120ms; transform: rotate(-38deg); }
.form-success__celebration i:nth-child(4) { left: 62%; animation-delay: 35ms; transform: rotate(62deg); }
.form-success__celebration i:nth-child(5) { left: 78%; animation-delay: 155ms; transform: rotate(-62deg); }
.form-success__celebration i:nth-child(6) { top: 42%; left: 13%; animation-delay: 90ms; }
.form-success__celebration i:nth-child(7) { top: 38%; left: 86%; animation-delay: 190ms; }
.form-success__celebration i:nth-child(8) { top: 16%; left: 90%; animation-delay: 10ms; }

[data-demo-preview-status] {
  transition: opacity 180ms ease, color 180ms ease, transform 220ms var(--ease);
}

[data-demo-preview-status].is-updating {
  opacity: 0.35;
  transform: translateY(3px);
}

.demo-result-step.is-preview-past {
  border-color: rgba(0, 220, 132, 0.12);
}

.demo-result-step.is-preview-current {
  border-color: rgba(0, 220, 132, 0.32);
  background: rgba(0, 220, 132, 0.045);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), inset 0 0 0 1px rgba(0, 220, 132, 0.025);
  transform: translateY(-2px);
}

.demo-result-step.is-preview-current .demo-result-step__mark {
  box-shadow: 0 0 24px rgba(0, 220, 132, 0.12);
}

@keyframes field-complete-pop {
  from { opacity: 0; transform: scale(0.6) rotate(-12deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes form-success-particle {
  0% { opacity: 0; translate: 0 25px; scale: 0.7; }
  18% { opacity: 0.9; }
  100% { opacity: 0; translate: 0 -80px; scale: 1; rotate: 160deg; }
}

@media (max-width: 680px) {
  

  .form-readiness__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .interest-fieldset legend {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-readiness__track > span,
[data-demo-preview-status],
.demo-result-step.is-preview-current,
.form-field.is-complete::after {
    transition: none !important;
    animation: none !important;
  }

  .form-success__celebration {
    display: none;
  }
}


/* RadiumQR v2.3.0 — editorial cleanup and production finish */

.hero-lede,
.workflow-copy > p,
.live-demo-copy > p,
.trust-heading > p,
.early-access-copy > p {
  text-wrap: pretty;
}

.workflow-section,
.live-demo-section,
.trust-section,
.early-access-section {
  scroll-margin-top: 88px;
}

.trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-card {
  min-height: 230px;
}

.live-demo-copy {
  align-self: center;
}

.live-demo-actions {
  margin-top: 34px;
}

.early-access-shell {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
}

.early-access-copy h2 {
  max-width: 500px;
}

.form-readiness {
  padding: 14px 15px;
}

.form-readiness__track {
  margin-top: 11px;
}

.form-more {
  margin-top: 3px;
  overflow: hidden;
  border: 1px solid rgba(209, 239, 233, 0.11);
  border-radius: 13px;
  background: rgba(242, 242, 242, 0.018);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.form-more[open],
.form-more.has-content {
  border-color: rgba(0, 220, 132, 0.2);
  background: rgba(0, 220, 132, 0.018);
}

.form-more summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 15px;
  color: #dce8e5;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.form-more summary::-webkit-details-marker {
  display: none;
}

.form-more summary > span,
.form-more summary strong,
.form-more summary small {
  display: block;
}

.form-more summary strong {
  font-size: 0.78rem;
  font-weight: 720;
}

.form-more summary small {
  margin-top: 3px;
  color: #748f8a;
  font-size: 0.66rem;
  line-height: 1.4;
}

.form-more.has-content summary small {
  color: #8fd7bf;
}

.form-more summary svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: #7d9994;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 180ms ease, stroke 180ms ease;
}

.form-more[open] summary svg {
  stroke: var(--green);
  transform: rotate(180deg);
}

.form-more summary:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: -3px;
  border-radius: 12px;
}

.form-more__content {
  display: grid;
  gap: 18px;
  padding: 2px 15px 17px;
  border-top: 1px solid rgba(209, 239, 233, 0.07);
}

.form-grid--optional {
  padding-top: 16px;
}

.form-more .interest-fieldset,
.form-more > .form-more__content > .form-field {
  margin-top: 0;
}

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

.legal-hero .legal-meta {
  opacity: 0.85;
}

@media (max-width: 1100px) {
  .trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .early-access-shell {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  }
}

@media (max-width: 930px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-card {
    min-height: 0;
  }

  .early-access-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .form-more summary {
    min-height: 56px;
  }

  .form-more__content {
    padding-inline: 12px;
  }

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


/* RadiumQR v2.3.0 — clean final pass */
#platform,
#how-it-works,
#demo,
#trust,
#faq,
#early-access {
  scroll-margin-top: 92px;
}

.workflow-section,
.live-demo-section,
.trust-section,
.faq-section,
.early-access-section {
  content-visibility: auto;
  contain-intrinsic-size: 860px;
}

.module-rail-wrap {
  padding-bottom: clamp(70px, 8vw, 108px);
}

.faq-section {
  position: relative;
  padding: clamp(92px, 9vw, 126px) 0;
  border-top: 1px solid var(--line-light);
  background:
    radial-gradient(circle at 12% 22%, rgba(0, 220, 132, 0.055), transparent 28rem),
    linear-gradient(180deg, rgba(2, 22, 25, 0.72), rgba(3, 29, 33, 0.94));
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.66fr) minmax(0, 1.34fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 116px;
}

.faq-intro h2 {
  max-width: 560px;
  margin: 0;
  color: var(--light);
  font-size: clamp(2.45rem, 4.4vw, 4.35rem);
  font-weight: 750;
  line-height: 0.99;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.faq-intro > p {
  max-width: 400px;
  margin: 22px 0 0;
  color: #96adaa;
  font-size: 0.96rem;
  line-height: 1.7;
}

.faq-contact {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 27px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 720;
}

.faq-contact svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 180ms var(--ease);
}

.faq-contact:hover svg { transform: translateX(3px); }

.faq-list {
  overflow: hidden;
  border: 1px solid rgba(209, 239, 233, 0.11);
  border-radius: 22px;
  background: rgba(3, 31, 35, 0.62);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.faq-list details { border-bottom: 1px solid rgba(209, 239, 233, 0.09); }
.faq-list details:last-child { border-bottom: 0; }

.faq-list summary {
  display: grid;
  min-height: 80px;
  grid-template-columns: minmax(0, 1fr) 30px;
  gap: 20px;
  align-items: center;
  padding: 21px 24px;
  color: #e8f0ef;
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover,
.faq-list details[open] summary { color: #fff; background: rgba(0, 220, 132, 0.035); }

.faq-list summary > span {
  position: relative;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(0, 220, 132, 0.18);
  border-radius: 9px;
  background: rgba(0, 220, 132, 0.05);
}

.faq-list summary > span::before,
.faq-list summary > span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  border-radius: 999px;
  background: var(--green);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}
.faq-list summary > span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary > span::after { transform: translate(-50%, -50%); }

.faq-list details > p {
  max-width: 720px;
  margin: 0;
  padding: 0 70px 24px 24px;
  color: #9ab0ad;
  font-size: 0.88rem;
  line-height: 1.72;
}

.back-to-top {
  position: fixed;
  z-index: 80;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(0, 220, 132, 0.22);
  border-radius: 13px;
  color: var(--green);
  background: rgba(3, 29, 33, 0.9);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.26);
  cursor: pointer;
  opacity: 0;
  transform: translateY(8px);
  backdrop-filter: blur(16px);
  transition: opacity 180ms ease, transform 180ms var(--ease), background-color 180ms ease;
}
.back-to-top.is-visible { opacity: 1; transform: translateY(0); }
.back-to-top:hover { background: rgba(5, 49, 54, 0.96); transform: translateY(-2px); }
.back-to-top svg {
  width: 19px; height: 19px; fill: none; stroke: currentColor;
  stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8;
}

.save-data .ambient-orb,
.save-data .orbit,
.save-data .live-qr-scan,
.save-data .launch-status__pulse,
.save-data .pointer-glow {
  display: none !important;
  animation: none !important;
}

@media (max-width: 930px) {
  .faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .faq-intro { position: static; }
}

@media (max-width: 680px) {
  .faq-section { padding: 78px 0; }
  .faq-intro h2 { font-size: clamp(2.15rem, 10.8vw, 3.05rem); }
  .faq-list { border-radius: 17px; }
  .faq-list summary { min-height: 70px; grid-template-columns: minmax(0,1fr) 27px; gap: 14px; padding: 17px; font-size: 0.88rem; }
  .faq-list summary > span { width: 27px; height: 27px; }
  .faq-list details > p { padding: 0 52px 20px 17px; font-size: 0.81rem; }
  .back-to-top { right: 13px; bottom: 13px; width: 42px; height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  .faq-list summary > span::after,
.back-to-top { transition: none; }
}


/* RadiumQR v2.3.0 final editorial and layout cleanup */
.early-access-copy .section-kicker {
  color: var(--green);
}

.activity-item__icon {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.activity-item > div {
  min-width: 0;
}

.activity-item > div span {
  overflow-wrap: anywhere;
}

.activity-item em {
  justify-self: end;
  white-space: nowrap;
}

@media (max-width: 680px) {
  .activity-item {
    grid-template-columns: 38px minmax(0, 1fr);
    row-gap: 5px;
  }

  .activity-item em {
    grid-column: 2;
    justify-self: start;
    margin-top: 2px;
  }
}


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

/* Keep every section reliably paintable for browsers, screenshots, find-in-page,
   printing, and accessibility tooling. */
.workflow-section,
.live-demo-section,
.trust-section,
.faq-section,
.early-access-section {
  content-visibility: visible;
  contain-intrinsic-size: none;
}

#platform,
#how-it-works,
#demo,
#trust,
#faq,
#early-access {
  scroll-margin-top: 96px;
}

/* Small text stays subordinate without becoming hard to read. */
.header-nav a { font-size: 0.8rem; }
.header-cta { font-size: 0.8rem; }
.hero-note { color: #8aa5a0; font-size: 0.76rem; }
.module-rail-label { color: #8ba5a1; font-size: 0.75rem; }
.module-rail-hint { color: #88a39e; font-size: 0.76rem; line-height: 1.55; }
.form-field label { font-size: 0.78rem; }
.form-field input,
.form-field select,
.form-field textarea { font-size: 0.9rem; }
.form-fine-print { color: #89a39f; font-size: 0.72rem; }
.footer-intro p { color: #88a39e; font-size: 0.82rem; }
.footer-intro > a { font-size: 0.8rem; }
.footer-nav strong { font-size: 0.75rem; }
.footer-nav a { color: #88a39e; font-size: 0.78rem; line-height: 1.4; }
.footer-bottom p { color: #78938f; font-size: 0.72rem; }

/* Keep the floating hero cards expressive but fully inside the viewport. */
@media (max-width: 1100px) {
  .floating-chip--inspection,
  .floating-chip--signed { left: 12px; }
  .floating-chip--sds { right: 12px; }
}

@media (max-width: 680px) {
  .hero-visual,
  .hero-visual.reveal.is-visible {
    width: 100%;
    margin-left: 0;
  }

  .floating-chip { max-width: 164px; }
  .floating-chip--inspection { left: 16px; }
  .floating-chip--sds { right: 16px; }
  .floating-chip--signed { left: 18px; }

  .module-rail-wrap { margin-top: 18px; }

  .header-cta {
    min-height: 40px;
    max-width: none;
    padding-inline: 12px;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .footer-bottom {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .back-to-top { display: none !important; }
}

@media (max-width: 390px) {
  .hero-visual,
  .hero-visual.reveal.is-visible {
    width: 100%;
    margin-left: 0;
    transform: scale(0.86);
  }

  .floating-chip--inspection { left: 18px; }
  .floating-chip--sds { right: 18px; }
  .floating-chip--signed { left: 20px; }
  .module-rail-wrap { margin-top: 14px; }
}

/* Balanced conversion panel and compact trust cards. */
@media (min-width: 931px) {
  .early-access-section { padding-block: clamp(96px, 8.5vw, 128px); }
  .early-access-copy { padding: clamp(40px, 4.2vw, 56px); }
  .early-access-form-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(40px, 4vw, 54px);
  }
  .early-access-benefits { margin-top: 31px; }
  .early-access-benefits li { padding-block: 16px; }
}

@media (max-width: 680px) {
  .trust-card { padding: 22px; }
  .trust-card__icon { width: 44px; height: 44px; margin-bottom: 20px; }
  .trust-card p { margin-top: 8px; }
  .trust-built { gap: 16px; padding: 18px; }
}

/* Supporting pages: readable measure, restrained headings, and clear touch targets. */
.legal-hero h1 { max-width: 850px; font-size: clamp(3rem, 6.2vw, 5.4rem); }
.legal-meta { color: #91aaa6; font-size: 0.76rem; opacity: 1; }
.legal-content p,
.legal-content li { color: #a1b8b4; font-size: 0.96rem; line-height: 1.78; }
.legal-content h3 { font-size: 1.08rem; }
.legal-toc strong { font-size: 0.74rem; }
.legal-toc a { color: #8ca6a1; font-size: 0.78rem; line-height: 1.4; }
.legal-header__back { font-size: 0.8rem; }
.contact-card span { color: #91aaa6; font-size: 0.82rem; }

@media (max-width: 930px) {
  .legal-toc {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 15px;
  }
  .legal-toc strong { grid-column: 1 / -1; margin: 2px 4px 5px; }
  .legal-toc a {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: 9px 11px;
    border: 1px solid rgba(209, 239, 233, 0.08);
    border-radius: 9px;
    background: rgba(242, 242, 242, 0.018);
  }
}

@media (max-width: 680px) {
  .legal-main { padding-top: 62px; }
  .legal-hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); line-height: 0.95; }
  .legal-content p,
  .legal-content li { font-size: 0.94rem; }
}

@media (max-width: 420px) {
  .legal-toc { grid-template-columns: 1fr; }
  .legal-toc strong { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

.footer-top-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  color: #91aaa6;
  font-size: 0.75rem;
  font-weight: 680;
  white-space: nowrap;
  transition: color 160ms ease, transform 160ms ease;
}
.footer-top-link:hover { color: var(--green-bright); transform: translateY(-1px); }
.footer-top-link svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@media (prefers-reduced-motion: reduce) {
  .footer-top-link { transition: none; }
}

/* Final visual-audit refinements: keep desktop status cards inside the canvas. */
@media (min-width: 1101px) {
  .floating-chip--sds { right: 0; }
}

/* Preserve breathing room between the compact brand and header action. */
@media (max-width: 330px) {
  .site-header .endorsement { display: none; }
}

/* RadiumQR Homepage v2.5.0 — restored workflow depth and expanded FAQ */
.platform-section {
  position: relative;
  padding: clamp(92px, 10vw, 142px) 0 clamp(100px, 11vw, 150px);
  border-top: 1px solid var(--line-light);
  background:
    radial-gradient(circle at 16% 31%, rgba(0, 220, 132, 0.055), transparent 31rem),
    linear-gradient(180deg, rgba(3, 29, 33, 0.3), rgba(3, 29, 33, 0.78));
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.68fr);
  gap: clamp(38px, 7vw, 86px);
  align-items: end;
  margin-bottom: clamp(38px, 5vw, 58px);
}

.section-heading > div { min-width: 0; }

.section-heading h2 {
  max-width: 920px;
  margin: 0;
  color: var(--light);
  font-size: clamp(2.45rem, 4.65vw, 4.35rem);
  font-weight: 760;
  line-height: 1.01;
  letter-spacing: -0.054em;
  text-wrap: balance;
}

.platform-heading__accent {
  display: inline;
  color: var(--light);
}

.section-heading > p {
  max-width: 520px;
  margin: 0;
  color: #a7bfbb;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.75;
}

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

.feature-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 382px;
  flex-direction: column;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(209, 239, 233, 0.12);
  border-radius: 23px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 54%),
    rgba(3, 29, 33, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  transition:
    transform 260ms var(--ease),
    border-color 260ms ease,
    background-color 260ms ease,
    box-shadow 260ms ease;
}

.feature-card:hover,
.feature-card.reveal.is-visible:hover {
  border-color: rgba(0, 220, 132, 0.24);
  background-color: rgba(5, 44, 49, 0.84);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.17), inset 0 1px 0 rgba(255,255,255,.04);
  transform: translateY(-5px);
}

.feature-card--wide {
  grid-column: span 2;
  min-height: 410px;
}

.feature-card--accent {
  border-color: rgba(0, 220, 132, 0.18);
  background:
    radial-gradient(circle at 96% 94%, rgba(0, 220, 132, 0.15), transparent 44%),
    linear-gradient(145deg, rgba(0, 220, 132, 0.04), transparent 55%),
    rgba(3, 29, 33, 0.82);
}

.feature-card__topline {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feature-number {
  color: #688581;
  font-size: 0.67rem;
  font-weight: 720;
  letter-spacing: 0.11em;
}

.feature-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(0, 220, 132, 0.14);
  border-radius: 13px;
  color: var(--green);
  background: rgba(0, 220, 132, 0.065);
  transition: transform 260ms var(--ease), border-color 220ms ease, box-shadow 220ms ease;
}

.feature-card:hover .feature-icon {
  border-color: rgba(0, 220, 132, 0.3);
  box-shadow: 0 0 26px rgba(0, 220, 132, 0.09);
  transform: translateY(-2px) rotate(-3deg);
}

.feature-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.feature-card__body {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding-top: 28px;
}

.feature-tag {
  display: block;
  margin-bottom: 11px;
  color: var(--green);
  font-size: 0.62rem;
  font-weight: 790;
  letter-spacing: 0.13em;
}

.feature-card h3 {
  max-width: 470px;
  margin: 0;
  color: #edf5f3;
  font-size: clamp(1.24rem, 1.78vw, 1.6rem);
  font-weight: 710;
  line-height: 1.16;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.feature-card p {
  max-width: 490px;
  margin: 13px 0 0;
  color: #91aaa6;
  font-size: 0.87rem;
  line-height: 1.65;
}

.feature-card--wide .feature-card__body {
  width: 47%;
  padding-top: 84px;
}

.feature-visual--inspection {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 45%;
}

.mini-window {
  padding: 15px;
  border: 1px solid rgba(216, 245, 239, 0.14);
  border-radius: 17px;
  background: rgba(7, 50, 56, 0.78);
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: rotate(-1.6deg);
}

.mini-window__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 13px;
  color: #78948f;
  font-size: 0.43rem;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.mini-window__bar > span { display: flex; gap: 5px; }
.mini-window__bar i { width: 5px; height: 5px; border-radius: 50%; background: rgba(214, 239, 234, 0.25); }
.mini-window__bar em { font-style: normal; }

.mini-check {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 43px;
  padding: 0 9px;
  border-top: 1px solid rgba(225, 247, 243, 0.075);
  color: #d4e2e0;
  font-size: 0.58rem;
}

.mini-check > span { position: relative; width: 15px; height: 15px; border: 1px solid rgba(212, 236, 231, 0.22); border-radius: 5px; }
.mini-check--done > span { border-color: rgba(0, 220, 132, 0.34); background: rgba(0, 220, 132, 0.12); }
.mini-check--done > span::after { position: absolute; top: 2px; left: 4px; width: 4px; height: 7px; border: solid var(--green); border-width: 0 1.5px 1.5px 0; content: ""; transform: rotate(45deg); }
.mini-check b { overflow: hidden; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.mini-check em { color: #7c9995; font-size: 0.5rem; font-style: normal; white-space: nowrap; }
.mini-check--done em { color: #49d79b; }
.mini-progress { height: 4px; margin-top: 13px; overflow: hidden; border-radius: 999px; background: rgba(230, 249, 245, 0.07); }
.mini-progress span { display: block; width: 72%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #00aa67, var(--green)); box-shadow: 0 0 12px rgba(0, 220, 132, 0.27); }

.feature-card__visual {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  min-height: 90px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(209, 239, 233, 0.08);
  border-radius: 14px;
  background: rgba(2, 23, 26, 0.5);
}

.feature-card__visual--observation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  align-items: stretch;
}
.feature-card__visual--observation svg { width: 100%; height: 100%; min-height: 90px; fill: none; stroke: rgba(0, 220, 132, 0.26); stroke-width: 1.4; }
.feature-card__visual--observation circle { fill: #07383d; stroke: var(--green); stroke-width: 2; }
.feature-card__visual--observation > span { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 12px; border-left: 1px solid rgba(209,239,233,.08); background: rgba(0,220,132,.035); }
.feature-card__visual--observation small,
.feature-card__visual--jha small { color: var(--green); font-size: .45rem; font-weight: 760; letter-spacing: .08em; }
.feature-card__visual--observation strong,
.feature-card__visual--jha strong { margin-top: 4px; color: #d9e7e4; font-size: .61rem; line-height: 1.25; }
.feature-card__visual--observation em { margin-top: 3px; color: #718d88; font-size: .49rem; font-style: normal; }

.feature-card__visual--toolbox { display: grid; gap: 7px; padding: 9px; }
.feature-card__visual--toolbox > div { display: grid; grid-template-columns: 28px minmax(0,1fr) auto; gap: 9px; align-items: center; min-height: 27px; padding: 0 8px; border: 1px solid rgba(209,239,233,.07); border-radius: 8px; background: rgba(6,48,53,.48); }
.feature-card__visual--toolbox i { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 6px; color: #b9d8d2; background: rgba(0,220,132,.11); font-size: .42rem; font-style: normal; font-weight: 760; }
.feature-card__visual--toolbox strong { min-width: 0; overflow: hidden; color: #cbdad7; font-size: .54rem; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.feature-card__visual--toolbox em { color: #49d79b; font-size: .46rem; font-style: normal; }

.feature-card__visual--jha { display: grid; grid-template-rows: auto 20px auto; gap: 0; padding: 10px; overflow: visible; border: 0; background: transparent; }
.feature-card__visual--jha > div { display: flex; min-height: 52px; flex-direction: column; justify-content: center; padding: 10px 12px; border: 1px solid rgba(209,239,233,.08); border-radius: 11px; background: rgba(6,48,53,.5); }
.feature-card__visual--jha > span { position: relative; justify-self: center; width: 1px; height: 20px; background: rgba(0,220,132,.3); }
.feature-card__visual--jha > span::after { position: absolute; bottom: -2px; left: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 11px rgba(0,220,132,.45); content: ""; transform: translateX(-50%); }

.document-stack { position: absolute; right: 12px; bottom: 12px; width: 114px; height: 104px; opacity: .62; pointer-events: none; }
.document-stack span { position: absolute; display: block; width: 76px; height: 94px; border: 1px solid rgba(0,220,132,.18); border-radius: 9px; background: linear-gradient(rgba(0,220,132,.2),rgba(0,220,132,.2)) 13px 20px/38px 3px no-repeat, linear-gradient(rgba(222,245,240,.11),rgba(222,245,240,.11)) 13px 33px/45px 3px no-repeat, linear-gradient(rgba(222,245,240,.08),rgba(222,245,240,.08)) 13px 43px/39px 3px no-repeat, rgba(5,47,52,.8); box-shadow: 0 18px 38px rgba(0,0,0,.24); }
.document-stack span:nth-child(1) { right: 44px; bottom: 2px; transform: rotate(-13deg); }
.document-stack span:nth-child(2) { right: 22px; bottom: 5px; transform: rotate(-3deg); }
.document-stack span:nth-child(3) { right: 0; bottom: 2px; transform: rotate(9deg); }
.feature-card--accent .feature-card__body { padding-right: 108px; }

.feature-card__visual--sds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: end;
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(0,220,132,.03), rgba(0,220,132,.015)),
    rgba(2, 23, 26, 0.5);
}

.sds-sheet {
  display: flex;
  min-height: 98px;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
  border: 1px solid rgba(209,239,233,.09);
  border-radius: 12px;
  background: rgba(6,48,53,.52);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.sds-sheet--front {
  transform: rotate(-4deg) translateY(3px);
}

.sds-sheet--back {
  transform: rotate(4deg) translateY(-2px);
  opacity: .92;
}

.feature-card__visual--sds small {
  color: var(--green);
  font-size: .45rem;
  font-weight: 760;
  letter-spacing: .09em;
}

.feature-card__visual--sds strong {
  margin-top: 5px;
  color: #d9e7e4;
  font-size: .62rem;
  line-height: 1.28;
}

.feature-card__visual--sds em {
  margin-top: 4px;
  color: #718d88;
  font-size: .49rem;
  font-style: normal;
  line-height: 1.42;
}


.demo-workflow-pills { display: flex; flex-wrap: wrap; gap: 7px; margin: 23px 0 0; }
.demo-workflow-pills span { padding: 7px 10px; border: 1px solid rgba(0,220,132,.14); border-radius: 999px; color: #9cb4b0; background: rgba(0,220,132,.035); font-size: .61rem; font-weight: 650; }
.demo-result-list--five .demo-result-step { min-height: 67px; }
.demo-result-list--five .demo-result-step em { line-height: 1.35; }

.faq-section { padding: clamp(92px, 10vw, 142px) 0; }
.faq-heading { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(300px,.72fr); gap: clamp(38px,7vw,100px); align-items: end; margin-bottom: 28px; }
.faq-heading h2 { max-width: 710px; margin: 0; color: var(--light); font-size: clamp(2.7rem,5vw,4.8rem); font-weight: 760; line-height: .99; letter-spacing: -.058em; text-wrap: balance; }
.faq-heading > div:last-child > p { max-width: 480px; margin: 0; color: #9db5b1; font-size: 1rem; line-height: 1.72; }
.faq-heading .faq-contact { margin-top: 21px; }
.faq-quick-links { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.faq-quick-links button { min-height: 34px; padding: 0 12px; border: 1px solid rgba(209,239,233,.11); border-radius: 999px; color: #8fa9a5; background: rgba(6,48,53,.28); cursor: pointer; font: inherit; font-size: .68rem; font-weight: 650; transition: color 180ms ease,border-color 180ms ease,background-color 180ms ease; }
.faq-quick-links button:hover,.faq-quick-links button:focus-visible { border-color: rgba(0,220,132,.3); color: #dce9e6; background: rgba(0,220,132,.055); }
.faq-browser { display: grid; grid-template-columns: 286px minmax(0,1fr); gap: 16px; align-items: start; }
.faq-controls { position: sticky; top: calc(var(--header-height) + 20px); padding: 15px; border: 1px solid rgba(209,239,233,.11); border-radius: 20px; background: rgba(3,29,33,.64); box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.faq-search { display: grid; grid-template-columns: 20px minmax(0,1fr); gap: 8px; align-items: center; min-height: 48px; padding: 0 13px; border: 1px solid rgba(209,239,233,.12); border-radius: 12px; background: rgba(2,20,22,.54); }
.faq-search:focus-within { border-color: rgba(0,220,132,.48); box-shadow: 0 0 0 3px rgba(0,220,132,.08); }
.faq-search svg { width: 17px; height: 17px; fill: none; stroke: #76928d; stroke-linecap: round; stroke-width: 1.5; }
.faq-search input { min-width: 0; width: 100%; border: 0; outline: 0; color: #edf5f3; background: transparent; font: inherit; font-size: .76rem; }
.faq-search input::placeholder { color: #708b86; opacity: 1; }
.faq-filter-list { display: grid; gap: 7px; margin-top: 12px; }
.faq-filter-list button { display: flex; min-height: 43px; align-items: center; justify-content: space-between; gap: 10px; padding: 0 12px; border: 1px solid rgba(209,239,233,.085); border-radius: 10px; color: #91aaa6; background: rgba(255,255,255,.012); cursor: pointer; font: inherit; font-size: .72rem; font-weight: 650; text-align: left; transition: color 180ms ease,border-color 180ms ease,background-color 180ms ease; }
.faq-filter-list button span { display: grid; min-width: 24px; height: 22px; place-items: center; border-radius: 999px; color: #6f8a85; background: rgba(209,239,233,.04); font-size: .58rem; }
.faq-filter-list button:hover { color: #d5e3e0; border-color: rgba(0,220,132,.2); }
.faq-filter-list button.is-active { color: #eaf3f1; border-color: rgba(0,220,132,.34); background: rgba(0,220,132,.065); }
.faq-filter-list button.is-active span { color: var(--green); background: rgba(0,220,132,.1); }
.faq-count { margin: 15px 2px 2px; color: #718d88; font-size: .65rem; }
.faq-results { min-width: 0; }
.faq-results-list { overflow: hidden; border: 1px solid rgba(209,239,233,.11); border-radius: 20px; background: rgba(3,29,33,.54); }
.faq-item { border-bottom: 1px solid rgba(209,239,233,.085); }
.faq-item:last-child { border-bottom: 0; }
.faq-item[hidden] { display: none; }
.faq-item summary { display: grid; grid-template-columns: minmax(0,1fr) 34px; gap: 16px; align-items: center; min-height: 82px; padding: 17px 18px; color: #dce8e5; cursor: pointer; list-style: none; transition: color 180ms ease,background-color 180ms ease; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover,.faq-item[open] summary { color: #fff; background: rgba(0,220,132,.032); }
.faq-item summary > span { min-width: 0; }
.faq-item summary small { display: block; margin-bottom: 6px; color: #48d99a; font-size: .52rem; font-weight: 780; letter-spacing: .11em; text-transform: uppercase; }
.faq-item summary strong { display: block; font-size: .94rem; font-weight: 690; line-height: 1.38; letter-spacing: -.012em; }
.faq-item summary > i { position: relative; display: block; width: 30px; height: 30px; border: 1px solid rgba(0,220,132,.2); border-radius: 9px; background: rgba(0,220,132,.035); }
.faq-item summary > i::before,.faq-item summary > i::after { position: absolute; top: 50%; left: 50%; width: 10px; height: 1.5px; border-radius: 2px; background: var(--green); content: ""; transform: translate(-50%,-50%); transition: transform 180ms ease; }
.faq-item summary > i::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-item[open] summary > i::after { transform: translate(-50%,-50%); }
.faq-answer { padding: 0 70px 21px 18px; }
.faq-answer p { max-width: 790px; margin: 0; color: #94aca8; font-size: .82rem; line-height: 1.7; }
.faq-empty { padding: 50px 24px; border: 1px solid rgba(209,239,233,.11); border-radius: 20px; text-align: center; background: rgba(3,29,33,.54); }
.faq-empty > span { display: grid; width: 46px; height: 46px; place-items: center; margin: 0 auto 16px; border: 1px solid rgba(0,220,132,.18); border-radius: 13px; color: var(--green); background: rgba(0,220,132,.05); }
.faq-empty svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.5; }
.faq-empty h3 { margin: 0; color: #e9f2f0; font-size: 1.2rem; }
.faq-empty p { margin: 8px 0 20px; color: #8ea7a3; font-size: .82rem; }
.faq-empty button { min-height: 40px; padding: 0 14px; border: 1px solid rgba(0,220,132,.25); border-radius: 10px; color: var(--ink); background: var(--green); cursor: pointer; font: inherit; font-size: .72rem; font-weight: 730; }

@media (max-width: 1100px) {
  .feature-card--wide .feature-card__body { width: 51%; }
  .feature-visual--inspection { width: 42%; }
  .faq-browser { grid-template-columns: 250px minmax(0,1fr); }
}

@media (max-width: 930px) {
  .section-heading,.faq-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading > p,.faq-heading > div:last-child > p { max-width: 680px; }
  .feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .feature-card--wide { grid-column: span 2; }
  .faq-browser { grid-template-columns: 1fr; }
  .faq-controls { position: static; }
  .faq-filter-list { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 680px) {
  .platform-section { padding: 88px 0 96px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2,.faq-heading h2 { font-size: clamp(2.38rem,11.2vw,3.35rem); line-height: 1.01; }
  .section-heading > p { font-size: .88rem; line-height: 1.68; }
  .feature-grid { grid-template-columns: 1fr; gap: 15px; }
  .feature-card,.feature-card--wide { grid-column: auto; min-height: 0; padding: 20px; }
  .feature-card { min-height: 350px; }
  .feature-card--wide { min-height: 0; }
  .feature-card--wide .feature-card__body { order: 3; width: 100%; margin-top: 25px; padding-top: 0; }
  .feature-card--wide .feature-visual--inspection { position: relative; right: auto; bottom: auto; order: 2; width: 100%; margin-top: 23px; }
  .mini-window { transform: none; }
  .feature-card__visual { margin-top: 23px; }
  .feature-card__body { padding-top: 24px; }
  .feature-card--accent .feature-card__body { padding-right: 0; }
  .feature-card__visual--sds { margin-top: 23px; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .feature-card h3 { font-size: 1.35rem; }
  .feature-card p { font-size: .84rem; }
  .feature-card__visual--observation { grid-template-columns: minmax(0,1fr) 108px; }
  .demo-workflow-pills { margin-top: 19px; }
  .demo-result-list--five .demo-result-step { min-height: 72px; }
  .faq-section { padding: 88px 0; }
  .faq-heading { margin-bottom: 24px; }
  .faq-heading > div:last-child > p { font-size: .88rem; line-height: 1.68; }
  .faq-quick-links { margin-bottom: 24px; }
  .faq-browser { gap: 12px; }
  .faq-controls { padding: 12px; border-radius: 17px; }
  .faq-filter-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .faq-item summary { min-height: 76px; padding: 15px 13px 15px 15px; grid-template-columns: minmax(0,1fr) 32px; gap: 10px; }
  .faq-item summary strong { font-size: .88rem; }
  .faq-answer { padding: 0 52px 18px 15px; }
  .faq-answer p { font-size: .78rem; }
}

@media (max-width: 390px) {
  .feature-card__visual--observation { grid-template-columns: minmax(0,1fr) 98px; }
  .feature-card__visual--observation > span { padding: 9px; }
  .mini-check { grid-template-columns: 18px minmax(0,1fr); }
  .mini-check em { grid-column: 2; justify-self: start; padding-bottom: 5px; }
  .faq-filter-list { grid-template-columns: 1fr; }
  .faq-quick-links button { flex: 1 1 calc(50% - 8px); }
}

@media (max-width: 330px) {
  .feature-card { padding: 18px; }
  .feature-card__visual--observation { grid-template-columns: 1fr; }
  .feature-card__visual--observation > span { border-top: 1px solid rgba(209,239,233,.08); border-left: 0; }
  .faq-controls { padding: 10px; }
  .faq-search { padding-inline: 10px; }
  .faq-item summary { padding-inline: 12px 10px; }
}


@media (max-width: 390px) {
  .platform-heading__accent { display: inline; }
  .feature-card__visual--sds { grid-template-columns: 1fr; gap: 9px; }
  .sds-sheet, .sds-sheet--front, .sds-sheet--back { transform: none; }
  .feature-card--accent .feature-card__body { padding-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .feature-card,.feature-icon,.faq-quick-links button,.faq-filter-list button { transition: none !important; }
}


/* RadiumQR launch form v2.5.5 — consent validation spacing repair */
.consent-row {
  gap: 14px;
  padding: 14px 16px;
  align-items: start;
}

.consent-row input {
  margin-top: 2px;
}

.consent-row > span {
  display: block;
  min-width: 0;
  color: #9db2ae;
}

.consent-row.has-error {
  margin-bottom: 0;
}

.consent-error {
  display: block;
  min-height: 1.25em;
  margin: 8px 0 14px 48px;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .consent-row {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 14px 12px;
  }

  .consent-error {
    margin-left: 44px;
  }
}
