html.mspfv2-scroll-stable {
  scroll-behavior: auto !important;
}

.mspfv2 {
  --mspfv2-ink: #111214;
  --mspfv2-ink-soft: #34363a;
  --mspfv2-paper: #f7f4ed;
  --mspfv2-paper-warm: #efe9dd;
  --mspfv2-white: #fff;
  --mspfv2-gold: #d8aa39;
  --mspfv2-gold-bright: #f0c85b;
  --mspfv2-gold-dark: #8f6816;
  --mspfv2-line: rgba(19, 19, 20, .14);
  --mspfv2-muted: #6f706f;
  --mspfv2-success: #1f7a55;
  --mspfv2-danger: #b53b32;
  --mspfv2-danger-bg: #fff0ed;
  --mspfv2-shadow: 0 24px 80px rgba(0, 0, 0, .24);
  --mspfv2-radius: 24px;
  position: relative;
  z-index: 1;
  width: 100vw;
  min-width: 320px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #0d0e10;
  color: var(--mspfv2-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.mspfv2,
.mspfv2 *,
.mspfv2 *::before,
.mspfv2 *::after {
  box-sizing: border-box;
}

.mspfv2 button,
.mspfv2 input,
.mspfv2 textarea {
  font: inherit;
}

.mspfv2 button,
.mspfv2 a {
  -webkit-tap-highlight-color: transparent;
}

.mspfv2 button {
  cursor: pointer;
}

.mspfv2 a {
  color: inherit;
  text-decoration: none;
}

.mspfv2 img {
  display: block;
  max-width: 100%;
}

.mspfv2 :focus-visible {
  outline: 3px solid #5b4500;
  outline-offset: 3px;
}

.mspfv2__hero :focus-visible,
.mspfv2__finder-rail :focus-visible,
.mspfv2__condition-card:focus-visible,
.mspfv2__primary-product :focus-visible,
.mspfv2__plan-peek :focus-visible {
  outline-color: var(--mspfv2-gold-bright);
}

.mspfv2 h2[tabindex="-1"]:focus {
  outline: none;
}

.mspfv2-page .rey-pageContent,
.mspfv2-page .rey-postContent {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* The Finder owns its page-level H1; remove Rey's redundant title band. */
.mspfv2-page .rey-pageHeader {
  display: none !important;
}

.mspfv2__hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #090a0b;
  color: #fff;
}

.mspfv2__hero-image,
.mspfv2__hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mspfv2__hero-image {
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(1.06);
  transform: scale(1.02);
}

.mspfv2__hero-shade {
  background:
    radial-gradient(circle at 72% 48%, transparent 0, rgba(3, 4, 5, .12) 30%, rgba(3, 4, 5, .75) 74%),
    linear-gradient(90deg, rgba(3, 4, 5, .93) 0%, rgba(3, 4, 5, .66) 42%, rgba(3, 4, 5, .12) 75%),
    linear-gradient(0deg, rgba(3, 4, 5, .84), transparent 40%);
}

.mspfv2__hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 110px max(28px, calc((100vw - 1360px) / 2)) 150px;
}

.mspfv2__eyebrow,
.mspfv2__section-kicker,
.mspfv2__rail-kicker {
  margin: 0 0 12px;
  color: var(--mspfv2-gold-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.mspfv2__hero h1 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: .98;
  text-wrap: balance;
}

.mspfv2__hero-content > p:not(.mspfv2__eyebrow):not(.mspfv2__hero-helper) {
  max-width: 570px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 17px;
}

.mspfv2__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

/* Outrank Rey's button[type="button"] defaults without using !important. */
.mspfv2 .mspfv2__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.mspfv2 .mspfv2__button:hover {
  transform: translateY(-2px);
}

.mspfv2 .mspfv2__button:active {
  transform: translateY(0);
}

.mspfv2 .mspfv2__button:disabled {
  cursor: not-allowed;
  opacity: .55;
  transform: none;
}

.mspfv2 .mspfv2__button--gold {
  border-color: var(--mspfv2-gold-bright);
  background: var(--mspfv2-gold-bright);
  color: #171309;
  box-shadow: 0 12px 34px rgba(216, 170, 57, .24);
}

.mspfv2 .mspfv2__button--ghost {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .04);
  color: #fff;
}

.mspfv2 .mspfv2__button--dark {
  background: #18191b;
  color: #fff;
}

.mspfv2 .mspfv2__button--outline {
  border-color: var(--mspfv2-line);
  background: transparent;
  color: var(--mspfv2-ink);
}

.mspfv2__hero-helper {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 19px 0 0;
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
  font-weight: 700;
}

.mspfv2__hero-proof {
  position: absolute;
  z-index: 2;
  right: max(28px, calc((100vw - 1360px) / 2));
  bottom: 84px;
  display: grid;
  grid-template-columns: repeat(3, minmax(105px, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(9, 10, 11, .72);
  backdrop-filter: blur(12px);
}

.mspfv2__hero-proof div {
  display: grid;
  gap: 2px;
  padding: 16px 19px;
}

.mspfv2__hero-proof div + div {
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.mspfv2__hero-proof strong {
  color: var(--mspfv2-gold-bright);
  font-size: 27px;
  line-height: 1;
}

.mspfv2__hero-proof span {
  color: rgba(255, 255, 255, .67);
  font-size: 11px;
  line-height: 1.25;
}

.mspfv2__finder-shell {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  width: min(1460px, calc(100% - 38px));
  min-height: 690px;
  margin: -58px auto 0;
  scroll-margin-top: 160px;
  overflow: hidden;
  overflow-anchor: none;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--mspfv2-radius);
  background: #161719;
  box-shadow: var(--mspfv2-shadow);
}

.mspfv2--has-plan .mspfv2__finder-shell {
  grid-template-columns: 245px minmax(0, 1fr) 300px;
}

.mspfv2__finder-rail {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 42px 25px 30px;
  border-right: 1px solid rgba(255, 255, 255, .09);
  background: #111214;
  color: #fff;
}

.mspfv2__rail-intro h2 {
  margin: 0;
  color: #fff;
  font-size: 27px;
  letter-spacing: -.03em;
}

.mspfv2__rail-intro p {
  margin: 8px 0 0;
  color: #a9aaab;
  font-size: 13px;
}

.mspfv2__progress-list {
  display: grid;
  gap: 4px;
  margin: 36px 0 28px;
  padding: 0;
  list-style: none;
}

.mspfv2__progress-item {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 7px 9px;
  border-radius: 11px;
  color: #8b8d91;
  font-size: 12px;
  font-weight: 800;
}

.mspfv2__progress-item::after {
  position: absolute;
  top: 42px;
  bottom: -9px;
  left: 25px;
  width: 1px;
  background: rgba(255, 255, 255, .12);
  content: "";
}

.mspfv2__progress-item:last-child::after {
  display: none;
}

.mspfv2__progress-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  background: #111214;
  font-size: 10px;
}

.mspfv2__progress-item.is-current {
  background: #24231f;
  color: #fff;
}

.mspfv2__progress-item.is-current .mspfv2__progress-number {
  border-color: var(--mspfv2-gold);
  color: var(--mspfv2-gold-bright);
}

.mspfv2__progress-item.is-done {
  color: #dadada;
}

.mspfv2__progress-item.is-done .mspfv2__progress-number {
  border-color: #5e7f6f;
  color: #82c9a7;
}

.mspfv2 .mspfv2__rail-ai {
  display: grid;
  width: 100%;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  justify-content: normal;
  gap: 9px;
  margin-top: auto;
  padding: 12px;
  border: 1px solid rgba(216, 170, 57, .34);
  border-radius: 13px;
  background: rgba(216, 170, 57, .08);
  color: #fff;
  text-align: left;
}

.mspfv2__rail-ai-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--mspfv2-gold);
  color: #171309;
}

