html.review-locked {
  overflow: hidden;
  background: #f5f1e8;
}

html.review-locked body > *:not(.review-gate) {
  visibility: hidden !important;
}

.review-gate {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #082b63;
  background:
    radial-gradient(circle at 75% 18%, rgba(39, 92, 126, .15), transparent 30%),
    linear-gradient(145deg, #faf8f2, #edf2ef);
  font-family: "Montserrat", Arial, sans-serif;
  visibility: visible !important;
}

.review-gate-card {
  width: min(520px, 100%);
  padding: clamp(28px, 6vw, 52px);
  border: 1px solid rgba(8, 43, 99, .14);
  border-radius: 28px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 28px 90px rgba(6, 29, 70, .14);
  text-align: center;
}

.review-gate-logo {
  width: min(220px, 70%);
  height: auto;
  margin: 0 auto 30px;
}

.review-gate-kicker {
  margin: 0 0 12px;
  color: #b07a27;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.review-gate h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(46px, 10vw, 68px);
  font-weight: 500;
  line-height: .95;
}

.review-gate-copy {
  margin: 18px auto 24px;
  color: #607089;
  font-size: 15px;
  line-height: 1.65;
}

.review-gate-form {
  display: grid;
  gap: 12px;
}

.review-gate label {
  color: #082b63;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

.review-gate input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(8, 43, 99, .22);
  border-radius: 14px;
  color: #082b63;
  background: white;
  font: 500 16px/1 "Montserrat", Arial, sans-serif;
  letter-spacing: .04em;
  outline: none;
}

.review-gate input:focus {
  border-color: #b98a42;
  box-shadow: 0 0 0 3px rgba(185, 138, 66, .16);
}

.review-gate button {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: #0b3975;
  font: 600 15px/1 "Montserrat", Arial, sans-serif;
  cursor: pointer;
}

.review-gate button:hover {
  background: #082b63;
}

.review-gate-error {
  min-height: 22px;
  margin: 2px 0 0;
  color: #9b3d31;
  font-size: 13px;
}

.review-gate-note {
  margin: 16px 0 0;
  color: rgba(8, 43, 99, .55);
  font-size: 11px;
  line-height: 1.5;
}
