.valydo-game-section {
  --vfg-purple: #2F0668;
  --vfg-violet: #6A4CE1;
  --vfg-blue: #62A1FC;
  --vfg-ink: #17131f;
  --vfg-muted: #746f7d;
  --vfg-line: rgba(47, 6, 104, .11);
  --vfg-surface: #ffffff;
  --vfg-bg: #f7f5fb;
  --vfg-risk: #ff5b6b;
  --vfg-valid: #37c48d;
}

.valydo-game-section,
.valydo-game-section * { box-sizing: border-box; }
.valydo-game-section { padding: 78px 0 84px; scroll-margin-top: 92px; background: #fff; }
.valydo-game-section button,
.valydo-game-section a { font: inherit; }
.valydo-game-shell { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

.valydo-fraud-game {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background:
    radial-gradient(circle at 95% 8%, rgba(98,161,252,.13), transparent 28%),
    radial-gradient(circle at 3% 96%, rgba(106,76,225,.10), transparent 31%),
    var(--vfg-bg);
  border: 1px solid rgba(47,6,104,.08);
  border-radius: 32px;
  overflow: hidden;
}

.vfg-copy { max-width: 790px; margin-bottom: 34px; }
.vfg-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--vfg-violet);
}
.vfg-copy h2 {
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.045em;
  color: var(--vfg-ink);
}
.vfg-copy p {
  max-width: 710px;
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.7;
  color: var(--vfg-muted);
}
.vfg-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.vfg-pills span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid var(--vfg-line);
  background: rgba(255,255,255,.74);
  border-radius: 999px;
  color: #4d4856;
  font-size: 13px;
  font-weight: 600;
}
.valydo-game-section .dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.valydo-game-section .dot-risk { background: var(--vfg-risk); box-shadow: 0 0 0 4px rgba(255,91,107,.12); }
.valydo-game-section .dot-valid { background: var(--vfg-valid); box-shadow: 0 0 0 4px rgba(55,196,141,.12); }

