.proof-click-hint {
  margin: -25px auto 32px;
  color: #8a92a2;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-align: center;
}

.proof-head .proof-click-hint {
  margin: 9px auto 0;
  color: #8a92a2;
  font-size: 12px;
}

.homepage-proof figure,
.shot-wall .shot {
  cursor: zoom-in;
}

.homepage-proof figure:focus-visible,
.shot-wall .shot:focus-visible {
  outline: 3px solid rgba(11, 85, 255, 0.45);
  outline-offset: 5px;
}

body.proof-lightbox-open {
  overflow: hidden;
}

.proof-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  place-items: center;
  padding: 22px;
}

.proof-lightbox.is-open {
  display: grid;
}

.proof-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(7, 12, 28, 0.86);
  backdrop-filter: blur(10px);
  cursor: zoom-out;
}

.proof-lightbox-frame {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 760px);
  max-height: calc(100vh - 44px);
  padding: 5px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(145deg, #0b55ff, #6240f0 50%, #9430ed);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.48), 0 12px 35px rgba(65, 54, 221, 0.3);
}

.proof-lightbox-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 54px);
  border-radius: 18px;
  background: #fff;
}

.proof-lightbox-close {
  position: fixed;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  color: #101832;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
  font-size: 29px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 760px) {
  .proof-click-hint {
    margin: -14px auto 19px;
    font-size: 10px;
  }

  .proof-lightbox {
    padding: 14px;
  }

  .proof-lightbox-frame {
    max-width: calc(100vw - 28px);
    max-height: calc(100vh - 28px);
    padding: 4px;
    border-radius: 18px;
  }

  .proof-lightbox-image {
    max-height: calc(100vh - 36px);
    border-radius: 14px;
  }

  .proof-lightbox-close {
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
    font-size: 26px;
  }
}