.mspfv2__rail-ai strong,
.mspfv2__rail-ai small {
  display: block;
}

.mspfv2__rail-ai strong {
  font-size: 12px;
}

.mspfv2__rail-ai small {
  margin-top: 2px;
  color: #9b9c9f;
  font-size: 10px;
  line-height: 1.35;
}

.mspfv2__finder-panel {
  min-width: 0;
  background: var(--mspfv2-paper);
}

.mspfv2__finder-topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 63px;
  align-items: center;
  padding: 0 28px;
  border-bottom: 1px solid var(--mspfv2-line);
  color: #5f5e5b;
  font-size: 11px;
}

.mspfv2 .mspfv2__finder-topbar button {
  width: fit-content;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 11px;
  font-weight: 800;
}

.mspfv2__reset-button {
  justify-self: end;
}

.mspfv2__progress-copy {
  justify-self: center;
  font-weight: 700;
}

.mspfv2__finder-content {
  width: 100%;
  max-width: 1100px;
  min-height: 620px;
  padding: 52px 54px 66px;
  overflow-anchor: none;
}

.mspfv2__question-head {
  max-width: 760px;
  margin-bottom: 29px;
}

.mspfv2__question-head .mspfv2__section-kicker {
  color: var(--mspfv2-gold-dark);
}

