html, body {
  margin: 0;
  padding: 0;
  background: #05354e;
}

body {
  min-width: 100%;
}

.landing-page {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  line-height: 0;
  overflow: hidden;
}

.landing-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.hotspot {
  position: absolute;
  display: block;
  z-index: 10;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.hotspot:focus-visible {
  outline: 2px solid transparent;
}

/* Language switch in the top-left corner */
.lang-switch {
  left: 3.4%;
  top: 0.38%;
  width: 10.8%;
  height: 0.95%;
}

/* Bottom action buttons: exact proportional overlays on the artwork */
.page-ru .action-call {
  left: 2.49%;
  top: 94.675%;
  width: 31.15%;
  height: 1.66%;
}

.page-ru .action-whatsapp {
  left: 34.58%;
  top: 94.675%;
  width: 30.84%;
  height: 1.66%;
}

.page-ru .action-share {
  left: 66.67%;
  top: 94.675%;
  width: 30.84%;
  height: 1.66%;
}

.page-he .action-call {
  left: 2.49%;
  top: 94.58%;
  width: 31.15%;
  height: 1.71%;
}

.page-he .action-whatsapp {
  left: 34.27%;
  top: 94.58%;
  width: 30.84%;
  height: 1.71%;
}

.page-he .action-share {
  left: 66.36%;
  top: 94.58%;
  width: 30.84%;
  height: 1.71%;
}


/* Transparent overlay over the existing footer URL text */
.page-ru .footer-site-link {
  left: 17.0%;
  top: 98.62%;
  width: 66.0%;
  height: 1.10%;
}

.page-he .footer-site-link {
  left: 17.0%;
  top: 98.62%;
  width: 66.0%;
  height: 1.10%;
}


/* Lock fullscreen preview: transparent hotspots only; original landing PNG stays untouched */
.lock-hotspot {
  cursor: pointer;
}

/* Large lock pair to the left of each infographic */
.lock-l1 {
  left: 1.5%;
  top: 10.25%;
  width: 56.0%;
  height: 18.65%;
}

.lock-l2 {
  left: 1.5%;
  top: 28.92%;
  width: 56.0%;
  height: 18.60%;
}

.lock-l3 {
  left: 1.5%;
  top: 47.52%;
  width: 56.0%;
  height: 18.55%;
}

.lock-modal[hidden] {
  display: none;
}

.lock-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
  line-height: normal;
}

.lock-modal-panel {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lock-modal-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.lock-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 23px;
  background: rgba(255,255,255,.92);
  color: #222;
  font: 32px/46px Arial, sans-serif;
  text-align: center;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
