@media (max-width: 820px) {
  html.hireview-mobile-locked,
  html.hireview-mobile-locked body {
    overflow: hidden !important;
    height: 100% !important;
  }
}

.hireview-mobile-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: none;
  place-items: center;
  padding: 22px;
  color: #20233a;
  background:
    radial-gradient(circle at 12% 8%, rgba(88, 99, 255, 0.16), transparent 36%),
    radial-gradient(circle at 85% 88%, rgba(105, 154, 255, 0.14), transparent 34%),
    rgba(245, 247, 255, 0.96);
  backdrop-filter: blur(18px) saturate(1.08);
}

.hireview-mobile-gate.is-visible {
  display: grid;
}

.hireview-mobile-gate__card {
  width: min(100%, 390px);
  padding: 30px 26px 28px;
  border: 1px solid #e3e8fb;
  border-radius: 22px;
  text-align: center;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 24px 70px rgba(54, 66, 130, 0.18);
}

.hireview-mobile-gate__mark {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #5863ff, #86a8ff);
  font: 800 22px/1 Inter, "Segoe UI", system-ui, sans-serif;
  box-shadow: 0 14px 34px rgba(88, 99, 255, 0.24);
}

.hireview-mobile-gate__eyebrow {
  margin: 0 0 10px;
  color: #5863ff;
  font: 800 11px/1.2 Inter, "Segoe UI", system-ui, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hireview-mobile-gate__title {
  margin: 0;
  color: #20233a;
  font: 800 27px/1.1 Inter, "Segoe UI", system-ui, sans-serif;
}

.hireview-mobile-gate__text {
  margin: 15px 0 0;
  color: #69718b;
  font: 500 15px/1.55 Inter, "Segoe UI", system-ui, sans-serif;
}

.hireview-mobile-gate__note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #edf0fa;
  color: #8c94ad;
  font: 700 12px/1.4 Inter, "Segoe UI", system-ui, sans-serif;
}
