
/* Hide theme/plugin scroll-to-top controls globally on Vocavera public screens. */
#ast-scroll-top,
.ast-scroll-top,
.ast-scroll-top-icon,
.ast-scroll-to-top-right,
.ast-scroll-to-top-left,
.ast-scroll-top-wrap,
.ast-scroll-top-wrapper,
#scrollUp,
.scroll-to-top,
.scroll-top,
.scrollup,
.site-scroll-top,
.page-scroll-up,
.elementor-scroll-to-top,
.elementor-scroll-to-top--visible,
.eael-scroll-to-top-wrap,
.uagb-scroll-to-top,
.wpfront-scroll-top-container,
#back-to-top,
.back-to-top,
.go-top {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}


.vpr-page,
.vpr-page * {
  box-sizing: border-box;
}

.vpr-page {
  --bg: #f5f7fb;
  --bg-2: #f8faff;
  --card: rgba(255, 255, 255, 0.96);
  --card-strong: #ffffff;
  --text: #27314b;
  --text-strong: #1f2740;
  --muted: #6d7897;
  --muted-2: #8e98b5;
  --line: rgba(161, 181, 219, 0.22);
  --line-strong: rgba(152, 174, 214, 0.34);
  --accent: #4696ff;
  --accent-2: #68abff;
  --accent-3: #a7ccff;
  --accent-weak: rgba(70, 150, 255, 0.12);
  --accent-soft: rgba(70, 150, 255, 0.08);
  --success: #6bbf74;
  --warm: #ffcf87;
  --gold: #ffb547;
  --shadow-lg: 0 28px 68px rgba(90, 112, 164, 0.10), 0 4px 18px rgba(90, 112, 164, 0.05), inset 0 1px 0 rgba(255,255,255,0.9);
  --shadow-md: 0 16px 38px rgba(93, 118, 176, 0.09), inset 0 1px 0 rgba(255,255,255,0.72);
  --shadow-sm: 0 10px 24px rgba(96, 118, 171, 0.08), inset 0 1px 0 rgba(255,255,255,0.78);
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 18px;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 26px 0 54px;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(123,169,255,0.10), transparent 28%),
    radial-gradient(circle at 85% 5%, rgba(255,207,135,0.08), transparent 24%),
    radial-gradient(circle at 78% 70%, rgba(123,169,255,0.06), transparent 22%),
    linear-gradient(180deg, #f8f9fd 0%, #f4f6fb 100%);
  overflow: hidden;
}

.vpr-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.14) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.20;
  mix-blend-mode: soft-light;
}

.vpr-page::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,207,135,0.22) 0%, rgba(255,207,135,0.05) 40%, transparent 72%);
  pointer-events: none;
}

.vpr-shell {
  width: min(1288px, calc(100vw - 72px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.vpr-shell--narrow {
  width: min(1180px, calc(100vw - 72px));
}

.vpr-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 4px 2px 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(156,176,214,0.16);
}

.vpr-topbar--compact {
  margin-bottom: 22px;
}

.vpr-topbar--landing-clean {
  justify-content: flex-start;
}

.vpr-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.vpr-brand-logo {
  display: block;
  width: auto;
  height: 40px;
  max-width: min(100%, 200px);
  filter: drop-shadow(0 10px 16px rgba(70,150,255,0.14));
}

.vpr-top-actions,
.vpr-hero-actions,
.vpr-kicker-row,
.vpr-result-badges,
.vpr-info-pill-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.vpr-top-actions .vpr-chip {
  min-height: 52px;
  padding: 0 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.vpr-top-actions .vpr-btn {
  min-height: 52px;
}


.vpr-chip,
.vpr-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(161,181,219,0.18);
  box-shadow: var(--shadow-sm);
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.vpr-chip--muted,
.vpr-kicker {
  background: rgba(245,248,255,0.88);
  color: var(--muted);
}

.vpr-kicker {
  min-height: 36px;
  padding: 0 13px;
}

.vpr-info-pill-row {
  gap: 12px;
}

.vpr-info-pill-row--hero {
  margin-bottom: 4px;
}

.vpr-page-pills {
  margin: 0 0 18px;
}

.vpr-info-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 42px;
  min-width: 154px;
  padding: 0 16px 0 14px;
  border-radius: 999px;
  background: rgba(245,248,255,0.9);
  border: 1px solid rgba(161,181,219,0.18);
  box-shadow: var(--shadow-sm);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.vpr-info-pill__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: var(--accent);
}

.vpr-info-pill__icon svg {
  display: block;
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vpr-info-pill__label {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.vpr-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(252,253,255,0.95) 100%);
  border: 1px solid rgba(163,181,214,0.18);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.vpr-card::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -130px;
  bottom: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120,174,255,0.08) 0%, transparent 66%);
  pointer-events: none;
}

.vpr-hero {
  padding: 34px 34px 32px;
  margin-bottom: 22px;
}

.vpr-hero::before {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -30px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(77,151,255,0.12) 0%, rgba(77,151,255,0.04) 46%, transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}

.vpr-hero-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 26px;
  align-items: center;
}

.vpr-hero-copy,
.vpr-hero-side,
.vpr-preview-stack {
  position: relative;
  z-index: 2;
}

.vpr-hero-copy {
  padding: 8px 4px 6px 4px;
}

.vpr-page h1,
.vpr-page h2,
.vpr-page h3,
.vpr-page p {
  margin: 0;
}

.vpr-page h1 {
  max-width: 670px;
  color: var(--text-strong);
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 800;
  margin-top: 12px;
}

.vpr-lead {
  margin-top: 24px;
  max-width: 660px;
  font-size: 18px;
  line-height: 1.72;
  color: var(--muted);
}

.vpr-page--landing .vpr-hero-copy .vpr-lead {
  margin-top: 38px;
  line-height: 1.98;
}

.vpr-lead--sm {
  max-width: 740px;
  margin-top: 0;
}

.vpr-hero-actions {
  margin-top: 26px;
}

.vpr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 18px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.vpr-btn--with-icon {
  gap: 10px;
}

.vpr-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  color: currentColor;
}

.vpr-btn__icon svg {
  display: block;
  width: 14px;
  height: 14px;
}

.vpr-btn__label {
  display: inline-flex;
  align-items: center;
}

.vpr-btn:hover,
.vpr-btn:focus-visible,
.vpr-chip:hover,
.vpr-chip:focus-visible,
.vpr-option:hover,
.vpr-option:focus-visible {
  transform: translateY(-1px);
}

.vpr-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  box-shadow: 0 14px 24px rgba(70,150,255,0.28), inset 0 1px 0 rgba(255,255,255,0.22);
}

.vpr-btn--secondary,
.vpr-btn--ghost {
  color: var(--text);
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(161,181,219,0.22);
  box-shadow: var(--shadow-sm);
}

.vpr-btn--ghost[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.vpr-btn:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.vpr-meta-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vpr-meta {
  min-height: 120px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(161,181,219,0.18);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
}

.vpr-meta strong {
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--text-strong);
}

.vpr-meta span {
  font-size: 14px;
  line-height: 1.58;
  color: var(--muted);
}

.vpr-preview-stack {
  display: grid;
  gap: 18px;
}

.vpr-preview-card {
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(104,171,255,0.14), transparent 42%),
    linear-gradient(180deg, rgba(248,250,255,0.96), rgba(255,255,255,0.98));
  border: 1px solid rgba(163,181,214,0.22);
  box-shadow: var(--shadow-md);
}

.vpr-preview-card--main {
  padding-bottom: 28px;
}

.vpr-preview-card--branch {
  padding: 22px;
}


.vpr-preview-top,
.vpr-mini-branches {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.vpr-preview-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(70,150,255,0.12);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.vpr-preview-pill--soft {
  background: rgba(255,207,135,0.18);
  color: #9a6a12;
}

.vpr-preview-card h3,
.vpr-feature-card h3,
.vpr-step-card h3,
.vpr-branch-card h3,
.vpr-track-card h3 {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--text-strong);
}

.vpr-preview-card p,
.vpr-feature-card p,
.vpr-step-card p,
.vpr-branch-card p,
.vpr-track-card p,
.vpr-question-context,
.vpr-section-head p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}

.vpr-preview-list,
.vpr-side-notes,
.vpr-why-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.vpr-preview-list li,
.vpr-side-notes li,
.vpr-why-list li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text);
}

.vpr-preview-list li::before,
.vpr-side-notes li::before,
.vpr-why-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 4px 12px rgba(70,150,255,0.25);
}

.vpr-preview-route,
.vpr-side-route {
  margin-top: 18px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.vpr-preview-route span,
.vpr-side-route span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(245,248,255,0.92);
  border: 1px solid rgba(161,181,219,0.18);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.vpr-preview-route .is-active {
  background: linear-gradient(135deg, rgba(70,150,255,0.18), rgba(104,171,255,0.14));
  color: var(--accent);
}

.vpr-mini-title,
.vpr-side-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(245,248,255,0.88);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(162,180,214,0.24);
}


.vpr-preview-card--branch .vpr-mini-title {
  margin-bottom: 16px;
}

.vpr-branch-mini-grid {
  display: grid;
  gap: 12px;
}

.vpr-branch-mini {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(161,181,219,0.18);
  box-shadow: var(--shadow-sm);
}

.vpr-branch-mini-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,207,135,0.22), rgba(70,150,255,0.08));
  color: var(--text-strong);
  font-size: 20px;
  box-shadow: var(--shadow-sm);
}

.vpr-branch-mini-copy {
  min-width: 0;
}

.vpr-branch-mini-copy strong,
.vpr-choice-top,
.vpr-choice-level {
  display: block;
}

.vpr-branch-mini-copy strong {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--text-strong);
}

.vpr-branch-mini-copy span,
.vpr-side-copy,
.vpr-side-foot,
.vpr-choice-note {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}

.vpr-branch-mini-copy em {
  display: inline-flex;
  margin-top: 12px;
  font-style: normal;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(70,150,255,0.1);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  align-items: center;
}

.vpr-side-copy {
  margin-top: 24px;
}

.vpr-quiz-side h3 + .vpr-side-copy {
  margin-top: 34px;
}

.vpr-side-note-card {
  margin-top: 22px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(245,248,255,0.88);
  border: 1px solid rgba(161,181,219,0.18);
  box-shadow: var(--shadow-sm);
}

.vpr-side-note-card p {
  margin-top: 14px;
}

.vpr-side-foot {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(161,181,219,0.18);
  font-weight: 600;
}

.vpr-course-choice-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.vpr-course-choice-card {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(161,181,219,0.18);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.vpr-course-choice-card.is-recommended {
  background: linear-gradient(135deg, rgba(70,150,255,0.12), rgba(104,171,255,0.08));
  border-color: rgba(70,150,255,0.28);
  box-shadow: 0 18px 34px rgba(70,150,255,0.14), inset 0 1px 0 rgba(255,255,255,0.78);
}

.vpr-choice-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  flex-wrap: wrap;
}

.vpr-choice-level {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: rgba(245,248,255,0.92);
  border: 1px solid rgba(161,181,219,0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-strong);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
  box-shadow: var(--shadow-sm);
}

.vpr-course-choice-card h3 {
  margin-top: 18px;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: var(--text-strong);
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.vpr-choice-actions {
  margin-top: auto;
  padding-top: 18px;
}

.vpr-choice-foot {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.vpr-site-footer {
  margin-top: 24px;
  padding: 18px 2px 0;
  border-top: 1px solid rgba(156,176,214,0.16);
}

.vpr-footer {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  gap: 8px;
  padding: 0;
}

.vpr-footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vpr-footer-brand-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.vpr-footer-logo {
  display: block;
  width: auto;
  height: 24px;
  max-width: 100%;
}

.vpr-footer-links {
  color: #7e88a5;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: center;
}

.vpr-footer-links a,
.vpr-footer-links span {
  display: inline;
  color: inherit;
  text-decoration: none;
}

.vpr-footer-links span[aria-hidden="true"] {
  display: inline-block;
  margin: 0 .32em;
  opacity: .42;
}

.vpr-footer-meta {
  color: #8a93ad;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.vpr-footer-legal {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  color: #8d96b1;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.vpr-footer-legal span[aria-hidden="true"] {
  display: inline-block;
  margin: 0 .32em;
  opacity: .42;
}

.vpr-footer-legal a,
.vpr-footer-legal a:visited {
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
  text-decoration: none !important;
}

.vpr-footer-legal a:hover,
.vpr-footer-legal a:focus-visible {
  color: #55627f !important;
  -webkit-text-fill-color: #55627f;
  text-decoration: none !important;
}

.vpr-grid {
  display: grid;
  gap: 18px;
  margin-bottom: 22px;
}

.vpr-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vpr-feature-card,
.vpr-route-card,
.vpr-steps-card,
.vpr-cta-card,
.vpr-quiz-side,
.vpr-question-card,
.vpr-result-shell,
.vpr-result-hero-card,
.vpr-diagnostic-card,
.vpr-route-result-card,
.vpr-why-card,
.vpr-special-card,
.vpr-course-picker-card {
  padding: 26px;
}

.vpr-feature-card {
  min-height: 220px;
}

.vpr-feature-icon,
.vpr-step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(70,150,255,0.16), rgba(104,171,255,0.1));
  color: var(--accent);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: var(--shadow-sm);
}

.vpr-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 18px;
  align-items: end;
  margin-bottom: 26px;
}

.vpr-section-head--compact {
  grid-template-columns: 1fr;
  align-items: start;
}

.vpr-section-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(70,150,255,0.12);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.vpr-section-head h2 {
  margin-top: 14px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: var(--text-strong);
}

.vpr-route-map {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.vpr-route-map--result {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 6px;
}

.vpr-route-node {
  position: relative;
  min-height: 122px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(161,181,219,0.18);
  background: rgba(255,255,255,0.72);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vpr-route-node.is-current,
.vpr-route-node.is-active {
  background: linear-gradient(135deg, rgba(70,150,255,0.14), rgba(104,171,255,0.08));
  border-color: rgba(70,150,255,0.34);
  box-shadow: 0 16px 34px rgba(70,150,255,0.18), inset 0 1px 0 rgba(255,255,255,0.78);
}

.vpr-route-node.is-base,
.vpr-route-node.is-done {
  background: rgba(255,255,255,0.72);
  border-color: rgba(161,181,219,0.18);
  box-shadow: var(--shadow-sm);
}

.vpr-route-node.is-next {
  opacity: 0.88;
}

.vpr-node-level {
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text-strong);
}

.vpr-node-copy {
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
}

.vpr-branches-grid,
.vpr-steps-grid,
.vpr-track-grid,
.vpr-result-grid {
  display: grid;
  gap: 18px;
}

.vpr-branches-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.vpr-route-card + .vpr-cta-card {
  margin-top: 22px;
}

.vpr-branch-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(161,181,219,0.18);
  box-shadow: var(--shadow-sm);
}