.mspfv2__question-head h2,
.mspfv2__result-head h2,
.mspfv2__stop-card h2 {
  margin: 0;
  color: var(--mspfv2-ink);
  font-size: clamp(34px, 4.3vw, 58px);
  font-weight: 850;
  letter-spacing: -.05em;
  line-height: 1.02;
  text-wrap: balance;
}

.mspfv2__question-head p,
.mspfv2__result-head p {
  max-width: 690px;
  margin: 15px 0 0;
  color: var(--mspfv2-muted);
  font-size: 15px;
}

.mspfv2__choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

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

.mspfv2__choice-grid--five .mspfv2__choice-card:first-child,
.mspfv2__choice-grid--five .mspfv2__choice-card:nth-child(2) {
  min-height: 150px;
}

.mspfv2 .mspfv2__choice-card {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 138px;
  align-content: start;
  align-items: stretch;
  justify-content: stretch;
  gap: 7px;
  padding: 20px;
  border: 1px solid var(--mspfv2-line);
  border-radius: 15px;
  background: rgba(255, 255, 255, .62);
  color: var(--mspfv2-ink);
  text-align: left;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.mspfv2 .mspfv2__choice-card:hover {
  border-color: var(--mspfv2-gold);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .08);
  transform: translateY(-3px);
}

.mspfv2__choice-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 8px;
  border: 1px solid rgba(216, 170, 57, .4);
  border-radius: 9px;
  background: #f5ecd4;
  color: var(--mspfv2-gold-dark);
  font-size: 12px;
  font-weight: 900;
}

.mspfv2__choice-card strong {
  font-size: 15px;
}

.mspfv2__choice-card small {
  color: var(--mspfv2-muted);
  font-size: 12px;
  line-height: 1.45;
}

.mspfv2__choice-arrow {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #aaa397;
}

.mspfv2__method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mspfv2 .mspfv2__method-card {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 365px;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 23px 20px 20px;
  border: 1px solid var(--mspfv2-line);
  border-radius: 18px;
  background: #fff;
  color: var(--mspfv2-ink);
  text-align: left;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.mspfv2 .mspfv2__method-card:hover {
  border-color: var(--mspfv2-gold);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .11);
  transform: translateY(-4px);
}

