

.p-keytech-face-recognition .frx-mock {
  position: relative; width: 100%; aspect-ratio: var(--ph-ar, 16 / 9);
  overflow: hidden; border-radius: 16px; background: var(--color-white);
  box-shadow: inset 0 0 0 1px var(--color-border-light);
}
.p-keytech-face-recognition .frx-mock--dark {
  background:
    radial-gradient(120% 120% at 10% -20%, color-mix(in oklab, var(--color-blue-500) 40%, transparent), transparent 60%),
    color-mix(in oklab, var(--color-black) 84%, var(--color-blue-500));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.p-keytech-face-recognition .frx-mock__chip {
  position: absolute; top: 9px; right: 10px; z-index: 6;
  padding: 2px 8px; border-radius: 999px;
  background: var(--color-placeholder-yellow); color: var(--color-black);
  font-size: 11px; font-weight: 600; line-height: 1.45;
}

.p-keytech-face-recognition .frx-face {
  position: relative; display: grid; place-items: center;
  height: 56%; aspect-ratio: 1; max-width: 100%; border-radius: 50%;
  background: var(--color-grey-100);
  box-shadow: inset 0 0 0 1px var(--color-border-light);
  --face-c: var(--color-grey-400);
}
.p-keytech-face-recognition .frx-face::before {
  content: ""; width: 72%; height: 72%; background: var(--face-c);
  -webkit-mask: url(/icons/user.svg) center / contain no-repeat;
          mask: url(/icons/user.svg) center / contain no-repeat;
}
.p-keytech-face-recognition .frx-face--muted { --face-c: var(--color-grey-300); background: var(--color-grey-50); }

.p-keytech-face-recognition .frx-scan {
  position: absolute; left: 14%; right: 14%; top: 44%; height: 2px; z-index: 2;
  background: linear-gradient(90deg, transparent, var(--color-blue-500), transparent);
  box-shadow: none;
  animation: frx-scan 2.8s var(--ease-out-expo) infinite;
}
@keyframes frx-scan {
  0% { top: 26%; opacity: 0; }
  14% { opacity: 1; }
  52% { top: 70%; opacity: 1; }
  66%, 100% { top: 70%; opacity: 0; }
}

.p-keytech-face-recognition .frx-tag {
  display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; z-index: 3;
  padding: 3px 8px; border-radius: 999px; font-size: 11px; font-weight: 600; line-height: 1.4;
  background: var(--color-white); color: var(--color-grey-500);
  box-shadow: inset 0 0 0 1px var(--color-border-light);
}
.p-keytech-face-recognition .frx-tag svg { width: 11px; height: 11px; }
.p-keytech-face-recognition .frx-tag--live,
.p-keytech-face-recognition .frx-tag--ok,
.p-keytech-face-recognition .frx-tag--bad {
  position: absolute; left: 50%; bottom: 8%; transform: translateX(-50%);
}
.p-keytech-face-recognition .frx-tag--ok { color: var(--color-green-600); }
.p-keytech-face-recognition .frx-tag--bad { color: var(--color-red-600); }
.p-keytech-face-recognition .frx-tag--info { color: var(--color-blue-500); align-self: flex-start; }

.p-keytech-face-recognition .frx-hero__copy { display: contents; }

.p-keytech-face-recognition .frx-hero__media {
  align-self: flex-start;
  margin-top: calc(min(400px, 50svh) - clamp(220px, 32svh, 320px) + 12px);
  width: clamp(176px, 22svh, 232px);
  min-width: 0;
}

.p-keytech-face-recognition .frx-phone { position: relative; }
.p-keytech-face-recognition .frx-phone__frame {
  padding: 9px; border-radius: 42px;
  border: 1px solid var(--color-grey-100); background: var(--color-white);
  box-shadow: none;
}
.p-keytech-face-recognition .frx-phone__screen {
  position: relative; overflow: hidden; border-radius: 34px;
}
.p-keytech-face-recognition .frx-phone__svg { display: block; width: 100%; height: auto; }

.p-keytech-face-recognition .frx-phone .s3-photo,
.p-keytech-face-recognition .frx-phone .s3-scene,
.p-keytech-face-recognition .frx-phone .s3-silhouette,
.p-keytech-face-recognition .frx-phone .s3-caption,
.p-keytech-face-recognition .frx-phone .s3-caption-ready { display: none; }
.p-keytech-face-recognition .frx-phone .s3-avatar { transition: opacity 0.35s ease; }

.p-keytech-face-recognition .frx-phone .s3-ring-scan {
  display: block; transform-box: fill-box; transform-origin: center;
  animation: frx-arc-spin 1.3s linear infinite;
  transition: opacity 0.35s ease;
}
@keyframes frx-arc-spin { to { transform: rotate(1turn); } }
.p-keytech-face-recognition .is-captured .s3-ring-scan { opacity: 0; }

.p-keytech-face-recognition .frx-phone__cam {
  position: absolute; left: 12.692%; top: 19.905%;
  width: 74.615%; height: 34.479%;
  display: block; border-radius: 50%; overflow: hidden;
  background: var(--color-grey-50);
  transition: opacity 0.35s ease;
}
.p-keytech-face-recognition .frx-phone__cam video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}

.p-keytech-face-recognition .frx-phone__outline {
  position: absolute; left: -24.35%; top: 3.8%; width: 149.14%; max-width: none;
}

.p-keytech-face-recognition .frx-phone__ringbox {
  position: absolute; left: 7.051%; top: 17.299%;
  width: 85.897%; height: 39.692%;
  display: block; transition: opacity 0.35s ease;
}

.p-keytech-face-recognition .frx-phone__sweep {
  position: absolute; inset: 0; width: 100%; height: 100%;
  transform: rotate(-90deg);
}
.p-keytech-face-recognition .frx-phone__sweep circle {
  fill: none; stroke: var(--color-green-500); stroke-width: 9; stroke-linecap: round;
  stroke-dasharray: 100 100; stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.7s var(--ease-out-expo);
}
.p-keytech-face-recognition .is-captured .frx-phone__sweep circle { stroke-dashoffset: 0; }

.p-keytech-face-recognition .frx-phone__badge {
  position: absolute; left: 50%; bottom: 2px; z-index: 2;
  width: 28px; height: 28px; border-radius: 50%;
  display: grid; place-items: center;
  color: var(--color-white); background: var(--color-green-500);
  box-shadow: 0 0 0 3px var(--color-white);
  transform: translateX(-50%) scale(0);
  transition: transform 0.4s var(--ease-out-expo) 0.45s;
}
.p-keytech-face-recognition .frx-phone__badge svg { width: 15px; height: 15px; }
.p-keytech-face-recognition .is-captured .frx-phone__badge { transform: translateX(-50%) scale(1); }

