/* Arquitetura do Destino · versão VSL com oferta temporizada */

.vsl-gate-note {
  width: fit-content;
  max-width: 680px;
  margin: 17px auto 0;
  padding: 10px 16px;
  color: rgba(230, 229, 229, .72);
  border: 1px solid rgba(226, 208, 186, .18);
  border-radius: 999px;
  background: rgba(4, 16, 44, .36);
  font: 600 12px/1.45 var(--ui);
  letter-spacing: .015em;
  text-align: center;
}

.js body.vsl-gate .return-offer-bar,
.js body.vsl-gate .scroll-progress,
.js body.vsl-gate .hero-conversion,
.js body.vsl-gate main > section:not(.hero),
.js body.vsl-gate .site-footer,
.js body.vsl-gate .sales-proof,
.js body.vsl-gate .sticky-purchase,
.js body.vsl-gate .return-offer-dialog {
  display: none !important;
}

.js body.vsl-gate {
  min-height: 100svh;
  background: var(--navy);
}

.js body.vsl-gate .hero {
  min-height: 100svh;
  padding: clamp(34px, 5vh, 62px) 0 clamp(44px, 6vh, 76px);
}

.js body.vsl-gate .hero-grid {
  gap: 15px;
}

.js body.vsl-gate .hero-copy {
  max-width: 1040px;
}

.js body.vsl-gate h1 {
  max-width: 1020px;
  font-size: clamp(40px, 4.4vw, 62px);
  line-height: 1.06;
}

.js body.vsl-gate .hero-lead {
  max-width: 850px;
  margin: 15px 0 13px;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.58;
}

.js body.vsl-gate .hero-media {
  width: min(100%, 860px);
}

.js body.vsl-gate .vsl-instruction {
  margin-bottom: 11px;
}

body.vsl-unlocked .vsl-gate-note {
  display: none;
}

body.vsl-unlocked .hero-conversion {
  animation: vslGateReveal .7s cubic-bezier(.22, 1, .36, 1) both;
}

body.vsl-unlocked .hero-conversion .button {
  min-width: min(100%, 520px);
}

@keyframes vslGateReveal {
  from { opacity: 0; transform: translateY(24px) scale(.97); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 720px) {
  .js body.vsl-gate .hero {
    min-height: 100svh;
    padding: 26px 0 42px;
    align-items: flex-start;
  }

  .js body.vsl-gate h1 {
    max-width: 350px;
    font-size: clamp(34px, 9.8vw, 44px);
    line-height: 1.08;
  }

  .js body.vsl-gate .hero-lead {
    max-width: 355px;
    margin-top: 13px;
    font-size: 17px;
    line-height: 1.55;
  }

  .vsl-gate-note {
    max-width: 350px;
    margin-top: 14px;
    padding: 9px 13px;
    border-radius: 18px;
    font-size: 11px;
  }

  body.vsl-unlocked .hero-conversion .button {
    width: 100%;
    min-width: 0;
    padding-inline: 44px;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.vsl-unlocked .hero-conversion { animation: none; }
}
