.vrtc-page {
  --vrt-green: #fff;
  max-width: 1240px;
}

body {
  background:
    radial-gradient(circle at 78% 0%, rgba(76, 83, 122, 0.12), transparent 34rem),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.035), transparent 28rem),
    #050505;
}

.vrtc-page .vrt-shell {
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 0;
  background: rgba(8, 8, 9, 0.96);
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.56);
}

.vrtc-setup-exit {
  appearance: none;
  min-height: 44px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #d7d8dc;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.vrtc-setup-exit::before {
  content: "\2190";
  color: #8f9299;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.16s ease, color 0.16s ease;
}

.vrtc-setup-exit:hover:not(:disabled),
.vrtc-setup-exit:focus-visible {
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  outline: none;
}

.vrtc-setup-exit:hover::before,
.vrtc-setup-exit:focus-visible::before {
  color: #fff;
  transform: translateX(-2px);
}

.vrtc-setup-exit:disabled {
  cursor: wait;
  opacity: 0.58;
}

.vrtc-content {
  padding: 60px 56px 40px;
}

.vrtc-page .vrt-kicker {
  margin-bottom: 14px;
  color: #8e8e93;
  font-size: 10px;
  letter-spacing: 0.2em;
}

.vrtc-page .vrt-content h1 {
  max-width: 880px;
  font-size: clamp(48px, 7vw, 78px);
  letter-spacing: 0.025em;
  line-height: 0.94;
}

.vrtc-intro {
  max-width: 760px;
  margin-top: 22px;
  color: #c0c0c4;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.72;
}

.vrtc-section-label {
  display: block;
  color: #74747a;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
}

.vrtc-hero-assurance {
  max-width: 900px;
  margin-top: 30px;
  padding: 20px 0 20px 22px;
  border-left: 2px solid #fff;
}

.vrtc-hero-assurance > span {
  display: block;
  color: #87878c;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vrtc-hero-assurance p {
  margin: 8px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.vrtc-hero-assurance p strong { font-weight: 600; }
.vrtc-hero-assurance p b { font-weight: 700; white-space: nowrap; }

.vrtc-hero-assurance small {
  display: block;
  margin-top: 7px;
  color: #8e8e94;
  font-size: 11px;
  line-height: 1.6;
}

.vrtc-timeline-block {
  margin-top: 58px;
}

/* Plan cards and the order summary already disclose this schedule. */
#vrtcContent > .vrtc-timeline-block {
  display: none;
}

.vrtc-timeline-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.vrtc-timeline-head h2,
.vrtc-order h2,
.vrtc-secure h2 {
  margin: 9px 0 0;
  color: #fff;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.vrtc-timeline-cancel {
  max-width: 390px;
  margin: 0;
  color: #929298;
  font-size: 11px;
  line-height: 1.65;
  text-align: right;
}

.vrtc-timeline-cancel strong {
  color: #fff;
  font-weight: 600;
}

.vrtc-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
}

.vrtc-timeline::before { display: none; }

.vrtc-timeline-step {
  position: relative;
  min-width: 0;
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.022);
  text-align: left;
}

.vrtc-timeline-step.is-discount {
  border-color: rgba(255, 255, 255, 0.36);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(0, 0, 0, 0));
  box-shadow: 0 0 48px rgba(255, 255, 255, 0.025);
}

