:root{--vrs-green:#18c76f;--vrs-green-dark:#0ca95b;--vrs-blue:#0b4c83;--vrs-blue-dark:#07365f;--vrs-navy:#061f46}
html.vrs-lock,body.vrs-lock{overflow:hidden!important;overscroll-behavior:none}
.vrs-pop,.vrrx-modal{position:fixed;inset:0;z-index:2147483000;display:none;align-items:center;justify-content:center;padding:14px;font-family:inherit}
.vrs-pop.is-open,.vrrx-modal.is-open{display:flex}
.vrs-pop__shade,.vrrx-modal__shade{position:absolute;inset:0;background:rgba(2,15,34,.76);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.vrs-pop__card{--vrs-stage:#bd7510;position:relative;z-index:2;width:min(760px,calc(100vw - 28px));max-height:calc(100dvh - 24px);overflow:hidden;border-radius:30px;padding:16px 20px 17px;background:#f7f3ea;color:#092a59;box-shadow:0 36px 110px rgba(0,0,0,.38);opacity:0;transform:translateY(12px) scale(.985);transition:opacity .28s ease,transform .28s ease;border:1px solid rgba(255,255,255,.5)}
.vrs-pop.is-ready .vrs-pop__card{opacity:1;transform:translateY(0) scale(1)}
.vrs-pop__card[data-stage="gold"]{--vrs-stage:#c98b14;background:linear-gradient(180deg,#fff9ea 0%,#f9f4e8 100%)}
.vrs-pop__card[data-stage="copper"]{--vrs-stage:#c65c23;background:linear-gradient(180deg,#fff6ef 0%,#f8efe8 100%)}
.vrs-pop__card[data-stage="red"],.vrs-pop__card[data-stage="final"]{--vrs-stage:#b51f35;background:linear-gradient(180deg,#fff2f2 0%,#f8ecec 100%)}
.vrs-pop__card[data-stage="soldout"]{--vrs-stage:#7d1b2a;background:linear-gradient(180deg,#f7f2f2 0%,#f2e9ea 100%)}
.vrs-pop__close,.vrrx-modal__close{position:absolute;z-index:30;right:14px;top:12px;width:40px;height:40px;border:1px solid rgba(255,255,255,.62);border-radius:50%;background:rgba(2,25,57,.58);color:#fff;font-size:25px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:.2s ease;backdrop-filter:blur(8px)}
.vrs-pop__close:hover,.vrrx-modal__close:hover{background:#082b5e;transform:rotate(4deg)}
.vrs-pop__hook{display:flex;align-items:center;justify-content:center;gap:8px;min-height:22px;margin:0 50px 9px;font-size:10.5px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#0b3266;text-align:center}
.vrs-pop__dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:var(--vrs-stage);box-shadow:0 0 0 6px color-mix(in srgb,var(--vrs-stage) 18%,transparent)}
.vrs-pop__video-wrap{position:relative;width:100%;aspect-ratio:16/9;border-radius:20px;overflow:hidden;background:#03172f;box-shadow:0 13px 34px rgba(6,31,70,.16)}
.vrs-pop__video{display:block;width:100%;height:100%;object-fit:cover;background:#03172f;cursor:pointer}
.vrs-pop__play{position:absolute;inset:0;z-index:5;border:0;background:linear-gradient(180deg,rgba(2,18,39,.08),rgba(2,18,39,.28));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:#fff;cursor:pointer;transition:opacity .18s ease,visibility .18s ease}
.vrs-pop__play[hidden],.vrs-pop__play.is-hidden{display:none!important}
.vrs-pop__play-circle{position:relative;width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.96);box-shadow:0 12px 34px rgba(0,0,0,.30),0 0 0 0 rgba(255,255,255,.42);transition:transform .2s ease;animation:vrsPlayHeartbeat 1.55s ease-in-out infinite}
.vrs-pop__play-circle::after{content:"";position:absolute;inset:-10px;border:2px solid rgba(255,255,255,.62);border-radius:50%;pointer-events:none;animation:vrsPlayRing 1.55s ease-out infinite}
.vrs-pop__play:hover .vrs-pop__play-circle{animation-play-state:paused;transform:scale(1.09)}
.vrs-pop__play-circle svg{position:relative;z-index:2;width:43px;height:43px;fill:#0b3266;transform:translateX(3px)}
@keyframes vrsPlayHeartbeat{0%,100%{transform:scale(1);box-shadow:0 12px 34px rgba(0,0,0,.30),0 0 0 0 rgba(255,255,255,.38)}45%{transform:scale(1.075);box-shadow:0 15px 42px rgba(0,0,0,.34),0 0 0 9px rgba(255,255,255,.08)}65%{transform:scale(1.025)}}
@keyframes vrsPlayRing{0%{transform:scale(.82);opacity:.9}72%,100%{transform:scale(1.28);opacity:0}}
.vrs-pop__play-label{padding:7px 11px;border-radius:999px;background:rgba(2,21,47,.62);backdrop-filter:blur(8px);font-size:9.5px;font-weight:950;letter-spacing:.1em}
.vrs-pop__fullscreen{position:absolute;right:11px;bottom:11px;z-index:7;min-height:38px;padding:0 11px;border:1px solid rgba(255,255,255,.36);border-radius:999px;background:rgba(3,20,44,.66);color:#fff;display:inline-flex;align-items:center;gap:7px;font-size:9px;font-weight:900;letter-spacing:.09em;cursor:pointer;backdrop-filter:blur(9px);box-shadow:0 8px 22px rgba(0,0,0,.2);transition:.2s ease}
.vrs-pop__fullscreen:hover{background:rgba(3,20,44,.88);transform:translateY(-1px)}
.vrs-pop__fullscreen[hidden]{display:none!important}
.vrs-pop__fullscreen svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.vrs-pop__info{text-align:center;padding:10px 14px 0}
.vrs-pop__number{display:block;margin:0;color:var(--vrs-stage);font-family:"Arial Black","Roboto Black","Roboto",sans-serif;font-size:clamp(76px,9.3vw,118px);line-height:.78;letter-spacing:-.075em;font-weight:1000;font-variation-settings:"wght" 1000;white-space:nowrap;text-shadow:0 8px 24px color-mix(in srgb,var(--vrs-stage) 12%,transparent);-webkit-font-smoothing:antialiased}
.vrs-pop__card[data-stage="red"] .vrs-pop__number,.vrs-pop__card[data-stage="final"] .vrs-pop__number{animation:vrsUrgencyBlink 1.05s cubic-bezier(.4,0,.2,1) infinite;transform-origin:center}
@keyframes vrsUrgencyBlink{0%,100%{opacity:1;transform:scale(1);filter:brightness(1)}42%{opacity:.34;transform:scale(.965);filter:brightness(.88)}58%{opacity:1;transform:scale(1.025);filter:brightness(1.08)}}
.vrs-pop__metric{margin-top:9px;font-size:10.5px;line-height:1.15;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:#24476f}
.vrs-pop__headline{margin:8px auto 0;max-width:620px;color:#082d61;font-size:clamp(20px,2vw,26px);line-height:1.02;letter-spacing:-.035em;font-weight:950}
.vrs-pop__copy{margin:4px auto 0;max-width:590px;color:#65758a;font-size:12.5px;line-height:1.3;font-weight:650}
.vrs-pop__cta-row{width:min(650px,100%);margin:11px auto 0;display:flex;align-items:stretch;justify-content:center;gap:8px}
.vrs-pop__cta{min-width:0;min-height:52px;padding:0 8px 0 17px;border-radius:999px;display:inline-flex;flex:1 1 0;align-items:center;justify-content:space-between;gap:9px;color:#fff!important;text-decoration:none!important;font-size:10.8px;line-height:1;font-weight:950;letter-spacing:.025em;transition:.2s ease;white-space:nowrap}
.vrs-pop__cta--primary{background:var(--vrs-green);box-shadow:0 12px 28px rgba(10,122,65,.20)}
.vrs-pop__cta--primary:hover{background:var(--vrs-green-dark);transform:translateY(-2px);box-shadow:0 16px 34px rgba(10,122,65,.27)}
.vrs-pop__cta--existing{background:var(--vrs-blue);box-shadow:0 12px 28px rgba(7,54,95,.20)}
.vrs-pop__cta--existing:hover{background:var(--vrs-blue-dark);transform:translateY(-2px);box-shadow:0 16px 34px rgba(7,54,95,.27)}
.vrs-pop__cta[hidden]{display:none!important}
.vrs-pop__cta-row.is-closed .vrs-pop__cta--existing{flex:0 1 330px}
.vrs-pop__cta-arrow{width:34px;height:34px;border:2px solid rgba(255,255,255,.94);border-radius:50%;display:grid;place-items:center;flex:0 0 auto}
.vrs-pop__cta-arrow svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.vrs-pop__proof-note{width:min(590px,100%);margin:8px auto 0;padding-top:7px;border-top:1px solid rgba(12,51,96,.12);color:#6d7988;font-size:9.5px;line-height:1.3;font-weight:650}
.vrs-pop__proof-note strong{color:#354c68}

@media(max-width:700px){
  .vrs-pop{padding:7px}
  .vrs-pop__card{width:calc(100vw - 14px);max-height:calc(100dvh - 14px);padding:10px 10px 11px;border-radius:22px}
  .vrs-pop__close{right:8px;top:7px;width:34px;height:34px;font-size:22px}
  .vrs-pop__hook{min-height:18px;margin:0 38px 6px;font-size:8.4px;letter-spacing:.085em}
  .vrs-pop__dot{width:6px;height:6px;box-shadow:0 0 0 4px color-mix(in srgb,var(--vrs-stage) 18%,transparent)}
  .vrs-pop__video-wrap{border-radius:15px}
  .vrs-pop__play-circle{width:74px;height:74px}
  .vrs-pop__play-circle::after{inset:-8px}
  .vrs-pop__play-circle svg{width:35px;height:35px}
  .vrs-pop__play-label{font-size:8px;padding:6px 9px}
  .vrs-pop__fullscreen{right:7px;bottom:7px;min-height:32px;padding:0 8px;font-size:7.5px;gap:5px}
  .vrs-pop__fullscreen svg{width:14px;height:14px}
  .vrs-pop__info{padding:7px 5px 0}
  .vrs-pop__number{font-size:clamp(64px,20vw,86px);line-height:.76}
  .vrs-pop__metric{margin-top:7px;font-size:8.5px;letter-spacing:.095em}
  .vrs-pop__headline{margin-top:6px;font-size:18px}
  .vrs-pop__copy{margin-top:3px;font-size:10.5px;line-height:1.25}
  .vrs-pop__cta-row{width:100%;margin-top:8px;gap:5px}
  .vrs-pop__cta{min-height:46px;padding:0 5px 0 9px;gap:5px;font-size:8.35px;letter-spacing:.005em}
  .vrs-pop__cta-arrow{width:31px;height:31px}
  .vrs-pop__cta-arrow svg{width:18px;height:18px;stroke-width:3.1}
  .vrs-pop__proof-note{margin-top:6px;padding-top:6px;font-size:8.2px;line-height:1.22}
}
@media(max-width:390px){
  .vrs-pop__number{font-size:62px}
  .vrs-pop__headline{font-size:16.5px}
  .vrs-pop__copy{font-size:10px}
  .vrs-pop__cta{font-size:7.7px;letter-spacing:0}
  .vrs-pop__cta-arrow{width:28px;height:28px}
  .vrs-pop__cta-arrow svg{width:16px;height:16px}
}
@media(max-height:760px) and (min-width:701px){
  .vrs-pop__card{width:min(680px,calc(100vw - 24px));padding:12px 16px 13px}
  .vrs-pop__hook{margin-bottom:6px;font-size:9px}
  .vrs-pop__info{padding-top:7px}
  .vrs-pop__number{font-size:82px}
  .vrs-pop__metric{margin-top:6px}
  .vrs-pop__headline{margin-top:5px;font-size:19px}
  .vrs-pop__copy{font-size:11px}
  .vrs-pop__cta-row{margin-top:7px}
  .vrs-pop__cta{min-height:46px}
  .vrs-pop__proof-note{margin-top:5px;padding-top:5px}
}
@media(max-height:640px) and (max-width:700px){
  .vrs-pop__play-circle{width:66px;height:66px}
  .vrs-pop__play-circle::after{inset:-7px}
  .vrs-pop__play-circle svg{width:31px;height:31px}
  .vrs-pop__card{width:min(500px,calc(100vw - 12px));padding:7px 8px 8px}
  .vrs-pop__hook{margin-bottom:4px;font-size:7.6px}
  .vrs-pop__info{padding-top:5px}
  .vrs-pop__number{font-size:54px}
  .vrs-pop__metric{margin-top:4px;font-size:7.8px}
  .vrs-pop__headline{margin-top:4px;font-size:14.5px}
  .vrs-pop__copy{font-size:9px}
  .vrs-pop__cta-row{margin-top:5px;gap:4px}
  .vrs-pop__cta{min-height:40px;font-size:7.6px;padding-left:7px}
  .vrs-pop__cta-arrow{width:27px;height:27px}
  .vrs-pop__proof-note{margin-top:4px;padding-top:4px;font-size:7.4px}
}
@media(prefers-reduced-motion:reduce){.vrs-pop__card,.vrs-pop__cta,.vrs-pop__fullscreen,.vrs-pop__play-circle{transition:none!important}.vrs-pop__play-circle,.vrs-pop__play-circle::after,.vrs-pop__card[data-stage="red"] .vrs-pop__number,.vrs-pop__card[data-stage="final"] .vrs-pop__number{animation:none!important}}

/* Seletor inicial com três caminhos — v0.6.34
   O host só recebe este atributo quando os dois controles originais são irmãos
   dentro da área #inscricao. Assim podemos formatar SOMENTE o seletor validado. */
[data-vrrx-choicehost]{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-template-rows:1fr!important;
  gap:6px!important;
  width:100%!important;
  min-height:72px!important;
  height:auto!important;
  padding:6px!important;
  margin:0!important;
  border-radius:999px!important;
  box-sizing:border-box!important;
  align-items:stretch!important;
  overflow:visible!important;
  flex-wrap:nowrap!important;
}
[data-vrrx-choicehost]>.vrrx-choicebar__option{
  grid-row:1!important;
  flex:none!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  min-height:60px!important;
  height:60px!important;
  margin:0!important;
  padding:0 18px!important;
  border-radius:999px!important;
  box-sizing:border-box!important;
  white-space:nowrap!important;
  text-align:center!important;
  justify-content:center!important;
  display:flex!important;
  align-items:center!important;
  line-height:1!important;
  font-size:13px!important;
  font-weight:850!important;
  letter-spacing:-.01em!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.vrrx-choicebar__option--cancelled{cursor:pointer!important}
@media(max-width:780px){
  [data-vrrx-choicehost]{gap:4px!important;padding:4px!important;min-height:58px!important}
  [data-vrrx-choicehost]>.vrrx-choicebar__option{height:50px!important;min-height:50px!important;padding:0 7px!important;font-size:10px!important;letter-spacing:-.025em!important}
}
@media(max-width:390px){
  [data-vrrx-choicehost]>.vrrx-choicebar__option{padding:0 4px!important;font-size:8.7px!important}
}

/* Reativação — entrada discreta e modal */
.vrrx-entry{margin:0 0 18px;padding:18px 20px;border:1px solid rgba(8,69,126,.13);border-radius:18px;background:linear-gradient(135deg,#fff8e8,#fff);display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 8px 25px rgba(22,55,83,.06)}
.vrrx-entry__copy{min-width:0}.vrrx-entry__copy strong{display:block;color:#0b3e73;font-size:15px;line-height:1.25;font-weight:850}.vrrx-entry__copy span{display:block;margin-top:5px;color:#65788b;font-size:13px;line-height:1.4}.vrrx-entry__button{flex:0 0 auto;border:0;border-radius:999px;background:#0b4c83;color:#fff;padding:13px 18px;font-size:11px;font-weight:900;letter-spacing:.045em;cursor:pointer}
.vrrx-entry--floating{position:fixed;left:18px;bottom:18px;z-index:99990;width:min(430px,calc(100vw - 36px));margin:0;box-shadow:0 18px 46px rgba(7,45,86,.18)}
.vrrx-modal__card{position:relative;z-index:2;width:min(620px,100%);max-height:min(88vh,760px);overflow:auto;border-radius:28px;background:#fff;color:#173954;padding:38px 38px 34px;box-shadow:0 30px 90px rgba(0,0,0,.28)}
.vrrx-modal__close{color:#0b3e73;border-color:#dce5ec;background:#f5f8fa}.vrrx-modal__close:hover{background:#eaf1f5}.vrrx-modal__eyebrow{display:block;margin-bottom:9px;color:#b47312;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.vrrx-modal h2{margin:0;padding-right:48px;color:#0b3e73;font-size:34px;line-height:1.02;letter-spacing:-.04em}.vrrx-modal__lead{margin:12px 0 22px;color:#62778a;font-size:15px;line-height:1.55}.vrrx-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.vrrx-field{display:block}.vrrx-field--full{grid-column:1/-1}.vrrx-field span{display:block;margin-bottom:7px;color:#36566f;font-size:12px;font-weight:800}.vrrx-field input[type="email"],.vrrx-field input[type="tel"],.vrrx-field input[type="file"]{width:100%;min-height:48px;border:1px solid #cfdae2;border-radius:12px;background:#fff;padding:10px 12px;color:#173954;font-size:15px}.vrrx-button{margin-top:18px;min-height:50px;border:0;border-radius:999px;padding:0 21px;background:#0b4c83;color:#fff;font-size:12px;font-weight:900;letter-spacing:.04em;cursor:pointer}.vrrx-button--green{background:#1bbf61}.vrrx-feedback{margin-top:14px;padding:12px 14px;border-radius:12px;background:#f4f7f9;color:#5a7083;font-size:13px;line-height:1.5}.vrrx-feedback.is-error{background:#fff0f1;color:#a02b39}.vrrx-feedback.is-ok{background:#eefaf3;color:#25724b}.vrrx-found{margin-top:18px;padding:16px;border:1px solid #dce6ed;border-radius:16px;background:#f8fbfc}.vrrx-found__name{font-size:19px;font-weight:850;color:#0b3e73}.vrrx-found__meta{margin-top:4px;font-size:12px;color:#758796}.vrrx-reasons{display:grid;gap:10px;margin-top:17px}.vrrx-reason{display:flex;align-items:flex-start;gap:10px;padding:14px;border:1px solid #dbe4ea;border-radius:14px;background:#fff;cursor:pointer}.vrrx-reason input{margin-top:3px}.vrrx-reason strong{display:block;color:#244c6b;font-size:14px}.vrrx-reason span{display:block;margin-top:3px;color:#6c7d8b;font-size:12px;line-height:1.4}.vrrx-proof{display:none;margin-top:14px}.vrrx-proof.is-visible{display:block}.vrrx-mini{margin-top:12px;font-size:11px;line-height:1.45;color:#778997}.vrrx-step[hidden]{display:none!important}


