.qr-page {
  min-height: 100vh;
  padding: 0 10vw 30px;
  background-color: #131313;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.qr-page__title {
  margin: 0;
  font-family: "Poiret One", sans-serif;
  font-size: clamp(42px, 8vw, 96px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

.qr-page__status {
  margin: 24px 0 0;
  font-family: "Poiret One", sans-serif;
  font-size: clamp(20px, 3vw, 34px);
  line-height: 1.3;
  opacity: 0.75;
}

.qr-page__brand {
  margin-top: 56px;
  font-family: "Poiret One", sans-serif;
  font-size: clamp(18px, 2.5vw, 28px);
  letter-spacing: 0.08em;
  opacity: 0.55;
}

.qr-page__back {
  margin-top: 24px;
  font-family: "Poiret One", sans-serif;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  opacity: 0.65;
  transition: opacity 0.2s ease;
}

.qr-page__back:hover {
  opacity: 1;
}
