/* ============================================================ Build 10E: marketing experience */
/*
 * Loaded on public pages only (is_marketing_page()). The learner application never receives this
 * file, so nothing here can change Home, Discover or Recall.
 *
 * Motion language, spending the Build 09B tokens and nothing else:
 *   micro      140ms  hover, press, icon response        --vv-motion-duration-fast
 *   state      200ms  selection, answer feedback, FAQ     --vv-motion-duration-standard
 *   transition 320ms  question change, section arrival   --vv-motion-duration-emphasis
 *   delight    700ms  the test result, once              --vv-motion-duration-celebration
 * Only transform, opacity and stroke offsets move. Under reduced motion site.css switches all
 * animation and transition off and the tokens collapse to 1ms, so every state still lands and
 * nothing is ever hidden waiting for motion. Print always shows everything.
 */
.vv-mk-icon{display:block;width:20px;height:20px;flex:none}

/* ------------------------------------------------------------------------ Scroll reveal */
/* Hidden only once marketing.js has proved it can reveal (html.vv-motion-ready). No script, no
   IntersectionObserver or reduced motion: never hidden. */
.vv-motion-ready .vv-reveal:not(.is-visible){opacity:0;transform:translateY(14px)}
.vv-motion-ready .vv-reveal{transition:opacity var(--vv-motion-duration-emphasis) var(--vv-motion-ease-enter),
  transform var(--vv-motion-duration-emphasis) var(--vv-motion-ease-enter)}
@media print{.vv-reveal{opacity:1!important;transform:none!important}}

/* ----------------------------------------------------------------------- Hero entrance */
@keyframes vv-mk-rise{from{opacity:0;transform:translateY(10px)}}
.vv-hero-copy>*,.vv-hiw-hero__copy>*,.vv-vt-hero>*,.vv-signup-hero>*{animation:vv-mk-rise var(--vv-motion-duration-emphasis) var(--vv-motion-ease-enter) backwards}
.vv-hero-copy>:nth-child(2),.vv-hiw-hero__copy>:nth-child(2),.vv-vt-hero>:nth-child(2),.vv-signup-hero>:nth-child(2){animation-delay:50ms}
.vv-hero-copy>:nth-child(3),.vv-hiw-hero__copy>:nth-child(3),.vv-vt-hero>:nth-child(3),.vv-signup-hero>:nth-child(3){animation-delay:100ms}
.vv-hero-copy>:nth-child(n+4),.vv-hiw-hero__copy>:nth-child(n+4){animation-delay:150ms}
.vv-hero-card{animation:vv-mk-rise var(--vv-motion-duration-emphasis) var(--vv-motion-ease-enter) 120ms backwards}

/* --------------------------------------------------------------------- Home: categories */
.vv-categories>.wp-block-group{transition:transform var(--vv-motion-duration-standard) var(--vv-motion-ease-standard),
  border-color var(--vv-motion-duration-standard) var(--vv-motion-ease-standard),box-shadow var(--vv-motion-duration-standard) var(--vv-motion-ease-standard)}
@media(hover:hover) and (pointer:fine){
  .vv-categories>.wp-block-group:hover{transform:translateY(-3px);border-color:rgba(255,77,0,.36);box-shadow:0 12px 28px rgba(22,21,15,.06),0 6px 18px rgba(255,77,0,.08)}
}
.vv-progress-states li:last-child{color:var(--vv-muted)}

/* ------------------------------------------------------------------ Home: learning loop */
.vv-loop{position:relative;padding:36px 32px 28px;border:1px solid var(--vv-border);border-radius:var(--vv-radius-panel);background:var(--vv-surface);
  box-shadow:0 10px 30px rgba(22,21,15,.05)}