.vfg-card {
  border-radius: 24px;
  overflow: hidden;
  background: #100d18;
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: 0 24px 70px rgba(47,6,104,.16);
}
.vfg-topbar {
  height: 58px;
  padding: 0 18px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.025);
}
.vfg-topbar > div { display: flex; align-items: center; gap: 9px; }
.vfg-live-dot {
  width: 8px; height: 8px; border-radius: 50%; display: inline-block;
  background: #57e5a6; box-shadow: 0 0 0 5px rgba(87,229,166,.09);
}
.vfg-top-label { font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.vfg-reset {
  border: 0;
  color: rgba(255,255,255,.64);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  padding: 8px;
}
.vfg-reset:hover { color: #fff; }

.vfg-stage-wrap {
  position: relative;
  height: 520px;
  min-height: 420px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(106,76,225,.16), transparent 38%),
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px),
    #100d18;
  background-size: auto, 36px 36px, 36px 36px, auto;
}
.vfg-stage-wrap::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 120px rgba(0,0,0,.4);
}
.vfg-core-element {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 292px;
  height: 292px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.vfg-robot-float,
.vfg-robot-animated {
  position: absolute;
  inset: 0;
  transform-origin: 50% 50%;
  pointer-events: none;
}
.vfg-robot-float {
  animation: vfgRobotFloat 3.2s ease-in-out infinite alternate;
  will-change: transform;
}
.vfg-robot-animated {
  --vfg-target-angle: 0deg;
  transform: rotate(var(--vfg-target-angle));
  transition: transform 240ms cubic-bezier(.2,.8,.25,1);
  will-change: transform;
}
.robot--targeting .vfg-robot-float,
.robot--blocking .vfg-robot-float { animation-play-state: paused; }
.robot--returning .vfg-robot-animated { --vfg-target-angle: 0deg !important; transition-duration: 360ms; }
@keyframes vfgRobotFloat {
  0% { transform: translateY(3px) rotate(-.65deg); }
  100% { transform: translateY(-3px) rotate(.65deg); }
}
.vfg-robot-ring,
.vfg-robot-scan-wave {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  pointer-events: none;
}
.vfg-robot-ring {
  z-index: 3;
  border: 1px solid rgba(141,192,255,.32);
  box-shadow: 0 0 14px rgba(98,161,252,.12), inset 0 0 14px rgba(106,76,225,.08);
}
.vfg-robot-ring::before,
.vfg-robot-ring::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8dc0ff;
  box-shadow: 0 0 10px rgba(98,161,252,.9);
}
.vfg-robot-ring::before { left: 12%; top: 11%; }
.vfg-robot-ring::after { right: 8%; bottom: 18%; background: #9deecf; }
.vfg-robot-ring--outer { width: 236px; height: 236px; margin: -118px 0 0 -118px; animation: vfgRobotRingClockwise 10s linear infinite; }
.vfg-robot-ring--middle { width: 196px; height: 196px; margin: -98px 0 0 -98px; border-style: dashed; animation: vfgRobotRingCounter 6.5s linear infinite; }
.vfg-robot-ring--inner { width: 160px; height: 160px; margin: -80px 0 0 -80px; animation: vfgRobotRingClockwise 12s linear infinite; }
@keyframes vfgRobotRingClockwise { to { transform: rotate(360deg); } }
@keyframes vfgRobotRingCounter { to { transform: rotate(-360deg); } }
.vfg-robot-scan-wave {
  z-index: 2;
  width: 82px;
  height: 82px;
  margin: -41px 0 0 -41px;
  border: 1px solid rgba(98,161,252,.7);
  box-shadow: 0 0 16px rgba(106,76,225,.24);
  opacity: 0;
  animation: vfgRobotScan 3.6s ease-out infinite;
}
@keyframes vfgRobotScan {
  0%, 48% { opacity: 0; transform: scale(.8); }
  52% { opacity: .46; transform: scale(.85); }
  92%, 100% { opacity: 0; transform: scale(3.1); }
}
.vfg-core-native {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1200px;
  height: 1200px;
  transform: translate(-50%, -50%) scale(.28);
  transform-origin: center center;
  pointer-events: none;
  overflow: hidden;
  background: transparent;
  user-select: none;
  --theme-color: #6A4CE1;
}
.vfg-core-native > canvas {
  background: transparent;
  display: block;
  width: 1200px;
  height: 1200px;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.vfg-core-native #theme-panel {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
}
.vfg-core-native .animating-border-btn {
  position: relative;
  padding: 2px;
  border-radius: 30px;
  background: rgba(255,255,255,.05);
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,.5);
}
.vfg-core-native .animating-border-btn::before {
  content: "";
  position: absolute;
  top: -50%; left: -50%; width: 200%; height: 200%;
  background: conic-gradient(transparent,transparent,transparent,var(--theme-color,#6A4CE1));
  animation: vfgCoreRotateBorder 4s linear infinite;
}
@keyframes vfgCoreRotateBorder { to { transform: rotate(360deg); } }
.vfg-core-native .btn-content {
  position: relative;
  background: rgba(10,12,18,.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 28px;
  padding: 10px;
  display: flex;
  align-items: center;
  z-index: 1;
}
.vfg-core-native .thumbs-container { display: flex; gap: 8px; }
.vfg-core-native .thumb {
  width: 20px; height: 20px; border-radius: 50%; cursor: pointer;
  box-sizing: border-box; border: 2px solid transparent;
  transition: transform .2s cubic-bezier(.175,.885,.32,1.275),border-color .2s,box-shadow .2s;
}
.vfg-core-native .thumb[data-theme="0"] { background: linear-gradient(135deg,#2F0668,#6A4CE1 58%,#62A1FC); }
.vfg-core-native .thumb[data-theme="1"] { background: linear-gradient(135deg,#1D0A4C,#4C2FBA 55%,#62A1FC); }
.vfg-core-native .thumb[data-theme="2"] { background: linear-gradient(135deg,#0F163C,#3E5ED8 52%,#91C8FF); }
.vfg-core-native .thumb:hover,
.vfg-core-native .thumb.active { transform: scale(1.15); }
.vfg-core-native .thumb.active { border-color: #fff; box-shadow: 0 0 10px var(--theme-color,#fff); }
.vfg-core-native #brand-core-badge {
  position: absolute;
  top: 50%; left: 50%; width: 154px; height: 154px;
  transform: translate(-50%,-50%);
  z-index: 12; pointer-events: none;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%,rgba(16,10,35,.94) 0%,rgba(32,16,76,.82) 42%,rgba(106,76,225,.28) 72%,rgba(98,161,252,.10) 100%);
  border: 1px solid rgba(210,229,255,.18);
  box-shadow: 0 0 0 1px rgba(255,255,255,.06) inset,0 0 38px rgba(106,76,225,.34),0 0 72px rgba(98,161,252,.22);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  animation: vfgBrandBadgePulse 3.8s ease-in-out infinite;
}
.vfg-core-native #brand-core-badge::before {
  content: ""; position: absolute; inset: 14px; border-radius: 50%;
  background: radial-gradient(circle,rgba(10,7,24,.92) 0%,rgba(26,13,59,.78) 58%,rgba(26,13,59,0) 100%);
  box-shadow: 0 0 30px rgba(106,76,225,.30);
}
.vfg-core-native #brand-core-badge img {
  position: relative; width: 74px; height: 74px;
  filter: drop-shadow(0 0 10px rgba(255,255,255,.30)) drop-shadow(0 0 24px rgba(98,161,252,.28));
  z-index: 1;
}
@keyframes vfgBrandBadgePulse {
  0%,100% { transform:translate(-50%,-50%) scale(1); box-shadow:0 0 0 1px rgba(255,255,255,.06) inset,0 0 38px rgba(106,76,225,.34),0 0 72px rgba(98,161,252,.22); }
  50% { transform:translate(-50%,-50%) scale(1.045); box-shadow:0 0 0 1px rgba(255,255,255,.10) inset,0 0 52px rgba(106,76,225,.46),0 0 96px rgba(98,161,252,.32); }
}
.vfg-canvas {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  touch-action: manipulation;
  cursor: crosshair;
}

.vfg-toast-stack {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  width: min(300px, calc(100% - 32px));
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}
.vfg-toast {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 9px;
  align-items: start;
  padding: 10px 11px;
  border-radius: 14px;
  border: 1px solid rgba(141, 192, 255, .16);
  background: linear-gradient(180deg, rgba(17, 14, 29, .92), rgba(14, 11, 24, .88));
  box-shadow: 0 12px 28px rgba(0,0,0,.28), 0 0 0 1px rgba(255,255,255,.03) inset;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  transform: translateY(-8px);
  opacity: 0;
  animation: vfgToastIn .24s ease forwards;
}
.vfg-toast.vfg-toast-out {
  animation: vfgToastOut .22s ease forwards;
}
.vfg-toast-icon {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--vfg-purple), var(--vfg-violet) 58%, var(--vfg-blue));
  box-shadow: 0 8px 20px rgba(106,76,225,.24);
}
.vfg-brand-icon {
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}
.vfg-brand-icon-toast {
  width: 16px;
  height: 16px;
}
.vfg-toast-body strong {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8dc0ff;
}
.vfg-toast-body p {
  margin: 0;
  font-size: 11px;
  line-height: 1.38;
  color: rgba(255,255,255,.86);
}
.vfg-toast-body p span {
  color: #9deecf;
  font-weight: 700;
}
@keyframes vfgToastIn {
  from { opacity: 0; transform: translateY(-8px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes vfgToastOut {
  from { opacity: 1; transform: translateY(0) scale(1); }
  to { opacity: 0; transform: translateY(-6px) scale(.98); }
}

.vfg-start, .vfg-finish {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(24px, 5vw, 52px);
  background: rgba(16,13,24,.56);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #fff;
}
.vfg-finish[hidden], .vfg-start[hidden], .vfg-result-actions[hidden] { display: none; }
.vfg-shield {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border-radius: 23px 23px 30px 30px;
  background: linear-gradient(135deg, var(--vfg-purple), var(--vfg-violet) 55%, var(--vfg-blue));
  box-shadow: 0 14px 50px rgba(106,76,225,.42);
}
.vfg-brand-icon-start {
  width: 34px;
  height: 34px;
}
.vfg-start strong, .vfg-finish strong {
  display: block;
  width: min(760px, 100%);
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(27px, 3.8vw, 44px);
  line-height: 1.12;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.vfg-start > span { margin-top: 10px; color: rgba(255,255,255,.68); }
.vfg-start button {
  min-height: 46px;
  margin-top: 24px;
  border-radius: 999px;
  border: 0;
  padding: 13px 22px;
  color: #fff;
  background: linear-gradient(90deg, var(--vfg-purple), var(--vfg-violet) 55%, var(--vfg-blue));
  box-shadow: 0 12px 34px rgba(106,76,225,.32);
  font-weight: 700;
  cursor: pointer;
}
.vfg-finish-kicker {
  margin-bottom: 12px;
  color: #8dc0ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}
.vfg-finish p {
  width: min(700px, 100%);
  margin: 14px 0 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(13px, 1.5vw, 16px);
  line-height: 1.55;
  text-wrap: pretty;
}

.vfg-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 96px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.vfg-stats > div {
  min-width: 0;
  padding: 17px 14px 16px;
  border-right: 1px solid rgba(255,255,255,.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 7px;
}
.vfg-stats > div:last-child { border-right: 0; }
.vfg-stats span {
  width: 100%;
  min-height: 2.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(255,255,255,.48);
  font-size: 9.5px;
  text-transform: uppercase;
  letter-spacing: .075em;
  line-height: 1.35;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}
.vfg-stats strong {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 23px;
  line-height: 1;
  text-align: center;
}

.vfg-result-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  padding: 0;
  border: 0;
  background: transparent;
}
.vfg-result-actions a,
.vfg-result-actions button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.vfg-cta-primary {
  border: 1px solid transparent;
  color: #fff;
  background: linear-gradient(90deg, var(--vfg-purple), var(--vfg-violet) 55%, var(--vfg-blue));
  box-shadow: 0 12px 34px rgba(106,76,225,.34);
}
.vfg-cta-primary:hover { transform: translateY(-1px); box-shadow: 0 15px 38px rgba(106,76,225,.40); }
.vfg-cta-secondary {
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.035);
}
.vfg-cta-secondary:hover { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.07); color: #fff; }
.vfg-reset:focus-visible,
.vfg-start button:focus-visible,
.vfg-result-actions a:focus-visible,
.vfg-result-actions button:focus-visible {
  outline: 3px solid rgba(141,192,255,.85);
  outline-offset: 3px;
}

.vfg-disclaimer {
  width: 100%;
  margin: 14px auto 0;
  padding: 0 20px 18px;
  color: #8a8492;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

/* O cabeçalho reutiliza exatamente o grid da seção Tecnologia de Validação. */
.valydo-game-section .validate-flow-head.vfg-copy {
  max-width: 1120px;
  margin: 0 auto 34px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: end;
  gap: 30px;
  text-align: left;
}
.valydo-game-section .validate-flow-head.vfg-copy h2 {
  max-width: 720px;
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(28px,4vw,44px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.valydo-game-section .validate-flow-head.vfg-copy p {
  max-width: 330px;
  margin: 0;
  color: var(--vfg-muted);
  font-size: 14px;
  line-height: 1.65;
}
.valydo-game-section .validate-flow-head.vfg-copy .vfg-pills {
  justify-content: flex-start;
  margin: 18px 0 0;
}

@media (max-width: 980px) and (min-width: 761px) {
  .valydo-game-shell { padding: 0 20px; }
  .vfg-stage-wrap { height: 500px; }
  .vfg-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vfg-stats > div { min-height: 82px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .vfg-stats > div:nth-child(even) { border-right: 0; }
  .vfg-stats > div:nth-last-child(-n+2) { border-bottom: 0; }
  .vfg-stats span { min-height: 2.7em; }
}

@media (max-width: 900px) {
  .valydo-game-section .validate-flow-head.vfg-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .valydo-game-section .validate-flow-head.vfg-copy p { max-width: 650px; }
}

@media (max-width: 760px) {
  .valydo-game-section { padding: 54px 0 60px; }
  .valydo-game-shell { padding: 0 20px; }
  .valydo-game-section .validate-flow-head.vfg-copy { padding: 0 20px; margin-bottom: 26px; }
  .valydo-fraud-game { border-radius: 22px; }
  .vfg-copy { padding: 0 6px; }
  .vfg-copy p { font-size: 15px; }
  .vfg-pills span { font-size: 12px; padding: 8px 10px; }
  .valydo-game-section .validate-flow-head.vfg-copy .vfg-pills {
    flex-direction: column;
    align-items: flex-start;
  }
  .vfg-topbar { padding-left: 14px; padding-right: 10px; }
  .vfg-top-label { font-size: 10px; }
  .vfg-reset { min-width: 44px; min-height: 44px; }
  .vfg-stage-wrap { height: 470px; min-height: 430px; }
  .vfg-core-element { width: 242px; height: 242px; }
  .vfg-robot-float { animation-name: vfgRobotFloatMobile; }
  .vfg-robot-ring--outer { width: 202px; height: 202px; margin: -101px 0 0 -101px; }
  .vfg-robot-ring--middle { width: 168px; height: 168px; margin: -84px 0 0 -84px; }
  .vfg-robot-ring--inner { width: 138px; height: 138px; margin: -69px 0 0 -69px; }
  .vfg-robot-scan-wave { animation-name: vfgRobotScanMobile; }
  .vfg-core-native { transform: translate(-50%, -50%) scale(.235); }
  .vfg-toast-stack { top: 10px; right: 10px; width: min(238px, calc(100% - 20px)); }
  .vfg-toast { grid-template-columns: 26px 1fr; gap: 7px; padding: 8px 9px; border-radius: 12px; }
  .vfg-toast-icon { width: 26px; height: 26px; border-radius: 8px; }
  .vfg-brand-icon-toast { width: 14px; height: 14px; }
  .vfg-toast-body strong { font-size: 8.5px; }
  .vfg-toast-body p { font-size: 9.5px; line-height: 1.3; }
  .vfg-start, .vfg-finish { padding: 24px 18px; }
  .vfg-start strong, .vfg-finish strong { font-size: clamp(24px, 7vw, 32px); }
  .vfg-finish p { font-size: 13px; line-height: 1.48; }
  .vfg-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vfg-stats > div { min-height: 78px; padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .vfg-stats > div:nth-child(even) { border-right: 0; }
  .vfg-stats > div:nth-last-child(-n+2) { border-bottom: 0; }
  .vfg-stats span { min-height: 2.7em; font-size: 8.8px; }
  .vfg-result-actions { width: min(360px, 100%); flex-direction: column; align-items: stretch; gap: 10px; margin-top: 24px; }
  .vfg-result-actions a, .vfg-result-actions button { width: 100%; min-height: 48px; }
}

@keyframes vfgRobotFloatMobile {
  0% { transform: translateY(2px) rotate(-.45deg); }
  100% { transform: translateY(-2px) rotate(.45deg); }
}
@keyframes vfgRobotScanMobile {
  0%, 48% { opacity: 0; transform: scale(.8); }
  52% { opacity: .4; transform: scale(.85); }
  92%, 100% { opacity: 0; transform: scale(2.55); }
}

@media (prefers-reduced-motion: reduce) {
  .vfg-toast,
  .vfg-toast.vfg-toast-out,
  .vfg-result-actions a,
  .vfg-result-actions button,
  .vfg-shield {
    animation: none !important;
    transition: none !important;
  }
  .vfg-core-native .animating-border-btn::before,
  .vfg-core-native #brand-core-badge { animation: none !important; }
  .vfg-robot-float,
  .vfg-robot-ring,
  .vfg-robot-scan-wave { animation: none !important; }
  .vfg-robot-scan-wave { opacity: .12; transform: scale(1); }
  .vfg-robot-animated { transition-duration: .01ms !important; }
}
