.vlnMprChecklist,
    .vlnMprChecklist * { box-sizing: border-box; }

    .vlnMprChecklist {
      --mpr-bg:#f5f7fb;
      --mpr-surface:#ffffff;
      --mpr-text:#0f172a;
      --mpr-muted:#475569;
      --mpr-border:rgba(2,6,23,.12);
      --mpr-shadow:0 10px 24px rgba(2,6,23,.08);
      --mpr-brand:#0b3aa4;
      --mpr-brand-dark:#082d7e;
      --mpr-good:#16a34a;
      --mpr-warn:#f59e0b;
      --mpr-bad:#ef4444;
      --mpr-radius:16px;
      --mpr-radius-sm:12px;
      font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
      color:var(--mpr-text);
      width:100%;
      max-width:1200px;
      margin:0 auto;
      overflow:visible;
    }

    .vlnMprChecklist a { color:#1d4ed8; text-decoration:none; font-weight:800; }
    .vlnMprChecklist a:hover { text-decoration:underline; }
    .vlnMprChecklist :focus-visible {
      outline:3px solid rgba(29,78,216,.35);
      outline-offset:2px;
      border-radius:10px;
    }

    .vlnMprChecklist__shell {
      background:var(--mpr-bg);
      border:1px solid var(--mpr-border);
      border-radius:22px;
      padding:18px;
      box-shadow:var(--mpr-shadow);
    }

    .vlnMprChecklist__eyebrow {
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(11,58,164,.06);
      border:1px solid rgba(11,58,164,.18);
      color:var(--mpr-brand);
      font-size:12px;
      font-weight:950;
      letter-spacing:.02em;
      margin-bottom:12px;
    }

    .vlnMprChecklist__eyebrowDot {
      width:10px;
      height:10px;
      border-radius:999px;
      background:var(--mpr-brand);
      box-shadow:0 0 0 5px rgba(11,58,164,.12);
      flex:none;
    }

    .vlnMprChecklist__title {
      margin:0;
      font-size:clamp(24px,3vw,34px);
      line-height:1.12;
      letter-spacing:-.02em;
      font-weight:950;
    }

    .vlnMprChecklist__lead {
      margin:10px 0 0;
      color:var(--mpr-muted);
      font-size:15px;
      line-height:1.65;
      max-width:76ch;
    }

    .vlnMprChecklist__grid {
      display:grid;
      grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);
      gap:18px;
      align-items:start;
      margin-top:18px;
      overflow:visible;
    }

    @media (max-width:980px) {
      .vlnMprChecklist__grid { grid-template-columns:1fr; }
    }

    .vlnMprChecklist__formCard,
    .vlnMprChecklist__resultCard {
      background:var(--mpr-surface);
      border:1px solid var(--mpr-border);
      border-radius:var(--mpr-radius);
      box-shadow:var(--mpr-shadow);
      min-width:0;
    }

    .vlnMprChecklist__resultCard {
      position:sticky;
      top:20px;
      align-self:start;
    }

    @media (max-width:980px) {
      .vlnMprChecklist__resultCard { position:static; }
    }

    .vlnMprChecklist__head {
      padding:16px 18px;
      border-bottom:1px solid rgba(2,6,23,.06);
      background:linear-gradient(180deg, rgba(11,58,164,.04), rgba(255,255,255,0));
    }

    .vlnMprChecklist__sectionTitle {
      margin:0 0 6px;
      font-size:clamp(18px,2vw,22px);
      line-height:1.2;
      letter-spacing:-.01em;
      font-weight:950;
      color:var(--mpr-text);
    }

    .vlnMprChecklist__sectionSub {
      margin:0;
      color:var(--mpr-muted);
      font-size:14px;
      line-height:1.65;
    }

    .vlnMprChecklist__body { padding:16px 18px 18px; }

    .vlnMprChecklist__fieldset {
      border:0;
      margin:0 0 16px;
      padding:0;
      min-width:0;
    }

    .vlnMprChecklist__legend {
      display:flex;
      align-items:baseline;
      justify-content:space-between;
      gap:10px;
      flex-wrap:wrap;
      font-weight:950;
      letter-spacing:-.01em;
      margin:0 0 10px;
      padding:10px 12px;
      border-radius:var(--mpr-radius-sm);
      background:rgba(11,58,164,.06);
      border:1px solid rgba(11,58,164,.14);
    }

    .vlnMprChecklist__legend small {
      font-size:12px;
      font-weight:800;
      color:var(--mpr-muted);
    }

    .vlnMprChecklist__row {
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
      margin:0 0 14px;
      min-width:0;
    }

    @media (max-width:680px) {
      .vlnMprChecklist__row { grid-template-columns:1fr; }
    }

    .vlnMprChecklist__field { display:block; min-width:0; }

    .vlnMprChecklist__label {
      display:block;
      margin:0 0 6px;
      font-size:14px;
      line-height:1.45;
      font-weight:900;
      color:#0b1220;
    }

    .vlnMprChecklist__input {
      width:100%;
      min-width:0;
      min-height:46px;
      padding:12px;
      border-radius:12px;
      border:1px solid rgba(2,6,23,.18);
      background:#fff;
      color:var(--mpr-text);
      font-size:16px;
      line-height:1.2;
      outline:none;
      font-family:inherit;
    }

    .vlnMprChecklist__input::placeholder { color:#94a3b8; }

    .vlnMprChecklist__input:focus {
      border-color:rgba(29,78,216,.65);
      box-shadow:0 0 0 4px rgba(29,78,216,.15);
    }

    .vlnMprChecklist__input.is-invalid {
      border-color:rgba(239,68,68,.75);
      box-shadow:0 0 0 4px rgba(239,68,68,.14);
    }

    .vlnMprChecklist__help,
    .vlnMprChecklist__error {
      margin-top:6px;
      font-size:12px;
      line-height:1.55;
    }

    .vlnMprChecklist__help { color:var(--mpr-muted); }
    .vlnMprChecklist__error { color:#991b1b; font-weight:800; min-height:16px; }

    .vlnMprChecklist__question {
      border:1px solid rgba(2,6,23,.10);
      border-radius:var(--mpr-radius);
      padding:12px 12px 10px;
      margin:0 0 12px;
      background:#fff;
    }

    .vlnMprChecklist__questionTitle {
      margin:0 0 10px;
      font-size:14px;
      line-height:1.45;
      font-weight:950;
      letter-spacing:-.01em;
    }

    .vlnMprChecklist__questionTitle small {
      display:block;
      margin-top:2px;
      color:var(--mpr-muted);
      font-size:12px;
      font-weight:800;
      line-height:1.45;
    }

    .vlnMprChecklist__questionHelp {
      margin:10px 0 0;
      color:var(--mpr-muted);
      font-size:12px;
      line-height:1.55;
    }

    .vlnMprChecklist__seg {
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }

    .vlnMprChecklist__segBtn {
      position:relative;
      flex:1 1 110px;
      min-width:110px;
      max-width:100%;
    }

    .vlnMprChecklist__segBtn input {
      position:absolute;
      inset:0;
      opacity:0;
      margin:0;
      cursor:pointer;
    }

    .vlnMprChecklist__segBtn span {
      display:flex;
      align-items:center;
      justify-content:center;
      width:100%;
      min-height:42px;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(2,6,23,.18);
      background:#fff;
      color:var(--mpr-text);
      font-size:13px;
      line-height:1.3;
      font-weight:950;
      text-align:center;
      user-select:none;
      white-space:normal;
      overflow-wrap:anywhere;
    }

    .vlnMprChecklist__segBtn:focus-within span {
      box-shadow:0 0 0 4px rgba(29,78,216,.16);
      border-color:rgba(29,78,216,.65);
    }

    .vlnMprChecklist__segBtn input:checked + span {
      background:var(--mpr-brand);
      border-color:rgba(11,58,164,.9);
      color:#fff;
    }

    /* QA round 1: yes = green, no = red, unsure stays neutral */
    .vlnMprChecklist__segBtn input[value="yes"]:checked + span {
      background:#16a34a;
      border-color:#15803d;
      color:#fff;
    }
    .vlnMprChecklist__segBtn input[value="no"]:checked + span {
      background:#dc2626;
      border-color:#b91c1c;
      color:#fff;
    }
    .vlnMprChecklist__segBtn input[value="unsure"]:checked + span {
      background:#64748b;
      border-color:#475569;
      color:#fff;
    }

    .vlnMprChecklist__btnRow {
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:14px;
    }

    .vlnMprChecklist .vlnMprChecklist__btn,
    .vlnMprChecklist .vlnMprChecklist__btn:link,
    .vlnMprChecklist .vlnMprChecklist__btn:visited {
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-height:44px;
      padding:12px 14px;
      border-radius:12px;
      border:1px solid rgba(11,58,164,.85);
      background:var(--mpr-brand);
      color:#fff !important;
      text-decoration:none !important;
      font-size:14px;
      line-height:1;
      font-weight:950;
      font-family:inherit;
      cursor:pointer;
    }

    .vlnMprChecklist .vlnMprChecklist__btn:hover { filter:brightness(.97); }
    .vlnMprChecklist .vlnMprChecklist__btn:active { transform:translateY(1px); }

    .vlnMprChecklist .vlnMprChecklist__btn--alt,
    .vlnMprChecklist .vlnMprChecklist__btn--alt:link,
    .vlnMprChecklist .vlnMprChecklist__btn--alt:visited {
      background:#fff;
      color:var(--mpr-brand) !important;
      border-color:rgba(11,58,164,.25);
    }

    .vlnMprChecklist__resultBanner,
    .vlnMprChecklist__note,
    .vlnMprChecklist__ctaBox {
      border-radius:var(--mpr-radius);
      border:1px solid rgba(2,6,23,.12);
      background:#fff;
      padding:14px;
    }

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

    .vlnMprChecklist__resultKey {
      font-size:12px;
      font-weight:950;
      color:var(--mpr-muted);
    }

    .vlnMprChecklist__resultValue {
      margin-top:2px;
      font-size:19px;
      line-height:1.28;
      letter-spacing:-.01em;
      font-weight:950;
    }

    .vlnMprChecklist__pill {
      flex:none;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(2,6,23,.12);
      background:#fff;
      font-size:12px;
      font-weight:950;
      white-space:nowrap;
    }

    .vlnMprChecklist__pill--good { color:#065f46; border-color:rgba(22,163,74,.25); background:rgba(22,163,74,.10); }
    .vlnMprChecklist__pill--warn { color:#92400e; border-color:rgba(245,158,11,.30); background:rgba(245,158,11,.12); }
    .vlnMprChecklist__pill--bad  { color:#7f1d1d; border-color:rgba(239,68,68,.30); background:rgba(239,68,68,.12); }

    .vlnMprChecklist__summary,
    .vlnMprChecklist__credit,
    .vlnMprChecklist__ctaBox p {
      margin-top:10px;
      color:var(--mpr-muted);
      font-size:13px;
      line-height:1.65;
    }

    .vlnMprChecklist__note { margin-top:12px; }
    .vlnMprChecklist__note--bad { border-color:rgba(239,68,68,.25); background:rgba(239,68,68,.08); }
    .vlnMprChecklist__note--warn { border-color:rgba(245,158,11,.25); background:rgba(245,158,11,.10); }

    .vlnMprChecklist__list {
      margin:8px 0 0;
      padding-left:18px;
      color:var(--mpr-text);
      font-size:13px;
      line-height:1.65;
    }

    .vlnMprChecklist__ctaBox {
      margin-top:12px;
      border-color:rgba(11,58,164,.18);
      background:rgba(11,58,164,.05);
    }

    .vlnMprChecklist__ctaBox p { margin-bottom:10px; }

    @media (max-width:640px) {
      .vlnMprChecklist__shell,
      .vlnMprChecklist__head,
      .vlnMprChecklist__body { padding-left:12px; padding-right:12px; }
      .vlnMprChecklist__btnRow .vlnMprChecklist__btn { width:100%; }
      .vlnMprChecklist__resultTop { flex-direction:column; align-items:flex-start; }
    }

.vlnMprMatrix,
    .vlnMprMatrix * { box-sizing:border-box; }

    .vlnMprMatrix {
      --mpr-bg:#f5f7fb;
      --mpr-surface:#ffffff;
      --mpr-text:#0f172a;
      --mpr-muted:#475569;
      --mpr-border:rgba(2,6,23,.12);
      --mpr-shadow:0 10px 24px rgba(2,6,23,.08);
      --mpr-brand:#0b3aa4;
      --mpr-radius:16px;
      font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
      color:var(--mpr-text);
      width:100%;
      max-width:1200px;
      margin:0 auto;
    }

    .vlnMprMatrix a { color:#1d4ed8; text-decoration:none; font-weight:800; }
    .vlnMprMatrix a:hover { text-decoration:underline; }
    .vlnMprMatrix :focus-visible {
      outline:3px solid rgba(29,78,216,.35);
      outline-offset:2px;
      border-radius:10px;
    }

    .vlnMprMatrix__shell {
      background:var(--mpr-bg);
      border:1px solid var(--mpr-border);
      border-radius:22px;
      padding:18px;
      box-shadow:var(--mpr-shadow);
    }

    .vlnMprMatrix__eyebrow {
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(11,58,164,.06);
      border:1px solid rgba(11,58,164,.18);
      color:var(--mpr-brand);
      font-size:12px;
      font-weight:950;
      letter-spacing:.02em;
      margin-bottom:12px;
    }

    .vlnMprMatrix__eyebrowDot {
      width:10px;
      height:10px;
      border-radius:999px;
      background:var(--mpr-brand);
      box-shadow:0 0 0 5px rgba(11,58,164,.12);
      flex:none;
    }

    .vlnMprMatrix__title {
      margin:0;
      font-size:clamp(24px,3vw,34px);
      line-height:1.12;
      letter-spacing:-.02em;
      font-weight:950;
    }

    .vlnMprMatrix__lead {
      margin:10px 0 0;
      color:var(--mpr-muted);
      font-size:15px;
      line-height:1.65;
      max-width:76ch;
    }

    .vlnMprMatrix__card {
      margin-top:18px;
      background:var(--mpr-surface);
      border:1px solid var(--mpr-border);
      border-radius:var(--mpr-radius);
      box-shadow:var(--mpr-shadow);
    }

    .vlnMprMatrix__head {
      padding:16px 18px;
      border-bottom:1px solid rgba(2,6,23,.06);
      background:linear-gradient(180deg, rgba(11,58,164,.04), rgba(255,255,255,0));
    }

    .vlnMprMatrix__sectionTitle {
      margin:0 0 6px;
      font-size:clamp(18px,2vw,22px);
      line-height:1.2;
      letter-spacing:-.01em;
      font-weight:950;
      color:var(--mpr-text);
    }

    .vlnMprMatrix__sectionSub {
      margin:0;
      color:var(--mpr-muted);
      font-size:14px;
      line-height:1.65;
    }

    .vlnMprMatrix__body { padding:16px 18px 18px; }

    .vlnMprMatrix__filters {
      display:grid;
      grid-template-columns:1.4fr 1fr 1fr;
      gap:12px;
      margin-bottom:12px;
      min-width:0;
    }

    @media (max-width:900px) {
      .vlnMprMatrix__filters { grid-template-columns:1fr; }
    }

    .vlnMprMatrix__field { display:block; min-width:0; }

    .vlnMprMatrix__label {
      display:block;
      margin:0 0 6px;
      font-size:14px;
      line-height:1.45;
      font-weight:900;
      color:#0b1220;
    }

    .vlnMprMatrix__input {
      width:100%;
      min-width:0;
      min-height:46px;
      padding:12px;
      border-radius:12px;
      border:1px solid rgba(2,6,23,.18);
      background:#fff;
      color:var(--mpr-text);
      font-size:16px;
      line-height:1.2;
      outline:none;
      font-family:inherit;
    }

    .vlnMprMatrix__input::placeholder { color:#94a3b8; }
    .vlnMprMatrix__input:focus {
      border-color:rgba(29,78,216,.65);
      box-shadow:0 0 0 4px rgba(29,78,216,.15);
    }

    .vlnMprMatrix__meta {
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
      margin-bottom:10px;
      color:var(--mpr-muted);
      font-size:13px;
      line-height:1.55;
    }

    .vlnMprMatrix__tableWrap {
      border:1px solid rgba(2,6,23,.12);
      border-radius:var(--mpr-radius);
      overflow:auto;
      max-width:100%;
      -webkit-overflow-scrolling:touch;
      background:#fff;
    }

    .vlnMprMatrix table {
      width:100%;
      min-width:760px;
      border-collapse:collapse;
    }

    .vlnMprMatrix table caption {
      text-align:left;
      padding:12px 12px 0;
      font-size:12px;
      font-weight:900;
      color:var(--mpr-muted);
    }

    .vlnMprMatrix table thead th {
      position:sticky;
      top:0;
      z-index:1;
      text-align:left;
      padding:12px;
      font-size:12px;
      line-height:1.4;
      letter-spacing:.02em;
      text-transform:uppercase;
      color:#334155;
      background:#f8fafc;
      border-bottom:1px solid rgba(2,6,23,.10);
      white-space:nowrap;
    }

    .vlnMprMatrix table tbody th,
    .vlnMprMatrix table tbody td {
      padding:12px;
      border-bottom:1px solid rgba(2,6,23,.06);
      vertical-align:top;
      text-align:left;
      font-size:14px;
      line-height:1.55;
      color:var(--mpr-text);
      overflow-wrap:anywhere;
      word-break:break-word;
    }

    .vlnMprMatrix table tbody tr:hover { background:rgba(2,6,23,.02); }

    .vlnMprMatrix__tag {
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:950;
      border:1px solid rgba(2,6,23,.12);
      white-space:nowrap;
    }

    .vlnMprMatrix__tag--bad { background:rgba(239,68,68,.10); border-color:rgba(239,68,68,.25); color:#7f1d1d; }
    .vlnMprMatrix__tag--warn { background:rgba(245,158,11,.12); border-color:rgba(245,158,11,.25); color:#92400e; }
    .vlnMprMatrix__tag--good { background:rgba(22,163,74,.10); border-color:rgba(22,163,74,.25); color:#065f46; }

    .vlnMprMatrix__btnRow {
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:12px;
    }

    .vlnMprMatrix .vlnMprMatrix__btn,
    .vlnMprMatrix .vlnMprMatrix__btn:link,
    .vlnMprMatrix .vlnMprMatrix__btn:visited {
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-height:44px;
      padding:12px 14px;
      border-radius:12px;
      border:1px solid rgba(11,58,164,.85);
      background:var(--mpr-brand);
      color:#fff !important;
      text-decoration:none !important;
      font-size:14px;
      line-height:1;
      font-weight:950;
      font-family:inherit;
      cursor:pointer;
    }

    .vlnMprMatrix .vlnMprMatrix__btn:hover { filter:brightness(.97); }
    .vlnMprMatrix .vlnMprMatrix__btn:active { transform:translateY(1px); }

    .vlnMprMatrix .vlnMprMatrix__btn--alt,
    .vlnMprMatrix .vlnMprMatrix__btn--alt:link,
    .vlnMprMatrix .vlnMprMatrix__btn--alt:visited {
      background:#fff;
      color:var(--mpr-brand) !important;
      border-color:rgba(11,58,164,.25);
    }

    .vlnMprMatrix__status {
      margin-top:8px;
      color:var(--mpr-muted);
      font-size:12px;
      line-height:1.55;
    }

    @media (max-width:640px) {
      .vlnMprMatrix__shell,
      .vlnMprMatrix__head,
      .vlnMprMatrix__body { padding-left:12px; padding-right:12px; }
      .vlnMprMatrix__btnRow .vlnMprMatrix__btn { width:100%; }
    }
/* === FIX #4: Force MPR result panel sticky (override ancestor overflow leaks) === */
.valn-tool-wrap[data-valn-tool-name="va-mpr"],
.valn-tool-wrap[data-valn-tool-name="va-mpr"] .vlnMprChecklist,
.valn-tool-wrap[data-valn-tool-name="va-mpr"] .vlnMprChecklist__shell,
.valn-tool-wrap[data-valn-tool-name="va-mpr"] .vlnMprChecklist__grid {
  overflow: visible !important;
  contain: none !important;
}
.valn-tool-wrap[data-valn-tool-name="va-mpr"] .vlnMprChecklist__grid {
  align-items: start !important;
}
@media (min-width: 981px) {
  .valn-tool-wrap[data-valn-tool-name="va-mpr"] .vlnMprChecklist__resultCard {
    position: sticky !important;
    top: 12px !important;
    align-self: start !important;
    z-index: 1;
  }
}

/* === FIX #4 v2: Force overflow:visible on entire Divi ancestor chain for MPR sticky === */
body .et_pb_section:has([data-valn-tool-name="va-mpr"]),
body .et_pb_row:has([data-valn-tool-name="va-mpr"]),
body .et_pb_column:has([data-valn-tool-name="va-mpr"]),
body .et_pb_module:has([data-valn-tool-name="va-mpr"]),
body .et_pb_code:has([data-valn-tool-name="va-mpr"]),
body .et_pb_code_inner:has([data-valn-tool-name="va-mpr"]) {
  overflow: visible !important;
  transform: none !important;
  filter: none !important;
  contain: none !important;
  -webkit-mask-image: none !important;
}

/* === FIX #4 v2: Force white text on MPR Compare button (Divi -webkit-text-fill-color override) === */
.valn-tool-wrap[data-valn-tool-name="va-mpr"] .vlnMprChecklist__btn,
.valn-tool-wrap[data-valn-tool-name="va-mpr"] a.vlnMprChecklist__btn,
.valn-tool-wrap[data-valn-tool-name="va-mpr"] a.vlnMprChecklist__btn:link,
.valn-tool-wrap[data-valn-tool-name="va-mpr"] a.vlnMprChecklist__btn:visited,
.valn-tool-wrap[data-valn-tool-name="va-mpr"] a.vlnMprChecklist__btn:hover,
.valn-tool-wrap[data-valn-tool-name="va-mpr"] a.vlnMprChecklist__btn:active,
.valn-tool-wrap[data-valn-tool-name="va-mpr"] a.vlnMprChecklist__btn:focus {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: #0b3aa4 !important;
  border-color: #0b3aa4 !important;
  text-decoration: none !important;
}
.valn-tool-wrap[data-valn-tool-name="va-mpr"] .vlnMprChecklist__btn--alt,
.valn-tool-wrap[data-valn-tool-name="va-mpr"] a.vlnMprChecklist__btn--alt,
.valn-tool-wrap[data-valn-tool-name="va-mpr"] a.vlnMprChecklist__btn--alt:link,
.valn-tool-wrap[data-valn-tool-name="va-mpr"] a.vlnMprChecklist__btn--alt:visited {
  color: #0b3aa4 !important;
  -webkit-text-fill-color: #0b3aa4 !important;
  background: #ffffff !important;
}