.vv-loop__track{position:absolute;left:32px;right:32px;top:36px;width:calc(100% - 64px);height:64px;overflow:visible;pointer-events:none}
.vv-loop__line{fill:none;stroke:rgba(255,77,0,.45);stroke-width:2;vector-effect:non-scaling-stroke;stroke-dasharray:1;stroke-dashoffset:0}
.vv-motion-ready .vv-loop:not(.is-visible) .vv-loop__line{stroke-dashoffset:1}
.vv-motion-ready .vv-loop .vv-loop__line{transition:stroke-dashoffset 900ms var(--vv-motion-ease-standard) 150ms}
.vv-loop__steps{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}
.vv-loop__step{display:grid;justify-items:center;gap:6px;text-align:center;min-width:0}
.vv-loop__badge{display:grid;place-items:center;width:64px;height:64px;border:1px solid var(--vv-border);border-radius:20px;background:var(--vv-surface);
  color:var(--vv-accent-text);box-shadow:0 6px 16px rgba(22,21,15,.06);transition:transform var(--vv-motion-duration-standard) var(--vv-motion-ease-emphasis),
  background-color var(--vv-motion-duration-fast) var(--vv-motion-ease-standard),color var(--vv-motion-duration-fast) var(--vv-motion-ease-standard)}
.vv-loop__badge svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.vv-loop__step:nth-child(3) .vv-loop__badge{background:var(--vv-accent);border-color:var(--vv-accent);color:var(--vv-on-accent)}
.vv-motion-ready .vv-loop:not(.is-visible) .vv-loop__badge{transform:scale(.86);opacity:0}
.vv-motion-ready .vv-loop .vv-loop__badge{transition:transform var(--vv-motion-duration-emphasis) var(--vv-motion-ease-emphasis) calc(var(--i) * 90ms),
  opacity var(--vv-motion-duration-standard) var(--vv-motion-ease-standard) calc(var(--i) * 90ms)}
.vv-loop__num{margin-top:6px;font-family:var(--vv-font-heading);font-size:11px;font-weight:700;letter-spacing:.12em;color:var(--vv-muted)}
.vv-loop__step strong{font-family:var(--vv-font-heading);font-size:17px;color:var(--vv-ink)}
.vv-loop__copy{max-width:17ch;color:var(--vv-secondary);font-size:13.5px;line-height:1.45}
.vv-loop__back{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:26px;color:var(--vv-secondary);font-size:14px}
.vv-loop__back span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--vv-accent-wash);color:var(--vv-accent-text)}
.vv-loop__back svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
@media(hover:hover) and (pointer:fine){.vv-loop__step:hover .vv-loop__badge{transform:translateY(-3px)}}
@media(max-width:900px){
  .vv-loop{padding:28px 20px 24px}
  .vv-loop__track{display:none}
  .vv-loop__steps{grid-template-columns:1fr;gap:0}
  .vv-loop__step{grid-template-columns:52px 1fr;grid-template-areas:"badge title" "badge copy";justify-items:start;align-items:center;column-gap:16px;row-gap:2px;
    padding:12px 0;text-align:left;border-top:1px solid var(--vv-border)}
  .vv-loop__step:first-child{border-top:0}
  .vv-loop__badge{grid-area:badge;width:52px;height:52px;border-radius:16px}
  .vv-loop__num{display:none}
  .vv-loop__step strong{grid-area:title}
  .vv-loop__copy{grid-area:copy;max-width:none}
  .vv-loop__back{justify-content:flex-start;margin-top:16px}
}

/* ------------------------------------------------------------- How It Works corrections */
.vv-hiw-rating{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:600px){.vv-hiw-rating{grid-template-columns:repeat(3,minmax(0,1fr))}}
.vv-hiw-recall-cue{margin-top:8px;color:var(--vv-ink);font-size:19px;line-height:1.5}
.vv-hiw-recall-answer .vv-card-target{margin-top:6px}

/* ------------------------------------------------------------------ Ticks (one system) */
/* One box, one glyph, one alignment rule, everywhere a benefit is listed: a 20px rounded square in
   the accent wash with a drawn check, centred on the FIRST line of its text so wrapped lines hang
   naturally. It never changes on hover; hierarchy belongs to the card, not the tick. */