.mspfv2__method-card.is-recommended {
  border-color: var(--mspfv2-gold);
  background: linear-gradient(180deg, #fff9ea, #fff);
  box-shadow: 0 17px 40px rgba(216, 170, 57, .14);
}

.mspfv2__method-recommended {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  padding: 7px 8px;
  border-radius: 0 0 10px 10px;
  background: var(--mspfv2-gold);
  color: #191408;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.mspfv2__method-card.is-recommended .mspfv2__method-score {
  margin-top: 26px;
}

.mspfv2__method-score {
  display: grid;
  width: 78px;
  min-height: 70px;
  align-content: center;
  margin-bottom: 18px;
  padding: 10px;
  border: 1px solid rgba(216, 170, 57, .32);
  border-radius: 14px;
  background: #f8f0dc;
  color: var(--mspfv2-gold-dark);
}

.mspfv2__method-score strong {
  font-size: 39px;
  letter-spacing: -.055em;
  line-height: .92;
}

.mspfv2__method-score small {
  margin-top: 5px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.mspfv2__method-label {
  color: var(--mspfv2-gold-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.mspfv2__method-title {
  margin-top: 8px;
  font-size: 19px;
  letter-spacing: -.015em;
  line-height: 1.12;
}

.mspfv2__method-copy {
  margin-top: 10px;
  color: var(--mspfv2-muted);
  font-size: 12px;
  line-height: 1.5;
}

.mspfv2__method-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 19px 0;
  color: #7d601e;
  font-size: 9px;
  font-weight: 800;
}

.mspfv2__method-steps span {
  padding: 5px 7px;
  border-radius: 999px;
  background: #eee6d5;
}

.mspfv2__method-steps b {
  align-self: center;
  color: #aa9668;
}

.mspfv2__method-select {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 19px;
  border-top: 1px solid var(--mspfv2-line);
  font-size: 11px;
  font-weight: 900;
}

.mspfv2__method-disclaimer {
  margin-top: 13px;
  padding: 12px 14px;
  border-radius: 11px;
  background: #ece6d8;
  color: #655e50;
  font-size: 11px;
}

.mspfv2__condition-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
}

.mspfv2 .mspfv2__condition-card {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 15px;
  background: #151618;
  color: #fff;
  text-align: left;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.mspfv2 .mspfv2__condition-card:hover {
  border-color: var(--mspfv2-gold);
  box-shadow: 0 16px 30px rgba(0, 0, 0, .18);
  transform: translateY(-3px);
}

.mspfv2__condition-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mspfv2__condition-card-content {
  position: relative;
  display: block;
  padding: 15px 17px 17px;
}

.mspfv2__condition-card-content::before {
  position: absolute;
  inset: -30px 0 auto;
  height: 30px;
  background: linear-gradient(transparent, #151618);
  content: "";
}

.mspfv2__condition-card strong {
  display: block;
  font-size: 15px;
}

.mspfv2__condition-card small {
  display: block;
  margin-top: 5px;
  color: #b9babc;
  font-size: 11px;
  line-height: 1.45;
}

.mspfv2__condition-card.is-danger {
  border-color: rgba(181, 59, 50, .48);
}

.mspfv2__condition-card.is-danger .mspfv2__condition-card-content {
  background: #261614;
}

.mspfv2 .mspfv2__condition-card--unsure {
  display: grid;
  min-height: 110px;
  align-content: center;
  grid-column: 1 / -1;
  padding: 18px;
  background: #f1ecdf;
  color: var(--mspfv2-ink);
}

.mspfv2__condition-card--unsure small {
  color: #626462;
}

.mspfv2__help-note,
.mspfv2__information-card,
.mspfv2__fresh-paint-note {
  margin-top: 18px;
  padding: 13px 15px;
  border: 1px solid rgba(216, 170, 57, .38);
  border-radius: 11px;
  background: #f3ebd5;
  color: #655122;
  font-size: 11px;
}

.mspfv2__help-note strong,
.mspfv2__information-card strong,
.mspfv2__fresh-paint-note strong {
  color: #2d230f;
}

.mspfv2__protection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mspfv2 .mspfv2__protection-card {
  display: flex;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  border: 1px solid var(--mspfv2-line);
  border-radius: 16px;
  background: #fff;
  color: var(--mspfv2-ink);
  text-align: left;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.mspfv2 .mspfv2__protection-card:hover {
  border-color: var(--mspfv2-gold-dark);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .1);
  transform: translateY(-3px);
}

.mspfv2__protection-card > img,
.mspfv2__product-card-image,
.mspfv2__protection-card > .mspfv2__product-placeholder {
  width: 100%;
  height: 150px;
  object-fit: contain;
  padding: 12px;
  background: #f5f3ee;
}

.mspfv2__protection-card.is-spray > img {
  object-fit: cover;
  object-position: 74% 50%;
}

.mspfv2__protection-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 17px;
}

.mspfv2__duration {
  width: fit-content;
  margin-bottom: 9px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #f1ead7;
  color: #7a5812;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mspfv2__protection-card strong {
  font-size: 15px;
}

.mspfv2__protection-card p {
  margin: 7px 0 13px;
  color: var(--mspfv2-muted);
  font-size: 11px;
}

.mspfv2__effort {
  margin-top: auto;
  padding-top: 11px;
  border-top: 1px solid var(--mspfv2-line);
  font-size: 11px;
  font-weight: 800;
}

.mspfv2__result-layout,
.mspfv2__plan-selection {
  display: grid;
  gap: 22px;
}

.mspfv2__result-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 20px;
}

.mspfv2__result-summary {
  max-width: 680px;
}

.mspfv2__match-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 13px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #e0efe6;
  color: #1c6e4a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mspfv2__primary-product {
  display: grid;
  grid-template-columns: minmax(250px, .95fr) minmax(300px, 1.05fr);
  overflow: hidden;
  border-radius: 18px;
  background: #111214;
  color: #fff;
}

.mspfv2__product-hero-visual {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background: #191a1c;
}

.mspfv2__product-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mspfv2__product-hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 58%, #111214 100%);
  content: "";
  pointer-events: none;
}