.p-keytech-face-recognition .frx-phone__caption {
  display: grid; text-align: center; margin: 0;
}
.p-keytech-face-recognition .frx-phone__caption--cap {
  position: absolute; left: 0; right: 0; top: 59.2%;
  transition: opacity 0.35s ease;
}
.p-keytech-face-recognition .frx-phone__cap {
  grid-area: 1 / 1; opacity: 0; transform: translateY(4px);
  font-family: var(--font-display); font-weight: 700; letter-spacing: var(--track-tight);
  font-size: 16px; color: var(--color-black);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.p-keytech-face-recognition .frx-phone__cap.is-active { opacity: 1; transform: none; }

.p-keytech-face-recognition .is-uploading .frx-phone__cam,
.p-keytech-face-recognition .is-uploading .frx-phone__ringbox,
.p-keytech-face-recognition .is-uploading .frx-phone__caption--cap,
.p-keytech-face-recognition .is-uploading .s3-avatar,
.p-keytech-face-recognition .is-uploading .s3-ring-scan { opacity: 0; }

.p-keytech-face-recognition .frx-phone__upstage {
  position: absolute; left: 0; right: 0; top: 32%;
  display: grid; justify-items: center; gap: 14px;
  opacity: 0; transition: opacity 0.35s ease;
}
.p-keytech-face-recognition .is-uploading .frx-phone__upstage {
  opacity: 1; transition-delay: 0.2s;
}
.p-keytech-face-recognition .frx-phone__upslot { display: grid; place-items: center; }
.p-keytech-face-recognition .frx-phone__upslot > * { grid-area: 1 / 1; }
.p-keytech-face-recognition .frx-phone__spinner {
  width: 44px; height: 44px;
  animation: frx-arc-spin 0.9s linear infinite;
  transition: opacity 0.25s ease;
}
.p-keytech-face-recognition .frx-phone__spinner circle { fill: none; stroke-width: 5.5; }
.p-keytech-face-recognition .frx-phone__spinner-track { stroke: var(--color-blue-100); }
.p-keytech-face-recognition .frx-phone__spinner-arc {
  stroke: var(--color-blue-500); stroke-linecap: round;
  stroke-dasharray: 26 74;
}

.p-keytech-face-recognition .frx-phone__upbadge {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  color: var(--color-white); background: var(--color-green-500);
  transform: scale(0);
  transition: transform 0.4s var(--ease-out-expo);
}
.p-keytech-face-recognition .frx-phone__upbadge svg { width: 19px; height: 19px; }
.p-keytech-face-recognition .is-done .frx-phone__spinner { opacity: 0; animation-play-state: paused; }
.p-keytech-face-recognition .is-done .frx-phone__upbadge { transform: scale(1); }

.p-keytech-face-recognition .frx-selfie__checks {
  position: absolute; top: 33%; left: calc(100% - 34px); z-index: 3;
  width: 208px; padding: 11px 13px 12px; border-radius: 12px;
  background: var(--color-white);
  box-shadow: inset 0 0 0 1px var(--color-border-light);
  opacity: 0; transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s var(--ease-out-expo);
}
.p-keytech-face-recognition .is-uploading .frx-selfie__checks { opacity: 1; transform: none; }
.p-keytech-face-recognition .frx-selfie__checks-title {
  display: block; margin-bottom: 8px;
  font-size: var(--fs-xs); font-weight: 600; color: var(--color-grey-400);
}
.p-keytech-face-recognition .frx-selfie__checklist {
  display: grid; gap: 7px; margin: 0; padding: 0; list-style: none;
}
.p-keytech-face-recognition .frx-selfie__checklist li {
  display: flex; align-items: center; gap: 7px; white-space: nowrap;
  font-size: 11px; font-weight: 600; color: var(--color-grey-500);
}
.p-keytech-face-recognition .frx-selfie__checklist em {
  margin-left: auto; font-style: normal; font-weight: 600;
  color: var(--color-green-600); opacity: 0; transition: opacity 0.3s ease;
}
.p-keytech-face-recognition .frx-selfie__checklist li.is-ok em { opacity: 1; }
.p-keytech-face-recognition .frx-selfie__dot {
  position: relative; flex: 0 0 auto; width: 13px; height: 13px; border-radius: 50%;
  border: 1.5px solid var(--color-grey-200);
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.p-keytech-face-recognition li.is-busy .frx-selfie__dot {
  border-color: var(--color-grey-100); border-top-color: var(--color-blue-500);
  animation: frx-dot-spin 0.7s linear infinite;
}
@keyframes frx-dot-spin { to { transform: rotate(1turn); } }
.p-keytech-face-recognition li.is-ok .frx-selfie__dot {
  border-color: var(--color-green-500); background: var(--color-green-500);
}
.p-keytech-face-recognition li.is-ok .frx-selfie__dot::before {
  content: ""; position: absolute; inset: 1px; background: var(--color-white);
  -webkit-mask: url(/icons/check.svg) center / contain no-repeat;
          mask: url(/icons/check.svg) center / contain no-repeat;
}

@media (max-width: 560px) {
  .p-keytech-face-recognition .frx-hero__media { width: min(64vw, 240px); }
  .p-keytech-face-recognition .frx-phone__cap { font-size: 14px; }
  .p-keytech-face-recognition .frx-phone__badge { width: 26px; height: 26px; }
  .p-keytech-face-recognition .frx-phone__badge svg { width: 13px; height: 13px; }
  .p-keytech-face-recognition .frx-phone__spinner { width: 38px; height: 38px; }
  
  .p-keytech-face-recognition .frx-selfie__checks { width: 148px; left: auto; right: -6px; top: 13%; }
  .p-keytech-face-recognition .frx-selfie__checklist em { display: none; }
}

.p-keytech-face-recognition .is-reset .s3-ring-scan,
.p-keytech-face-recognition .is-reset .s3-avatar,
.p-keytech-face-recognition .is-reset .frx-phone__cam,
.p-keytech-face-recognition .is-reset .frx-phone__ringbox,
.p-keytech-face-recognition .is-reset .frx-phone__sweep circle,
.p-keytech-face-recognition .is-reset .frx-phone__badge,
.p-keytech-face-recognition .is-reset .frx-phone__cap,
.p-keytech-face-recognition .is-reset .frx-phone__caption--cap,
.p-keytech-face-recognition .is-reset .frx-phone__upstage,
.p-keytech-face-recognition .is-reset .frx-phone__spinner,
.p-keytech-face-recognition .is-reset .frx-phone__upbadge,
.p-keytech-face-recognition .is-reset .frx-selfie__checks,
.p-keytech-face-recognition .is-reset .frx-selfie__checklist em,
.p-keytech-face-recognition .is-reset .frx-selfie__dot { transition: none; }
@media (prefers-reduced-motion: reduce) {
  .p-keytech-face-recognition .frx-phone .s3-ring-scan,
  .p-keytech-face-recognition .frx-phone__spinner,
  .p-keytech-face-recognition li.is-busy .frx-selfie__dot { animation: none; }
}

.p-keytech-face-recognition .frx-tech .sol-how__reveal {
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-keytech-face-recognition .frx-tech .sol-how__step.is-active .sol-how__reveal {
  height: var(--at-reveal-h, 56px);
}
.p-keytech-face-recognition .frx-tech .sol-how__line { padding-top: 10px; }

.p-keytech-face-recognition .frx-tech__pin { position: relative; }
.p-keytech-face-recognition .frx-tech.is-walk {
  height: calc(100svh + 72svh * var(--ka-steps, 5));
}
.p-keytech-face-recognition .frx-tech.is-walk .frx-tech__pin {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: flex;
  align-items: center;
}

.p-keytech-face-recognition .frx-tech.is-walk .sol-how__step.is-active .sol-how__fill {
  transform: scaleX(var(--ka-scrub, 0));
  transition: transform 0.18s linear;
}
.p-keytech-face-recognition .frx-tech.is-walk .sol-how__step.is-done .sol-how__fill {
  transform: scaleX(0); 
  transition: transform 0.4s ease;
}
.p-keytech-face-recognition .frx-tech:not(.is-walk) .sol-how__step.is-active .sol-how__fill {
  animation: sol-how-fill var(--sol-hold, 6s) linear forwards;
}
@media (prefers-reduced-motion: reduce) {
  .p-keytech-face-recognition .frx-tech:not(.is-walk) .sol-how__step.is-active .sol-how__fill { animation: none; }
}

.p-keytech-face-recognition .frx-tech .at-how__slot {
  width: min(100%, 420px);
  height: var(--at-slot-h, auto);
}
.p-keytech-face-recognition .frx-tech .at-how__deck {
  width: 100%;
  height: var(--at-screen-h, auto);
  transition: height 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-keytech-face-recognition .frx-tech .at-how__screen { pointer-events: none; }
@media (prefers-reduced-motion: reduce) {
  .p-keytech-face-recognition .frx-tech .at-how__deck,
  .p-keytech-face-recognition .frx-tech .sol-how__reveal { transition: none; }
}

.p-keytech-face-recognition .frx-tech .frx-viz__chip {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.01em;
}
.p-keytech-face-recognition .frx-tech .frx-viz__chip svg { width: 11px; height: 11px; }
.p-keytech-face-recognition .frx-tech .frx-viz__chip--ok {
  background: color-mix(in oklab, var(--color-green-500) 13%, transparent);
  color: var(--color-green-600);
}
.p-keytech-face-recognition .frx-tech .frx-viz__chip--bad {
  background: color-mix(in oklab, var(--color-red-500) 13%, transparent);
  color: var(--color-red-600);
}
.p-keytech-face-recognition .frx-tech .frx-viz__chip--info {
  background: color-mix(in oklab, var(--color-blue-500) 14%, transparent);
  color: var(--color-blue);
}

.p-keytech-face-recognition .frx-viz__art {
  position: relative;
  flex: 1;
  min-height: 172px;
  border: 1px solid var(--color-border-light);
  border-radius: 12px;
  background: var(--color-grey-50);
  overflow: hidden;
}

.p-keytech-face-recognition .frx-fair { padding: 30px 18px 14px; display: flex; }
.p-keytech-face-recognition .frx-fair__parity {
  position: absolute; left: 18px; right: 18px; top: 28px; height: 0;
  border-top: 1.5px dashed color-mix(in oklab, var(--color-blue-500) 55%, transparent);
}
.p-keytech-face-recognition .frx-fair__parity em {
  position: absolute; right: 0; top: -8px; padding: 0 4px;
  background: var(--color-grey-50);
  font-size: 9.5px; font-style: normal; font-weight: 600; color: var(--color-blue);
}
.p-keytech-face-recognition .frx-fair__plot { flex: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; }
.p-keytech-face-recognition .frx-fair__group {
  flex: 1; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 8px;
}
.p-keytech-face-recognition .frx-fair__bars { flex: 1; min-height: 0; width: 100%; display: flex; align-items: flex-end; justify-content: center; gap: 6px; }
.p-keytech-face-recognition .frx-fair__bars i {
  width: 16px; height: var(--h, 90%); border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--color-blue-200), var(--color-blue-500));
}
.p-keytech-face-recognition .frx-fair__group b { font-size: 10px; font-weight: 600; color: var(--color-grey-500); }

.p-keytech-face-recognition .frx-env { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; padding: 12px; }
.p-keytech-face-recognition .frx-env__tile {
  position: relative; overflow: hidden; border-radius: 10px; display: grid; place-items: center;
  background: var(--color-white); box-shadow: inset 0 0 0 1px var(--color-border-light);
}
.p-keytech-face-recognition .frx-env__tile .frx-face { height: 44%; }
.p-keytech-face-recognition .frx-env__tile--dim { background: var(--color-grey-100); }
.p-keytech-face-recognition .frx-env__tile--dim .frx-face { --face-c: var(--color-grey-300); }
.p-keytech-face-recognition .frx-env__tile--back { background: linear-gradient(180deg, var(--color-blue-100), var(--color-white)); }
.p-keytech-face-recognition .frx-env__tile--angle .frx-face { transform: rotate(-12deg); }
.p-keytech-face-recognition .frx-env__tile--out { background: linear-gradient(180deg, var(--color-blue-100), color-mix(in oklab, var(--color-blue-500) 10%, var(--color-white))); }
.p-keytech-face-recognition .frx-env__tile b {
  position: absolute; left: 8px; bottom: 6px;
  font-size: 9.5px; font-weight: 600; color: var(--color-grey-500);
}
.p-keytech-face-recognition .frx-ok {
  position: absolute; top: 6px; right: 6px; width: 17px; height: 17px; border-radius: 50%;
  display: grid; place-items: center; color: var(--color-white); background: var(--color-green-600);
}
.p-keytech-face-recognition .frx-ok svg { width: 10px; height: 10px; }

.p-keytech-face-recognition .frx-live { display: grid; place-items: center; }
.p-keytech-face-recognition .frx-live .frx-face { height: 50%; }
.p-keytech-face-recognition .frx-live .frx-scan { left: 33%; right: 33%; top: 46%; }

.p-keytech-face-recognition .frx-def {
  display: grid; place-items: center;
  border-color: color-mix(in oklab, var(--color-red-500) 22%, var(--color-border-light));
}
.p-keytech-face-recognition .frx-def .frx-face { height: 48%; }
.p-keytech-face-recognition .frx-def__badge {
  position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%);
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  color: var(--color-white); background: var(--color-red-600);
  box-shadow: 0 0 0 6px color-mix(in oklab, var(--color-red-600) 18%, transparent);
}
.p-keytech-face-recognition .frx-def__badge svg { width: 22px; height: 22px; }

.p-keytech-face-recognition .frx-mn { display: flex; flex-direction: column; justify-content: center; gap: 14px; padding: 18px; }
.p-keytech-face-recognition .frx-mn__row { display: flex; align-items: center; gap: 11px; }
.p-keytech-face-recognition .frx-mn__tag { flex: 0 0 auto; width: 26px; font-family: var(--font-display); font-weight: 600; font-size: var(--fs-sm); color: var(--color-blue-500); }
.p-keytech-face-recognition .frx-portrait {
  position: relative; overflow: hidden; flex: 0 0 auto; width: 36px; aspect-ratio: 1; border-radius: 9px;
  background: var(--color-white); display: grid; place-items: center; box-shadow: inset 0 0 0 1px var(--color-border-light);
}
.p-keytech-face-recognition .frx-portrait .frx-face { height: 76%; }
.p-keytech-face-recognition .frx-portrait--id { box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--color-blue-500) 35%, var(--color-border-light)); }
.p-keytech-face-recognition .frx-mn__op { display: grid; place-items: center; width: 22px; height: 22px; color: var(--color-grey-400); }
.p-keytech-face-recognition .frx-mn__op svg { width: 16px; height: 16px; }
.p-keytech-face-recognition .frx-mn__row:first-child .frx-mn__op { color: var(--color-green-600); }
.p-keytech-face-recognition .frx-mn__db { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.p-keytech-face-recognition .frx-mn__db i { width: 12px; height: 12px; border-radius: 3px; background: var(--color-grey-200); }
.p-keytech-face-recognition .frx-mn__db i.is-hit { background: var(--color-blue-500); box-shadow: 0 0 0 2px color-mix(in oklab, var(--color-blue-500) 25%, transparent); }
.p-keytech-face-recognition .frx-mn .frx-tag--info { margin-top: 2px; }

.p-keytech-face-recognition .frx-nist__big { line-height: 0.86; }
.p-keytech-face-recognition .frx-nist__chart {
  margin-top: clamp(40px, 6vw, 64px); padding-top: clamp(32px, 5vw, 48px);
  border-top: 1px solid color-mix(in oklab, var(--color-white) 12%, transparent);
}
.p-keytech-face-recognition .frx-nist__mock { padding: clamp(18px, 2.4vw, 32px) clamp(20px, 3vw, 40px); }

.p-keytech-face-recognition .frx-bench { display: flex; flex-direction: column; height: 100%; }
.p-keytech-face-recognition .frx-bench__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.p-keytech-face-recognition .frx-bench__ylabel { font-size: var(--fs-xs); color: rgba(255, 255, 255, 0.55); }
.p-keytech-face-recognition .frx-bench__legend { display: flex; gap: 16px; }
.p-keytech-face-recognition .frx-bench__key { display: inline-flex; align-items: center; gap: 6px; font-size: var(--fs-xs); color: rgba(255, 255, 255, 0.72); }
.p-keytech-face-recognition .frx-bench__key::before { content: ""; width: 10px; height: 10px; border-radius: 3px; }
.p-keytech-face-recognition .frx-bench__key--rival::before { background: rgba(255, 255, 255, 0.28); }
.p-keytech-face-recognition .frx-bench__key--incode::before { background: var(--color-blue-500); }
.p-keytech-face-recognition .frx-bench__plot { flex: 1; min-height: 0; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 6vw, 80px); align-items: end; padding-top: 22px; }
.p-keytech-face-recognition .frx-bench__group { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 12px; height: 100%; }
.p-keytech-face-recognition .frx-bench__pair { flex: 1; min-height: 0; width: 100%; max-width: 260px; display: flex; align-items: flex-end; justify-content: center; gap: clamp(18px, 3vw, 44px); }
.p-keytech-face-recognition .frx-bench__bar { position: relative; width: clamp(40px, 6vw, 72px); height: var(--h, 100%); border-radius: 8px 8px 0 0; }
.p-keytech-face-recognition .frx-bench__bar--rival { background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.12)); }
.p-keytech-face-recognition .frx-bench__bar--incode {
  background: linear-gradient(180deg, var(--color-blue-200), var(--color-blue-500));
  box-shadow: none;
}
.p-keytech-face-recognition .frx-bench__glabel { font-size: var(--fs-xs); color: rgba(255, 255, 255, 0.66); text-align: center; }
.p-keytech-face-recognition .frx-bench__foot { margin-top: 14px; font-size: var(--fs-xs); color: rgba(255, 255, 255, 0.4); }

