.age16-gate {
  width: min(92vw, 42rem);
  max-width: none;
  margin: auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.25rem;
  background: #111713;
  color: #f7f3e8;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.age16-gate::backdrop {
  background: rgba(5, 7, 6, 0.78);
  backdrop-filter: blur(5px);
}

.age16-gate__panel {
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.age16-gate__eyebrow {
  margin: 0 0 0.6rem;
  opacity: 0.72;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.age16-gate h1,
.age16-gate h2 {
  margin: 0 0 1rem;
  color: inherit;
}

.age16-gate__text {
  margin: 0;
  max-width: 62ch;
  line-height: 1.65;
}

.age16-gate__storage {
  margin: 0.8rem 0 0;
  opacity: 0.78;
  font-size: 0.92rem;
  line-height: 1.55;
}

.age16-gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.age16-gate__confirm,
.age16-gate__back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.age16-gate__confirm {
  border: 1px solid #f7f3e8;
  background: #f7f3e8;
  color: #111713;
}

.age16-gate__back {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: inherit;
}

.age16-gate__confirm:focus-visible,
.age16-gate__back:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}