.mspfv2__product-placeholder {
  display: grid;
  height: 100%;
  place-content: center;
  background: linear-gradient(145deg, #27282b, #121315);
  color: #fff;
  text-align: center;
}

.mspfv2__product-placeholder span {
  display: block;
  color: var(--mspfv2-gold-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.mspfv2__product-placeholder strong {
  display: block;
  margin-top: 10px;
  font-size: 36px;
  line-height: 1;
}

.mspfv2__primary-product-copy {
  align-self: center;
  padding: 27px 30px;
}

.mspfv2__primary-product-copy .mspfv2__section-kicker {
  color: var(--mspfv2-gold-bright);
}

.mspfv2__primary-product-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 27px;
  letter-spacing: -.035em;
}

.mspfv2__primary-product-copy > p {
  margin: 10px 0 16px;
  color: #b9babc;
  font-size: 13px;
}

.mspfv2__product-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mspfv2__product-facts li {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  color: #e0e0df;
  font-size: 11px;
}

.mspfv2__product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-top: 20px;
}

.mspfv2__product-price strong {
  font-size: 26px;
}

.mspfv2__product-price del {
  color: #818285;
  font-size: 13px;
}

.mspfv2__product-price small {
  color: #8fceaf;
  font-size: 11px;
  font-weight: 800;
}

.mspfv2__product-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--mspfv2-gold-bright);
  font-size: 12px;
  font-weight: 850;
}

.mspfv2__plan-stage-list {
  display: grid;
  gap: 10px;
}

.mspfv2__plan-stage {
  overflow: hidden;
  border: 1px solid var(--mspfv2-line);
  border-radius: 14px;
  background: #fff;
}

.mspfv2__plan-stage-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--mspfv2-line);
  background: #f0ece3;
}

.mspfv2__plan-stage-number {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  background: #191a1c;
  color: var(--mspfv2-gold-bright);
  font-weight: 900;
}

.mspfv2__plan-stage-head strong,
.mspfv2__plan-stage-head small {
  display: block;
}

.mspfv2__plan-stage-head small {
  color: #626462;
  font-size: 11px;
}

.mspfv2__plan-items {
  display: grid;
}

.mspfv2__plan-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 11px 14px;
}

.mspfv2__plan-item + .mspfv2__plan-item {
  border-top: 1px solid var(--mspfv2-line);
}

.mspfv2__plan-item.is-removed .mspfv2__plan-thumb {
  opacity: .55;
}

.mspfv2__plan-item.is-removed .mspfv2__plan-item-price strong {
  color: var(--mspfv2-muted);
  text-decoration: line-through;
}

.mspfv2 .mspfv2__remove-item[data-mspfv2-restore] {
  border-color: var(--mspfv2-success);
  color: var(--mspfv2-success);
  background: #e0eee6;
}

.mspfv2__plan-thumb {
  display: grid;
  width: 48px;
  height: 48px;
  overflow: hidden;
  place-items: center;
  border-radius: 10px;
  background: #ece8df;
  color: #755513;
  font-size: 12px;
  font-weight: 900;
}

.mspfv2__plan-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mspfv2__plan-item-copy strong,
.mspfv2__plan-item-copy small {
  display: block;
}

.mspfv2__plan-item-copy strong {
  font-size: 13px;
}

.mspfv2__plan-item-copy small {
  margin-top: 3px;
  color: var(--mspfv2-muted);
  font-size: 11px;
}

.mspfv2__plan-item-price {
  text-align: right;
}

.mspfv2__plan-item-price strong,
.mspfv2__plan-item-price del,
.mspfv2__plan-item-price small {
  display: block;
}

.mspfv2__plan-item-price strong {
  font-size: 13px;
}

.mspfv2__plan-item-price del,
.mspfv2__plan-item-price small {
  color: var(--mspfv2-muted);
  font-size: 10px;
}

.mspfv2 .mspfv2__remove-item {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--mspfv2-line);
  border-radius: 50%;
  background: transparent;
  color: #777;
  font-size: 18px;
  line-height: 1;
}

.mspfv2 .mspfv2__remove-item:hover {
  border-color: var(--mspfv2-danger);
  color: var(--mspfv2-danger);
}

.mspfv2__primary-lock {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #6f654d;
  font-size: 10px;
  font-weight: 800;
}

.mspfv2__process-lock {
  display: inline-flex;
  padding: 5px 7px;
  border-radius: 999px;
  background: #eee6d3;
  color: #775a18;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.mspfv2__availability-note {
  padding: 14px 16px;
  border: 1px solid rgba(181, 59, 50, .35);
  border-radius: 12px;
  background: var(--mspfv2-danger-bg);
  color: #6b2a24;
  font-size: 12px;
}

.mspfv2__availability-note strong,
.mspfv2__availability-note span {
  display: block;
}

.mspfv2__availability-note ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.mspfv2__availability-note a {
  text-decoration: underline;
}

.mspfv2__plan-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: 14px;
  background: #ebe6db;
}

.mspfv2__bundle-pricing {
  display: grid;
  min-width: 0;
  gap: 3px;
  padding-left: 14px;
  border-left: 3px solid var(--mspfv2-gold);
}

