:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #e7f1f4;
}

body {
  overflow-x: hidden;
}

.lp {
  width: min(100%, 750px);
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 28px rgba(42, 82, 96, 0.18);
}

.lp-section {
  position: relative;
  line-height: 0;
}

.lp-section img {
  display: block;
  width: 100%;
  height: auto;
}

.cta-hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--w);
  height: var(--h);
  display: block;
  border-radius: 999px;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0, 148, 174, 0.18);
}

.cta-hotspot:focus-visible {
  outline: 3px solid rgba(0, 128, 157, 0.72);
  outline-offset: 3px;
}

@media (min-width: 760px) {
  .lp {
    max-width: 640px;
  }
}