@media (prefers-reduced-motion: reduce) {
  .p-keytech-face-recognition .frx-scan { animation: none; top: 46%; }
}

.p-solution .frxh-deck { place-items: center; }
.p-solution .frxh-card {
  position: relative;
  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: min(60svh, 620px);
}

.p-solution .sol-stage__screen.frxh-card {
  display: grid;
  place-items: center;
}

.p-solution .frxh-phone {
  position: relative;
  width: clamp(184px, 15vw, 228px);
}
.p-solution .frxh-phone__frame {
  padding: 9px;
  border-radius: 42px;
  border: 1px solid var(--color-grey-100);
  background: var(--color-white);
}
.p-solution .frxh-phone__screen {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 390 / 844;
  object-fit: cover;
  object-position: center;
  border-radius: 34px;
  overflow: hidden;
}

.p-solution .frxh-phone__svg {
  display: block;
  width: 100%;
  height: auto;
}

.p-keytech-face-recognition .p-solution .frxh-flow.is-float .sol-how__stage {
  opacity: 1;
  transform: translateY(24px);
}

.p-keytech-face-recognition .p-solution .frxh-flow.is-float .sol-how__step.is-done .sol-how__fill {
  transform: scaleX(0);
}

.p-solution .frxh-card--detect .frxh-phone__svg .s3-ring-scan {
  display: block;
  transform-box: fill-box;
  transform-origin: center;
}

