.page-activation {
  background: #0b0b0b;
  color: #fff;
}

.page-activation .header__nav a.is-active {
  color: #fff;
  font-weight: 700;
}

.activation-page {
  padding: clamp(24px, 5vw, 40px) 0 clamp(48px, 8vw, 72px);
}

.activation-page__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(560px, 100%);
  margin: 0 auto;
  text-align: center;
}

.activation-page__tag {
  margin: 0 0 20px;
  color: #e20074;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.activation-instruction {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: zoom-in;
  line-height: 0;
  border-radius: 20px;
  overflow: hidden;
}

.activation-instruction:focus-visible {
  outline: 2px solid #e20074;
  outline-offset: 4px;
}

.activation-instruction img {
  display: block;
  width: 100%;
  height: auto;
}

.activation-page__hint {
  margin: 16px 0 0;
  color: #8a8a8a;
  font-size: 14px;
}

.activation-page__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  margin-top: 28px;
}

.activation-page__links a {
  color: #c8c8c8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.activation-page__links a:hover {
  color: #fff;
}

.activation-lightbox {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100vh;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  overflow: hidden;
}

.activation-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.95);
}

.activation-lightbox__bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  padding: 12px;
  margin: 0;
}

.activation-lightbox__close {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.activation-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.activation-lightbox__body {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding: 56px 16px 24px;
  box-sizing: border-box;
}

.activation-lightbox__body img {
  display: block;
  width: min(946px, 100%);
  height: auto;
  margin: 0 auto;
}