.vpr-branch-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(255,207,135,0.2);
  color: #8a620f;
  font-size: 20px;
  box-shadow: var(--shadow-sm);
}

.vpr-steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vpr-step-card {
  padding: 22px;
  border-radius: 26px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(161,181,219,0.18);
  box-shadow: var(--shadow-sm);
}

.vpr-step-card h3 {
  margin-top: 16px;
}

.vpr-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
}

.vpr-cta-card {
  margin-bottom: 24px;
}

.vpr-cta-card h2 {
  margin-top: 14px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.03;
  letter-spacing: -0.05em;
  color: var(--text-strong);
}

.vpr-cta-card p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.72;
  color: var(--muted);
}

.vpr-quiz-grid {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.vpr-quiz-side h3 {
  margin-top: 14px;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: var(--text-strong);
}

.vpr-question-card {
  min-height: 540px;
}

.vpr-loading {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  text-align: center;
}

.vpr-spinner {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid rgba(70,150,255,0.14);
  border-top-color: var(--accent);
  animation: vpr-spin 900ms linear infinite;
}

@keyframes vpr-spin {
  to {
    transform: rotate(360deg);
  }
}

.vpr-question-header {
  display: grid;
  gap: 16px;
}

.vpr-question-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--muted);
  font-weight: 700;
}

.vpr-progressbar {
  position: relative;
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: rgba(70,150,255,0.1);
  overflow: hidden;
  border: 1px solid rgba(161,181,219,0.12);
}

.vpr-progressbar span,
.vpr-meter-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 10px 20px rgba(70,150,255,0.22);
}

.vpr-question-body {
  margin-top: 28px;
}

.vpr-question-type {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(70,150,255,0.1);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.vpr-question-context {
  margin-top: 16px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(245,248,255,0.88);
  border: 1px solid rgba(161,181,219,0.18);
  color: var(--text);
}

.vpr-question-body h2 {
  margin-top: 18px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.05em;
  color: var(--text-strong);
}

.vpr-options {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.vpr-option {
  width: 100%;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(161,181,219,0.18);
  background: rgba(255,255,255,0.88);
  box-shadow: var(--shadow-sm);
  display: flex;
  gap: 14px;
  align-items: center;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.vpr-option.is-selected {
  background: linear-gradient(135deg, rgba(70,150,255,0.14), rgba(104,171,255,0.08));
  border-color: rgba(70,150,255,0.36);
  box-shadow: 0 18px 32px rgba(70,150,255,0.16), inset 0 1px 0 rgba(255,255,255,0.76);
}

.vpr-option-letter {
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(245,248,255,0.92);
  border: 1px solid rgba(161,181,219,0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-strong);
  font-size: 14px;
  font-weight: 800;
}

.vpr-option-copy {
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.vpr-inline-error {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 207, 135, 0.18);
  color: #885c0f;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid rgba(255, 181, 71, 0.24);
}

.vpr-question-footer {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.vpr-result-shell {
  min-height: 520px;
}

.vpr-result-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
}

.vpr-result-grid > .vpr-card {
  min-width: 0;
}

.vpr-result-hero-card {
  grid-column: span 12;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.vpr-diagnostic-card {
  grid-column: span 5;
}

.vpr-route-result-card {
  grid-column: span 7;
}

.vpr-why-card {
  grid-column: span 5;
}

.vpr-special-card {
  grid-column: span 7;
}

.vpr-course-picker-card {
  grid-column: span 12;
  padding: 8px 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.vpr-course-picker-card::after {
  content: none;
}

.vpr-score-ring {
  --vpr-score: 0%;
  position: relative;
  width: min(220px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    conic-gradient(from 220deg, var(--accent) 0 var(--vpr-score), rgba(70,150,255,0.12) var(--vpr-score) 100%);
  display: grid;
  place-items: center;
  box-shadow: 0 28px 50px rgba(70,150,255,0.18), inset 0 1px 0 rgba(255,255,255,0.8);
}

.vpr-score-ring::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(251,252,255,0.94));
  border: 1px solid rgba(161,181,219,0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.vpr-score-ring-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.vpr-score-ring-inner strong {
  display: block;
  font-size: clamp(48px, 6vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: var(--text-strong);
}

.vpr-score-ring-inner span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
}

.vpr-result-copy h1 {
  font-size: clamp(34px, 4vw, 54px);
  max-width: 760px;
}

.vpr-result-copy .vpr-lead--sm {
  margin-top: 18px;
}

.vpr-result-copy .vpr-result-badges {
  margin-top: 26px;
}

.vpr-meter + .vpr-meter {
  margin-top: 18px;
}

.vpr-meter-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--text);
  font-weight: 700;
}

.vpr-meter-head strong {
  color: var(--muted);
  font-size: 13px;
}

.vpr-meter-track {
  position: relative;
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: rgba(70,150,255,0.1);
  margin-top: 10px;
  overflow: hidden;
}

.vpr-track-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vpr-track-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(161,181,219,0.18);
  box-shadow: var(--shadow-sm);
}

.vpr-track-card.is-available {
  background: linear-gradient(135deg, rgba(70,150,255,0.10), rgba(104,171,255,0.06));
  border-color: rgba(70,150,255,0.24);
}

.vpr-track-card.is-locked {
  background: linear-gradient(135deg, rgba(245,248,255,0.84), rgba(255,255,255,0.92));
}

.vpr-track-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 12px;
  flex-wrap: wrap;
}

.vpr-track-top h3 {
  margin-top: 0;
  font-size: 24px;
}

.vpr-track-actions {
  margin-top: 18px;
}

.vpr-track-lock {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(245,248,255,0.88);
  border: 1px solid rgba(161,181,219,0.18);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.vpr-empty-state {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 14px;
  padding: 30px;
}

.vpr-empty-icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: rgba(255,207,135,0.16);
  color: #9b6a10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  box-shadow: var(--shadow-sm);
}

.vpr-empty-state h2 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: var(--text-strong);
}

.vpr-empty-state p {
  max-width: 640px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.vpr-hero-actions--center {
  justify-content: center;
}

@media (max-width: 1240px) {
  .vpr-grid--three,
  .vpr-steps-grid,
  .vpr-track-grid,
  .vpr-branches-grid,
  .vpr-quiz-grid,
  .vpr-section-head,
  .vpr-cta-card,
  .vpr-hero-grid {
    grid-template-columns: 1fr;
  }

  .vpr-result-hero-card,
  .vpr-diagnostic-card,
  .vpr-route-result-card,
  .vpr-why-card,
  .vpr-special-card,
  .vpr-course-picker-card {
    grid-column: span 12;
  }

  .vpr-course-choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vpr-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 10px;
  }

  .vpr-footer-links {
    display: block;
  }

  .vpr-result-hero-card {
    grid-template-columns: 1fr;
  }

  .vpr-score-ring {
    margin: 0 auto;
  }
}

@media (max-width: 880px) {
  .vpr-page {
    padding: 18px 0 42px;
  }

  .vpr-shell,
  .vpr-shell--narrow {
    width: calc(100vw - 32px);
  }

  .vpr-hero,
  .vpr-feature-card,
  .vpr-route-card,
  .vpr-steps-card,
  .vpr-cta-card,
  .vpr-quiz-side,
  .vpr-question-card,
  .vpr-result-shell,
  .vpr-result-hero-card,
  .vpr-diagnostic-card,
  .vpr-route-result-card,
  .vpr-why-card,
  .vpr-special-card {
    padding: 20px;
  }

  .vpr-course-picker-card {
    padding: 6px 0 0;
  }

  .vpr-meta-grid {
    grid-template-columns: 1fr;
  }

  .vpr-route-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vpr-question-body h2,
  .vpr-page h1 {
    letter-spacing: -0.045em;
  }

  .vpr-brand-logo {
    height: 40px;
    max-width: min(100%, 190px);
  }

  .vpr-footer-logo {
    height: 22px;
  }

  .vpr-footer-links {
    font-size: 15px;
  }

  .vpr-footer-meta {
    font-size: 14px;
  }
}

@media (max-width: 640px) {

  .vpr-topbar {
    justify-content: center;
    align-items: center;
  }

  .vpr-brand {
    width: 100%;
    justify-content: center;
  }

  .vpr-brand-logo {
    height: 40px;
    max-width: min(100%, 180px);
  }

  .vpr-top-actions {
    width: 100%;
    justify-content: center;
  }

  .vpr-topbar,
  .vpr-question-meta,
  .vpr-question-footer,
  .vpr-track-top {
    align-items: stretch;
  }

  .vpr-question-footer .vpr-btn,
  .vpr-hero-actions .vpr-btn,
  .vpr-top-actions .vpr-chip,
  .vpr-top-actions .vpr-btn,
  .vpr-track-actions .vpr-btn,
  .vpr-empty-state .vpr-btn,
  .vpr-choice-actions .vpr-btn,
  .vpr-choice-foot .vpr-btn {
    width: 100%;
  }

  .vpr-route-map {
    grid-template-columns: 1fr;
  }

  .vpr-top-actions .vpr-chip,
  .vpr-result-badges .vpr-chip,
  .vpr-kicker {
    width: 100%;
    justify-content: flex-start;
  }

  .vpr-info-pill-row {
    gap: 10px;
  }

  .vpr-info-pill {
    min-width: 144px;
  }

  .vpr-course-choice-grid {
    grid-template-columns: 1fr;
  }

  .vpr-branch-mini {
    grid-template-columns: 1fr;
  }

  .vpr-branch-mini-icon {
    width: 44px;
    height: 44px;
  }

  .vpr-option {
    padding: 16px 16px;
  }

  .vpr-option-copy {
    font-size: 15px;
  }

  .vpr-preview-card h3,
  .vpr-feature-card h3,
  .vpr-step-card h3,
  .vpr-branch-card h3,
  .vpr-track-card h3,
  .vpr-course-choice-card h3 {
    font-size: 22px;
  }

  .vpr-footer-links {
    font-size: 14px;
  }

  .vpr-footer-meta {
    font-size: 13px;
  }

  .vpr-footer-legal {
    font-size: 13px;
    line-height: 1.55;
  }
}


@media (max-width: 480px) {
  .vpr-brand-logo {
    height: 38px;
    max-width: min(100%, 171px);
  }

  .vpr-shell,

  .vpr-shell--narrow {
    width: calc(100vw - 24px);
  }

  .vpr-footer-logo {
    height: 20px;
  }

  .vpr-top-actions {
    width: 100%;
  }

  .vpr-info-pill {
    min-width: 140px;
    height: 44px;
    padding: 0 15px 0 13px;
  }

  .vpr-info-pill__label {
    font-size: 13px;
  }

  .vpr-top-actions .vpr-chip,
  .vpr-top-actions .vpr-btn {
    min-height: 46px;
    border-radius: 16px;
    font-size: 15px;
  }

  .vpr-hero,
  .vpr-feature-card,
  .vpr-route-card,
  .vpr-steps-card,
  .vpr-cta-card,
  .vpr-quiz-side,
  .vpr-question-card,
  .vpr-result-shell,
  .vpr-result-hero-card,
  .vpr-diagnostic-card,
  .vpr-route-result-card,
  .vpr-why-card,
  .vpr-special-card {
    padding: 18px 14px;
    border-radius: 28px;
  }

  .vpr-course-picker-card {
    padding: 4px 0 0;
  }

  .vpr-page h1 {
    font-size: clamp(34px, 13vw, 46px);
    letter-spacing: -0.05em;
  }

  .vpr-lead {
    font-size: 16px;
    line-height: 1.66;
  }

  .vpr-footer-brand {
    justify-content: center;
  }
}

@media (max-width: 360px) {
  .vpr-brand-logo {
    height: 36px;
    max-width: min(100%, 162px);
  }

  .vpr-shell,

  .vpr-shell--narrow {
    width: calc(100vw - 20px);
  }

  .vpr-footer-logo {
    height: 18px;
  }

  .vpr-top-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .vpr-info-pill {
    min-width: 132px;
    padding-right: 14px;
  }

  .vpr-top-actions .vpr-btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 320px) {
  .vpr-brand-logo {
    height: 34px;
    max-width: min(100%, 153px);
  }

  .vpr-footer-logo {
    height: 17px;
  }

  .vpr-top-actions,
  .vpr-kicker-row {
    grid-template-columns: 1fr;
  }

  .vpr-info-pill {
    min-width: 100%;
  }
}

.vpr-page--quiz .vpr-page-pills {
  display: none;
}

@media (min-width: 641px) {
  .vpr-page--result .vpr-page-pills {
    display: none;
  }
}

@media (max-width: 640px) {
  .vpr-page--quiz .vpr-top-actions,
  .vpr-page--quiz .vpr-page-pills,
  .vpr-page--result .vpr-page-pills {
    display: none;
  }
}

body.vpr-standalone-template #scrollUp,
body.vpr-standalone-template #toTop,
body.vpr-standalone-template .scroll-to-top,
body.vpr-standalone-template .scroll-top,
body.vpr-standalone-template .back-to-top,
body.vpr-standalone-template .to-top,
body.vpr-standalone-template .page-scroll-up,
body.vpr-standalone-template .elementor-scroll-to-top,
body.vpr-standalone-template .eael-scroll-to-top-wrap,
body.vpr-standalone-template .ast-scroll-top-icon,
body.vpr-standalone-template .uagb-scroll-to-top {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* v1.1.39 marketing topbar for express test landing */
.vpr-topbar--marketing {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(110px, 1fr);
  align-items: center;
  gap: 18px;
  flex-wrap: nowrap;
  padding: 14px 16px;
  margin-bottom: 20px;
  border: 1px solid rgba(163,181,214,0.22);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(248,251,255,0.70) 100%);
  box-shadow: 0 18px 44px rgba(90,112,164,0.075), inset 0 1px 0 rgba(255,255,255,0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  position: relative;
  overflow: visible;
  z-index: 2;
}
.vpr-topbar--marketing > * { position: relative; z-index: 1; }
.vpr-topbar--marketing::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(70,150,255,0.13), rgba(255,255,255,0), rgba(255,207,135,0.13));
  opacity: .72;
  z-index: 0;
}
.vpr-topbar--marketing .vpr-brand-wrap,
.vpr-topbar--marketing .vpr-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}
.vpr-topbar--marketing .vpr-brand-logo {
  height: 40px;
  width: auto;
  max-width: 210px;
  object-fit: contain;
}
.vpr-topnav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-width: 0;
  white-space: nowrap;
}
.vpr-topnav a {
  color: #5d6988;
  font-weight: 780;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: color .18s ease, transform .18s ease;
}
.vpr-topnav a:hover,
.vpr-topnav a:focus-visible {
  color: #27314b;
  transform: translateY(-1px);
}
.vpr-topbar--marketing .vpr-top-actions-auth {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}
.vpr-header-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 16px;
  border: 1px solid rgba(163,181,214,0.30);
  background: rgba(255,255,255,0.78);
  box-shadow: 0 10px 22px rgba(90,112,164,0.08), inset 0 1px 0 rgba(255,255,255,0.86);
  color: #27314b;
  font-weight: 800;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .vpr-topbar--marketing {
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 12px 14px;
  }
  .vpr-topnav { display: none; }
  .vpr-topbar--marketing .vpr-brand-logo { height: 36px; max-width: 186px; }
  .vpr-header-login { min-height: 44px; padding: 0 18px; }
}
@media (max-width: 520px) {
  .vpr-topbar--marketing { border-radius: 22px; margin-bottom: 16px; }
  .vpr-topbar--marketing .vpr-brand-logo { height: 32px; max-width: 164px; }
  .vpr-header-login { min-height: 40px; padding: 0 14px; font-size: 14px; }
}