.mspfv2__bundle-offer-label {
  color: #626462;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mspfv2__bundle-offer {
  color: var(--mspfv2-ink);
  font-size: clamp(21px, 2.2vw, 26px);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.mspfv2__bundle-pricing.is-pending {
  border-left-color: #a99d86;
}

.mspfv2__bundle-pricing.is-pending .mspfv2__bundle-offer {
  color: #565650;
  font-size: clamp(16px, 1.8vw, 20px);
}

.mspfv2__cart-status {
  grid-column: 1 / -1;
  min-height: 18px;
  color: #315f47;
  font-size: 11px;
  font-weight: 700;
}

.mspfv2__cart-status:empty {
  min-height: 0;
}

.mspfv2__cart-status p {
  margin: 0;
}

.mspfv2__cart-status ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.mspfv2__cart-status a {
  display: inline-flex;
  padding: 6px 9px;
  border: 1px solid #a99d86;
  border-radius: 999px;
  background: #fff;
  color: var(--mspfv2-ink);
  font-size: 10px;
  font-weight: 800;
}

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

.mspfv2__result-details details {
  padding: 15px 17px;
  border: 1px solid var(--mspfv2-line);
  border-radius: 12px;
  background: #fff;
}

.mspfv2__result-details summary {
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
}

.mspfv2__result-details p,
.mspfv2__result-details ol,
.mspfv2__result-details ul {
  margin: 11px 0 0;
  color: var(--mspfv2-muted);
  font-size: 12px;
}

.mspfv2__result-details ol,
.mspfv2__result-details ul {
  padding-left: 20px;
}

.mspfv2__stop-card {
  max-width: 760px;
  padding: 29px;
  border: 1px solid rgba(181, 59, 50, .32);
  border-radius: 18px;
  background: var(--mspfv2-danger-bg);
}

.mspfv2__stop-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--mspfv2-danger);
  color: #fff;
  font-size: 26px;
  font-weight: 900;
}

.mspfv2__stop-card h2 {
  color: #5f1f1a;
}

.mspfv2__stop-card p {
  color: #68413d;
}

.mspfv2__stop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.mspfv2__plan-peek {
  display: none;
  min-width: 0;
  padding: 32px 24px;
  border-left: 1px solid rgba(255, 255, 255, .09);
  background: #111214;
  color: #fff;
}

.mspfv2--has-plan .mspfv2__plan-peek {
  display: block;
}

.mspfv2__plan-peek h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
}

.mspfv2__plan-peek > p {
  margin: 5px 0 20px;
  color: #a6a8ab;
  font-size: 11px;
}

.mspfv2__peek-stage + .mspfv2__peek-stage {
  margin-top: 20px;
}

.mspfv2__peek-product {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.mspfv2__peek-product > span:first-child {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 8px;
  background: #242528;
  color: var(--mspfv2-gold-bright);
  font-size: 9px;
  font-weight: 900;
}

.mspfv2__peek-product strong,
.mspfv2__peek-product small {
  display: block;
}

.mspfv2__peek-product strong {
  font-size: 11px;
}

.mspfv2__peek-product small {
  color: #8d8f92;
  font-size: 9px;
}

.mspfv2__peek-total {
  display: grid;
  gap: 4px;
  color: #d1d3d0;
  font-size: 12px;
}

.mspfv2__peek-total strong {
  color: var(--mspfv2-gold-bright);
  font-size: 22px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.mspfv2__peek-buy-box {
  display: grid;
  gap: 14px;
  margin: 0 0 26px;
  padding: 18px 14px;
  border: 1px solid rgba(241, 198, 72, .3);
  border-radius: 14px;
  background: #20201c;
}

.mspfv2__peek-buy-box .mspfv2__button {
  width: 100%;
  min-height: 48px;
  padding-right: 12px;
  padding-left: 12px;
  white-space: normal;
}

.mspfv2__peek-cart-note {
  margin: 0;
  color: #c4c6c1;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.mspfv2__peek-buy-box .mspfv2__cart-status {
  color: #d6eadc;
  overflow-wrap: anywhere;
}

.mspfv2__peek-buy-box .mspfv2__cart-status:empty {
  display: none;
}

.mspfv2__peek-buy-box .mspfv2__cart-status a {
  color: #f8d36c;
}

.mspfv2__trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1360px, calc(100% - 38px));
  margin: 78px auto 0;
  padding: 24px 0;
  color: #fff;
}

