.qr-first-run-open {
  overflow: hidden;
}

.qr-first-run-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 12%, rgba(245, 158, 11, 0.22), transparent 34rem),
    rgba(2, 6, 23, 0.94);
  backdrop-filter: blur(10px);
}

.qr-first-run-card {
  width: min(100%, 520px);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: clamp(24px, 6vw, 42px);
  border: 1px solid rgba(251, 191, 36, 0.45);
  border-radius: 26px;
  color: #f8fafc;
  text-align: center;
  background: linear-gradient(155deg, rgba(30, 41, 59, 0.99), rgba(15, 23, 42, 0.99));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55), 0 0 45px rgba(245, 158, 11, 0.12);
}

.qr-first-run-kicker {
  margin-bottom: 12px;
  color: #fbbf24;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.qr-first-run-icon {
  font-size: 3.25rem;
  line-height: 1;
}

.qr-first-run-card h1 {
  margin: 16px 0 10px;
  font-size: clamp(1.65rem, 7vw, 2.4rem);
  line-height: 1.08;
}

.qr-first-run-promise {
  margin: 0;
  color: #cbd5e1;
  font-size: 1.02rem;
  line-height: 1.6;
}

.qr-first-run-free {
  margin: 13px 0 22px;
  color: #bbf7d0;
}

.qr-first-run-actions {
  display: grid;
  gap: 10px;
}

.qr-first-run-primary,
.qr-first-run-secondary,
.qr-first-run-explore {
  min-height: 48px;
  border-radius: 14px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.qr-first-run-primary {
  border: 1px solid #fbbf24;
  color: #1e293b;
  background: linear-gradient(135deg, #fde68a, #f59e0b);
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.25);
}

.qr-first-run-secondary {
  border: 1px solid rgba(148, 163, 184, 0.35);
  color: #e2e8f0;
  background: rgba(15, 23, 42, 0.58);
}

.qr-first-run-explore {
  min-height: 38px;
  margin-top: 8px;
  border: 0;
  color: #94a3b8;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.qr-first-run-how {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  color: #cbd5e1;
  text-align: left;
  background: rgba(2, 6, 23, 0.46);
}

.qr-first-run-how ol {
  margin: 0;
  padding-left: 22px;
}

.qr-first-run-how li + li {
  margin-top: 8px;
}

.qr-first-run-disclosure {
  margin: 16px 0 0;
  color: #94a3b8;
  font-size: 0.75rem;
  line-height: 1.45;
}

@media (max-width: 480px) {
  .qr-first-run-overlay {
    align-items: end;
    padding: 10px;
  }

  .qr-first-run-card {
    width: 100%;
    padding: 26px 20px;
    border-radius: 24px 24px 16px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qr-first-run-overlay {
    backdrop-filter: none;
  }
}