.p-solution .frxh-card--detect .frxh-detect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(clamp(184px, 15vw, 228px) - 20px);
  aspect-ratio: 390 / 844;
  z-index: 3;
  pointer-events: none;
}

.p-solution .frxh-card--detect .frxh-detect__chip {
  position: absolute;
  top: 30%;
  left: calc(100% - 26px);
  display: flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  padding: 9px 13px;
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: inset 0 0 0 1px var(--color-border-light);
}
.p-solution .frxh-card--detect .frxh-detect__chip-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: var(--color-white);
  background: var(--color-green-500);
}
.p-solution .frxh-card--detect .frxh-detect__chip-icon svg {
  width: 12px;
  height: 12px;
}
.p-solution .frxh-card--detect .frxh-detect__chip-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.p-solution .frxh-card--detect .frxh-detect__chip-label {
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--color-grey-400);
  margin-bottom: 3px;
}
.p-solution .frxh-card--detect .frxh-detect__chip-stat {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--color-green-600);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

@media (prefers-reduced-motion: no-preference) {
  
  .p-solution .frxh-flow.is-float .frxh-card--detect.is-active .frxh-phone__svg .s3-ring-scan {
    animation: frx-arc-spin 1.3s linear infinite;
  }
  
  .p-solution .frxh-flow.is-float .frxh-card--detect.is-active .frxh-phone__svg .s3-scan-stop {
    animation: frxh-cap-green 0.5s linear 1.8s both;
  }
  
  .p-solution .frxh-card--detect .frxh-detect__chip {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.45s ease, transform 0.5s var(--ease-out-expo);
  }
  .p-solution .frxh-flow.is-float .frxh-card--detect.is-active .frxh-detect__chip {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2s;
  }
}

@keyframes frxh-cap-green {
  from { stop-color: var(--color-blue-500); }
  to   { stop-color: var(--color-green-500); }
}

.p-solution .frxh-card--extract .s3-avatar,
.p-solution .frxh-card--extract .s3-silhouette,
.p-solution .frxh-card--extract .s3-caption,
.p-solution .frxh-card--extract .s3-caption-ready {
  display: none;
}