.vv-ticks{display:grid;gap:12px;margin:0;padding:0;list-style:none;line-height:1.5}
.vv-ticks li,.vv-pricing-card__features li{position:relative;padding-left:32px}
.vv-ticks li::before,.vv-pricing-card__features li::before{content:"";position:absolute;left:0;top:calc(.75em - 10px);width:20px;height:20px;border-radius:6px;
  background:var(--vv-accent-wash) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23BE3A00' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5.2 10.4 3.1 3.1 6.5-6.8'/%3E%3C/svg%3E") center/14px no-repeat}
.vv-pricing-card__features{line-height:1.5}

/* ------------------------------------------------------------------------------- Forms */
.vv-field{display:grid;gap:8px}
.vv-field label{font-family:var(--vv-font-heading);font-weight:700;font-size:15px;color:var(--vv-ink)}
.vv-field input{width:100%;min-height:54px;padding:12px 16px;border:1px solid var(--vv-border-strong);border-radius:var(--vv-radius-control);background:var(--vv-bg);
  color:var(--vv-ink);font-size:17px;transition:border-color var(--vv-motion-duration-fast) var(--vv-motion-ease-standard),box-shadow var(--vv-motion-duration-fast) var(--vv-motion-ease-standard),background-color var(--vv-motion-duration-fast) var(--vv-motion-ease-standard)}
.vv-field input:hover{border-color:rgba(22,21,15,.36)}
.vv-field input:focus{outline:3px solid var(--vv-focus);outline-offset:2px;border-color:var(--vv-focus);background:var(--vv-surface)}
.vv-field input[aria-invalid="true"]{border-color:var(--vv-error);background:var(--vv-error-wash)}
.vv-field-note{color:var(--vv-secondary);font-size:13.5px;line-height:1.5}
.vv-consent{display:flex;align-items:flex-start;gap:12px;min-height:44px;padding:12px 14px;border:1px solid var(--vv-border);border-radius:var(--vv-radius-control);
  background:var(--vv-bg);color:var(--vv-secondary);font-size:14px;line-height:1.5;cursor:pointer;
  transition:border-color var(--vv-motion-duration-fast) var(--vv-motion-ease-standard),background-color var(--vv-motion-duration-fast) var(--vv-motion-ease-standard)}
.vv-consent input{flex:none;width:20px;height:20px;margin:1px 0 0;accent-color:var(--vv-accent)}
.vv-consent:has(input:checked){border-color:rgba(255,77,0,.45);background:var(--vv-accent-wash);color:var(--vv-ink)}
.vv-consent:has(input:focus-visible){outline:3px solid var(--vv-focus);outline-offset:2px}
.vv-trap{position:absolute!important;left:-10000px;width:1px;height:1px;overflow:hidden}
.vv-form-error{padding:12px 14px;border:1px solid rgba(165,35,27,.25);border-radius:var(--vv-radius-control);background:var(--vv-error-wash);color:var(--vv-error);font-size:14px}
button.vv-button.vv-primary-cta{cursor:pointer;font-family:var(--vv-font-heading)}
button.vv-button.vv-primary-cta[aria-busy="true"]{opacity:.8;cursor:progress}
.vv-vt__fine{color:var(--vv-muted);font-size:12.5px;line-height:1.5}
.vv-vt__fine a{color:var(--vv-secondary)}

/* ---------------------------------------------------------------------- Vocabulary Test */
.vv-vt-page,.vv-signup-page{overflow:clip}
.vv-vt-hero,.vv-signup-hero{max-width:780px;padding-block:72px 32px;text-align:center}
.vv-vt-hero .vv-eyebrow,.vv-signup-hero .vv-eyebrow{margin-bottom:18px}
.vv-vt-hero .vv-lead,.vv-signup-hero .vv-lead{max-width:640px;margin:22px auto 0;text-wrap:pretty}
.vv-vt-wrap,.vv-signup-wrap{padding-bottom:72px}
.vv-vt{max-width:760px;margin-inline:auto}
.vv-vt__panel{position:relative;padding:36px;border:1px solid var(--vv-border);border-radius:28px;background:var(--vv-surface);
  box-shadow:0 18px 50px rgba(22,21,15,.07),0 4px 14px rgba(22,21,15,.03)}
.vv-vt__panel:not([hidden]){animation:vv-mk-rise var(--vv-motion-duration-emphasis) var(--vv-motion-ease-enter) backwards}
.vv-vt__intro-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:12px 24px}
.vv-vt__kicker{display:inline-flex;align-items:center;gap:8px;width:100%;color:var(--vv-accent-text)}
.vv-vt__kicker .vv-mk-icon{width:16px;height:16px}
.vv-vt__title{font-size:27px}
.vv-vt__facts{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}
.vv-vt__facts li{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:4px 12px;border:1px solid var(--vv-border);border-radius:var(--vv-radius-pill);
  background:var(--vv-bg);color:var(--vv-secondary);font-size:13px;font-weight:600}