/* v1.1.40: homepage-like fixed public top menu for /english-test/.
   The header uses the placement landing page background tone. */
.vpr-page.vpr-page--landing {
  padding-top: 98px !important;
}
.vpr-page.vpr-page--landing .vpr-topbar--marketing {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 21474830 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 78px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(219,228,244,.82) !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(123, 169, 255, 0.11), transparent 30%),
    radial-gradient(circle at 86% 0%, rgba(255, 207, 135, 0.075), transparent 25%),
    linear-gradient(180deg, rgba(248, 249, 253, 0.94) 0%, rgba(244, 246, 251, 0.90) 100%) !important;
  box-shadow: 0 12px 32px rgba(90,112,164,.08) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  overflow: visible !important;
  transform: translateZ(0);
}
body.admin-bar .vpr-page.vpr-page--landing .vpr-topbar--marketing { top: 32px !important; }
.vpr-page.vpr-page--landing .vpr-topbar--marketing::before { display: none !important; }
.vpr-page.vpr-page--landing .vpr-topbar--marketing > * { position: static !important; }
.vpr-page.vpr-page--landing .vpr-topbar__inner {
  position: relative !important;
  z-index: 1 !important;
  width: min(1288px, calc(100vw - 72px)) !important;
  min-height: 78px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(180px, 1fr) auto minmax(110px, 1fr) !important;
  align-items: center !important;
  gap: 18px !important;
}
.vpr-page.vpr-page--landing .vpr-topbar--marketing .vpr-brand-wrap,
.vpr-page.vpr-page--landing .vpr-topbar--marketing .vpr-top-actions-auth {
  position: static !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.vpr-page.vpr-page--landing .vpr-topbar--marketing .vpr-brand-wrap {
  justify-content: flex-start !important;
}
.vpr-page.vpr-page--landing .vpr-topbar--marketing .vpr-brand-logo {
  height: 40px !important;
  width: auto !important;
  max-width: 210px !important;
  object-fit: contain !important;
}
.vpr-page.vpr-page--landing .vpr-topnav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 26px !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}
.vpr-page.vpr-page--landing .vpr-topnav a {
  color: #5d6988 !important;
  font-weight: 780 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  letter-spacing: -0.02em !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transition: color .18s ease, transform .18s ease !important;
}
.vpr-page.vpr-page--landing .vpr-topnav a:hover,
.vpr-page.vpr-page--landing .vpr-topnav a:focus-visible,
.vpr-page.vpr-page--landing .vpr-topnav a[aria-current="page"] {
  color: #27314b !important;
  transform: translateY(-1px);
}
.vpr-page.vpr-page--landing .vpr-topbar--marketing .vpr-top-actions-auth {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
  width: auto !important;
  justify-self: end !important;
}
.vpr-page.vpr-page--landing .vpr-header-login {
  min-height: 48px !important;
  padding: 0 22px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(163,181,214,0.30) !important;
  background: rgba(255,255,255,0.78) !important;
  box-shadow: 0 10px 22px rgba(90,112,164,0.08), inset 0 1px 0 rgba(255,255,255,0.86) !important;
  color: #27314b !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
.vpr-page.vpr-page--landing .vpr-header-login:hover,
.vpr-page.vpr-page--landing .vpr-header-login:focus-visible {
  color: #1f2740 !important;
  border-color: rgba(70,150,255,0.28) !important;
  box-shadow: 0 14px 28px rgba(70,150,255,0.13), inset 0 1px 0 rgba(255,255,255,0.90) !important;
}
.vpr-page.vpr-page--landing section[id] { scroll-margin-top: 104px; }
@media (max-width: 1100px) {
  .vpr-page.vpr-page--landing .vpr-topbar__inner {
    width: min(1288px, calc(100vw - 48px)) !important;
    gap: 14px !important;
  }
  .vpr-page.vpr-page--landing .vpr-topnav { gap: 20px !important; }
  .vpr-page.vpr-page--landing .vpr-topnav a { font-size: 14.5px !important; }
}
@media (max-width: 900px) {
  .vpr-page.vpr-page--landing { padding-top: 84px !important; }
  .vpr-page.vpr-page--landing .vpr-topbar--marketing { min-height: 68px !important; }
  .vpr-page.vpr-page--landing .vpr-topbar__inner {
    width: min(1288px, calc(100vw - 32px)) !important;
    min-height: 68px !important;
    grid-template-columns: 1fr auto !important;
    gap: 14px !important;
  }
  .vpr-page.vpr-page--landing .vpr-topnav { display: none !important; }
  .vpr-page.vpr-page--landing .vpr-topbar--marketing .vpr-brand-logo { height: 36px !important; max-width: 186px !important; }
  .vpr-page.vpr-page--landing .vpr-header-login { min-height: 44px !important; padding: 0 18px !important; }
  .vpr-page.vpr-page--landing section[id] { scroll-margin-top: 86px; }
}
@media (max-width: 782px) {
  body.admin-bar .vpr-page.vpr-page--landing .vpr-topbar--marketing { top: 46px !important; }
}
@media (max-width: 520px) {
  .vpr-page.vpr-page--landing { padding-top: 76px !important; }
  .vpr-page.vpr-page--landing .vpr-topbar--marketing { min-height: 62px !important; }
  .vpr-page.vpr-page--landing .vpr-topbar__inner {
    width: min(1288px, calc(100vw - 24px)) !important;
    min-height: 62px !important;
  }
  .vpr-page.vpr-page--landing .vpr-topbar--marketing .vpr-brand-logo { height: 32px !important; max-width: 164px !important; }
  .vpr-page.vpr-page--landing .vpr-header-login {
    min-height: 40px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
  }
  .vpr-page.vpr-page--landing section[id] { scroll-margin-top: 78px; }
}



/* v1.1.42 / v1.4.70.298: /english-test/ fixed header uses the same background principle as homepage. */
.vpr-page.vpr-page--landing .vpr-topbar--marketing {
  background: rgba(255,255,255,.88) !important;
}

/* v1.1.43 / v1.4.70.303: mobile-only Vocavera app button in /english-test/ fixed topbar. */
.vpr-header-app-mobile {
  display: none !important;
}
@media (max-width: 900px) {
  .vpr-page.vpr-page--landing .vpr-topbar--marketing .vpr-top-actions-auth {
    gap: 8px !important;
  }
  .vpr-page.vpr-page--landing .vpr-header-app-mobile {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.72) !important;
    background: linear-gradient(135deg, #5a96f8 0%, #72aaff 100%) !important;
    box-shadow: 0 14px 28px rgba(77,145,245,.24), inset 0 1px 0 rgba(255,255,255,.34) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-weight: 850 !important;
    font-size: 14.5px !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
  }
  .vpr-page.vpr-page--landing .vpr-header-app-mobile:hover,
  .vpr-page.vpr-page--landing .vpr-header-app-mobile:focus-visible {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    box-shadow: 0 18px 34px rgba(77,145,245,.30), inset 0 1px 0 rgba(255,255,255,.42) !important;
    transform: translateY(-1px);
  }
}
@media (max-width: 520px) {
  .vpr-page.vpr-page--landing .vpr-topbar--marketing .vpr-top-actions-auth {
    gap: 6px !important;
  }
  .vpr-page.vpr-page--landing .vpr-header-app-mobile {
    min-height: 40px !important;
    padding: 0 12px !important;
    font-size: 13.5px !important;
  }
}
@media (max-width: 380px) {
  .vpr-page.vpr-page--landing .vpr-topbar--marketing .vpr-brand-logo { max-width: 112px !important; }
  .vpr-page.vpr-page--landing .vpr-header-app-mobile {
    padding: 0 9px !important;
    font-size: 12.8px !important;
  }
  .vpr-page.vpr-page--landing .vpr-header-login {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 13px !important;
  }
}


/* v1.1.45 / v1.4.70.322: public app CTA visibility is controlled by PWA installed detection. */
.vpr-header-app-desktop,
.vpr-header-app-mobile,
.vpr-page.vpr-page--landing .vpr-header-app-desktop,
.vpr-page.vpr-page--landing .vpr-header-app-mobile {
  display: none !important;
}
.vpr-page.vpr-page--landing .vpr-header-app-desktop.vocavera-install-cta--visible {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 20px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  background: linear-gradient(135deg, #5a96f8 0%, #72aaff 100%) !important;
  box-shadow: 0 14px 28px rgba(77,145,245,.24), inset 0 1px 0 rgba(255,255,255,.34) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-weight: 850 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
}
.vpr-page.vpr-page--landing .vpr-header-app-desktop.vocavera-install-cta--visible:hover,
.vpr-page.vpr-page--landing .vpr-header-app-desktop.vocavera-install-cta--visible:focus-visible,
.vpr-page.vpr-page--landing .vpr-header-app-mobile.vocavera-install-cta--visible:hover,
.vpr-page.vpr-page--landing .vpr-header-app-mobile.vocavera-install-cta--visible:focus-visible {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 18px 34px rgba(77,145,245,.30), inset 0 1px 0 rgba(255,255,255,.42) !important;
  transform: translateY(-1px);
}
@media (max-width: 900px) {
  .vpr-page.vpr-page--landing .vpr-header-app-desktop.vocavera-install-cta--visible { display: none !important; }
  .vpr-page.vpr-page--landing .vpr-header-app-mobile.vocavera-install-cta--visible {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.72) !important;
    background: linear-gradient(135deg, #5a96f8 0%, #72aaff 100%) !important;
    box-shadow: 0 14px 28px rgba(77,145,245,.24), inset 0 1px 0 rgba(255,255,255,.34) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-weight: 850 !important;
    font-size: 14.5px !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
  }
}
@media (max-width: 520px) {
  .vpr-page.vpr-page--landing .vpr-header-app-mobile.vocavera-install-cta--visible {
    min-height: 40px !important;
    padding: 0 12px !important;
    font-size: 13.5px !important;
  }
}
@media (max-width: 380px) {
  .vpr-page.vpr-page--landing .vpr-header-app-mobile.vocavera-install-cta--visible {
    padding: 0 9px !important;
    font-size: 12.8px !important;
  }
}

/* v1.4.70.496: compact public header breakpoint tuned closer to real nav capacity. */
@media (min-width: 901px) and (max-width: 1060px) {
  .vpr-page.vpr-page--landing { padding-top: 84px !important; }
  .vpr-page.vpr-page--landing .vpr-topbar--marketing { min-height: 68px !important; }
  .vpr-page.vpr-page--landing .vpr-topbar__inner {
    width: min(1288px, calc(100vw - 32px)) !important;
    min-height: 68px !important;
    grid-template-columns: 1fr auto !important;
    gap: 14px !important;
  }
  .vpr-page.vpr-page--landing .vpr-topnav { display: none !important; }
  .vpr-page.vpr-page--landing .vpr-topbar--marketing .vpr-brand-logo { height: 36px !important; max-width: 186px !important; }
  .vpr-page.vpr-page--landing .vpr-topbar--marketing .vpr-top-actions-auth { gap: 8px !important; }
  .vpr-page.vpr-page--landing .vpr-header-login { min-height: 44px !important; padding: 0 18px !important; }
  .vpr-page.vpr-page--landing .vpr-header-app-desktop.vocavera-install-cta--visible { display: none !important; }
  .vpr-page.vpr-page--landing .vpr-header-app-mobile.vocavera-install-cta--visible {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.72) !important;
    background: linear-gradient(135deg, #5a96f8 0%, #72aaff 100%) !important;
    box-shadow: 0 14px 28px rgba(77,145,245,.24), inset 0 1px 0 rgba(255,255,255,.34) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-weight: 850 !important;
    font-size: 14.5px !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
  }
}


/* v1.4.70.645: /english-test/ supplied static visual shell. Dynamic URLs, PWA CTA and Placement Router flow are preserved. */
.vpr-page--test-static-shell {
  --bg:#f8fbff;--text:#07142f;--text-2:#50607f;--text-3:#7a89a8;--blue:#2468f2;--blue-2:#2fa4ff;--cyan:#28c9d2;--purple:#795fff;--green:#0f9f45;--border:rgba(71,105,160,.16);--shadow-xs:0 5px 18px rgba(21,58,122,.05);--shadow-sm:0 12px 34px rgba(20,56,120,.08);--max:1424px;--ease:cubic-bezier(.2,.8,.2,1);
  width:100vw;min-height:100svh;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0!important;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(850px 520px at 72% 19%,rgba(68,135,255,.13),transparent 65%),radial-gradient(620px 460px at 35% 34%,rgba(46,201,210,.055),transparent 72%),linear-gradient(180deg,#fff 0%,#f7fbff 49%,#fff 100%);overflow-x:hidden;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;
}
.vpr-page--test-static-shell .vpr-shell--test-static-shell{width:100%;max-width:none;margin:0;padding:0}.vpr-page--test-static-shell a{color:inherit;text-decoration:none}.vpr-page--test-static-shell button{font:inherit}.vpr-page--test-static-shell .skip-link{position:fixed;left:16px;top:-80px;z-index:100;padding:12px 16px;border-radius:12px;background:var(--text);color:#fff;transition:top .2s var(--ease)}.vpr-page--test-static-shell .skip-link:focus{top:14px}
.vpr-page--test-static-shell .site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(59,93,151,.12);background:rgba(255,255,255,.72);backdrop-filter:blur(22px) saturate(140%);-webkit-backdrop-filter:blur(22px) saturate(140%)}
.vpr-page--test-static-shell .header-inner{width:min(var(--max),calc(100% - 96px));height:84px;margin:0 auto;display:grid;grid-template-columns:220px minmax(0,1fr) 398px;align-items:center;gap:24px}.vpr-page--test-static-shell .brand{display:inline-flex;align-items:center;width:196px;transition:transform .22s var(--ease),opacity .22s var(--ease)}.vpr-page--test-static-shell .brand:hover{transform:translateY(-1px);opacity:.96}.vpr-page--test-static-shell .brand img{width:196px;height:auto;display:block}.vpr-page--test-static-shell .nav{display:flex;justify-content:center;gap:clamp(20px,2.4vw,38px);font-weight:650;font-size:16px;letter-spacing:-.012em}.vpr-page--test-static-shell .nav a,.vpr-page--test-static-shell .login-link{position:relative;color:#0c1731;transition:color .18s var(--ease)}.vpr-page--test-static-shell .nav a::after,.vpr-page--test-static-shell .login-link::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;border-radius:99px;transform:scaleX(0);transform-origin:center;background:linear-gradient(90deg,var(--blue),var(--cyan));transition:transform .22s var(--ease)}.vpr-page--test-static-shell .nav a:hover,.vpr-page--test-static-shell .login-link:hover{color:var(--blue)}.vpr-page--test-static-shell .nav a:hover::after,.vpr-page--test-static-shell .login-link:hover::after{transform:scaleX(1)}.vpr-page--test-static-shell .header-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;font-weight:650;font-size:16px}
.vpr-page--test-static-shell .btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:58px;padding:0 30px;border-radius:14px;border:1px solid transparent;cursor:pointer;user-select:none;white-space:nowrap;font-weight:760;font-size:17px;letter-spacing:-.015em;transition:transform .24s var(--ease),box-shadow .24s var(--ease),border-color .24s var(--ease),background .24s var(--ease);will-change:transform}.vpr-page--test-static-shell .btn .arrow{font-size:20px;line-height:1;transform:translateY(-1px);transition:transform .24s var(--ease)}.vpr-page--test-static-shell .btn:hover{transform:translateY(-2px)}.vpr-page--test-static-shell .btn:hover .arrow{transform:translate(4px,-1px)}.vpr-page--test-static-shell .btn-primary{color:#fff;background:linear-gradient(135deg,#2457e6 0%,#2870ea 52%,#1d8fd4 100%);box-shadow:0 14px 32px rgba(36,95,232,.23),inset 0 1px 0 rgba(255,255,255,.30)}.vpr-page--test-static-shell .btn-primary:hover{box-shadow:0 19px 40px rgba(36,95,232,.29),inset 0 1px 0 rgba(255,255,255,.32)}.vpr-page--test-static-shell .btn-secondary{color:var(--text);background:rgba(255,255,255,.72);border-color:rgba(64,97,156,.18);box-shadow:var(--shadow-xs),inset 0 1px 0 rgba(255,255,255,.96)}.vpr-page--test-static-shell .btn-secondary:hover{border-color:rgba(36,104,242,.28);box-shadow:var(--shadow-sm)}.vpr-page--test-static-shell .install-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;width:138px;padding:0 18px;border-radius:14px;border:1px solid rgba(36,104,242,.22);background:linear-gradient(180deg,rgba(240,247,255,.96),rgba(226,238,255,.90));color:#1f5ff2;box-shadow:0 10px 24px rgba(35,109,242,.10),inset 0 1px 0 rgba(255,255,255,.96);font-weight:760;font-size:16px;letter-spacing:-.015em;white-space:nowrap;transition:transform .24s var(--ease),box-shadow .24s var(--ease),border-color .24s var(--ease),background .24s var(--ease),color .24s var(--ease)}.vpr-page--test-static-shell .install-button[hidden]{display:none!important}.vpr-page--test-static-shell .header-start{width:138px;min-width:138px;min-height:52px;padding:0 18px;font-size:16px}
.vpr-page--test-static-shell .mobile-menu{display:none;position:relative;z-index:80}.vpr-page--test-static-shell .menu-button{list-style:none;width:44px;min-width:44px;height:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:13px;border:1px solid rgba(64,97,156,.16);background:rgba(255,255,255,.78);box-shadow:var(--shadow-xs),inset 0 1px 0 rgba(255,255,255,.95);color:var(--text);cursor:pointer}.vpr-page--test-static-shell .menu-button::-webkit-details-marker{display:none}.vpr-page--test-static-shell .burger-lines{width:18px;height:14px;display:flex;flex-direction:column;justify-content:space-between}.vpr-page--test-static-shell .burger-lines span{display:block;height:2px;border-radius:99px;background:currentColor;transition:transform .22s var(--ease),opacity .22s var(--ease)}.vpr-page--test-static-shell .mobile-menu[open] .burger-lines span:nth-child(1){transform:translateY(6px) rotate(45deg)}.vpr-page--test-static-shell .mobile-menu[open] .burger-lines span:nth-child(2){opacity:0}.vpr-page--test-static-shell .mobile-menu[open] .burger-lines span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.vpr-page--test-static-shell .mobile-nav{position:absolute;right:0;top:calc(100% + 12px);width:min(286px,calc(100vw - 28px));padding:9px;border-radius:20px;border:1px solid rgba(63,98,156,.16);background:rgba(255,255,255,.94);box-shadow:0 24px 70px rgba(20,56,120,.16),inset 0 1px 0 rgba(255,255,255,.96);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%)}.vpr-page--test-static-shell .mobile-nav a{display:flex;align-items:center;min-height:46px;padding:0 13px;border-radius:13px;color:var(--text);font-size:15px;font-weight:720;letter-spacing:-.015em}.vpr-page--test-static-shell .mobile-nav a:hover{color:var(--blue);background:rgba(36,104,242,.07)}
.vpr-page--test-static-shell .test-page{flex:1 0 auto}.vpr-page--test-static-shell .test-hero,.vpr-page--test-static-shell .test-features-section,.vpr-page--test-static-shell .test-result-section,.vpr-page--test-static-shell .directions-section{width:min(var(--max),calc(100% - 96px));margin:0 auto}.vpr-page--test-static-shell .test-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.68fr);align-items:center;gap:clamp(42px,5vw,78px);padding:clamp(54px,6vw,88px) 0 48px}.vpr-page--test-static-shell .test-copy{min-width:0;max-width:870px}.vpr-page--test-static-shell .test-eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:34px;padding:11px 15px 10px;border-radius:13px;color:var(--blue);background:rgba(255,255,255,.72);border:1px solid rgba(36,104,242,.20);box-shadow:0 8px 24px rgba(38,100,219,.055),inset 0 1px 0 rgba(255,255,255,.9);font-weight:720;font-size:15px;letter-spacing:-.01em;white-space:nowrap}.vpr-page--test-static-shell .test-eyebrow svg{flex:0 0 auto}.vpr-page--test-static-shell .test-eyebrow .dot{width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.75}.vpr-page--test-static-shell .test-title{margin:0;max-width:900px;font-size:clamp(48px,4.55vw,74px);line-height:.98;letter-spacing:-.062em;font-weight:830;color:var(--text)}.vpr-page--test-static-shell .test-lead{margin:28px 0 0;max-width:740px;color:var(--text-2);font-size:20px;line-height:1.54;letter-spacing:-.018em;font-weight:500}.vpr-page--test-static-shell .test-cta-row{display:flex;align-items:center;gap:22px;margin-top:30px}.vpr-page--test-static-shell .test-cta-row .btn{min-width:212px}.vpr-page--test-static-shell .test-preview{position:relative;border:0;background:transparent;box-shadow:none;padding:0;overflow:visible;min-height:auto}.vpr-page--test-static-shell .test-preview-card{position:relative;z-index:1;border-radius:34px;border:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,.90) 0%,rgba(247,250,255,.82) 100%);box-shadow:0 34px 86px rgba(19,68,160,.13),inset 0 1px 0 rgba(255,255,255,.98);padding:28px}.vpr-page--test-static-shell .preview-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;color:var(--text-2);font-size:13px;font-weight:760}.vpr-page--test-static-shell .preview-topline span{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border-radius:99px;background:rgba(255,255,255,.72);border:1px solid rgba(44,88,162,.15)}.vpr-page--test-static-shell .test-preview-card h2{margin:0 0 18px;color:var(--text);font-size:30px;line-height:1.05;letter-spacing:-.04em;font-weight:830}.vpr-page--test-static-shell .question-card,.vpr-page--test-static-shell .recommend-card,.vpr-page--test-static-shell .test-feature-card,.vpr-page--test-static-shell .result-panel,.vpr-page--test-static-shell .direction-card{border:1px solid rgba(63,98,156,.13);background:rgba(255,255,255,.78);box-shadow:var(--shadow-xs),inset 0 1px 0 rgba(255,255,255,.92)}.vpr-page--test-static-shell .question-card{padding:20px;border-radius:22px}.vpr-page--test-static-shell .question-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--text-2);font-size:13px;font-weight:760}.vpr-page--test-static-shell .question-bar{height:8px;margin:14px 0;border-radius:99px;background:#e5ecfb;overflow:hidden}.vpr-page--test-static-shell .question-bar span{display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue),var(--blue-2))}.vpr-page--test-static-shell .question-card p{margin:0;color:var(--text-2);font-size:15px;line-height:1.55;font-weight:580}.vpr-page--test-static-shell .level-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0}.vpr-page--test-static-shell .level-row span,.vpr-page--test-static-shell .result-route span{min-height:48px;display:grid;place-items:center;border-radius:16px;color:var(--blue);background:linear-gradient(180deg,#edf5ff,#e4efff);border:1px solid rgba(36,104,242,.16);font-size:18px;font-weight:850}.vpr-page--test-static-shell .level-row span:nth-child(2),.vpr-page--test-static-shell .result-route span:nth-of-type(2){color:#7754f3;background:linear-gradient(180deg,#f2eaff,#ece2ff);border-color:rgba(119,84,243,.18)}.vpr-page--test-static-shell .level-row span:nth-child(3),.vpr-page--test-static-shell .level-row span:nth-child(4),.vpr-page--test-static-shell .result-route span:nth-of-type(3),.vpr-page--test-static-shell .result-route span:nth-of-type(4){color:#15934c;background:linear-gradient(180deg,#e7fbef,#def6e7);border-color:rgba(15,159,69,.16)}.vpr-page--test-static-shell .recommend-card{padding:16px 18px;border-radius:20px}.vpr-page--test-static-shell .recommend-card span{display:block;color:var(--text-3);font-size:12px;font-weight:760;margin-bottom:6px}.vpr-page--test-static-shell .recommend-card strong{display:block;color:var(--text);font-size:16px;line-height:1.3;font-weight:820}.vpr-page--test-static-shell .test-features-section{padding:0 0 48px}.vpr-page--test-static-shell .test-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.vpr-page--test-static-shell .test-feature-card{min-height:220px;padding:26px;border-radius:26px}.vpr-page--test-static-shell .feature-badge{width:48px;height:48px;margin-bottom:22px;border-radius:16px;display:grid;place-items:center;color:var(--blue);background:linear-gradient(180deg,#edf5ff,#e4efff);border:1px solid rgba(36,104,242,.16);font-weight:850}.vpr-page--test-static-shell .feature-badge.violet{color:#7754f3;background:linear-gradient(180deg,#f2eaff,#ece2ff);border-color:rgba(119,84,243,.18)}.vpr-page--test-static-shell .feature-badge.green{color:#15934c;background:linear-gradient(180deg,#e7fbef,#def6e7);border-color:rgba(15,159,69,.16)}.vpr-page--test-static-shell .test-feature-card h2{margin:0 0 12px;color:var(--text);font-size:25px;line-height:1.08;letter-spacing:-.04em;font-weight:830}.vpr-page--test-static-shell .test-feature-card p{margin:0;color:var(--text-2);font-size:15px;line-height:1.55;font-weight:580}.vpr-page--test-static-shell .test-result-section{padding:0 0 52px}.vpr-page--test-static-shell .result-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.8fr);align-items:center;gap:34px;padding:34px;border-radius:32px}.vpr-page--test-static-shell .section-kicker{color:var(--blue);font-size:13px;font-weight:780;margin-bottom:12px}.vpr-page--test-static-shell .result-copy h2{margin:0 0 8px;color:var(--text);font-size:36px;line-height:1.05;letter-spacing:-.045em;font-weight:830}.vpr-page--test-static-shell .result-copy h3{margin:0 0 14px;color:var(--text);font-size:24px;line-height:1.1;letter-spacing:-.04em;font-weight:820}.vpr-page--test-static-shell .result-copy ul{margin:0;padding-left:20px;color:var(--text-2);font-size:16px;line-height:1.6;font-weight:560}.vpr-page--test-static-shell .result-route{display:grid;grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1fr);align-items:center;gap:12px}.vpr-page--test-static-shell .result-route i{height:2px;border-radius:99px;background:linear-gradient(90deg,rgba(36,104,242,.32),rgba(36,104,242,.12))}.vpr-page--test-static-shell .directions-section{padding:0 0 52px}.vpr-page--test-static-shell .directions-head{text-align:center;margin-bottom:22px}.vpr-page--test-static-shell .directions-head h2{margin:0;color:var(--text);font-size:36px;line-height:1.05;letter-spacing:-.045em;font-weight:830}.vpr-page--test-static-shell .directions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.vpr-page--test-static-shell .direction-card{display:grid;grid-template-columns:72px 1fr;gap:20px;min-height:190px;padding:26px;border-radius:28px;overflow:hidden}.vpr-page--test-static-shell .direction-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;color:var(--blue);background:linear-gradient(180deg,#edf5ff,#e4efff);border:1px solid rgba(36,104,242,.16);font-size:25px;font-weight:850}.vpr-page--test-static-shell .direction-icon.green{color:#15934c;background:linear-gradient(180deg,#e7fbef,#def6e7);border-color:rgba(15,159,69,.16)}.vpr-page--test-static-shell .direction-icon svg{width:30px;height:30px}.vpr-page--test-static-shell .direction-card h3{margin:0 0 10px;color:var(--text);font-size:24px;line-height:1.1;letter-spacing:-.04em;font-weight:830}.vpr-page--test-static-shell .direction-card p{margin:0;color:var(--text-2);font-size:15px;line-height:1.55;font-weight:580}.vpr-page--test-static-shell .direction-card span{display:inline-flex;align-items:center;min-height:30px;margin-top:16px;padding:0 11px;border-radius:99px;background:rgba(245,248,255,.82);border:1px solid rgba(63,98,156,.10);color:var(--text-2);font-size:12px;font-weight:760}
.vpr-page--test-static-shell .site-footer{margin-top:auto;background:rgba(255,255,255,.52);border-top:0!important}.vpr-page--test-static-shell .compact-footer{width:min(var(--max),calc(100% - 96px));margin:0 auto;padding:18px 0 22px;display:flex;align-items:center;justify-content:space-between;gap:26px}.vpr-page--test-static-shell .footer-note{min-width:250px;display:flex;align-items:center;gap:13px;color:var(--text-2)}.vpr-page--test-static-shell .copyright{color:#6f7f9b;font-size:13px;font-weight:700;white-space:nowrap}.vpr-page--test-static-shell .footer-tagline{margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:var(--text-2)!important;-webkit-text-fill-color:var(--text-2)!important;text-decoration:none!important;font-size:13px;line-height:1.35;font-weight:560;white-space:nowrap}.vpr-page--test-static-shell .footer-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 22px}.vpr-page--test-static-shell .footer-links a,.vpr-page--test-static-shell .footer-links a:visited{color:var(--text-2)!important;-webkit-text-fill-color:currentColor;text-decoration:none!important;font-size:13px;font-weight:650}
@media(max-width:1360px){.vpr-page--test-static-shell .header-inner,.vpr-page--test-static-shell .test-hero,.vpr-page--test-static-shell .test-features-section,.vpr-page--test-static-shell .test-result-section,.vpr-page--test-static-shell .directions-section,.vpr-page--test-static-shell .compact-footer{width:min(100% - 48px,var(--max))}.vpr-page--test-static-shell .test-hero{grid-template-columns:minmax(0,1fr) 360px;gap:38px;padding-top:56px}.vpr-page--test-static-shell .test-title{font-size:clamp(48px,4.8vw,64px)}}
@media(max-width:1260px){.vpr-page--test-static-shell .header-inner{width:min(100% - 40px,var(--max));height:72px;grid-template-columns:auto minmax(0,1fr) auto;gap:16px}.vpr-page--test-static-shell .brand,.vpr-page--test-static-shell .brand img{width:164px}.vpr-page--test-static-shell .nav{display:none!important}.vpr-page--test-static-shell .header-actions{justify-self:end;gap:12px;font-size:15px}.vpr-page--test-static-shell .header-start{display:none!important}.vpr-page--test-static-shell .install-button{min-height:42px;width:auto;padding:0 15px;font-size:15px}.vpr-page--test-static-shell .login-link{display:inline-flex!important;align-items:center;min-height:44px;white-space:nowrap}.vpr-page--test-static-shell .mobile-menu{display:block}}
@media(max-width:1080px){.vpr-page--test-static-shell .test-hero{grid-template-columns:1fr;max-width:920px}.vpr-page--test-static-shell .test-copy{max-width:780px;margin-inline:auto;text-align:center}.vpr-page--test-static-shell .test-lead{margin-inline:auto}.vpr-page--test-static-shell .test-cta-row{justify-content:center}.vpr-page--test-static-shell .test-preview{max-width:760px;min-height:auto;margin-inline:auto}.vpr-page--test-static-shell .test-feature-grid{grid-template-columns:1fr;max-width:760px;margin-inline:auto}.vpr-page--test-static-shell .result-panel{grid-template-columns:1fr;text-align:center;justify-items:center}.vpr-page--test-static-shell .result-copy ul{text-align:left;max-width:660px}.vpr-page--test-static-shell .result-route{width:min(100%,600px)}}
@media(max-width:900px){.vpr-page--test-static-shell .test-hero,.vpr-page--test-static-shell .test-features-section,.vpr-page--test-static-shell .test-result-section,.vpr-page--test-static-shell .directions-section,.vpr-page--test-static-shell .compact-footer{width:min(100% - 28px,760px)}.vpr-page--test-static-shell .test-hero{padding-top:34px;padding-bottom:34px;gap:28px}.vpr-page--test-static-shell .test-title{font-size:clamp(42px,8.4vw,60px)}.vpr-page--test-static-shell .test-lead{font-size:18px}.vpr-page--test-static-shell .test-eyebrow{margin-bottom:24px;max-width:100%;white-space:normal;justify-content:center;flex-wrap:wrap}.vpr-page--test-static-shell .directions-grid{grid-template-columns:1fr;gap:16px}.vpr-page--test-static-shell .direction-card{min-height:0}}
@media(max-width:700px){.vpr-page--test-static-shell .mobile-menu{position:static}.vpr-page--test-static-shell .site-header:has(.mobile-menu[open]){padding-bottom:322px}.vpr-page--test-static-shell .mobile-nav{position:absolute;left:14px;right:14px;top:82px;width:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;display:none;z-index:70}.vpr-page--test-static-shell .mobile-menu[open] .mobile-nav{display:grid;gap:10px}.vpr-page--test-static-shell .mobile-nav a{min-height:50px;padding:0 18px;border-radius:18px;border:1px solid rgba(63,98,156,.16);background:rgba(255,255,255,.96);box-shadow:var(--shadow-xs),inset 0 1px 0 rgba(255,255,255,.96);color:var(--text-2);font-size:17px;font-weight:760}}
@media(max-width:640px){.vpr-page--test-static-shell .test-title{font-size:clamp(38px,11.4vw,50px);line-height:1.02}.vpr-page--test-static-shell .test-lead{font-size:17px;line-height:1.54}.vpr-page--test-static-shell .test-cta-row{display:grid;grid-template-columns:1fr;gap:12px}.vpr-page--test-static-shell .test-cta-row .btn{width:100%;min-width:0}.vpr-page--test-static-shell .test-preview-card{border-radius:24px;padding:20px}.vpr-page--test-static-shell .test-preview-card h2{font-size:26px}.vpr-page--test-static-shell .result-panel{border-radius:26px;padding:24px 18px}.vpr-page--test-static-shell .result-route{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.vpr-page--test-static-shell .result-route i{display:none}.vpr-page--test-static-shell .result-route span{min-height:58px;border-radius:18px;font-size:20px}.vpr-page--test-static-shell .directions-section{padding-bottom:36px}.vpr-page--test-static-shell .directions-head h2{font-size:28px}.vpr-page--test-static-shell .direction-card{grid-template-columns:1fr;gap:16px;padding:22px;border-radius:24px}.vpr-page--test-static-shell .direction-card h3{font-size:22px}}
@media(max-width:560px){.vpr-page--test-static-shell .header-inner{width:calc(100% - 28px);height:70px;gap:10px}.vpr-page--test-static-shell .brand,.vpr-page--test-static-shell .brand img{width:148px}.vpr-page--test-static-shell .header-actions{gap:8px}.vpr-page--test-static-shell .install-button{min-height:40px;padding:0 12px;border-radius:12px;font-size:13.5px}.vpr-page--test-static-shell .login-link{font-size:14px;min-height:42px}.vpr-page--test-static-shell .menu-button{width:42px;min-width:42px;height:42px;min-height:42px}.vpr-page--test-static-shell .site-header:has(.mobile-menu[open]){padding-bottom:314px}.vpr-page--test-static-shell .mobile-nav{top:80px}.vpr-page--test-static-shell .footer-note{min-width:0;flex-direction:column;align-items:flex-start;gap:5px}.vpr-page--test-static-shell .footer-tagline{white-space:normal}.vpr-page--test-static-shell .compact-footer{flex-direction:column;align-items:flex-start;gap:16px}}
@media(max-width:360px){.vpr-page--test-static-shell .brand,.vpr-page--test-static-shell .brand img{width:106px}.vpr-page--test-static-shell .install-button{min-height:38px;padding:0 7px;font-size:12px}.vpr-page--test-static-shell .test-title{font-size:35px}.vpr-page--test-static-shell .level-row,.vpr-page--test-static-shell .result-route{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* v1.4.70.645: /english-test/ static visual shell from supplied redesign, with old Placement Router links/dynamics preserved. */
.vpr-page.vpr-page--test-static-shell{--bg:#f8fbff;--text:#07142f;--text-2:#50607f;--text-3:#7a89a8;--blue:#245fe8;--blue-2:#2686ea;--cyan:#1fb3c2;--purple:#795fff;--green:#0f9f45;--border:rgba(71,105,160,.16);--shadow-xs:0 5px 18px rgba(21,58,122,.05);--shadow-sm:0 12px 34px rgba(20,56,120,.08);--max:1424px;--ease:cubic-bezier(.2,.8,.2,1);width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0!important;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(850px 520px at 72% 19%,rgba(68,135,255,.13),transparent 65%),radial-gradient(620px 460px at 35% 34%,rgba(46,201,210,.055),transparent 72%),linear-gradient(180deg,#fff 0%,#f7fbff 49%,#fff 100%);overflow-x:hidden;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}.vpr-page.vpr-page--test-static-shell:before,.vpr-page.vpr-page--test-static-shell:after{content:none!important;display:none!important}.vpr-page--test-static-shell *,.vpr-page--test-static-shell :before,.vpr-page--test-static-shell :after{box-sizing:border-box}.vpr-page--test-static-shell a{color:inherit;text-decoration:none}.vpr-shell--test-static-shell{width:100%!important;max-width:none!important;margin:0!important;position:relative;z-index:1}.vpr-page--test-static-shell .skip-link{position:fixed;left:16px;top:-80px;z-index:100;padding:12px 16px;border-radius:12px;background:var(--text);color:#fff;transition:top .2s var(--ease)}.vpr-page--test-static-shell .skip-link:focus{top:14px}.vpr-page--test-static-shell .site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(59,93,151,.12);background:rgba(255,255,255,.72);backdrop-filter:blur(22px) saturate(140%);-webkit-backdrop-filter:blur(22px) saturate(140%)}.vpr-page--test-static-shell .header-inner{width:min(var(--max),calc(100% - 96px));height:84px;margin:0 auto;display:grid;grid-template-columns:220px minmax(0,1fr) 398px;align-items:center;gap:24px}.vpr-page--test-static-shell .brand{display:inline-flex;align-items:center;width:196px}.vpr-page--test-static-shell .brand img{width:196px;height:auto;display:block}.vpr-page--test-static-shell .nav{display:flex;justify-content:center;gap:clamp(20px,2.4vw,38px);font-weight:650;font-size:16px;letter-spacing:-.012em;min-width:0}.vpr-page--test-static-shell .nav a,.vpr-page--test-static-shell .login-link{position:relative;color:#0c1731;transition:color .18s var(--ease)}.vpr-page--test-static-shell .nav a:after,.vpr-page--test-static-shell .login-link:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;border-radius:99px;transform:scaleX(0);transform-origin:center;background:linear-gradient(90deg,var(--blue),var(--cyan));transition:transform .22s var(--ease)}.vpr-page--test-static-shell .nav a:hover,.vpr-page--test-static-shell .nav a[aria-current=page],.vpr-page--test-static-shell .login-link:hover{color:var(--blue)}.vpr-page--test-static-shell .nav a:hover:after,.vpr-page--test-static-shell .nav a[aria-current=page]:after,.vpr-page--test-static-shell .login-link:hover:after{transform:scaleX(1)}.vpr-page--test-static-shell .header-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;font-weight:650;font-size:16px}.vpr-page--test-static-shell .btn,.vpr-page--test-static-shell .install-button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:58px;padding:0 30px;border-radius:14px;border:1px solid transparent;cursor:pointer;user-select:none;white-space:nowrap;font-weight:760;font-size:17px;letter-spacing:-.015em;transition:transform .24s var(--ease),box-shadow .24s var(--ease),border-color .24s var(--ease),background .24s var(--ease),color .24s var(--ease)}.vpr-page--test-static-shell .btn .arrow{font-size:20px;line-height:1;transform:translateY(-1px);transition:transform .24s var(--ease)}.vpr-page--test-static-shell .btn:hover{transform:translateY(-2px)}.vpr-page--test-static-shell .btn:hover .arrow{transform:translate(4px,-1px)}.vpr-page--test-static-shell .btn-primary{color:#fff;background:linear-gradient(135deg,#2457e6 0%,#2870ea 52%,#1d8fd4 100%);box-shadow:0 14px 32px rgba(36,95,232,.23),inset 0 1px 0 rgba(255,255,255,.30)}.vpr-page--test-static-shell .btn-secondary{color:var(--text);background:rgba(255,255,255,.72);border-color:rgba(64,97,156,.18);box-shadow:var(--shadow-xs),inset 0 1px 0 rgba(255,255,255,.96)}.vpr-page--test-static-shell .install-button{min-height:46px;padding:0 18px;border-radius:13px;border-color:rgba(36,104,242,.22);background:linear-gradient(180deg,rgba(240,247,255,.96),rgba(226,238,255,.90));color:#1f5ff2;box-shadow:0 10px 24px rgba(35,109,242,.10),inset 0 1px 0 rgba(255,255,255,.96);font-size:15px}.vpr-page--test-static-shell .install-button[hidden]{display:none!important}.vpr-page--test-static-shell .install-button.vocavera-install-cta--visible{display:inline-flex!important}.vpr-page--test-static-shell .mobile-menu{display:none;position:relative;z-index:80}.vpr-page--test-static-shell .menu-button{list-style:none;width:44px;min-width:44px;height:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:13px;border:1px solid rgba(64,97,156,.16);background:rgba(255,255,255,.78);box-shadow:var(--shadow-xs),inset 0 1px 0 rgba(255,255,255,.95);color:var(--text);cursor:pointer}.vpr-page--test-static-shell .menu-button::-webkit-details-marker{display:none}.vpr-page--test-static-shell .burger-lines{width:18px;height:14px;display:flex;flex-direction:column;justify-content:space-between}.vpr-page--test-static-shell .burger-lines span{display:block;height:2px;border-radius:99px;background:currentColor}.vpr-page--test-static-shell .mobile-nav{position:absolute;right:0;top:calc(100% + 12px);width:min(286px,calc(100vw - 28px));padding:9px;border-radius:20px;border:1px solid rgba(63,98,156,.16);background:rgba(255,255,255,.94);box-shadow:0 24px 70px rgba(20,56,120,.16),inset 0 1px 0 rgba(255,255,255,.96);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%)}.vpr-page--test-static-shell .mobile-nav a{display:flex;align-items:center;min-height:46px;padding:0 13px;border-radius:13px;color:var(--text);font-size:15px;font-weight:720;letter-spacing:-.015em}.vpr-page--test-static-shell .test-page{flex:1 0 auto}.vpr-page--test-static-shell .test-hero,.vpr-page--test-static-shell .test-features-section,.vpr-page--test-static-shell .test-result-section,.vpr-page--test-static-shell .directions-section{width:min(var(--max),calc(100% - 96px));margin:0 auto}.vpr-page--test-static-shell .test-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.68fr);align-items:center;gap:clamp(42px,5vw,78px);padding:clamp(54px,6vw,88px) 0 48px}.vpr-page--test-static-shell .test-copy{min-width:0;max-width:870px}.vpr-page--test-static-shell .test-eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:34px;padding:11px 15px 10px;border-radius:13px;color:var(--blue);background:rgba(255,255,255,.72);border:1px solid rgba(36,104,242,.20);box-shadow:0 8px 24px rgba(38,100,219,.055),inset 0 1px 0 rgba(255,255,255,.9);font-weight:720;font-size:15px;letter-spacing:-.01em;white-space:nowrap}.vpr-page--test-static-shell .test-eyebrow svg{flex:0 0 auto}.vpr-page--test-static-shell .test-eyebrow .dot{width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.75}.vpr-page--test-static-shell .test-title{margin:0;max-width:900px;color:var(--text);font-size:clamp(48px,4.55vw,74px);line-height:.98;letter-spacing:-.062em;font-weight:830}.vpr-page--test-static-shell .test-lead{margin:28px 0 0;max-width:740px;color:var(--text-2);font-size:20px;line-height:1.54;letter-spacing:-.018em;font-weight:500}.vpr-page--test-static-shell .test-cta-row{display:flex;align-items:center;gap:22px;margin-top:30px}.vpr-page--test-static-shell .test-cta-row .btn{min-width:212px}.vpr-page--test-static-shell .test-preview{position:relative;border:0;background:transparent;box-shadow:none;padding:0;overflow:visible;min-height:auto;border-radius:34px}.vpr-page--test-static-shell .test-preview-card{position:relative;z-index:1;border-radius:34px;border:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(247,250,255,.86) 100%);box-shadow:0 34px 86px rgba(19,68,160,.13),inset 0 1px 0 rgba(255,255,255,.98);padding:30px}.vpr-page--test-static-shell .preview-topline{display:flex;justify-content:space-between;gap:14px;color:var(--text-2);font-size:14px;font-weight:760}.vpr-page--test-static-shell .test-preview-card h2{margin:24px 0 18px;color:var(--text);font-size:30px;line-height:1.08;letter-spacing:-.04em;font-weight:830}.vpr-page--test-static-shell .question-card,.vpr-page--test-static-shell .recommend-card{border-radius:22px;border:1px solid rgba(63,98,156,.13);background:rgba(255,255,255,.78);box-shadow:var(--shadow-xs),inset 0 1px 0 rgba(255,255,255,.94);padding:18px}.vpr-page--test-static-shell .question-head{display:flex;justify-content:space-between;gap:12px;color:var(--text-2);font-size:13px;font-weight:760}.vpr-page--test-static-shell .question-bar{height:8px;margin:14px 0;border-radius:99px;background:#e5ecfb;overflow:hidden}.vpr-page--test-static-shell .question-bar span{display:block;width:62%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue),var(--blue-2))}.vpr-page--test-static-shell .question-card p{margin:0;color:var(--text-2);font-size:15px;line-height:1.48;font-weight:600}.vpr-page--test-static-shell .level-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:16px 0}.vpr-page--test-static-shell .level-row span{min-height:48px;display:grid;place-items:center;border-radius:16px;border:1px solid rgba(36,104,242,.14);background:linear-gradient(180deg,#edf5ff,#e4efff);color:var(--blue);font-size:17px;font-weight:850}.vpr-page--test-static-shell .recommend-card span{display:block;color:var(--text-2);font-size:13px;font-weight:730;margin-bottom:7px}.vpr-page--test-static-shell .recommend-card strong{display:block;color:var(--text);font-size:16px;line-height:1.3;font-weight:820}.vpr-page--test-static-shell .test-features-section,.vpr-page--test-static-shell .test-result-section,.vpr-page--test-static-shell .directions-section{padding:28px 0 48px}.vpr-page--test-static-shell .test-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.vpr-page--test-static-shell .test-feature-card,.vpr-page--test-static-shell .direction-card,.vpr-page--test-static-shell .result-panel{border:1px solid rgba(63,98,156,.13);background:rgba(255,255,255,.76);box-shadow:var(--shadow-xs),inset 0 1px 0 rgba(255,255,255,.92)}.vpr-page--test-static-shell .test-feature-card{min-height:230px;padding:26px;border-radius:26px}.vpr-page--test-static-shell .feature-badge{width:52px;height:48px;display:grid;place-items:center;margin-bottom:24px;border-radius:16px;color:var(--blue);background:linear-gradient(180deg,#edf5ff,#e4efff);border:1px solid rgba(36,104,242,.14);font-size:18px;font-weight:850}.vpr-page--test-static-shell .feature-badge.violet{color:#7351f4;background:linear-gradient(180deg,rgba(244,237,255,.98),rgba(234,224,255,.92));border-color:rgba(121,95,255,.13)}.vpr-page--test-static-shell .feature-badge.green{color:#139b50;background:linear-gradient(180deg,rgba(232,251,240,.98),rgba(221,246,232,.92));border-color:rgba(24,170,89,.13)}.vpr-page--test-static-shell .test-feature-card h2{margin:0 0 12px;color:var(--text);font-size:24px;line-height:1.1;letter-spacing:-.04em;font-weight:830}.vpr-page--test-static-shell .test-feature-card p{margin:0;color:var(--text-2);font-size:15px;line-height:1.55;font-weight:580}.vpr-page--test-static-shell .result-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.75fr);gap:36px;align-items:center;border-radius:34px;padding:34px}.vpr-page--test-static-shell .section-kicker{display:inline-flex;margin-bottom:14px;color:var(--blue);font-size:14px;font-weight:800;letter-spacing:-.01em}.vpr-page--test-static-shell .result-copy h2{margin:0 0 12px;color:var(--text);font-size:36px;line-height:1.05;letter-spacing:-.05em;font-weight:840}.vpr-page--test-static-shell .result-copy h3{margin:0 0 14px;color:var(--text);font-size:24px;line-height:1.14;letter-spacing:-.04em;font-weight:820}.vpr-page--test-static-shell .result-copy ul{margin:0;padding-left:20px;color:var(--text-2);font-size:16px;line-height:1.62;font-weight:580}.vpr-page--test-static-shell .result-route{display:grid;grid-template-columns:1fr 22px 1fr 22px 1fr 22px 1fr;align-items:center;gap:12px}.vpr-page--test-static-shell .result-route span{min-height:68px;display:grid;place-items:center;border-radius:20px;color:var(--blue);background:linear-gradient(180deg,#edf5ff,#e4efff);border:1px solid rgba(36,104,242,.14);font-size:22px;font-weight:860}.vpr-page--test-static-shell .result-route i{height:2px;border-radius:99px;background:linear-gradient(90deg,var(--blue),var(--cyan));opacity:.38}.vpr-page--test-static-shell .directions-head{margin-bottom:22px;text-align:center}.vpr-page--test-static-shell .directions-head h2{margin:0;color:var(--text);font-size:34px;line-height:1.08;letter-spacing:-.04em;font-weight:840}.vpr-page--test-static-shell .directions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.vpr-page--test-static-shell .direction-card{min-height:190px;display:grid;grid-template-columns:76px minmax(0,1fr);gap:18px;padding:26px;border-radius:26px}.vpr-page--test-static-shell .direction-icon{width:64px;height:58px;display:grid;place-items:center;border-radius:18px;color:var(--blue);background:linear-gradient(180deg,#edf5ff,#e4efff);border:1px solid rgba(36,104,242,.13);font-size:25px;font-weight:860}.vpr-page--test-static-shell .direction-icon svg{width:31px;height:31px}.vpr-page--test-static-shell .direction-icon.green{color:#139b50;background:linear-gradient(180deg,rgba(232,251,240,.98),rgba(221,246,232,.92));border-color:rgba(24,170,89,.13)}.vpr-page--test-static-shell .direction-card h3{margin:0 0 10px;color:var(--text);font-size:24px;line-height:1.1;letter-spacing:-.04em;font-weight:830}.vpr-page--test-static-shell .direction-card p{margin:0;color:var(--text-2);font-size:15px;line-height:1.55;font-weight:580}.vpr-page--test-static-shell .direction-card span{display:inline-flex;align-items:center;min-height:30px;margin-top:16px;padding:0 11px;border-radius:99px;background:rgba(245,248,255,.82);border:1px solid rgba(63,98,156,.10);color:var(--text-2);font-size:12px;font-weight:760}.vpr-page--test-static-shell .site-footer{margin-top:auto;background:rgba(255,255,255,.52)}.vpr-page--test-static-shell .compact-footer{width:min(var(--max),calc(100% - 96px));margin:0 auto;padding:18px 0 22px;display:flex;align-items:center;justify-content:space-between;gap:26px}.vpr-page--test-static-shell .footer-note{min-width:250px;display:flex;align-items:center;gap:13px;color:var(--text-2)}.vpr-page--test-static-shell .copyright,.vpr-page--test-static-shell .footer-tagline{color:#6f7f9b;font-size:13px;line-height:1.35;font-weight:700;white-space:nowrap}.vpr-page--test-static-shell .footer-tagline{font-weight:560;text-decoration:none!important;border:0!important;box-shadow:none!important}.vpr-page--test-static-shell .footer-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 22px}.vpr-page--test-static-shell .footer-links a{color:var(--text-2);font-size:13px;font-weight:650}@media(max-width:1360px){.vpr-page--test-static-shell .header-inner,.vpr-page--test-static-shell .test-hero,.vpr-page--test-static-shell .test-features-section,.vpr-page--test-static-shell .test-result-section,.vpr-page--test-static-shell .directions-section,.vpr-page--test-static-shell .compact-footer{width:min(100% - 48px,var(--max))}.vpr-page--test-static-shell .test-hero{grid-template-columns:minmax(0,1fr) 360px;gap:38px;padding-top:56px}.vpr-page--test-static-shell .test-title{font-size:clamp(48px,4.8vw,64px)}}@media(max-width:1260px){.vpr-page--test-static-shell .header-inner{width:min(100% - 40px,var(--max));height:72px;grid-template-columns:auto minmax(0,1fr) auto;gap:16px}.vpr-page--test-static-shell .brand,.vpr-page--test-static-shell .brand img{width:164px}.vpr-page--test-static-shell .nav{display:none!important}.vpr-page--test-static-shell .header-actions{justify-self:end;gap:12px;font-size:15px}.vpr-page--test-static-shell .header-actions .header-start{display:none!important}.vpr-page--test-static-shell .login-link{display:inline-flex!important;align-items:center;min-height:44px;white-space:nowrap}.vpr-page--test-static-shell .mobile-menu{display:block}}@media(max-width:1080px){.vpr-page--test-static-shell .test-hero{grid-template-columns:1fr;max-width:920px}.vpr-page--test-static-shell .test-copy{max-width:780px;margin-inline:auto;text-align:center}.vpr-page--test-static-shell .test-lead{margin-inline:auto}.vpr-page--test-static-shell .test-cta-row{justify-content:center}.vpr-page--test-static-shell .test-preview{max-width:760px;min-height:auto;margin-inline:auto}.vpr-page--test-static-shell .test-feature-grid{grid-template-columns:1fr;max-width:760px;margin-inline:auto}.vpr-page--test-static-shell .result-panel{grid-template-columns:1fr;text-align:center;justify-items:center}.vpr-page--test-static-shell .result-copy ul{text-align:left;max-width:660px}.vpr-page--test-static-shell .result-route{width:min(100%,600px)}}@media(max-width:900px){.vpr-page--test-static-shell .test-hero,.vpr-page--test-static-shell .test-features-section,.vpr-page--test-static-shell .test-result-section,.vpr-page--test-static-shell .directions-section,.vpr-page--test-static-shell .compact-footer{width:min(100% - 28px,760px)}.vpr-page--test-static-shell .test-hero{padding-top:34px;padding-bottom:34px;gap:28px}.vpr-page--test-static-shell .test-title{font-size:clamp(42px,8.4vw,60px)}.vpr-page--test-static-shell .test-lead{font-size:18px}.vpr-page--test-static-shell .test-eyebrow{margin-bottom:24px;max-width:100%;white-space:normal;justify-content:center;flex-wrap:wrap}.vpr-page--test-static-shell .directions-grid{grid-template-columns:1fr;gap:16px}.vpr-page--test-static-shell .compact-footer{align-items:flex-start;flex-direction:column;gap:16px}}@media(max-width:700px){.vpr-page--test-static-shell .site-header:has(.mobile-menu[open]){padding-bottom:322px}.vpr-page--test-static-shell .mobile-menu{position:static}.vpr-page--test-static-shell .mobile-nav{position:absolute;left:14px;right:14px;top:82px;width:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;display:none;z-index:70}.vpr-page--test-static-shell .mobile-menu[open] .mobile-nav{display:grid;gap:10px}.vpr-page--test-static-shell .mobile-nav a{min-height:50px;padding:0 18px;border-radius:18px;border:1px solid rgba(63,98,156,.16);background:rgba(255,255,255,.96);box-shadow:var(--shadow-xs),inset 0 1px 0 rgba(255,255,255,.96);color:var(--text-2);font-size:17px;font-weight:760}}@media(max-width:640px){.vpr-page--test-static-shell .test-title{font-size:clamp(38px,11.4vw,50px);line-height:1.02}.vpr-page--test-static-shell .test-lead{font-size:17px;line-height:1.54}.vpr-page--test-static-shell .test-cta-row{display:grid;grid-template-columns:1fr;gap:12px}.vpr-page--test-static-shell .test-cta-row .btn{width:100%;min-width:0}.vpr-page--test-static-shell .test-preview-card{border-radius:24px;padding:20px}.vpr-page--test-static-shell .preview-topline{align-items:flex-start;flex-direction:column;gap:10px}.vpr-page--test-static-shell .level-row{gap:8px}.vpr-page--test-static-shell .test-features-section,.vpr-page--test-static-shell .test-result-section,.vpr-page--test-static-shell .directions-section{padding-bottom:36px}.vpr-page--test-static-shell .result-panel{border-radius:26px;padding:24px 18px}.vpr-page--test-static-shell .result-route{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.vpr-page--test-static-shell .result-route i{display:none}.vpr-page--test-static-shell .direction-card{grid-template-columns:1fr;gap:16px;padding:22px;border-radius:24px}}@media(max-width:560px){.vpr-page--test-static-shell .header-inner{width:calc(100% - 28px);height:70px;gap:10px}.vpr-page--test-static-shell .brand,.vpr-page--test-static-shell .brand img{width:148px}.vpr-page--test-static-shell .install-button{min-height:40px;padding:0 12px;border-radius:12px;font-size:13.5px}.vpr-page--test-static-shell .login-link{font-size:14px;min-height:42px}.vpr-page--test-static-shell .menu-button{width:42px;min-width:42px;height:42px;min-height:42px}.vpr-page--test-static-shell .site-header:has(.mobile-menu[open]){padding-bottom:314px}.vpr-page--test-static-shell .mobile-nav{top:80px}.vpr-page--test-static-shell .footer-note{flex-direction:column;align-items:flex-start;gap:5px;min-width:0}.vpr-page--test-static-shell .footer-tagline{white-space:normal}.vpr-page--test-static-shell .footer-links{justify-content:flex-start;gap:9px 16px}}@media(max-width:360px){.vpr-page--test-static-shell .brand,.vpr-page--test-static-shell .brand img{width:106px}.vpr-page--test-static-shell .header-inner{gap:6px}.vpr-page--test-static-shell .install-button{min-height:38px;padding:0 7px;border-radius:11px;font-size:12px}.vpr-page--test-static-shell .login-link{font-size:13px}.vpr-page--test-static-shell .menu-button{width:38px;min-width:38px;height:38px;min-height:38px}.vpr-page--test-static-shell .test-title{font-size:35px}.vpr-page--test-static-shell .test-eyebrow{font-size:13px;gap:8px}.vpr-page--test-static-shell .level-row,.vpr-page--test-static-shell .result-route{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* v1.1.59 / v1.4.70.650: remove placement quiz left info column and enforce white primary CTA labels. */
.vpr-quiz-grid {
  grid-template-columns: minmax(0, 1fr);
}

.vpr-question-card {
  width: 100%;
}

.vpr-btn--primary,
.vpr-btn--primary:visited,
.vpr-btn--primary:hover,
.vpr-btn--primary:focus-visible {
  color: #fff !important;
}



/* v652 public header/footer sync: homepage is the visual reference. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(59, 93, 151, .12);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
}
.header-inner {
  width: min(var(--max), calc(100% - 96px));
  height: 84px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 398px;
  align-items: center;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  width: 196px;
  transition: transform .22s var(--ease), opacity .22s var(--ease);
}
.brand:hover { transform: translateY(-1px); opacity: .96; }
.brand img { width: 196px; height: auto; display: block; }
.nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2.4vw, 38px);
  min-width: 0;
  font-weight: 650;
  font-size: 16px;
  letter-spacing: -.012em;
}
.nav a,
.login-link,
.header-login {
  position: relative;
  color: #0c1731;
  transition: color .18s var(--ease);
  text-decoration: none;
}
.nav a { white-space: nowrap; }
.nav a::after,
.login-link::after,
.header-login::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 99px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  transition: transform .22s var(--ease);
}
.header-login::after { bottom: 2px; }
.nav a:hover,
.login-link:hover,
.header-login:hover { color: var(--blue); }
.nav a:hover::after,
.login-link:hover::after,
.header-login:hover::after { transform: scaleX(1); }
.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-weight: 650;
  font-size: 16px;
}
.header-actions .top-actions-auth {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  order: 1;
  min-width: 0;
}
.header-actions .header-start { order: 2; }
.header-actions .mobile-menu { order: 3; }
.header-login {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  white-space: nowrap;
  font-weight: 650;
}
.header-app-desktop,
.header-app-mobile,
.header-actions .header-app-desktop,
.header-actions .header-app-mobile {
  display: none !important;
}
.header-app-desktop.vocavera-install-cta--visible,
.header-app-mobile.vocavera-install-cta--visible,
.header-actions .header-app-desktop.vocavera-install-cta--visible,
.header-actions .header-app-mobile.vocavera-install-cta--visible {
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  border-radius: 13px !important;
  border: 1px solid rgba(36,104,242,.22) !important;
  background: linear-gradient(180deg, rgba(240,247,255,.96), rgba(226,238,255,.90)) !important;
  color: #1f5ff2 !important;
  -webkit-text-fill-color: #1f5ff2 !important;
  box-shadow: 0 10px 24px rgba(35, 109, 242, .10), inset 0 1px 0 rgba(255,255,255,.96) !important;
  font-weight: 760 !important;
  font-size: 15px !important;
  letter-spacing: -.015em !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  transition: transform .24s var(--ease), box-shadow .24s var(--ease), border-color .24s var(--ease), background .24s var(--ease), color .24s var(--ease) !important;
}
.header-app-desktop.vocavera-install-cta--visible,
.header-actions .header-app-desktop.vocavera-install-cta--visible {
  display: inline-flex !important;
  order: 1;
}
.header-app-mobile.vocavera-install-cta--visible,
.header-actions .header-app-mobile.vocavera-install-cta--visible {
  display: none !important;
  order: 2;
}
.header-app-desktop.vocavera-install-cta--visible:hover,
.header-app-mobile.vocavera-install-cta--visible:hover,
.header-app-desktop.vocavera-install-cta--visible:focus-visible,
.header-app-mobile.vocavera-install-cta--visible:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(36,104,242,.35) !important;
  background: linear-gradient(180deg, rgba(232,243,255,.98), rgba(214,232,255,.94)) !important;
  box-shadow: 0 16px 34px rgba(35, 109, 242, .16), inset 0 1px 0 rgba(255,255,255,.98) !important;
}
.mobile-menu {
  display: none;
  position: relative;
  z-index: 80;
}
.menu-button {
  list-style: none;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  border-radius: 13px;
  border: 1px solid rgba(64, 97, 156, .16);
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow-xs), inset 0 1px 0 rgba(255,255,255,.95);
  color: var(--text);
  cursor: pointer;
  user-select: none;
  font-weight: 760;
  font-size: 15px;
  letter-spacing: -.015em;
  transition: transform .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease), color .22s var(--ease);
}
.menu-button::-webkit-details-marker { display: none; }
.menu-button:hover {
  transform: translateY(-1px);
  border-color: rgba(36,104,242,.26);
  color: var(--blue);
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,.96);
}
.burger-lines {
  width: 18px;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 auto;
}
.burger-lines span {
  display: block;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition: transform .22s var(--ease), opacity .22s var(--ease);
}
.mobile-menu[open] .burger-lines span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.mobile-menu[open] .burger-lines span:nth-child(2) { opacity: 0; }
.mobile-menu[open] .burger-lines span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: min(286px, calc(100vw - 28px));
  padding: 9px;
  border-radius: 20px;
  border: 1px solid rgba(63,98,156,.16);
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 70px rgba(20, 56, 120, .16), inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}
.mobile-nav a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 13px;
  border-radius: 13px;
  color: var(--text);
  font-size: 15px;
  font-weight: 720;
  letter-spacing: -.015em;
  transition: background .18s var(--ease), color .18s var(--ease), transform .18s var(--ease);
}
.mobile-nav a:hover {
  color: var(--blue);
  background: rgba(36,104,242,.07);
  transform: translateX(2px);
}
.site-footer {
  margin-top: auto;
  border-top: 0 !important;
  background: rgba(255,255,255,.52);
}
.compact-footer,
.footer-inner.compact-footer {
  width: min(var(--max), calc(100% - 96px));
  margin: 0 auto;
  padding: 18px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.compact-footer .footer-note,
.footer-note {
  min-width: 250px;
  display: flex;
  align-items: baseline !important;
  gap: 13px !important;
  color: var(--text-2);
}
.copyright {
  color: #6f7f9b !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}
.compact-footer .footer-note p,
.footer-note p,
.footer-tagline {
  margin: 0 !important;
  color: #6f7f9b !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}
.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 22px;
}
.footer-links a {
  color: var(--text-2);
  font-size: 13px;
  font-weight: 650;
  transition: color .2s var(--ease), transform .2s var(--ease);
}
.footer-links a:hover {
  color: var(--blue);
  transform: translateY(-1px);
}
.socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  flex: 0 0 auto;
}
.socials .social-icon,
.socials .social-link,
.compact-footer .socials a {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(63,98,156,.12);
  background: rgba(255,255,255,.62);
  color: #31415f;
  box-shadow: none;
  transition: transform .22s var(--ease), color .22s var(--ease), border-color .22s var(--ease), background .22s var(--ease);
}
.socials .social-icon:hover,
.socials .social-link:hover,
.compact-footer .socials a:hover {
  transform: translateY(-2px);
  color: var(--blue);
  border-color: rgba(36,104,242,.24);
  background: rgba(255,255,255,.86);
}
@media (min-width: 1261px) {
  .header-actions .header-app-desktop.vocavera-install-cta--visible,
  .header-actions .header-start,
  .header-actions .install-button,
  .header-actions .btn.header-start {
    width: 138px;
    min-width: 138px;
    min-height: 52px !important;
    padding: 0 18px !important;
    border-radius: 14px !important;
    font-size: 16px !important;
  }
  .header-actions .header-start { gap: 12px; }
}
@media (max-width: 1260px) {
  .header-inner {
    width: min(100% - 40px, var(--max));
    height: 72px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
  }
  .brand,
  .brand img { width: 164px; }
  .nav { display: none !important; }
  .header-actions {
    justify-self: end;
    gap: 12px;
    font-size: 15px;
  }
  .header-actions .header-start,
  .header-actions .btn { display: none !important; }
  .header-actions .top-actions-auth {
    gap: 8px;
    order: 1;
  }
  .header-app-desktop.vocavera-install-cta--visible,
.header-actions .header-app-desktop.vocavera-install-cta--visible { display: none !important; }
  .header-app-mobile.vocavera-install-cta--visible,
  .header-actions .header-app-mobile.vocavera-install-cta--visible {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  order: 2 !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  flex: 0 0 auto !important;
  box-sizing: border-box !important;
  padding: 0 14px !important;
  font-size: 14px !important;
  line-height: 1 !important;
  border-radius: 12px !important;
  border-color: rgba(36,104,242,.30) !important;
  background: linear-gradient(135deg, #eef6ff 0%, #e3f0ff 100%) !important;
  box-shadow: 0 8px 22px rgba(35, 109, 242, .12), inset 0 1px 0 rgba(255,255,255,.96) !important;
}
  .header-login,
  .login-link {
    order: 1;
    display: inline-flex !important;
    align-items: center;
    min-height: 44px;
    white-space: nowrap;
    font-size: 15px;
  }
  .mobile-menu {
    order: 3;
    display: block;
  }
}
@media (max-width: 900px) {
  .compact-footer,
  .footer-inner.compact-footer {
    width: min(100% - 28px, 720px);
    padding: 22px 0 26px;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .footer-note { min-width: 0; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 700px) {
  .site-header { transition: padding-bottom .24s var(--ease); }
  .mobile-menu { position: static; }
  .site-header:has(.mobile-menu[open]) { padding-bottom: 322px; }
  .mobile-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 82px;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    display: none;
    z-index: 70;
  }
  .mobile-menu[open] .mobile-nav { display: grid; gap: 10px; }
  .mobile-nav a {
    min-height: 50px;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(63,98,156,.16);
    background: rgba(255,255,255,.96);
    box-shadow: var(--shadow-xs), inset 0 1px 0 rgba(255,255,255,.96);
    color: var(--text-2);
    font-size: 17px;
    font-weight: 760;
  }
  .mobile-nav a:hover {
    transform: translateX(0);
    color: var(--blue);
    background: rgba(248,251,255,.98);
  }
}
@media (max-width: 560px) {
  .header-inner {
    width: calc(100% - 20px) !important;
    height: 64px !important;
    gap: 8px !important;
  }
  .brand,
  .brand img { width: 132px !important; }
  .header-actions,
  .header-actions .top-actions-auth { gap: 6px !important; }
  .header-app-mobile.vocavera-install-cta--visible,
  .header-actions .header-app-mobile.vocavera-install-cta--visible {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  order: 2 !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  flex: 0 0 auto !important;
  box-sizing: border-box !important;
  padding: 0 8px !important;
  font-size: 12.5px !important;
  line-height: 1 !important;
  border-radius: 11px !important;
}
  .header-login,
  .login-link {
    min-height: 36px !important;
    font-size: 13.5px !important;
    line-height: 1 !important;
  }
  .mobile-menu { margin-right: -4px !important; }
  .menu-button {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    border-radius: 12px !important;
  }
  .burger-lines {
    width: 17px !important;
    height: 13px !important;
  }
  .mobile-nav { top: 72px !important; }
  .site-header:has(.mobile-menu[open]) { padding-bottom: 304px !important; }
  .footer-note {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 5px !important;
  }
  .footer-note p,
  .footer-tagline {
    white-space: normal !important;
    line-height: 1.35 !important;
  }
  .footer-links { gap: 9px 16px; }
}
@media (max-width: 380px) {
  .header-inner {
    width: calc(100% - 18px) !important;
    height: 62px !important;
    gap: 6px !important;
  }
  .brand,
  .brand img { width: 118px !important; }
  .header-actions,
  .header-actions .top-actions-auth { gap: 5px !important; }
  .header-app-mobile.vocavera-install-cta--visible,
  .header-actions .header-app-mobile.vocavera-install-cta--visible {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  order: 2 !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  flex: 0 0 auto !important;
  box-sizing: border-box !important;
  padding: 0 7px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  border-radius: 10px !important;
}
  .header-login,
  .login-link {
    min-height: 34px !important;
    font-size: 13px !important;
  }
  .menu-button {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    border-radius: 11px !important;
  }
  .mobile-menu { margin-right: -5px !important; }
  .mobile-nav {
    left: 10px !important;
    right: 10px !important;
    top: 68px !important;
  }
  .site-header:has(.mobile-menu[open]) { padding-bottom: 294px !important; }
}
@media (max-width: 340px) {
  .brand,
  .brand img { width: 106px !important; }
  .header-app-mobile.vocavera-install-cta--visible,
  .header-actions .header-app-mobile.vocavera-install-cta--visible {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  order: 2 !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  flex: 0 0 auto !important;
  box-sizing: border-box !important;
  padding: 0 6px !important;
  font-size: 11.5px !important;
  line-height: 1 !important;
  border-radius: 10px !important;
}
  .header-login,
  .login-link {
    min-height: 32px !important;
    font-size: 12.5px !important;
  }
  .menu-button {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
  }
  .burger-lines {
    width: 16px !important;
    height: 12px !important;
  }
  .mobile-nav { top: 64px !important; }
}

/* v653 public top-air standard: match homepage header-to-first-sticker spacing. */
@media (min-width: 901px) {
  .vpr-page--test-static-shell .test-hero { padding-top: 48px !important; }
  .vpr-page--quiz .vpr-topbar--compact { margin-bottom: 48px !important; }
}
@media (max-width: 900px) {
  .vpr-page--test-static-shell .test-hero { padding-top: 30px !important; }
  .vpr-page--quiz .vpr-topbar--compact { margin-bottom: 30px !important; }
}
@media (max-width: 760px) {
  .vpr-page--test-static-shell .test-hero { padding-top: 28px !important; }
  .vpr-page--quiz .vpr-topbar--compact { margin-bottom: 28px !important; }
}

/* v1.1.61 / v1.4.70.668: /english-test-quiz/ question screen sync with /deep-english-test/ visual shell. Landing /english-test/ is unchanged. */
.vpr-page--quiz-static-shell {
  min-height: 100vh;
  min-height: 100dvh;
}
.vpr-page--quiz-static-shell .vpr-shell--test-static-shell {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
.vpr-page--quiz-static-shell .quiz-page {
  flex: 1 0 auto;
  display: block;
}
.vpr-page--quiz-static-shell .quiz-runtime-shell {
  width: min(980px, calc(100% - 96px));
  margin: clamp(48px, 6.4vw, 86px) auto clamp(58px, 8vw, 110px);
}
.vpr-page--quiz-static-shell .vpr-question-footer-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .vpr-page--quiz-static-shell .quiz-runtime-shell {
    width: min(100% - 28px, 760px);
    margin-top: 30px;
  }
}
@media (max-width: 760px) {
  .vpr-page--quiz-static-shell .quiz-runtime-shell {
    margin-top: 28px;
  }
}
@media (max-width: 640px) {
  .vpr-page--quiz-static-shell .vpr-question-footer-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* v1.1.63 / v1.4.70.670: result pages visual polish from final saved result template. */
.vpr-page--result .vpr-topbar {
  border-bottom: 0 !important;
}
.vpr-result-shell .vpr-result-grid > .vpr-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}
.vpr-result-shell .vpr-result-grid > .vpr-card::after {
  content: none;
}
.vpr-page--result .vpr-track-grid {
  align-items: stretch;
}
.vpr-page--result .vpr-track-card {
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
.vpr-page--result .vpr-track-card .vpr-track-actions {
  margin-top: auto;
  padding-top: 20px;
}
@media (min-width: 881px) {
  .vpr-page--result .vpr-course-choice-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

/* v1.1.68 / v1.4.70.671: result footer separator cleanup. */
.vpr-page--result .vpr-site-footer,
.vpr-page--test-static-shell .site-footer,
.vpr-page--test-static-shell .compact-footer,
.vpr-page--test-static-shell .footer-inner.compact-footer {
  border-top: 0 !important;
}

/* VOCAVERA_HEADER_SINGLE_INSTALL_CTA_CONTRACT_START */
@media (max-width: 1260px) {
  .site-header .header-actions .header-app-desktop.vocavera-install-cta.vocavera-install-cta--visible,
  .site-header .header-actions .header-app-desktop.vocavera-pwa-app-button.vocavera-install-cta--visible,
  .site-header .header-actions .header-app-desktop.vocavera-install-cta--visible,
  .header-actions .header-app-desktop.vocavera-install-cta.vocavera-install-cta--visible,
  .header-actions .header-app-desktop.vocavera-pwa-app-button.vocavera-install-cta--visible,
  .header-actions .header-app-desktop.vocavera-install-cta--visible {
    display: none !important;
  }

  .site-header .header-actions .header-app-mobile.vocavera-install-cta.vocavera-install-cta--visible,
  .site-header .header-actions .header-app-mobile.vocavera-pwa-app-button.vocavera-install-cta--visible,
  .site-header .header-actions .header-app-mobile.vocavera-install-cta--visible,
  .header-actions .header-app-mobile.vocavera-install-cta.vocavera-install-cta--visible,
  .header-actions .header-app-mobile.vocavera-pwa-app-button.vocavera-install-cta--visible,
  .header-actions .header-app-mobile.vocavera-install-cta--visible {
    display: inline-flex !important;
    order: 2 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: max-content !important;
    box-sizing: border-box !important;
  }

  .site-header .header-actions .top-actions-auth .header-login,
  .header-actions .top-actions-auth .header-login {
    order: 1 !important;
  }

  .site-header .header-actions .mobile-menu,
  .header-actions .mobile-menu {
    order: 3 !important;
  }
}
/* VOCAVERA_HEADER_SINGLE_INSTALL_CTA_CONTRACT_END */

/* v686 public hero chip cards: shared placement landing hero chips. */
.vpr-page--test-static-shell .vv-hero-chips{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:34px}.vpr-page--test-static-shell .vv-hero-chip{display:inline-flex;align-items:center;gap:9px;min-height:36px;padding:0 14px;border-radius:13px;color:var(--blue);background:rgba(255,255,255,.72);border:1px solid rgba(36,104,242,.20);box-shadow:0 8px 24px rgba(38,100,219,.055),inset 0 1px 0 rgba(255,255,255,.9);font-size:15px;font-weight:750;letter-spacing:-.01em;white-space:nowrap}.vpr-page--test-static-shell .vv-hero-chip--highlight{color:#168a45;border-color:rgba(15,159,69,.16);background:rgba(240,252,245,.82)}.vpr-page--test-static-shell .vv-hero-chip__prefix{line-height:1;transform:translateY(-.5px)}@media(max-width:1080px){.vpr-page--test-static-shell .test-copy .vv-hero-chips{justify-content:center}}@media(max-width:900px){.vpr-page--test-static-shell .test-hero-chips{margin-bottom:24px;justify-content:center}.vpr-page--test-static-shell .test-hero-chip{min-height:34px;padding:0 12px;font-size:13.5px}}@media(max-width:360px){.vpr-page--test-static-shell .test-hero-chips{gap:8px}.vpr-page--test-static-shell .test-hero-chip{font-size:13px}}


/* v1.4.70.735: mobile quiz/result navigation polish. */
@media (max-width: 640px) {
  .vpr-page--quiz-static-shell .vpr-question-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .vpr-page--quiz-static-shell .vpr-question-footer > [data-action="prev"] {
    order: 2;
  }
  .vpr-page--quiz-static-shell .vpr-question-footer-actions {
    order: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .vpr-page--quiz-static-shell .vpr-question-footer-actions [data-action="next"] { order: 1; }
  .vpr-page--quiz-static-shell .vpr-question-footer-actions [data-action="skip"] { order: 2; }

  .vpr-page--result .vpr-top-actions {
    display: none !important;
  }
}
.vpr-page--result.vpr-page--test-static-shell .vpr-result-main {
  padding: 26px 0 54px;
}
.vpr-page--result.vpr-page--test-static-shell .vpr-result-content-shell {
  width: min(1288px, calc(100vw - 72px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 700px) {
  .vpr-page--result.vpr-page--test-static-shell .vpr-result-main {
    padding-top: 18px;
  }
}
@media (max-width: 640px) {
  .vpr-page--result.vpr-page--test-static-shell .vpr-result-content-shell {
    width: min(100vw - 28px, 760px);
  }
}


/* v1.4.70.736: mobile fixed action bar for long placement-test questions. */
@media (max-width: 640px) {
  .vpr-page--quiz-static-shell .quiz-runtime-shell.vpr-has-mobile-sticky-actions {
    padding-bottom: calc(156px + env(safe-area-inset-bottom, 0px));
  }

  .vpr-page--quiz-static-shell .quiz-runtime-shell.vpr-has-mobile-sticky-actions .vpr-question-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    margin: 0;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(248, 251, 255, 0.94);
    border-top: 1px solid rgba(63, 98, 156, 0.16);
    box-shadow: 0 -18px 44px rgba(20, 56, 120, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
  }

  .vpr-page--quiz-static-shell .quiz-runtime-shell.vpr-has-mobile-sticky-actions .vpr-question-footer-actions {
    display: contents;
  }

  .vpr-page--quiz-static-shell .quiz-runtime-shell.vpr-has-mobile-sticky-actions .vpr-question-footer .vpr-btn {
    width: 100%;
    min-height: 46px;
    border-radius: 14px;
    padding-inline: 12px;
    white-space: normal;
    line-height: 1.16;
  }

  .vpr-page--quiz-static-shell .quiz-runtime-shell.vpr-has-mobile-sticky-actions .vpr-question-footer [data-action="next"] {
    order: 1;
    grid-column: 1 / -1;
  }

  .vpr-page--quiz-static-shell .quiz-runtime-shell.vpr-has-mobile-sticky-actions .vpr-question-footer [data-action="skip"] {
    order: 2;
    grid-column: 1 / 2;
  }

  .vpr-page--quiz-static-shell .quiz-runtime-shell.vpr-has-mobile-sticky-actions .vpr-question-footer > [data-action="prev"] {
    order: 3;
    grid-column: 2 / 3;
  }
}/* v1.4.70.738: mobile result score compact block replaces large score diagram. */ .vpr-mobile-score-summary{display:none}/* v1.4.70.739: responsive result header/badge cleanup for placement result pages. */ .vpr-page--result .vpr-result-badges--standard{display:none}@media (max-width:640px){.vpr-page--result .vpr-result-hero-card .vpr-score-ring,.vpr-page--deep .vpr-result-hero-card .vpr-score-ring,.vpr-page--deep-static-shell .vpr-result-hero-card .vpr-score-ring{display:none !important}.vpr-page--result .vpr-mobile-score-summary,.vpr-page--deep .vpr-mobile-score-summary,.vpr-page--deep-static-shell .vpr-mobile-score-summary{display:block;width:100%;box-sizing:border-box;padding:14px 16px;border-radius:19px;border:1px solid rgba(104,144,215,.18);background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(245,249,255,.9));box-shadow:0 14px 34px rgba(38,100,219,.06),inset 0 1px 0 rgba(255,255,255,.95)}.vpr-page--result .vpr-mobile-score-summary__top,.vpr-page--deep .vpr-mobile-score-summary__top,.vpr-page--deep-static-shell .vpr-mobile-score-summary__top{display:flex;align-items:baseline;justify-content:space-between;gap:14px}.vpr-page--result .vpr-mobile-score-summary__top>span,.vpr-page--deep .vpr-mobile-score-summary__top>span,.vpr-page--deep-static-shell .vpr-mobile-score-summary__top>span{color:var(--muted);font-size:13px;font-weight:800;line-height:1.2}.vpr-page--result .vpr-mobile-score-summary__top>strong,.vpr-page--deep .vpr-mobile-score-summary__top>strong,.vpr-page--deep-static-shell .vpr-mobile-score-summary__top>strong{color:var(--text-strong);font-size:24px;font-weight:900;letter-spacing:-.04em;line-height:1;white-space:nowrap}.vpr-page--result .vpr-mobile-score-summary__top small,.vpr-page--deep .vpr-mobile-score-summary__top small,.vpr-page--deep-static-shell .vpr-mobile-score-summary__top small{color:var(--muted);font-size:13px;font-weight:800;letter-spacing:0}.vpr-page--result .vpr-mobile-score-summary__track,.vpr-page--deep .vpr-mobile-score-summary__track,.vpr-page--deep-static-shell .vpr-mobile-score-summary__track{height:8px;overflow:hidden;margin-top:12px;border-radius:999px;background:rgba(214,226,247,.82)}.vpr-page--result .vpr-mobile-score-summary__track>span,.vpr-page--deep .vpr-mobile-score-summary__track>span,.vpr-page--deep-static-shell .vpr-mobile-score-summary__track>span{display:block;height:100%;min-width:6px;border-radius:inherit;background:linear-gradient(90deg,var(--accent),var(--accent-2))}.vpr-page--result .vpr-result-hero-card--standard .vpr-mobile-score-summary__label,.vpr-page--result .vpr-result-hero-card--standard .vpr-result-kicker--standard-label,.vpr-page--deep .vpr-result-hero-card--deep .vpr-result-kicker--deep-label,.vpr-page--deep-static-shell .vpr-result-hero-card--deep .vpr-result-kicker--deep-label{display:none}.vpr-page--result .vpr-result-badges--standard{display:flex}.vpr-page--result .vpr-result-badges--standard .vpr-result-score-chip{display:inline-flex}}

/* v1.4.70.741: result mobile frame/shell cleanup. */
.vpr-page--result.vpr-page--test-static-shell .site-header {
  border-bottom: 0 !important;
}

.vpr-page--result .vpr-result-badges--standard {
  display: none !important;
}

@media (max-width: 640px) {
  .vpr-page--result .vpr-mobile-score-summary,
  .vpr-page--deep .vpr-mobile-score-summary,
  .vpr-page--deep-static-shell .vpr-mobile-score-summary {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .vpr-page--result .vpr-result-hero-card--standard .vpr-result-kicker--confidence,
  .vpr-page--deep .vpr-result-hero-card--deep .vpr-result-kicker--confidence,
  .vpr-page--deep-static-shell .vpr-result-hero-card--deep .vpr-result-kicker--confidence {
    display: none !important;
  }

  .vpr-page--deep .vpr-result-badges--deep,
  .vpr-page--deep-static-shell .vpr-result-badges--deep {
    display: none !important;
  }
}
