/* Product variations share the homepage's tokens, outer cards and typography. */
.mv-hero{padding-bottom:32px}.mv-hero h1{max-width:860px}.mv-switcher{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:28px 0 0}.mv-switcher a{font-size:13px;padding:8px 14px;border:1px solid var(--ui-border);border-radius:99px;background:white;color:var(--ui-text)}.mv-switcher a[aria-current=page]{color:var(--ui-link);border-color:#b6ceef;background:#eff6ff}.mv-path{color:var(--ui-meta);font-size:13px;margin-bottom:18px}.mv-proof{max-width:1140px;margin:0 auto;padding:0 24px 36px}.mv-proof .bc-ratings{justify-content:center;margin:0 0 24px}.mv-proof .bc-customer-logos{border:0;padding:0;max-width:740px;margin:auto}.mv-demo-amber{background:var(--ui-demo-amber)}.mv-demo-green{background:linear-gradient(135deg,#edf8f3,#e4f1ed)}.mv-demo-slate{background:linear-gradient(135deg,#eef3fa,#e3ebf7)}.mv-caption{max-width:800px!important}.mv-caption p+p{margin-top:10px}.mv-caption strong{color:var(--ui-ink);font-weight:500}.mv-code{font:400 14px/1.8 var(--ui-mono);background:var(--ui-navy);color:#d7e6fb;border-radius:12px;padding:24px;overflow:auto}.mv-note{font-size:13px;color:var(--ui-meta);margin-top:16px}.mv-ssn{display:grid;grid-template-columns:1fr 48px 1fr;align-items:stretch}.mv-ssn .hv-window-body>.hv-button{margin-top:24px}.mv-digits{display:flex;gap:8px;margin:8px 0 20px}.mv-digits span{display:grid;place-items:center;flex:1;max-width:56px;height:58px;border:1px solid var(--ui-field-border);border-radius:8px;font:500 24px var(--ui-mono);background:var(--ui-surface)}.mv-panel-intro{display:flex;gap:12px;align-items:center;margin-bottom:20px}.mv-panel-intro>span{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#e9f1ff;color:var(--ui-blue);font-weight:500}.mv-panel-intro h3{font-size:18px}.mv-panel-intro p{font-size:12px;color:var(--ui-meta);margin-top:4px}.mv-return-note{font-size:13px;color:var(--ui-meta);border-top:1px solid var(--ui-divider);margin-top:20px;padding-top:16px}
/* Existing local demo logic, restyled only within these variation pages. */
.mv-page .pr-demo-top,.mv-page .pr-demo-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-size:13px;color:var(--ui-text);margin-bottom:20px}.mv-page .pr-demo-bottom{margin:20px 0 0}.mv-page .pr-meta,.mv-page .pr-note{font-size:13px;color:var(--ui-meta);line-height:1.6}.mv-page .pr-note{margin:20px 0 0}.mv-page .pr-split{display:grid;grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr);align-items:stretch}.mv-page .pr-arrow{align-self:center;justify-self:center;font-size:28px;color:var(--ui-link)}.mv-page .pr-window{background:white;border:1px solid #d8e5f4;border-radius:12px;overflow:hidden;min-width:0;box-shadow:0 8px 20px -16px #12386430}.mv-page .pr-window-head{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:14px 20px;font-size:14px;font-weight:500;border-bottom:1px solid var(--ui-divider);background:#fbfdff}.mv-page .pr-window-head .pr-meta{font-weight:400;font-size:12px}.mv-page .pr-window-body{padding:24px}.mv-page .pr-row{display:flex;justify-content:space-between;gap:24px;padding:14px 0;border-bottom:1px solid var(--ui-divider);font-size:14px}.mv-page .pr-row>span{color:var(--ui-text)}.mv-page .pr-row strong{text-align:right;font-weight:500}.mv-page .pr-field{padding:10px 14px;border:1px solid var(--ui-field-border);border-radius:8px;margin-bottom:12px}.mv-page .pr-field small{display:block;font-size:12px;color:var(--ui-meta);margin-bottom:3px}.mv-page .pr-field strong{font-size:14px;font-weight:400;display:block}.mv-page .pr-customer{max-width:440px;margin:0 auto;text-align:center}.mv-page .pr-customer h3{font-size:22px;margin:12px 0}.mv-page .pr-customer p{font-size:14px;color:var(--ui-text);margin:12px 0 20px}.mv-page .pr-icon{display:inline-grid;place-items:center;width:44px;height:44px;border:1px solid #d5e3f6;border-radius:12px;background:#f0f6ff;color:var(--ui-link)}.mv-page .pr-icon svg{width:24px;height:24px}.mv-page .pr-button{display:inline-flex;justify-content:center;align-items:center;min-height:46px;max-width:100%;padding:12px 18px;border:1px solid transparent;border-radius:8px;background:var(--ui-blue);color:white;font-size:14px;font-weight:500;line-height:1.4}.mv-page .pr-button:hover{background:var(--ui-blue-hover);text-decoration:none}.mv-page .pr-button.secondary{background:white;border-color:var(--ui-field-border);color:var(--ui-link)}.mv-page .pr-button:disabled{background:var(--ui-surface-inset);color:var(--ui-meta)}.mv-page .pr-status{display:flex;align-items:flex-start;gap:12px;border:1px solid #d2ebdf;border-radius:8px;padding:16px;background:var(--ui-success-subtle);color:var(--ui-success);text-align:left;margin-top:20px}.mv-page .pr-status.warning{color:var(--ui-warning);background:var(--ui-warning-soft);border-color:#efddbc}.mv-page .pr-status.error{color:var(--ui-error);background:var(--ui-error-soft);border-color:#eccbcb}.mv-page .pr-status.neutral{color:var(--ui-text);background:var(--ui-surface)}.mv-page .pr-status strong{font-size:14px;font-weight:500;display:block}.mv-page .pr-status small{display:block;font-size:13px;line-height:1.6;margin-top:4px}.mv-page .pr-symbol{width:24px;flex-shrink:0;font-weight:600}.mv-page .pr-tabs{display:flex;gap:6px;flex-wrap:wrap;margin:0 0 20px}.mv-page .pr-tabs button{font-size:14px;line-height:1.4;background:#ffffffc9;color:var(--ui-text);padding:10px 16px;border:1px solid #d4e1f0;border-radius:8px;min-height:42px}.mv-page .pr-tabs button[aria-pressed=true]{background:var(--ui-navy);color:white;border-color:var(--ui-navy)}.mv-page .pr-window-body>.pr-tabs{margin-top:20px}.mv-page .pr-engine{border-radius:12px;background:var(--ui-navy);color:white;padding:28px;min-width:0}.mv-page .pr-engine>span{font-size:13px;color:#abc0da}.mv-page .pr-engine h3{font-size:28px;margin:12px 0 24px}.mv-page .pr-engine .pr-row{border-color:#ffffff20}.mv-page .pr-engine .pr-row>span,.mv-page .pr-engine .pr-meta{color:#bdcce0}.mv-page .pr-engine .pr-meta{margin-top:16px}.mv-page .pr-engine a{display:inline-block}.mv-page .pr-consent{display:flex;gap:12px;align-items:flex-start;line-height:1.6}.mv-page .pr-consent input{width:18px;height:18px;accent-color:var(--ui-blue);margin:3px 0 0;flex-shrink:0}.mv-page .pr-code{font:400 14px/1.7 var(--ui-mono);margin:0;overflow:auto;max-width:100%;white-space:pre;background:var(--ui-navy);color:#d5e4f9;border-radius:8px;padding:24px}.mv-page .pr-digits{display:flex;gap:8px;justify-content:center;margin:24px 0}.mv-page .pr-digits>span{flex:1;max-width:48px;min-width:0;display:grid;place-items:center;height:56px;font:500 22px var(--ui-mono);background:var(--ui-surface);border:1px solid var(--ui-field-border);border-radius:8px}.mv-page .pr-sms{background:#eef6ff;border:1px solid #d7e7fc;border-radius:16px 16px 16px 4px;padding:24px;line-height:1.7;margin:24px 0;font-size:16px;max-width:380px}.mv-page .pr-sms strong{display:block;font:500 30px/1.6 var(--ui-mono);color:var(--ui-navy);letter-spacing:2px}.mv-page .pr-sms .pr-meta{display:block;margin-top:8px}.mv-page .pr-badge{border-radius:99px;padding:4px 10px;background:var(--ui-success-subtle);color:var(--ui-success);font-size:12px}
@media(max-width:780px){.mv-hero{padding-top:32px}.mv-hero h1{font-size:38px}.mv-ssn,.mv-page .pr-split{grid-template-columns:1fr;gap:12px}.mv-page .pr-arrow{transform:rotate(90deg);height:24px;line-height:1}.mv-page .pr-window-body,.mv-page .pr-engine{padding:20px}.mv-page .pr-tabs button{flex:1;padding:10px 12px}.mv-page .pr-row{gap:16px}.mv-page .pr-sms{padding:20px}.mv-proof{padding:0 24px 24px}.mv-switcher{gap:6px}.mv-switcher a{padding:8px 10px;font-size:12px}}