.vv-vt__facts .vv-mk-icon{width:16px;height:16px;color:var(--vv-accent-text)}
.vv-vt__dims{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0 0;padding:0;list-style:none}
.vv-vt__dims li{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid var(--vv-border);border-radius:16px;background:var(--vv-bg)}
.vv-vt__dim-icon{display:grid;place-items:center;flex:none;width:38px;height:38px;border-radius:12px;background:var(--vv-accent-wash);color:var(--vv-accent-text)}
.vv-vt__dims strong{display:block;font-family:var(--vv-font-heading);font-size:14.5px;color:var(--vv-ink)}
.vv-vt__dims small{display:block;margin-top:2px;color:var(--vv-secondary);font-size:13px;line-height:1.4}
.vv-vt__form{display:grid;gap:16px;margin-top:28px;padding-top:28px;border-top:1px solid var(--vv-border)}
.vv-vt__start{display:flex}
.vv-vt__noscript{padding:20px;border-radius:16px;background:var(--vv-warning-wash);color:var(--vv-warning)}

/* Progress */
.vv-vt__progress{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px 16px;margin-bottom:26px}
.vv-vt__count{font-family:var(--vv-font-heading);font-weight:700;font-size:14px;color:var(--vv-ink);font-variant-numeric:tabular-nums}
.vv-vt__dim{justify-self:end;padding:4px 10px;border-radius:var(--vv-radius-pill);background:var(--vv-accent-wash);color:var(--vv-accent-text);font-size:12px;font-weight:600}
.vv-vt__bar{grid-column:1/-1;height:8px;overflow:hidden;border-radius:var(--vv-radius-pill);background:var(--vv-subtle)}
.vv-vt__bar span{display:block;width:100%;height:100%;border-radius:inherit;background:var(--vv-accent);transform-origin:left center;transform:scaleX(var(--vt-progress,0));
  transition:transform var(--vv-motion-duration-emphasis) var(--vv-motion-ease-emphasis)}

