.vsl-gate {
  position: fixed;
  inset: 0;
  z-index: 20000;
  background: linear-gradient(165deg, #007a66 0%, #009e81 42%, #0b5f52 100%);
  color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.vsl-gate[hidden] {
  display: none !important;
}

.vsl-gate__inner {
  max-width: 480px;
  margin: 0 auto;
  padding: 28px 18px 40px;
  text-align: center;
}

.vsl-gate__logo {
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 18px;
}

.vsl-gate h1 {
  margin: 0 0 8px;
  font-family: Nunito, sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.25;
}

.vsl-gate p {
  margin: 0 0 18px;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  opacity: 0.92;
}

.vsl-gate__player {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  margin: 0 0 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.vsl-gate__player iframe,
.vsl-gate__player video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}

.vsl-gate .vsl-missing {
  margin: 0;
  padding: 24px;
  color: #bbb;
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

.vsl-gate .prosseguir-button,
.vsl-gate .cta {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: #ffc244;
  color: #16332e;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.vsl-gate .prosseguir-button:active,
.vsl-gate .cta:active {
  transform: scale(0.98);
}

.vsl-gate--checkout {
  background: rgba(14, 28, 26, 0.92);
  backdrop-filter: blur(6px);
}

.vsl-gate--checkout .vsl-gate__inner {
  background: #fff;
  color: #16332e;
  border-radius: 22px;
  margin: 24px auto;
  padding: 22px 16px 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.vsl-gate--checkout .vsl-gate__logo {
  filter: none;
}

.vsl-gate--checkout p {
  color: #5c6b67;
  opacity: 1;
}