.p-solution .frxh-card--extract .frxh-x {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(clamp(184px, 15vw, 228px) - 20px);
  aspect-ratio: 390 / 844;
  pointer-events: none;
  z-index: 3;
}

.p-solution .frxh-card--extract .frxh-x-upstage {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  justify-items: center;
  gap: 12px;
}
.p-solution .frxh-card--extract .frxh-x-spinner {
  width: 40px;
  height: 40px;
}
.p-solution .frxh-card--extract .frxh-x-spinner circle {
  fill: none;
  stroke-width: 5.5;
}
.p-solution .frxh-card--extract .frxh-x-spinner-track {
  stroke: var(--color-blue-100);
}
.p-solution .frxh-card--extract .frxh-x-spinner-arc {
  stroke: var(--color-blue-500);
  stroke-linecap: round;
  stroke-dasharray: 26 74;
}
.p-solution .frxh-card--extract .frxh-x-uplabel {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: var(--track-tight);
  font-size: 15px;
  color: var(--color-black);
}

.p-solution .frxh-card--extract .frxh-x-card {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 32px);
  z-index: 4;
  margin: 0;
  width: 164px;
  padding: 12px 14px 13px;
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: inset 0 0 0 1px var(--color-border-light);
}
.p-solution .frxh-card--extract .frxh-x-card__title {
  display: block;
  margin-bottom: 10px;
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--color-grey-400);
}
.p-solution .frxh-card--extract .frxh-x-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-solution .frxh-card--extract .frxh-x-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}
.p-solution .frxh-card--extract .frxh-x-tick {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: var(--color-blue-500);
  background: var(--color-blue-100);
}
.p-solution .frxh-card--extract .frxh-x-tick svg {
  width: 10px;
  height: 10px;
}
.p-solution .frxh-card--extract .frxh-x-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-grey-600);
}

@media (prefers-reduced-motion: no-preference) {
  
  .p-solution .frxh-card--extract.is-active .frxh-x-spinner {
    animation: frx-arc-spin 0.9s linear infinite;
  }

  
  .p-solution .frxh-card--extract .frxh-x-card {
    opacity: 0;
    transform: translate(0, calc(-50% + 8px));
    transition: opacity 0.45s ease, transform 0.45s var(--ease-out-expo);
  }
  .p-solution .frxh-card--extract.is-active .frxh-x-card {
    opacity: 1;
    transform: translateY(-50%);
    transition-delay: 0.18s;
  }

  
  .p-solution .frxh-card--extract .frxh-x-list li {
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.4s ease, transform 0.4s var(--ease-out-expo);
  }
  .p-solution .frxh-card--extract.is-active .frxh-x-list li {
    opacity: 1;
    transform: none;
  }
  .p-solution .frxh-card--extract.is-active .frxh-x-list li:nth-child(1) { transition-delay: 0.30s; }
  .p-solution .frxh-card--extract.is-active .frxh-x-list li:nth-child(2) { transition-delay: 0.40s; }
  .p-solution .frxh-card--extract.is-active .frxh-x-list li:nth-child(3) { transition-delay: 0.50s; }
}

.p-solution .frxh-card--vectorize .s3-photo,
.p-solution .frxh-card--vectorize .s3-scene,
.p-solution .frxh-card--vectorize .s3-silhouette,
.p-solution .frxh-card--vectorize .s3-caption,
.p-solution .frxh-card--vectorize .s3-caption-ready,
.p-solution .frxh-card--vectorize .s3-ring-scan { display: none; }

.p-solution .frxh-card--vectorize .frxh-vec__screen { position: relative; }

.p-solution .frxh-card--vectorize .frxh-vec__screen::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 37.14%;
  transform: translate(-50%, -50%);
  width: 79%;
  aspect-ratio: 1;
  z-index: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 42%,
    color-mix(in oklab, var(--color-blue-100) 60%, var(--color-white)) 0%,
    color-mix(in oklab, var(--color-blue-100) 22%, var(--color-white)) 55%,
    var(--color-grey-50) 100%);
}

.p-solution .frxh-card--vectorize .frxh-vec__disc {
  position: absolute;
  left: 50%;
  top: 37.14%;
  transform: translate(-50%, -50%);
  width: 74.6%;
  aspect-ratio: 1;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  align-content: center;
  row-gap: 1.5%;
  overflow: hidden;
  border-radius: 50%;
  
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 44%, rgba(0, 0, 0, 0.4) 76%, transparent 96%);
          mask-image: radial-gradient(circle at 50% 50%, #000 44%, rgba(0, 0, 0, 0.4) 76%, transparent 96%);
}

.p-solution .frxh-card--vectorize .frxh-vec__cell {
  font-family: var(--font-display);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 8.5px;
  line-height: 1;
  text-align: center;
  color: var(--color-grey-300);
  opacity: 0.5;
}
.p-solution .frxh-card--vectorize .frxh-vec__cell--hot {
  color: var(--color-blue-500);
  opacity: 0.8;
}

@media (prefers-reduced-motion: no-preference) {
  .p-solution .frxh-card--vectorize.is-active .frxh-vec__cell {
    animation: frxh-vectorize-in 0.5s var(--ease-out-expo) var(--vt, 0s) backwards;
  }
  .p-solution .frxh-card--vectorize.is-active .frxh-vec__cell--hot {
    animation: frxh-vectorize-in 0.5s var(--ease-out-expo) var(--vt, 0s) backwards,
               frxh-vectorize-pulse 2.6s ease-in-out calc(var(--vt, 0s) + 0.6s) infinite;
  }
}
@keyframes frxh-vectorize-in {
  from { opacity: 0; transform: translateY(3px) scale(0.9); }
  to   { opacity: 1; transform: none; }
}
@keyframes frxh-vectorize-pulse {
  0%, 100% { opacity: 0.45; }
  50%      { opacity: 0.75; }
}

@media (max-width: 560px) {
  .p-solution .frxh-card--vectorize .frxh-vec__cell { font-size: 7.5px; }
}

.p-solution .frxh-card--encrypt {
  --enc-dash-w: 280px;   
  --enc-ava-x: -107px;   
  --enc-ava-y: -78px;    
}

.p-solution .frxh-card--encrypt .frxh-enc { position: absolute; inset: 0; }

.p-solution .frxh-card--encrypt .frxh-phone { z-index: 1; opacity: 0; }

.p-solution .frxh-card--encrypt .frxh-enc__dash {
  position: absolute;
  left: 50%;
  top: calc(50% - 150px);
  transform: translateX(-50%);
  z-index: 2;
  width: var(--enc-dash-w);
  background: var(--color-white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px var(--color-border-light);
}

.p-solution .frxh-card--encrypt .frxh-enc__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 14px;
  border-bottom: 1px solid var(--color-border-light);
  background: var(--color-grey-50);
}
.p-solution .frxh-card--encrypt .frxh-enc__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--color-grey-200);
}
.p-solution .frxh-card--encrypt .frxh-enc__crumb {
  margin-left: 8px; height: 6px; width: 78px; border-radius: 3px;
  background: var(--color-grey-200);
}
.p-solution .frxh-card--encrypt .frxh-enc__sess {
  margin-left: auto;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--color-grey-400);
  background: var(--color-white);
  padding: 3px 9px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px var(--color-border-light);
}