/* Question */
.vv-vt__q{display:grid;gap:18px}
.vv-vt__q.is-entering{animation:vv-vt-in var(--vv-motion-duration-emphasis) var(--vv-motion-ease-enter) backwards}
.vv-vt__q.is-leaving{animation:vv-vt-out var(--vv-motion-duration-exit) var(--vv-motion-ease-exit) forwards}
@keyframes vv-vt-in{from{opacity:0;transform:translateX(24px)}}
@keyframes vv-vt-out{to{opacity:0;transform:translateX(-24px)}}
.vv-vt__prompt{font-size:21px;line-height:1.35;outline:none}
.vv-vt__prompt:focus-visible{outline:3px solid var(--vv-focus);outline-offset:4px;border-radius:6px}
.vv-vt__expression{font-family:var(--vv-font-heading);font-weight:700;font-size:clamp(26px,5vw,36px);letter-spacing:-.035em;line-height:1.15;color:var(--vv-near-black)}
.vv-vt__context{padding:16px 18px;border-left:3px solid var(--vv-accent);border-radius:0 14px 14px 0;background:var(--vv-bg);color:var(--vv-ink);font-size:17px;line-height:1.6}
.vv-vt__blank{display:inline-block;min-width:4.5em;border-bottom:2px solid var(--vv-accent);color:transparent;line-height:1.1}
.vv-vt__options{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.vv-vt__option{display:flex;align-items:center;gap:14px;width:100%;min-height:56px;padding:10px 14px;border:1.5px solid var(--vv-border-strong);border-radius:16px;
  background:var(--vv-surface);color:var(--vv-ink);font-size:16px;line-height:1.4;text-align:left;
  transition:border-color var(--vv-motion-duration-fast) var(--vv-motion-ease-standard),background-color var(--vv-motion-duration-fast) var(--vv-motion-ease-standard),
    transform var(--vv-motion-duration-press) var(--vv-motion-ease-standard),opacity var(--vv-motion-duration-standard) var(--vv-motion-ease-standard)}
.vv-vt__key{display:grid;place-items:center;flex:none;width:32px;height:32px;border:1px solid var(--vv-border);border-radius:10px;background:var(--vv-bg);
  font-family:var(--vv-font-heading);font-size:13px;font-weight:700;color:var(--vv-secondary)}
.vv-vt__option-text{flex:1;min-width:0}
.vv-vt__mark{display:none;flex:none;align-items:center;gap:6px;font-size:12.5px;font-weight:700}
.vv-vt__mark .vv-mk-icon{width:18px;height:18px}
@media(hover:hover) and (pointer:fine){
  .vv-vt__option:not(:disabled):hover{border-color:rgba(255,77,0,.6);background:var(--vv-accent-wash)}
  .vv-vt__option:not(:disabled):hover .vv-vt__key{border-color:rgba(255,77,0,.45);color:var(--vv-accent-text)}
}
.vv-vt__option:not(:disabled):active{transform:scale(var(--vv-motion-press-scale))}
.vv-vt__option:focus-visible{outline:3px solid var(--vv-focus);outline-offset:2px}
.vv-vt__option:disabled{cursor:default}
.vv-vt__option.is-correct{border-color:var(--vv-success);background:var(--vv-success-wash)}
.vv-vt__option.is-correct .vv-vt__key{border-color:var(--vv-success);background:var(--vv-success);color:#fff}
.vv-vt__option.is-correct .vv-vt__mark{display:inline-flex;color:var(--vv-success)}
.vv-vt__option.is-wrong{border-color:var(--vv-error);background:var(--vv-error-wash)}
.vv-vt__option.is-wrong .vv-vt__key{border-color:var(--vv-error);background:var(--vv-error);color:#fff}
.vv-vt__option.is-wrong .vv-vt__mark{display:inline-flex;color:var(--vv-error)}
.vv-vt__option.is-muted{opacity:.55}
.vv-vt__typed{display:grid;gap:12px}
.vv-vt__hint{justify-self:start;padding:4px 12px;border:1px dashed var(--vv-border-strong);border-radius:var(--vv-radius-pill);color:var(--vv-secondary);
  font-family:var(--vv-font-heading);font-size:14px;letter-spacing:.14em}
.vv-vt__typed input{width:100%;min-height:58px;padding:12px 16px;border:1.5px solid var(--vv-border-strong);border-radius:16px;background:var(--vv-bg);color:var(--vv-ink);font-size:19px}
.vv-vt__typed input:focus{outline:3px solid var(--vv-focus);outline-offset:2px;border-color:var(--vv-focus);background:var(--vv-surface)}
.vv-vt__typed input:disabled{opacity:.75}
.vv-vt__typed-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}
.vv-vt__skip{min-height:44px;padding:8px 4px;border:0;background:none;color:var(--vv-secondary);font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:4px;cursor:pointer}
.vv-vt__skip:hover{color:var(--vv-ink)}

/* Feedback: always words and an icon, never colour alone. */
.vv-vt__fb{display:grid;gap:10px;padding:18px;border-radius:18px;border:1px solid var(--vv-border);background:var(--vv-bg)}
.vv-vt__fb.is-entering{animation:vv-mk-rise var(--vv-motion-duration-standard) var(--vv-motion-ease-enter) backwards}
.vv-vt__verdict{display:flex;align-items:center;gap:10px;font-family:var(--vv-font-heading);font-size:17px;font-weight:700}
.vv-vt__verdict .vv-mk-icon{width:22px;height:22px}
.vv-vt__fb[data-outcome="correct"]{border-color:rgba(15,107,69,.3);background:var(--vv-success-wash)}
.vv-vt__fb[data-outcome="correct"] .vv-vt__verdict{color:var(--vv-success)}
.vv-vt__fb[data-outcome="close"]{border-color:rgba(138,90,0,.3);background:var(--vv-warning-wash)}
.vv-vt__fb[data-outcome="close"] .vv-vt__verdict{color:var(--vv-warning)}
.vv-vt__fb[data-outcome="incorrect"]{border-color:rgba(165,35,27,.25);background:var(--vv-error-wash)}
.vv-vt__fb[data-outcome="incorrect"] .vv-vt__verdict{color:var(--vv-error)}
.vv-vt__answer{color:var(--vv-ink);font-size:15px}
.vv-vt__answer strong{font-family:var(--vv-font-heading)}
.vv-vt__explain{color:var(--vv-secondary);font-size:14.5px;line-height:1.55}
.vv-vt__next{justify-self:start;margin-top:4px}

/* Result: the payoff. */
.vv-vt__result{padding-top:40px}
.vv-vt__res-head{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:28px}
.vv-vt__ring{position:relative;width:148px;height:148px}
.vv-vt__ring svg{width:100%;height:100%;transform:rotate(-90deg)}
.vv-vt__ring-bg{fill:none;stroke:var(--vv-subtle);stroke-width:10}
.vv-vt__ring-fg{fill:none;stroke:var(--vv-accent);stroke-width:10;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:calc(1 - var(--vt-score,0));
  transition:stroke-dashoffset var(--vv-motion-duration-celebration) var(--vv-motion-ease-emphasis) 150ms}
.vv-vt__result.is-arming .vv-vt__ring-fg{stroke-dashoffset:1}
.vv-vt__ring-num{position:absolute;inset:0;display:grid;place-content:center;text-align:center}
.vv-vt__ring-num strong{font-family:var(--vv-font-heading);font-size:36px;line-height:1;letter-spacing:-.04em;color:var(--vv-near-black);font-variant-numeric:tabular-nums}
.vv-vt__ring-num small{margin-top:4px;color:var(--vv-muted);font-size:12px}
.vv-vt__band{display:inline-flex;align-items:center;gap:8px;padding:5px 12px;border-radius:var(--vv-radius-pill);background:var(--vv-accent-wash);color:var(--vv-accent-text);
  font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.vv-vt__band::before{content:"";width:6px;height:13px;border-radius:3px;background:var(--vv-accent);transform:rotate(14deg)}
.vv-vt__res-title{margin-top:12px;font-size:27px;outline:none}
.vv-vt__res-summary{margin-top:10px;color:var(--vv-secondary)}
.vv-vt__dimlist{display:grid;gap:14px;margin:28px 0 0;padding:24px 0 0;border-top:1px solid var(--vv-border);list-style:none}
.vv-vt__dimrow{display:grid;grid-template-columns:1fr auto;gap:6px 12px;align-items:baseline}
.vv-vt__dimrow strong{font-size:15px;color:var(--vv-ink)}
.vv-vt__dimrow span{font-family:var(--vv-font-heading);font-weight:700;font-variant-numeric:tabular-nums}
.vv-vt__dimbar{grid-column:1/-1;height:10px;overflow:hidden;border-radius:var(--vv-radius-pill);background:var(--vv-subtle)}
.vv-vt__dimbar i{display:block;height:100%;width:100%;border-radius:inherit;background:var(--vv-accent);transform-origin:left center;transform:scaleX(var(--pct,0));
  transition:transform var(--vv-motion-duration-celebration) var(--vv-motion-ease-emphasis) calc(300ms + var(--i,0) * 90ms)}
.vv-vt__result.is-arming .vv-vt__dimbar i{transform:scaleX(0)}
.vv-vt__dimrow.is-strong .vv-vt__dimbar i{background:var(--vv-success)}
.vv-vt__callouts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px}
.vv-vt__callout{padding:16px;border-radius:16px;border:1px solid var(--vv-border);background:var(--vv-bg)}
.vv-vt__callout .vv-label{display:flex;align-items:center;gap:6px}
.vv-vt__callout strong{display:block;margin-top:6px;font-family:var(--vv-font-heading);font-size:16px;color:var(--vv-ink)}
.vv-vt__callout--strong{border-color:rgba(15,107,69,.25);background:var(--vv-success-wash)}
.vv-vt__callout--strong .vv-label{color:var(--vv-success)}
.vv-vt__callout--focus{border-color:rgba(255,77,0,.3);background:var(--vv-accent-wash)}
.vv-vt__callout--focus .vv-label{color:var(--vv-accent-text)}
.vv-vt__plan{margin-top:16px;padding:18px 20px;border-radius:16px;background:var(--vv-near-black);color:var(--vv-bg)}
.vv-vt__plan .vv-label{color:#FFB38F}
.vv-vt__plan p:last-child{margin-top:6px;line-height:1.55}
.vv-vt__res-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:26px}
.vv-vt__res-note{margin-top:16px;color:var(--vv-muted);font-size:13px}
.vv-vt__res-note button{padding:0;border:0;background:none;color:var(--vv-secondary);font-size:inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer}

.vv-vt-about{background:var(--vv-surface);border-block:1px solid var(--vv-border)}
.vv-vt-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.vv-vt-point{padding:26px;border:1px solid var(--vv-border);border-radius:var(--vv-radius-card);background:var(--vv-bg)}
.vv-vt-point h3{font-size:18px}
.vv-vt-point p{margin-top:10px;color:var(--vv-secondary);font-size:15px}

/* -------------------------------------------------------------------- Free-trial signup */
.vv-signup{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:24px;max-width:1000px;margin-inline:auto;align-items:start}
.vv-signup__steps{display:grid;gap:4px;margin:0;padding:8px;border:1px solid var(--vv-border);border-radius:var(--vv-radius-panel);background:var(--vv-surface);list-style:none;counter-reset:vv-step}
.vv-signup__step{display:flex;align-items:center;gap:14px;padding:12px;border-radius:16px;color:var(--vv-muted)}
.vv-signup__step-icon{display:grid;place-items:center;flex:none;width:40px;height:40px;border:1px solid var(--vv-border);border-radius:12px;background:var(--vv-bg);color:var(--vv-muted)}
.vv-signup__step-text strong{display:block;font-family:var(--vv-font-heading);font-size:14.5px;color:var(--vv-secondary)}
.vv-signup__step-text small{display:block;font-size:12.5px}
.vv-signup__step.is-current{background:var(--vv-accent-wash)}
.vv-signup__step.is-current .vv-signup__step-icon{border-color:var(--vv-accent);background:var(--vv-accent);color:var(--vv-on-accent)}
.vv-signup__step.is-current strong{color:var(--vv-ink)}
.vv-signup__step.is-current small{color:var(--vv-accent-text)}
.vv-signup__step.is-done .vv-signup__step-icon{border-color:var(--vv-success);background:var(--vv-success-wash);color:var(--vv-success)}
.vv-signup__step.is-done strong{color:var(--vv-ink)}
.vv-signup__panel{padding:32px;border:1px solid var(--vv-border);border-radius:28px;background:var(--vv-surface);box-shadow:0 18px 50px rgba(22,21,15,.07)}
.vv-signup__notice{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border:1px solid rgba(138,90,0,.22);border-radius:16px;background:var(--vv-warning-wash);color:var(--vv-ink);font-size:14.5px;line-height:1.55}
.vv-signup__dot{flex:none;width:8px;height:8px;margin-top:8px;border-radius:50%;background:var(--vv-warning)}
.vv-signup__form{display:grid;gap:16px;margin-top:22px}
.vv-signup__form .vv-button{justify-self:start}
.vv-signup__done{display:grid;gap:14px;justify-items:start;outline:none}
.vv-signup__done h2{font-size:27px}
.vv-signup__done p{color:var(--vv-secondary)}
.vv-signup__done-mark{display:grid;place-items:center;width:60px;height:60px;border-radius:50%;background:var(--vv-success);color:#fff;
  animation:vv-mk-pop var(--vv-motion-duration-emphasis) var(--vv-motion-ease-emphasis) backwards}
.vv-signup__done-mark .vv-mk-icon{width:30px;height:30px;stroke-width:2.4}
@keyframes vv-mk-pop{from{opacity:0;transform:scale(.6)}}
.vv-signup-included{max-width:780px}
.vv-signup-included h2{font-size:27px}
.vv-signup-included__list{margin-top:22px}
.vv-signup-included__more{margin-top:24px;color:var(--vv-secondary)}
.vv-signup-included__more a,.vv-unsub a{color:var(--vv-ink);font-weight:600;text-decoration-color:rgba(255,77,0,.55);text-underline-offset:4px}

/* ------------------------------------------------------------------------- Unsubscribe */
.vv-unsub{max-width:620px;margin-inline:auto;padding:32px;border:1px solid var(--vv-border);border-radius:28px;background:var(--vv-surface);box-shadow:0 18px 50px rgba(22,21,15,.07)}
.vv-unsub__ask{display:grid;gap:18px;justify-items:start}
.vv-unsub__ask p:first-child,.vv-unsub__done p{color:var(--vv-secondary)}
.vv-unsub__done{display:grid;gap:10px;outline:none}
.vv-unsub__done h2{font-size:24px}
.vv-unsub-page .vv-signup-hero{padding-bottom:24px}

/* FAQ (shared by Pricing, the Vocabulary Test and any marketing page): native <details>, the plus
   that turns into a cross, and an animated height where the browser supports it. */
.vv-pricing-faq-layout{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.4fr);gap:96px;align-items:start}
.vv-pricing-faq__item{border-bottom:1px solid var(--vv-border)}
.vv-pricing-faq__item:first-child{border-top:1px solid var(--vv-border)}
.vv-pricing-faq__item>summary{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:64px;
  padding:16px 0;list-style:none;cursor:pointer;font-weight:600;font-size:16.5px;line-height:1.45;color:var(--vv-ink);
  transition:color var(--vv-motion-duration-fast) var(--vv-motion-ease-standard)}
.vv-pricing-faq__item>summary::-webkit-details-marker{display:none}
.vv-pricing-faq__item>summary::marker{content:""}
/* The plus that turns into a cross: one drawn icon, rotated, never swapped. */
.vv-pricing-faq__item>summary::after{content:"";flex:0 0 32px;width:32px;height:32px;border:1px solid var(--vv-border-strong);border-radius:50%;
  background:var(--vv-surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316150F' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 6.5v11M6.5 12h11'/%3E%3C/svg%3E") center/16px no-repeat;
  transition:transform var(--vv-motion-duration-standard) var(--vv-motion-ease-emphasis),
    background-color var(--vv-motion-duration-fast) var(--vv-motion-ease-standard),border-color var(--vv-motion-duration-fast) var(--vv-motion-ease-standard)}
.vv-pricing-faq__item[open]>summary::after{transform:rotate(45deg);border-color:rgba(255,77,0,.45);background-color:var(--vv-accent-wash)}
.vv-pricing-faq__item>summary:hover{color:var(--vv-accent-text)}
.vv-pricing-faq__item>summary:hover::after{border-color:rgba(255,77,0,.45);background-color:var(--vv-accent-wash)}
.vv-pricing-faq__item>summary:focus-visible{outline:3px solid var(--vv-focus);outline-offset:3px;border-radius:6px}
.vv-pricing-faq__item>p{max-width:62ch;margin:0 0 22px;padding-right:56px;color:var(--vv-secondary)}
/* Where the browser can animate to auto height, the answer opens rather than appearing. */
@supports selector(::details-content) and (interpolate-size:allow-keywords){
  .vv-pricing-faq{interpolate-size:allow-keywords}
  .vv-pricing-faq__item::details-content{height:0;overflow:clip;
    transition:height var(--vv-motion-duration-standard) var(--vv-motion-ease-standard),content-visibility var(--vv-motion-duration-standard) allow-discrete}
  .vv-pricing-faq__item[open]::details-content{height:auto}
}

@media(max-width:1100px){
  .vv-pricing-faq-layout{gap:48px}
}
@media(max-width:900px){
  .vv-pricing-faq-layout{grid-template-columns:1fr;gap:32px}
}
@media(max-width:600px){
  .vv-pricing-faq__item>summary{font-size:15.5px}
  .vv-pricing-faq__item>p{padding-right:0}
}

/* --------------------------------------------------------------------------- Responsive */
@media(max-width:900px){
  .vv-signup{grid-template-columns:1fr;max-width:600px}
  .vv-signup__steps{grid-template-columns:1fr}
  .vv-vt-points{grid-template-columns:1fr}
}
@media(max-width:600px){
  .vv-vt-hero,.vv-signup-hero{padding-block:44px 24px}
  .vv-vt-wrap,.vv-signup-wrap{padding-bottom:48px}
  .vv-vt__panel,.vv-signup__panel,.vv-unsub{padding:22px 18px;border-radius:22px}
  .vv-vt__title{font-size:23px}
  .vv-vt__dims{grid-template-columns:1fr}
  .vv-vt__prompt{font-size:19px}
  .vv-vt__context{font-size:16px;padding:14px}
  .vv-vt__option{min-height:52px;padding:9px 12px;gap:12px;font-size:15px}
  .vv-vt__res-head{grid-template-columns:1fr;justify-items:start;gap:18px}
  .vv-vt__ring{width:120px;height:120px}
  .vv-vt__ring-num strong{font-size:30px}
  .vv-vt__callouts{grid-template-columns:1fr}
  .vv-vt__res-title,.vv-signup__done h2{font-size:23px}
  .vv-signup__step{padding:8px 10px}
  .vv-signup__step-icon{width:34px;height:34px}
  .vv-vt__start .vv-button,.vv-signup__form .vv-button{width:100%;justify-content:space-between}
}
@media(prefers-reduced-motion:reduce){
  .vv-vt__q.is-leaving{animation:none;opacity:0}
}