.vrtc-timeline-step:last-child { background: #0c0c12; }

.vrtc-timeline-node {
  display: inline-block;
  margin-bottom: 32px;
  color: #68686d;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.vrtc-timeline-period {
  display: block;
  color: #828287;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.vrtc-timeline-step > strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.vrtc-timeline-date {
  display: block;
  margin-top: 10px;
  color: #e1e1e4;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.045em;
  line-height: 1.55;
  text-transform: uppercase;
}

.vrtc-timeline-date time { color: #fff; }

.vrtc-timeline-step p {
  margin: 11px 0 0;
  color: #a1a1a6;
  font-size: 11px;
  line-height: 1.6;
}

.vrtc-calendar-line {
  display: grid;
  grid-template-columns: auto repeat(3, minmax(0, 1fr));
  margin-top: 11px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #0a0a0b;
}

.vrtc-calendar-summary {
  margin-top: 14px;
}

.vrtc-calendar-line > span {
  min-width: 0;
  padding: 11px 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  color: #9b9ba0;
  font-size: 10px;
  line-height: 1.45;
}

.vrtc-calendar-line > span:first-child { border-left: 0; }

.vrtc-calendar-line b,
.vrtc-calendar-title {
  display: block;
  color: #737378;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vrtc-calendar-line time { color: #fff; font-weight: 600; }

.vrtc-calendar-title {
  display: grid !important;
  align-content: center;
  color: #b0b0b5 !important;
}

.vrtc-calendar-cancel {
  margin: 8px 2px 0;
  color: #838389;
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
}

.vrtc-calendar-cancel strong,
.vrtc-calendar-cancel time {
  color: #ededf0;
  font-weight: 600;
}

.vrtc-plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 42px 0 0;
  padding: 0;
  border: 0;
}

.vrtc-plans legend {
  grid-column: 1 / -1;
  padding: 0;
  color: #fff;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.vrtc-field-help {
  grid-column: 1 / -1;
  max-width: 780px;
  margin: -7px 0 10px;
  color: #9b9ba0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
}

.vrtc-field-help strong { color: #fff; font-weight: 600; }

.vrtc-plan[data-plan-card="elite-yearly"] { display: none; }
body.is-elite-yearly-entry .vrtc-plans { grid-template-columns: minmax(0, 1fr); }
body.is-elite-yearly-entry [data-plan-card="plus"],
body.is-elite-yearly-entry [data-plan-card="elite"] { display: none; }
body.is-elite-yearly-entry .vrtc-plan[data-plan-card="elite-yearly"] { display: flex; max-width: 760px; width: 100%; margin-inline: auto; }
body.is-upgrade-mode .vrtc-plan[data-plan-card="elite-yearly"] { display: none; }
body.is-upgrade-mode .vrtc-hero-assurance small { display: none; }

.vrtc-plan {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 400px;
  flex-direction: column;
  padding: 31px 30px 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.025);
  cursor: pointer;
  overflow: hidden;
  transition: transform 180ms ease, opacity 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.vrtc-plan::before { display: none; }
.vrtc-plan-complete { border-color: rgba(255, 255, 255, 0.1); background: #0c0c12; }

.vrtc-plan:hover {
  border-color: rgba(255, 255, 255, 0.48);
  transform: translateY(-2px);
}

.vrtc-plan.is-selected {
  border-color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(0, 0, 0, 0));
  box-shadow: 0 0 58px rgba(255, 255, 255, 0.045);
  transform: translateY(-2px);
}

.vrtc-plan-complete.is-selected {
  background: linear-gradient(180deg, rgba(77, 84, 126, 0.13), rgba(12, 12, 18, 0.96) 58%);
}

.vrtc-plan.is-disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

.vrtc-plan-reserved {
  display: inline-block;
  width: fit-content;
  margin: -8px 0 17px;
  padding: 6px 8px;
  border: 1px solid rgba(113, 255, 178, 0.72);
  background: rgba(32, 155, 90, 0.12);
  color: #8fffc0;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.vrtc-plan-reserved[hidden] { display: none; }

.vrtc-plan-switch-label {
  display: inline-block;
  width: fit-content;
  margin: -8px 0 17px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.045);
  color: #f0f0f2;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.vrtc-plan-switch-label[hidden] { display: none; }

.vrtc-plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 26px;
}

.vrtc-plan-index {
  color: #808086;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vrtc-plan input {
  appearance: none;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin: 0;
  border: 1px solid #68686e;
  border-radius: 50%;
  background: transparent;
}

.vrtc-plan input:checked {
  border-color: #fff;
  background: #fff;
  box-shadow: inset 0 0 0 4px #101011;
}

.vrtc-plan input:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }

.vrtc-plan-badge {
  position: absolute;
  top: 65px;
  right: 30px;
  padding: 5px 8px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.vrtc-plan-name {
  color: #fff;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.vrtc-plan-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 19px;
}

.vrtc-plan-price strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  font-feature-settings: "tnum";
  letter-spacing: -0.035em;
  line-height: 1;
}

.vrtc-plan-price span {
  color: #7f7f85;
  font-size: 11px;
  line-height: 1.4;
}

.vrtc-plan-first-paid {
  display: block;
  margin-top: 12px;
  color: #b8b8bd;
  font-size: 11px;
  line-height: 1.55;
}

.vrtc-plan-first-paid strong {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.vrtc-plan-discount {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 11px;
  align-items: center;
  margin-top: 13px;
}

.vrtc-plan-discount b {
  padding: 4px 7px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vrtc-plan-discount span {
  color: #a0a0a5;
  font-size: 11px;
}

.vrtc-plan-discount time { color: #dedee1; }

.vrtc-plan-cancel {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: baseline;
  margin-top: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.055);
  color: #d3d3d7;
  font-size: 11px;
  line-height: 1.55;
}

.vrtc-plan-cancel b {
  color: #fff;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vrtc-plan-cancel time {
  color: #fff;
  font-weight: 700;
}

.vrtc-plan-cancel strong {
  color: #fff;
  font-weight: 700;
}

.vrtc-plan-standard {
  display: block;
  margin-top: 11px;
  color: #96969b;
  font-size: 11px;
  line-height: 1.55;
}

.vrtc-plan-standard strong,
.vrtc-plan-standard time {
  color: #e3e3e6;
  font-weight: 600;
}

.vrtc-plan-line {
  margin-top: 22px;
  color: #e2e2e5;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.vrtc-plan ul {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  padding: 13px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  list-style: none;
}

.vrtc-plan li {
  position: relative;
  padding: 7px 0 7px 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.035);
  color: #d0d0d4;
  font-size: 12px;
  line-height: 1.5;
}

.vrtc-plan li:last-child { border-bottom: 0; }

.vrtc-plan li::before {
  position: absolute;
  left: 0;
  color: #fff;
  content: "›";
}

.vrtc-plan-outcome {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  color: #a1a1a6;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.6;
}

.vrtc-plan-outcome strong {
  color: #fff;
  font-weight: 600;
}

.vrtc-plan-continue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #0c0c0d;
}

.vrtc-plan-continue[hidden] { display: none; }

.vrtc-plan-continue strong {
  color: #fff;
  font-size: 14px;
  font-weight: 650;
}

.vrtc-plan-continue p {
  max-width: 680px;
  margin: 6px 0 0;
  color: #9a9aa0;
  font-size: 11px;
  line-height: 1.55;
}

.vrtc-plan-continue-button {
  min-width: 285px;
  flex: 0 0 auto;
  background: #fff;
  color: #000;
}

.vrtc-plan-continue-button:hover:not(:disabled) { background: #e8e8ec; }
.vrtc-plan.is-locked { cursor: default; }
.vrtc-plan.is-locked:hover { transform: none; }
.vrtc-plan.is-locked-selected {
  opacity: 1;
  border-color: #fff;
  box-shadow: 0 0 58px rgba(255, 255, 255, 0.045);
}
.vrtc-plan.is-locked-other {
  opacity: 0.36;
  border-color: rgba(255, 255, 255, 0.1);
}

.vrtc-plan.is-switch-target {
  opacity: 0.82;
  border-color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.vrtc-plan.is-switch-target:hover,
.vrtc-plan.is-switch-target:focus-within {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.025);
  outline: none;
  transform: none;
}

.vrtc-plan.is-switch-target:focus-within {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.vrtc-plan.is-switch-target:active { opacity: 0.9; }

.vrtc-plan.is-switching {
  opacity: 0.86;
  border-color: rgba(113, 255, 178, 0.54);
  background: linear-gradient(180deg, rgba(45, 160, 100, 0.08), rgba(255, 255, 255, 0.018));
  box-shadow: 0 0 38px rgba(78, 230, 148, 0.045);
  cursor: progress;
}

.vrtc-plan.is-switching::after {
  position: absolute;
  top: 0;
  left: -46%;
  width: 46%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #8fffc0 62%, transparent);
  content: "";
  animation: vrtc-plan-switch-progress 1.1s ease-in-out infinite;
}

.vrtc-plan.is-switch-complete {
  opacity: 1;
  border-color: rgba(113, 255, 178, 0.78);
  background: linear-gradient(180deg, rgba(45, 160, 100, 0.12), rgba(255, 255, 255, 0.02));
  box-shadow: 0 0 42px rgba(78, 230, 148, 0.07);
  cursor: progress;
}

.vrtc-plan.is-switch-source {
  opacity: 0.58;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.vrtc-plan-switch {
  grid-column: 1 / -1;
  margin: 14px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(121, 255, 190, .42);
  background: rgba(26, 112, 72, .12);
}

.vrtc-plan-switch[hidden] { display: none; }

.vrtc-plan-switch strong {
  color: #f4f7f5;
  font: 700 12px/1.35 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vrtc-plan-switch p {
  margin: 5px 0 0;
  color: #aebbb5;
  font-size: 11px;
  line-height: 1.55;
}

.vrtc-plan-lock-note {
  margin: 22px 0 0;
  padding: 15px 17px;
  border: 1px solid rgba(113, 255, 178, 0.34);
  background: rgba(32, 155, 90, 0.07);
  color: #c8f8db;
  font-size: 11px;
  line-height: 1.55;
}

.vrtc-plan-lock-note[hidden] { display: none; }

.vrtc-checkout-stage {
  display: none;
  grid-template-columns: minmax(310px, 0.78fr) minmax(0, 1.35fr);
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #09090a;
}

#vrtcPlanForm.is-checkout-started .vrtc-checkout-stage,
#vrtcPlanForm.is-unavailable .vrtc-checkout-stage,
#vrtcPlanForm.is-pending .vrtc-checkout-stage { display: grid; }

.vrtc-order {
  min-width: 0;
  padding: 31px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: #0c0c12;
}

.vrtc-order dl { margin: 25px 0 0; }

.vrtc-order dl > div {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.vrtc-order dt {
  color: #77777d;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 8px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.vrtc-order dd {
  margin: 0;
  color: #e6e6e8;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}

.vrtc-order dl > div:first-child dd { color: #fff; font-weight: 700; }

.vrtc-order-cancel dt,
.vrtc-order-cancel time {
  color: #f0f0f2;
  font-weight: 600;
}

.vrtc-order-trial small,
.vrtc-order-cancel small {
  display: block;
  margin-top: 2px;
  color: #8f8f95;
  font-size: 9px;
  font-weight: 400;
}

.vrtc-order-copy {
  margin: 20px 0 0;
  color: #9a9aa0;
  font-size: 11px;
  line-height: 1.65;
}

.vrtc-secure {
  min-width: 0;
  padding: 31px;
}

.vrtc-secure-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.vrtc-secure-provider {
  flex: 0 0 auto;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #98989d;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vrtc-secure-empty {
  display: grid;
  min-height: 240px;
  place-content: center;
  justify-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.018);
  text-align: center;
}

.vrtc-secure-empty[hidden] { display: none; }

.vrtc-lock {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 6px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #d7d7da;
  font-size: 15px;
}

.vrtc-secure-empty strong { color: #e9e9eb; font-size: 13px; font-weight: 600; }
.vrtc-secure-empty p { max-width: 400px; margin: 0; color: #84848a; font-size: 11px; line-height: 1.65; }

.vrtc-secure-empty.is-switching,
.vrtc-secure-empty.is-switch-complete,
.vrtc-secure-empty.is-switch-error {
  min-height: 430px;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.vrtc-secure-empty.is-switching {
  border-color: rgba(113, 255, 178, 0.3);
  background: radial-gradient(circle at 50% 45%, rgba(55, 172, 108, 0.08), rgba(255, 255, 255, 0.012) 54%);
  box-shadow: inset 0 0 50px rgba(64, 205, 130, 0.025);
}

.vrtc-secure-empty.is-switching .vrtc-lock {
  border-color: rgba(113, 255, 178, 0.56);
  color: #8fffc0;
  animation: vrtc-switch-pulse 900ms ease-in-out infinite alternate;
}

.vrtc-secure-empty.is-switch-complete {
  border-color: rgba(113, 255, 178, 0.5);
  background: rgba(35, 150, 88, 0.065);
}

.vrtc-secure-empty.is-switch-complete .vrtc-lock {
  border-color: rgba(113, 255, 178, 0.72);
  color: #8fffc0;
}

.vrtc-secure-empty.is-switch-error {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.018);
}

@keyframes vrtc-plan-switch-progress {
  0% { left: -46%; opacity: 0; }
  20% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}

@keyframes vrtc-switch-pulse {
  from { opacity: 0.48; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1.04); }
}

.vrtc-preview-checkout {
  margin-top: 24px;
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0d0d0f;
}

.vrtc-preview-checkout[hidden] { display: none; }

.vrtc-preview-notice {
  margin-bottom: 15px;
  color: #7b7b80;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.vrtc-preview-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }

.vrtc-preview-field {
  margin-bottom: 11px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #09090a;
}

.vrtc-preview-field span { display: block; color: #79797e; font-size: 9px; line-height: 1; }

.vrtc-preview-field b {
  display: block;
  margin-top: 8px;
  color: #d0d0d3;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.vrtc-preview-checkout button {
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #171719;
  color: #727278;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vrtc-provider-status {
  margin-top: 24px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #a0a0a5;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  line-height: 1.65;
  text-align: center;
  text-transform: uppercase;
}

.vrtc-provider-status[hidden],
.vrtc-whop-mount[hidden] { display: none; }

.vrtc-whop-mount {
  min-height: 430px;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #09090a;
  overflow: hidden;
}

.vrtc-whop-mount iframe { width: 100% !important; min-height: 430px !important; border: 0 !important; }
.vrtc-whop-mount > div { width: 100% !important; }

.vrtc-trial-submit {
  margin-top: 16px;
}

.vrtc-trial-submit[hidden] { display: none; }

.vrtc-trial-submit-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vrtc-trial-submit-button:hover:not(:disabled),
.vrtc-trial-submit-button:focus-visible:not(:disabled) { background: #e8e8ec; }
.vrtc-trial-submit-button:disabled { cursor: not-allowed; opacity: 0.45; }

.vrtc-trial-submit p {
  margin: 10px 2px 0;
  color: #85858b;
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
}

.vrtc-renew-summary {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.018);
  color: #a4a4a9;
  font-size: 10px;
  line-height: 1.65;
}

.vrtc-renew-summary > span {
  display: grid;
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  line-height: 1;
  place-items: center;
}

.vrtc-renew-summary p { margin: 0; }
.vrtc-renew-summary[hidden] { display: none; }
.vrtc-renew-summary strong { color: #f0f0f1; font-weight: 600; }

.vrtc-retry {
  width: 100%;
  margin-top: 15px;
  background: #fff;
  color: #000;
}

.vrtc-retry[hidden] { display: none; }
.vrtc-retry:hover:not(:disabled) { background: #e8e8ec; }

.vrtc-unavailable-back {
  display: block;
  margin-top: 13px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #e5e5e7;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.vrtc-unavailable-back[hidden] { display: none; }

.vrtc-secure-copy {
  margin: 14px 2px 0;
  color: #74747a;
  font-size: 10px;
  line-height: 1.65;
  text-align: center;
}

.vrtc-checkout-email-notice {
  margin: 12px 2px 0;
  color: #a8adae;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.vrtc-page .vrt-footnote {
  margin-top: 20px;
  color: #626268;
  font-size: 9px;
  line-height: 1.75;
}

@media (min-width: 981px) {
  .vrtc-content { padding: 46px 50px 34px; }
  .vrtc-page .vrt-kicker { margin-bottom: 10px; }
  .vrtc-page .vrt-content h1 { max-width: 800px; font-size: clamp(44px, 5.7vw, 66px); }
  .vrtc-intro { margin-top: 15px; font-size: 15px; line-height: 1.58; }
  .vrtc-hero-assurance { margin-top: 22px; padding: 14px 0 14px 18px; }
  .vrtc-hero-assurance p { margin-top: 6px; font-size: 16px; line-height: 1.42; }
  .vrtc-hero-assurance small { margin-top: 5px; font-size: 10px; line-height: 1.5; }

  .vrtc-timeline-block { margin-top: 40px; }
  .vrtc-timeline-head h2,
  .vrtc-order h2,
  .vrtc-secure h2 { font-size: 29px; }
  .vrtc-timeline { margin-top: 17px; }
  .vrtc-timeline-step { min-height: 158px; padding: 19px 20px; }
  .vrtc-timeline-node { margin-bottom: 18px; }
  .vrtc-timeline-step > strong { margin-top: 5px; font-size: 26px; }
  .vrtc-timeline-date { margin-top: 7px; font-size: 8px; }
  .vrtc-timeline-step p { margin-top: 7px; font-size: 10px; line-height: 1.48; }
  .vrtc-calendar-line > span { padding: 9px 12px; }

  .vrtc-plans { gap: 14px; margin-top: 44px; }
  .vrtc-plans legend { font-size: 31px; }
  .vrtc-field-help { margin: -5px 0 6px; font-size: 12px; line-height: 1.52; }
  .vrtc-plan { min-height: 0; padding: 24px 25px 22px; }
  .vrtc-plan-top { margin-bottom: 19px; }
  .vrtc-plan-badge { top: 55px; right: 25px; padding: 4px 7px; }
  .vrtc-plan-name { font-size: 31px; }
  .vrtc-plan-price { margin-top: 14px; }
  .vrtc-plan-price strong { font-size: 42px; }
  .vrtc-plan-discount { gap: 7px 10px; margin-top: 10px; }
  .vrtc-plan-discount b { padding: 3px 6px; font-size: 7px; }
  .vrtc-plan-cancel { margin-top: 8px; font-size: 11px; line-height: 1.45; }
  .vrtc-plan-standard { margin-top: 8px; font-size: 10px; line-height: 1.48; }
  .vrtc-plan-line { margin-top: 16px; font-size: 12px; line-height: 1.45; }
  .vrtc-plan ul { margin-top: 12px; padding-top: 9px; }
  .vrtc-plan li { padding: 5px 0 5px 15px; font-size: 11px; line-height: 1.38; }
  .vrtc-plan-outcome { padding-top: 13px; font-size: 10px; line-height: 1.5; }

  .vrtc-checkout-stage { margin-top: 20px; }
  .vrtc-order,
  .vrtc-secure { padding: 25px; }

  #vrtcPlanForm.is-plan-switching .vrtc-checkout-stage {
    grid-template-columns: 1fr;
  }

  #vrtcPlanForm.is-plan-switching .vrtc-order {
    display: none;
  }

  .vrtc-order dl { margin-top: 18px; }
  .vrtc-order dl > div { padding: 10px 0; }
  .vrtc-order-copy { margin-top: 15px; line-height: 1.52; }
  .vrtc-secure-empty { min-height: 190px; margin-top: 18px; padding: 24px; }
  .vrtc-preview-checkout,
  .vrtc-provider-status,
  .vrtc-whop-mount { margin-top: 18px; }
  .vrtc-page .vrt-footnote { margin-top: 15px; line-height: 1.6; }
}

@media (max-width: 980px) {
  .vrtc-checkout-stage { grid-template-columns: 1fr; }
  .vrtc-order { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
}

@media (max-width: 740px) {
  .vrtc-page { padding: 12px; }
  .vrtc-content { padding: 28px 20px 30px; }
  .vrtc-page .vrt-kicker { margin-bottom: 10px; }
  .vrtc-page .vrt-content h1 { font-size: clamp(38px, 11vw, 50px); line-height: 0.98; }
  .vrtc-intro { margin-top: 14px; font-size: 14px; line-height: 1.58; }
  .vrtc-hero-assurance { margin-top: 20px; padding: 13px 0 13px 15px; }
  .vrtc-hero-assurance p { margin-top: 5px; font-size: 15px; line-height: 1.42; }
  .vrtc-hero-assurance small { margin-top: 5px; font-size: 10px; line-height: 1.45; }
  .vrtc-timeline-block { display: none; }
  .vrtc-plans { gap: 12px; margin-top: 28px; }
  .vrtc-plans legend { font-size: 29px; line-height: 1.06; }
  .vrtc-field-help { margin: -2px 0 5px; font-size: 12px; line-height: 1.55; }
  .vrtc-timeline-head { display: grid; align-items: start; }
  .vrtc-timeline-head h2 { font-size: 27px; }
  .vrtc-timeline-cancel { display: none; }
  .vrtc-timeline { grid-template-columns: 1fr; gap: 8px; margin-top: 14px; }
  .vrtc-timeline-step { display: grid; min-height: 0; grid-template-columns: 48px minmax(0, 1fr); column-gap: 14px; padding: 15px 16px; }
  .vrtc-timeline-node { grid-row: 1 / span 3; margin: 2px 0 0; }
  .vrtc-timeline-period,
  .vrtc-timeline-step > strong,
  .vrtc-timeline-date { grid-column: 2; }
  .vrtc-timeline-step > strong { margin-top: 4px; font-size: 24px; }
  .vrtc-timeline-date { margin-top: 6px; font-size: 8px; }
  .vrtc-timeline-step p,
  .vrtc-calendar-line { display: none; }
  .vrtc-calendar-summary { display: none; }
  .vrtc-calendar-cancel { margin-top: 9px; font-size: 9px; text-align: left; }
  .vrtc-plans { grid-template-columns: 1fr; }
  .vrtc-plan { min-height: 0; padding: 20px; }
  .vrtc-plan-top { margin-bottom: 15px; }
  .vrtc-plan-badge { position: static; align-self: flex-start; margin: 0 0 13px; }
  .vrtc-plan-name { font-size: 31px; }
  .vrtc-plan-price { margin-top: 12px; }
  .vrtc-plan-price strong { font-size: 35px; }
  .vrtc-plan-first-paid { margin-top: 8px; }
  .vrtc-plan-cancel { display: none; }
  .vrtc-plan-discount { margin-top: 9px; }
  .vrtc-plan-standard { margin-top: 8px; }
  .vrtc-plan-line { margin-top: 14px; }
  .vrtc-plan ul { display: none; }
  .vrtc-plan-outcome { margin-top: 12px; padding-top: 11px; }
  .vrtc-review-grid { margin-top: 22px; }
  .vrtc-review-action { margin-top: 10px; }
}

@media (max-width: 600px) {
  .vrtc-setup-exit { width: 44px; min-width: 44px; min-height: 44px; padding: 0; gap: 0; overflow: hidden; font-size: 0; letter-spacing: 0; white-space: nowrap; }
  .vrtc-setup-exit::before { font-size: 18px; }
}

@media (max-width: 520px) {
  .vrtc-page { padding: 0; }
  .vrtc-page .vrt-shell { border-right: 0; border-left: 0; }
  .vrtc-content { padding: 20px 14px 24px; }
  .vrtc-hero-assurance { padding-left: 14px; }
  .vrtc-hero-assurance p { font-size: 14px; }
  .vrtc-timeline-step { padding: 14px; }
  .vrtc-plans { gap: 8px; margin-top: 20px; }
  .vrtc-plans legend { font-size: 25px; }
  .vrtc-field-help { margin-bottom: 2px; font-size: 11px; line-height: 1.45; }
  .vrtc-plan { padding: 14px; }
  .vrtc-plan-top { margin-bottom: 8px; }
  .vrtc-plan-index { font-size: 8px; }
  .vrtc-plan-badge { position: absolute; top: 13px; right: 45px; margin: 0; padding: 4px 6px; }
  .vrtc-plan-name { font-size: 27px; }
  .vrtc-plan-price { margin-top: 7px; }
  .vrtc-plan-price strong { font-size: 28px; }
  .vrtc-plan-price span { font-size: 9px; }
  .vrtc-plan-first-paid { margin-top: 6px; font-size: 10px; line-height: 1.4; }
  .vrtc-plan-first-paid strong { font-size: 12px; }
  .vrtc-plan-discount { gap: 5px 7px; margin-top: 6px; }
  .vrtc-plan-discount b { padding: 3px 5px; font-size: 7px; }
  .vrtc-plan-discount span { font-size: 9px; }
  .vrtc-plan-standard { margin-top: 6px; font-size: 10px; line-height: 1.4; }
  .vrtc-plan-line { display: none; }
  .vrtc-plan-outcome { margin-top: 8px; padding-top: 8px; font-size: 9.5px; line-height: 1.42; }
  .vrtc-plan-continue { display: grid; gap: 16px; padding: 20px; }
  .vrtc-plan-continue[hidden] { display: none; }
  .vrtc-plan-continue-button { width: 100%; min-width: 0; }
  .vrtc-order, .vrtc-secure { padding: 24px 20px; }
  .vrtc-secure-head { display: grid; }
  .vrtc-secure-provider { justify-self: start; }
  .vrtc-preview-row { grid-template-columns: 1fr; gap: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .vrtc-plan { transition: none; }
  .vrtc-plan.is-switching::after,
  .vrtc-secure-empty.is-switching .vrtc-lock { animation: none; }
}

.vrtc-elite-review[hidden] { display: none; }

.vrtc-review-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 14px;
  margin-top: 28px;
}

.vrtc-review-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.022);
}

.vrtc-review-card h2 {
  margin: 10px 0 0;
  color: #fff;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.vrtc-review-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 20px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  list-style: none;
}

.vrtc-review-card li {
  position: relative;
  padding: 7px 0 7px 16px;
  color: #b5b5ba;
  font-size: 12px;
  line-height: 1.45;
}

.vrtc-review-card li::before {
  position: absolute;
  left: 0;
  color: #fff;
  content: "›";
}

.vrtc-review-order {
  background: #0c0c12;
}

.vrtc-review-order dl {
  margin: 18px 0 0;
}

.vrtc-review-order dl > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vrtc-review-order dt {
  color: #77777d;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vrtc-review-order dd {
  margin: 0;
  color: #fff;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 700;
  text-align: right;
}

.vrtc-review-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 14px;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #0c0c0d;
}

.vrtc-review-action .vrt-action-title,
.vrtc-review-action .vrt-action-detail {
  margin: 0;
}

.vrtc-review-action .vrt-action-title {
  color: #fff;
  font-weight: 600;
}

.vrtc-review-action .vrt-action-detail {
  max-width: 590px;
  margin-top: 6px;
  color: #85858b;
  font-size: 11px;
  line-height: 1.55;
}

.vrtc-review-action .vrt-continue {
  flex: 0 0 auto;
  min-width: 290px;
  min-height: 48px;
  border-radius: 2px;
}

.vrtc-review-buttons {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  gap: 10px;
}

.vrtc-review-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  box-sizing: border-box;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 2px;
  color: #d7d7da;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.vrtc-review-back:hover,
.vrtc-review-back:focus-visible {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-decoration: none;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 820px) {
  .vrtc-review-grid { grid-template-columns: 1fr; }
  .vrtc-review-action { display: grid; }
  .vrtc-review-buttons { display: grid; width: 100%; }
  .vrtc-review-back { width: 100%; }
  .vrtc-review-action .vrt-continue { width: 100%; min-width: 0; }
}

@media (max-width: 520px) {
  .vrtc-review-card { padding: 23px 20px; }
  .vrtc-review-card ul { grid-template-columns: 1fr; }
  .vrtc-review-action { padding: 22px 20px; }
}