.p-solution .frxh-card--encrypt .frxh-enc__id {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 16px 12px;
  border-bottom: 1px solid var(--color-border-light);
}
.p-solution .frxh-card--encrypt .frxh-enc__ava {
  width: 34px; height: 34px; flex: 0 0 auto;
  border-radius: 50%; overflow: hidden;
  background: var(--color-grey-100);
  box-shadow: inset 0 0 0 1px var(--color-border-light);
}
.p-solution .frxh-card--encrypt .frxh-enc__who {
  display: flex; flex-direction: column; gap: 6px; flex: 1;
}
.p-solution .frxh-card--encrypt .frxh-enc__who i {
  display: block; height: 6px; border-radius: 3px;
  background: var(--color-grey-200);
}
.p-solution .frxh-card--encrypt .frxh-enc__wn { width: 58%; background: var(--color-grey-300); }
.p-solution .frxh-card--encrypt .frxh-enc__ws { width: 38%; }

.p-solution .frxh-card--encrypt .frxh-enc__rows {
  padding: 14px 16px 8px;
  display: flex; flex-direction: column; gap: 13px;
}
.p-solution .frxh-card--encrypt .frxh-enc__field { position: relative; }
.p-solution .frxh-card--encrypt .frxh-enc__plain {
  display: flex; flex-direction: column; gap: 6px;
}
.p-solution .frxh-card--encrypt .frxh-enc__label {
  height: 5px; width: 34%; border-radius: 3px;
  background: var(--color-grey-300);
}
.p-solution .frxh-card--encrypt .frxh-enc__val {
  display: flex; flex-direction: column; gap: 5px;
}
.p-solution .frxh-card--encrypt .frxh-enc__val i {
  display: block; height: 6px; border-radius: 3px;
  background: var(--color-grey-100);
}

.p-solution .frxh-card--encrypt .frxh-enc__cipher {
  position: absolute; inset: 0;
  display: flex; align-items: center;
}
.p-solution .frxh-card--encrypt .frxh-enc__cipher span {
  flex: 1;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-grey-400);
  background: var(--color-grey-50);
  border-radius: 6px;
  padding: 6px 8px;
  line-height: 1.5;
  box-shadow: inset 0 0 0 1px var(--color-border-light);
  word-break: break-all;
}

.p-solution .frxh-card--encrypt .frxh-enc__result {
  margin: 6px 16px 16px;
  display: flex; align-items: center; gap: 10px;
  padding: 11px 13px;
  border-radius: var(--radius-md);
  background: var(--color-green-100);
  box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--color-green-600) 22%, transparent);
}
.p-solution .frxh-card--encrypt .frxh-enc__check {
  width: 22px; height: 22px; flex: 0 0 auto;
  border-radius: 50%;
  background: var(--color-green-600);
  color: var(--color-white);
  display: grid; place-items: center;
}
.p-solution .frxh-card--encrypt .frxh-enc__check svg { width: 13px; height: 13px; }
.p-solution .frxh-card--encrypt .frxh-enc__rtxt {
  display: flex; flex-direction: column; gap: 5px; flex: 1;
}
.p-solution .frxh-card--encrypt .frxh-enc__rtxt i {
  display: block; height: 5px; border-radius: 3px;
  background: color-mix(in oklab, var(--color-green-600) 42%, var(--color-white));
}
.p-solution .frxh-card--encrypt .frxh-enc__ok {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  color: var(--color-green-600);
  letter-spacing: 0;
  white-space: nowrap;
}

.p-solution .frxh-card--encrypt .frxh-enc__lock {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
  width: 38px; height: 38px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--color-white);
  background: var(--color-blue-500);
  box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--color-blue-500) 70%, transparent);
}
.p-solution .frxh-card--encrypt .frxh-enc__lock svg { width: 20px; height: 20px; }

.p-solution .frxh-card--encrypt .frxh-enc__face {
  position: absolute; left: 50%; top: 50%; z-index: 6;
  width: 34px; height: 34px;
  margin: -17px 0 0 -17px;
  border-radius: 50%; overflow: hidden;
  transform-origin: center;
  background: url(/product-snapshots/core/face-capture/selfie-3.jpg) 50% 30% / 210% no-repeat;
  box-shadow: inset 0 0 0 1px var(--color-border-light);
  filter: blur(1.4px);
  transform: translate(var(--enc-ava-x), var(--enc-ava-y));
}

.p-solution .frxh-card--encrypt .frxh-enc__plain { opacity: 0; }
.p-solution .frxh-card--encrypt .frxh-enc__cipher { opacity: 1; }
.p-solution .frxh-card--encrypt .frxh-enc__lock { opacity: 0; }

@media (prefers-reduced-motion: no-preference) {
  

  
  .p-solution .frxh-card--encrypt.is-active .frxh-phone {
    animation: frxh-enc-phone-out 0.28s ease 1s both;
  }
  .p-solution .frxh-card--encrypt.is-active .frxh-enc__face {
    animation: frxh-enc-travel 1.6s var(--ease-out-expo) 1s both;
  }
  .p-solution .frxh-card--encrypt.is-active .frxh-enc__dash {
    animation: frxh-enc-dash-in 0.65s var(--ease-out-expo) 1.15s both;
  }
  .p-solution .frxh-card--encrypt.is-active .frxh-enc__lock {
    animation: frxh-enc-lock 1.1s var(--ease-out-expo) 2.75s both;
  }
  .p-solution .frxh-card--encrypt.is-active .frxh-enc__field--1 .frxh-enc__plain { animation: frxh-enc-hide 0.01s linear 3.05s both; }
  .p-solution .frxh-card--encrypt.is-active .frxh-enc__field--1 .frxh-enc__cipher { animation: frxh-enc-fold 0.5s var(--ease-out-expo) 3.05s both; }
  .p-solution .frxh-card--encrypt.is-active .frxh-enc__field--2 .frxh-enc__plain { animation: frxh-enc-hide 0.01s linear 3.25s both; }
  .p-solution .frxh-card--encrypt.is-active .frxh-enc__field--2 .frxh-enc__cipher { animation: frxh-enc-fold 0.5s var(--ease-out-expo) 3.25s both; }
  .p-solution .frxh-card--encrypt.is-active .frxh-enc__field--3 .frxh-enc__plain { animation: frxh-enc-hide 0.01s linear 3.45s both; }
  .p-solution .frxh-card--encrypt.is-active .frxh-enc__field--3 .frxh-enc__cipher { animation: frxh-enc-fold 0.5s var(--ease-out-expo) 3.45s both; }
  .p-solution .frxh-card--encrypt.is-active .frxh-enc__result {
    animation: frxh-enc-result 0.55s var(--ease-out-expo) 4s both;
  }
}