.mspfv2__trust-strip article {
  padding: 16px 32px 10px;
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.mspfv2__trust-strip article:last-child {
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.mspfv2__trust-strip span {
  color: var(--mspfv2-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
}

.mspfv2__trust-strip h2 {
  margin: 12px 0 6px;
  color: #fff;
  font-size: 18px;
}

.mspfv2__trust-strip p {
  margin: 0;
  color: #919396;
  font-size: 12px;
}

.mspfv2__safety-note,
.mspfv2__noscript {
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 24px 46px;
  color: #a6a8ab;
  font-size: 11px;
  text-align: center;
}

.mspfv2__runtime-fallback {
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 24px 46px;
  color: #5f6265;
  font-size: 11px;
  text-align: center;
}

@media (max-width: 1320px) {
  .mspfv2--has-plan .mspfv2__finder-shell {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .mspfv2--has-plan .mspfv2__plan-peek {
    display: none;
  }

  .mspfv2__finder-content {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media (max-width: 1080px) {
  .mspfv2__hero-content {
    width: min(720px, 70vw);
  }

  .mspfv2__hero-proof {
    right: 24px;
  }

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

  .mspfv2__method-grid,
  .mspfv2__protection-grid {
    grid-template-columns: 1fr;
  }

  .mspfv2 .mspfv2__method-card {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .mspfv2__hero {
    min-height: 560px;
  }

  .mspfv2__hero-content {
    width: min(760px, 100%);
    padding-top: 80px;
    padding-bottom: 145px;
  }

  .mspfv2__hero-proof {
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .mspfv2__finder-shell,
  .mspfv2--has-plan .mspfv2__finder-shell {
    grid-template-columns: 1fr;
    margin-top: 0;
    border-radius: 0;
  }

  .mspfv2__finder-rail {
    display: block;
    padding: 22px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .mspfv2__rail-intro p,
  .mspfv2 .mspfv2__rail-ai {
    display: none;
  }

  .mspfv2__progress-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin: 18px 0 0;
  }

  .mspfv2__progress-item {
    grid-template-columns: 28px 1fr;
    min-height: 42px;
    padding: 4px;
    font-size: 10px;
  }

  .mspfv2__progress-item::after {
    display: none;
  }

  .mspfv2__progress-number {
    width: 25px;
    height: 25px;
  }

  .mspfv2__primary-product {
    grid-template-columns: 1fr;
  }

  .mspfv2__product-hero-visual {
    min-height: 260px;
  }

  .mspfv2__product-hero-visual::after {
    background: linear-gradient(0deg, #111214 0%, transparent 40%);
  }
}

@media (max-width: 680px) {
  .mspfv2__hero {
    min-height: 600px;
  }

  .mspfv2__hero-image {
    object-position: 62% center;
  }

  .mspfv2__hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 4, 5, .94), rgba(3, 4, 5, .45)),
      linear-gradient(0deg, rgba(3, 4, 5, .92), transparent 60%);
  }

  .mspfv2__hero-content {
    padding: 65px 22px 190px;
  }

  .mspfv2__hero h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .mspfv2__hero-content > p:not(.mspfv2__eyebrow):not(.mspfv2__hero-helper) {
    font-size: 15px;
  }

  .mspfv2__hero-actions {
    display: grid;
  }

  .mspfv2__hero-actions .mspfv2__button {
    width: 100%;
  }

  .mspfv2__hero-proof {
    grid-template-columns: repeat(3, 1fr);
    right: 14px;
    bottom: 18px;
    left: 14px;
  }

  .mspfv2__hero-proof div {
    padding: 12px 9px;
  }

  .mspfv2__hero-proof span {
    font-size: 9px;
  }

  .mspfv2__finder-shell {
    width: 100%;
    border-right: 0;
    border-left: 0;
  }

  .mspfv2__finder-rail {
    padding: 14px 16px;
  }

  .mspfv2__rail-intro {
    display: none;
  }

  .mspfv2__progress-list {
    margin-top: 0;
  }

  .mspfv2__progress-item {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .mspfv2__progress-item > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .mspfv2__finder-topbar {
    min-height: 54px;
    padding: 0 18px;
  }

  .mspfv2 .mspfv2__finder-topbar button {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
  }

  .mspfv2__finder-content {
    min-height: 560px;
    padding: 28px 16px calc(96px + env(safe-area-inset-bottom));
  }

  .mspfv2__question-head {
    margin-bottom: 20px;
  }

  .mspfv2__question-head h2,
  .mspfv2__result-head h2,
  .mspfv2__stop-card h2 {
    font-size: clamp(32px, 9vw, 35px);
  }

  .mspfv2__question-head > p:not(.mspfv2__section-kicker) {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }

  .mspfv2__choice-grid,
  .mspfv2__choice-grid--five,
  .mspfv2__condition-grid,
  .mspfv2__result-details {
    grid-template-columns: 1fr;
  }

  .mspfv2 .mspfv2__choice-card,
  .mspfv2 .mspfv2__choice-grid--five .mspfv2__choice-card:first-child,
  .mspfv2 .mspfv2__choice-grid--five .mspfv2__choice-card:nth-child(2) {
    min-height: 104px;
    grid-template-columns: 38px minmax(0, 1fr) 16px;
    grid-template-rows: auto auto;
    align-content: center;
    align-items: center;
    column-gap: 12px;
    row-gap: 4px;
    padding: 15px 16px;
  }

  .mspfv2__choice-grid {
    gap: 10px;
  }

  .mspfv2__choice-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 36px;
    height: 36px;
    margin-bottom: 0;
  }

  .mspfv2__choice-card strong {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    line-height: 1.3;
  }

  .mspfv2__choice-card small {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    line-height: 1.4;
  }

  .mspfv2__choice-arrow {
    position: static;
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: end;
  }

  .mspfv2 .mspfv2__condition-card--unsure {
    grid-column: auto;
  }

  .mspfv2__result-head,
  .mspfv2__plan-actions {
    grid-template-columns: 1fr;
  }

  .mspfv2__result-head .mspfv2__button,
  .mspfv2__plan-actions .mspfv2__button {
    width: 100%;
  }

  .mspfv2__plan-item {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 9px;
  }

  .mspfv2__plan-thumb {
    width: 42px;
    height: 42px;
  }

  .mspfv2__plan-item-price {
    grid-column: 2;
    text-align: left;
  }

  .mspfv2__remove-item,
  .mspfv2__primary-lock,
  .mspfv2__process-lock {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .mspfv2__trust-strip {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 30px 20px;
  }

  .mspfv2__trust-strip article,
  .mspfv2__trust-strip article:last-child {
    padding: 20px 8px;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

  /* Keep duplicate theme/hosting utilities off the focused mobile workflow. */
  .mspfv2-page .wpr-stt-btn.wpr-stt-btn,
  .mspfv2-page .kodee-fab.kodee-fab {
    display: none;
  }

}

@media (max-width: 680px) and (hover: none) {
  .mspfv2-page .mspfv2 .mspfv2__choice-card:hover {
    align-items: center;
    justify-content: stretch;
    padding: 15px 16px;
    border-color: var(--mspfv2-line);
    background: rgba(255, 255, 255, .62);
    box-shadow: none;
    transform: none;
  }

  .mspfv2-page .mspfv2 .mspfv2__choice-card:active {
    border-color: var(--mspfv2-gold);
    background: #fffaf0;
    transform: scale(.99);
  }

  .mspfv2-page .mspfv2 .mspfv2__method-card:hover {
    align-items: stretch;
    justify-content: flex-start;
    padding: 23px 20px 20px;
    border-color: var(--mspfv2-line);
    background: #fff;
    color: var(--mspfv2-ink);
    box-shadow: none;
    transform: none;
  }

  .mspfv2-page .mspfv2 .mspfv2__method-card.is-recommended:hover {
    border-color: var(--mspfv2-gold);
    background: linear-gradient(180deg, #fff9ea, #fff);
    box-shadow: 0 17px 40px rgba(216, 170, 57, .14);
  }

  .mspfv2-page .mspfv2 .mspfv2__condition-card:hover {
    display: block;
    padding: 0;
    border-color: rgba(255, 255, 255, .13);
    background: #151618;
    color: #fff;
    box-shadow: none;
    transform: none;
  }

  .mspfv2-page .mspfv2 .mspfv2__condition-card.is-danger:hover {
    border-color: rgba(181, 59, 50, .48);
  }

  .mspfv2-page .mspfv2 .mspfv2__condition-card--unsure:hover {
    display: grid;
    padding: 18px;
    background: #f1ecdf;
    color: var(--mspfv2-ink);
  }

  .mspfv2-page .mspfv2 .mspfv2__protection-card:hover {
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    border-color: var(--mspfv2-line);
    background: #fff;
    color: var(--mspfv2-ink);
    box-shadow: none;
    transform: none;
  }

  .mspfv2-page .mspfv2 .mspfv2__method-card:active,
  .mspfv2-page .mspfv2 .mspfv2__condition-card:active,
  .mspfv2-page .mspfv2 .mspfv2__protection-card:active {
    transform: scale(.99);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mspfv2 *,
  .mspfv2 *::before,
  .mspfv2 *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}