@keyframes frxh-enc-phone-out {
  0% { opacity: 1; }
  100% { opacity: 0; transform: scale(1.03); }
}
@keyframes frxh-enc-travel {
  0% { transform: translate(0, -58px) scale(3.4); opacity: 0; }
  10% { opacity: 1; }
  100% { transform: translate(var(--enc-ava-x), var(--enc-ava-y)); opacity: 1; }
}
@keyframes frxh-enc-dash-in {
  0% { opacity: 0; transform: translateX(-50%) scale(0.96); }
  100% { opacity: 1; transform: translateX(-50%); }
}
@keyframes frxh-enc-lock {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.4); }
  45% { opacity: 1; transform: translate(-50%, -50%) scale(1.12); }
  68% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1); }
}
@keyframes frxh-enc-hide { from { opacity: 1; } to { opacity: 0; } }
@keyframes frxh-enc-fold {
  0% { opacity: 0; transform: translateY(-6px) scaleY(0.7); }
  100% { opacity: 1; transform: none; }
}
@keyframes frxh-enc-result {
  0% { opacity: 0; transform: translateY(6px); }
  100% { opacity: 1; transform: none; }
}

@media (max-width: 560px) {
  .p-solution .frxh-card--encrypt {
    --enc-dash-w: 240px;
    --enc-ava-x: -87px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  
  .p-solution .frxh-card--compare.is-active .fm-face-selfie {
    animation: frxh-compare-selfie-in 1.5s cubic-bezier(0.85, 0, 0.25, 1) 0.3s both;
  }
  .p-solution .frxh-card--compare.is-active .fm-face-id {
    animation: frxh-compare-id-in 1.5s cubic-bezier(0.85, 0, 0.25, 1) 0.3s both;
  }
  
  .p-solution .frxh-card--compare.is-active .fm-tag-selfie,
  .p-solution .frxh-card--compare.is-active .fm-tag-id {
    animation: frxh-compare-tag-out 0.4s ease 1.2s both;
  }
}
@keyframes frxh-compare-selfie-in {
  from { transform: translateX(0); }
  to { transform: translateX(25px); }
}
@keyframes frxh-compare-id-in {
  from { transform: translateX(0); }
  to { transform: translateX(-25px); }
}
@keyframes frxh-compare-tag-out {
  from { opacity: 1; }
  to { opacity: 0; }
}

.p-solution .frxh-card--compare {
  --frxh-compare-half: clamp(92px, 7.5vw, 114px);
}
.p-solution .frxh-card--compare .frxh-compare__card {
  position: absolute;
  z-index: 3;
  width: 156px;
  padding: 11px 13px 12px;
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: inset 0 0 0 1px var(--color-border-light);
  display: flex;
  flex-direction: column;
}

.p-solution .frxh-card--compare .frxh-compare__verify {
  top: 13%;
  right: calc(50% + var(--frxh-compare-half) - 40px);
}

.p-solution .frxh-card--compare .frxh-compare__search {
  bottom: 12%;
  left: calc(50% + var(--frxh-compare-half) - 40px);
}

.p-solution .frxh-card--compare .frxh-compare__label {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--color-grey-400);
}

.p-solution .frxh-card--compare .frxh-compare__pair {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.p-solution .frxh-card--compare .frxh-compare__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.p-solution .frxh-card--compare .frxh-compare__cell em {
  font-style: normal;
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--color-grey-400);
}

.p-solution .frxh-card--compare .frxh-compare__idcard {
  width: 44px;
  aspect-ratio: 1.32;
}

.p-solution .frxh-card--compare .frxh-compare__op {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: var(--color-white);
  background: var(--color-green-500);
  box-shadow: 0 0 0 5px color-mix(in oklab, var(--color-green-500) 18%, transparent);
}
.p-solution .frxh-card--compare .frxh-compare__op svg { width: 13px; height: 13px; }

.p-solution .frxh-card--compare .frxh-compare__score {
  align-self: flex-start;
  margin-top: 11px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--fs-xs);
  color: var(--color-green-600);
  background: color-mix(in oklab, var(--color-green-500) 12%, var(--color-white));
  box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--color-green-500) 30%, transparent);
}
.p-solution .frxh-card--compare .frxh-compare__score svg { width: 12px; height: 12px; }

.p-solution .frxh-card--compare .frxh-compare__db {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-solution .frxh-card--compare .frxh-compare__db li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-solution .frxh-card--compare .frxh-compare__db .frx-portrait {
  width: 22px;
  border-radius: 6px;
}

.p-solution .frxh-card--compare .frxh-compare__bar {
  position: relative;
  flex: 1;
  height: 6px;
  border-radius: 3px;
  background: var(--color-grey-100);
  overflow: hidden;
}
.p-solution .frxh-card--compare .frxh-compare__bar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w, 40%);
  border-radius: 3px;
  background: var(--color-grey-300);
}

.p-solution .frxh-card--compare .frxh-compare__db .is-hit .frx-portrait {
  background: color-mix(in oklab, var(--color-green-500) 10%, var(--color-white));
  box-shadow: inset 0 0 0 1.5px var(--color-green-500);
}
.p-solution .frxh-card--compare .frxh-compare__db .is-hit .frx-face {
  background: transparent;
  box-shadow: none;
  --face-c: var(--color-green-600);
}
.p-solution .frxh-card--compare .frxh-compare__db .is-hit .frxh-compare__bar {
  background: color-mix(in oklab, var(--color-green-500) 16%, var(--color-white));
}
.p-solution .frxh-card--compare .frxh-compare__db .is-hit .frxh-compare__bar::before {
  background: var(--color-green-500);
}
.p-solution .frxh-card--compare .frxh-compare__hit {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: var(--color-white);
  background: var(--color-green-500);
}
.p-solution .frxh-card--compare .frxh-compare__hit svg { width: 10px; height: 10px; }

.p-solution .frxh-card--compare .frxh-compare__found {
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--color-blue-500);
}

@media (prefers-reduced-motion: no-preference) {
  .p-solution .frxh-card--compare .frxh-compare__card {
    opacity: 0.82;
    transform: translateY(8px);
    transition: opacity 0.5s ease, transform 0.5s var(--ease-out-expo);
  }
  .p-solution .frxh-card--compare.is-active .frxh-compare__verify {
    opacity: 1;
    transform: none;
    transition-delay: 0.05s;
  }
  .p-solution .frxh-card--compare.is-active .frxh-compare__search {
    opacity: 1;
    transform: none;
    transition-delay: 0.16s;
  }
  
  .p-solution .frxh-card--compare.is-active .frxh-compare__db .is-hit .frx-portrait {
    animation: frxh-compare-hit 2.4s var(--ease-out-expo) infinite;
  }
}
@keyframes frxh-compare-hit {
  0%, 100% { box-shadow: inset 0 0 0 1.5px var(--color-green-500), 0 0 0 0 color-mix(in oklab, var(--color-green-500) 40%, transparent); }
  40% { box-shadow: inset 0 0 0 1.5px var(--color-green-500), 0 0 0 4px color-mix(in oklab, var(--color-green-500) 0%, transparent); }
}

@media (max-width: 560px) {
  .p-solution .frxh-card--compare .frxh-compare__card { width: 132px; padding: 9px 11px 10px; }
  .p-solution .frxh-card--compare .frxh-compare__verify { right: calc(50% + var(--frxh-compare-half) - 30px); }
  .p-solution .frxh-card--compare .frxh-compare__search { left: calc(50% + var(--frxh-compare-half) - 30px); }
}

.p-keytech-face-recognition .frx-ss .sol-how__reveal {
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-keytech-face-recognition .frx-ss .sol-how__step.is-active .sol-how__reveal {
  height: var(--at-reveal-h, 56px);
}
.p-keytech-face-recognition .frx-ss .sol-how__line { padding-top: 10px; }

.p-keytech-face-recognition .frx-ss__pin { position: relative; }
.p-keytech-face-recognition .frx-ss.is-walk {
  height: calc(100svh + 72svh * var(--ka-steps, 3));
}
.p-keytech-face-recognition .frx-ss.is-walk .frx-ss__pin {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: flex;
  align-items: center;
}

.p-keytech-face-recognition .frx-ss.is-walk .sol-how__step.is-active .sol-how__fill {
  transform: scaleX(var(--ka-scrub, 0));
  transition: transform 0.18s linear;
}
.p-keytech-face-recognition .frx-ss.is-walk .sol-how__step.is-done .sol-how__fill {
  transform: scaleX(0); 
  transition: transform 0.4s ease;
}
.p-keytech-face-recognition .frx-ss:not(.is-walk) .sol-how__step.is-active .sol-how__fill {
  animation: sol-how-fill var(--sol-hold, 6s) linear forwards;
}
@media (prefers-reduced-motion: reduce) {
  .p-keytech-face-recognition .frx-ss:not(.is-walk) .sol-how__step.is-active .sol-how__fill { animation: none; }
}

@media (min-width: 1024px) {
  .p-keytech-face-recognition .frx-ss .sol-how__inner {
    grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
    gap: 56px;
  }
}

.p-keytech-face-recognition .frd-deck {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(100%, 640px);
  margin-inline: auto;
  border-radius: 14px;
  border: 1px solid var(--color-border-light);
  background: var(--color-white);
  box-shadow: none;
  overflow: hidden;
}

.p-keytech-face-recognition .frd-app {
  display: flex;
  align-items: stretch;
  min-height: 300px;
}
.p-keytech-face-recognition .frd-appnav {
  flex-shrink: 0;
  width: 120px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 18px 12px;
  background: var(--color-grey-50);
  border-right: 1px solid var(--color-grey-100);
}
.p-keytech-face-recognition .frd-appnav__line {
  height: 7px; border-radius: 999px; background: var(--color-grey-200);
}
.p-keytech-face-recognition .frd-appmain {
  flex: 1; min-width: 0;
  display: flex; flex-direction: column;
}
.p-keytech-face-recognition .frd-apphead {
  display: flex; align-items: center; gap: 10px;
  height: 44px; padding: 0 20px;
  border-bottom: 1px solid var(--color-grey-100);
  flex-shrink: 0;
}
.p-keytech-face-recognition .frd-apphead__pass {
  padding: 4px 12px; border-radius: 999px;
  background: var(--color-green-100); color: var(--color-green-600);
  font-size: 12px; font-weight: 600;
}
.p-keytech-face-recognition .frd-apphead__sid {
  font-size: 12px; font-weight: 500; color: var(--color-grey-400);
}
.p-keytech-face-recognition .frd-body {
  display: flex;
  align-items: stretch;
  flex: 1;
  min-width: 0;
}

.p-keytech-face-recognition .frd-face {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 18px 20px;
  border-right: 1px solid var(--color-grey-100);
}
.p-keytech-face-recognition .frd-face__cap {
  position: relative;
  width: 150px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: var(--color-blue-100);
  border: 1px solid var(--color-grey-100);
}
.p-keytech-face-recognition .frd-face__cam {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

.p-keytech-face-recognition .frd-screens {
  position: relative;
  display: grid;
  flex: 1;
  min-width: 0;
  align-self: stretch;
}
.p-keytech-face-recognition .frd-screen {
  grid-area: 1 / 1;
  align-self: start;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 236px;
  padding: 18px 20px;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.p-keytech-face-recognition .frd-screen.is-active {
  opacity: 1;
  transition: opacity 0.35s ease 0.05s;
}
.p-keytech-face-recognition .frd-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--color-grey-on-white);
}
.p-keytech-face-recognition .frd-head .ds-icon { width: 18px; height: 18px; color: var(--color-grey-400); }

.p-keytech-face-recognition .frd-table { display: flex; flex-direction: column; }
.p-keytech-face-recognition .frd-trow {
  display: grid;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--color-border-light);
}
.p-keytech-face-recognition .frd-trow:last-child { border-bottom: 0; }
.p-keytech-face-recognition .frd-trow--split { grid-template-columns: minmax(0, 1fr) auto; }
.p-keytech-face-recognition .frd-trow__lbl { font-size: 12px; font-weight: 500; color: var(--color-grey-500); }

.p-keytech-face-recognition .frd-pill {
  white-space: nowrap;
  justify-self: end;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
  padding: 3px 9px;
  border-radius: 999px;
}
.p-keytech-face-recognition .frd-pill--good { background: var(--color-green-100); color: var(--color-green-600); }
.p-keytech-face-recognition .frd-pill--bad { background: var(--color-red-100); color: var(--color-red-600); }

.p-keytech-face-recognition .frd-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: auto;
}
.p-keytech-face-recognition .frd-chip {
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--color-grey-100);
  color: var(--color-grey-on-white);
  font-size: var(--fs-xs);
  font-weight: 600;
}
.p-keytech-face-recognition .frd-chip--accent {
  background: color-mix(in oklab, var(--color-blue-500) 14%, transparent);
  color: var(--color-blue);
}

.p-keytech-face-recognition .frd-screen .frd-pill { opacity: 0; transform: translateY(3px) scale(0.9); }
.p-keytech-face-recognition .frd-screen.is-active .frd-pill {
  animation: frd-pop 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--d, 0s);
}
@keyframes frd-pop {
  from { opacity: 0; transform: translateY(3px) scale(0.9); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .p-keytech-face-recognition .frx-ss .sol-how__reveal { transition: none; }
  .p-keytech-face-recognition .frd-screen { transition: none; }
  .p-keytech-face-recognition .frd-screen .frd-pill { animation: none !important; opacity: 1; transform: none; }
}

.p-keytech-face-recognition .at-how__deck {
  position: relative;
  display: grid;
  width: min(100%, 420px);
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--color-border-light);
  background: var(--color-white);
  box-shadow: none;
}
.p-keytech-face-recognition .at-how__screen {
  grid-area: 1 / 1;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 232px;
  padding: 22px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.p-keytech-face-recognition .at-how__screen.is-active {
  opacity: 1;
  transition: opacity 0.35s ease 0.05s;
}

.p-keytech-face-recognition .at-how__head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--color-grey-on-white);
}
.p-keytech-face-recognition .at-how__head .ds-icon {
  width: 18px;
  height: 18px;
  color: var(--color-grey-400);
}
.p-keytech-face-recognition .at-how__pill {
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--color-grey-100);
  color: var(--color-grey-on-white);
  font-size: var(--fs-xs);
  font-weight: 600;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .p-keytech-face-recognition .at-how__screen { transition: none; }
}

