/* Generated from staging-styles.css. Edit the source and run npm run build:css. */
/* Primary staging hero revision */
.primary-review-home .hero-inner {
  min-height: 0;
  grid-template-columns: minmax(0, .94fr) minmax(560px, 1.06fr);
  align-items: start;
  gap: 42px 48px;
  padding-top: 64px;
}
.primary-review-home .hero-copy { max-width: 590px; }
.primary-review-home .hero .eyebrow { max-width: 560px; margin-bottom: 19px; }
.primary-review-home .hero h1 {
  max-width: 610px;
  margin-bottom: 22px;
  font-size: clamp(54px, 4.25vw, 64px);
  line-height: 1.02;
  letter-spacing: -1.8px;
}
.primary-review-home .hero-lead {
  max-width: 590px;
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 1.58;
}
.primary-review-home .hero-note {
  width: max-content;
  max-width: none;
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.5;
  white-space: nowrap;
}
.primary-review-home .hero .button-row { gap: 12px; }
.primary-review-home .hero .button {
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
}
.primary-review-home .product-shot--hero {
  width: 100%;
  max-width: 650px;
  align-self: start;
  margin-top: 43px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.primary-review-home .product-shot--hero .product-shot__trigger {
  position: relative;
  border-radius: 0 0 17px 0;
}
.primary-review-home .product-shot--hero .product-shot__viewport {
  aspect-ratio: 1.82 / 1;
  overflow: hidden;
  border: 1px solid #ffffff52;
  border-radius: 0 0 17px 0;
  box-shadow: 0 24px 70px #00163066;
}
.primary-review-home .product-shot--hero .product-shot__viewport picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.primary-review-home .product-shot--hero .product-shot__viewport img {
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: initial;
  object-position: top center;
  transform: none;
}
.primary-review-home .product-shot--hero .product-shot__zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  margin: 0;
  padding: 7px 10px;
  border-radius: 8px;
  background: #061f3dd9;
  color: var(--white);
  font-size: 11px;
  text-decoration: none;
}
.primary-review-home .product-shot--hero figcaption {
  padding: 0;
  margin: 12px 0 0;
  color: #ffffff94;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: right;
}
.primary-review-home .hero .proof-strip {
  width: 100%;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1.04fr) minmax(0, .92fr) minmax(0, .94fr) minmax(0, 1.12fr);
  margin-top: 8px;
  margin-right: 0;
  margin-left: 0;
  padding-inline: 0;
  box-shadow: 0 0 0 100vmax var(--navy-deep);
  clip-path: inset(0 -100vmax);
}
.primary-review-home .hero .proof-strip > div {
  min-height: 94px;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 7px;
  justify-items: center;
  padding: 14px;
  text-align: center;
}
.primary-review-home .hero .proof-strip > div + div { border-color: #ffffff1f; }
.primary-review-home .hero .proof-strip strong {
  color: var(--white);
  font-family: var(--font-inter);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1.4;
}
.primary-review-home .hero .proof-strip span {
  max-width: 220px;
  color: #d4e2ef;
  font-size: 13.5px;
  line-height: 1.35;
}
.primary-review-home .hero .proof-strip > div:first-child span,
.primary-review-home .hero .proof-strip > div:last-child span { max-width: 290px; }
.primary-review-home .hero .proof-strip > div:nth-child(2) span { max-width: 250px; }

@media (min-width: 1121px) {
  .primary-review-home .hero .button-row { flex-wrap: nowrap; }
}

@media (max-width: 1120px) and (min-width: 961px) {
  .primary-review-home .hero-inner {
    grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
    gap: 38px;
  }
  .primary-review-home .hero h1 { font-size: clamp(49px, 5vw, 56px); }
  .primary-review-home .hero-lead { font-size: 17px; }
  .primary-review-home .hero-note { width: auto; max-width: 590px; white-space: normal; }
}

@media (min-width: 961px) and (max-height: 850px) {
  .primary-review-home .hero-inner {
    row-gap: 30px;
    padding-top: 48px;
  }
  .primary-review-home .hero .eyebrow { margin-bottom: 17px; }
  .primary-review-home .hero h1 {
    margin-bottom: 19px;
    font-size: clamp(52px, 4.1vw, 62px);
    line-height: 1.015;
  }
  .primary-review-home .hero-lead {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.5;
  }
  .primary-review-home .hero .button-row {
    flex-wrap: nowrap;
    gap: 12px;
  }
  .primary-review-home .hero .button {
    min-height: 46px;
    padding: 11px 20px;
    font-size: 15px;
    white-space: nowrap;
  }
  .primary-review-home .hero-note {
    margin-top: 12px;
    font-size: 12.5px;
    line-height: 1.45;
  }
  .primary-review-home .product-shot--hero {
    max-width: 620px;
  }
  .primary-review-home .hero .proof-strip { margin-top: 0; }
  .primary-review-home .hero .proof-strip > div {
    min-height: 100px;
    gap: 6px;
    padding: 14px 18px;
  }
  .primary-review-home .hero .proof-strip span { font-size: 13.5px; }
}

@media (min-width: 961px) and (max-height: 800px) {
  .primary-review-home .hero-inner { row-gap: 26px; padding-top: 36px; }
  .primary-review-home .hero .eyebrow { margin-bottom: 14px; }
  .primary-review-home .hero h1 {
    margin-bottom: 17px;
    font-size: clamp(50px, 3.95vw, 58px);
    line-height: 1.01;
  }
  .primary-review-home .hero-lead { margin-bottom: 17px; font-size: 16.5px; line-height: 1.46; }
  .primary-review-home .hero .button { min-height: 46px; padding: 10px 18px; font-size: 14.5px; }
  .primary-review-home .hero-note { margin-top: 10px; font-size: 12px; line-height: 1.42; }
  .primary-review-home .product-shot--hero { max-width: 600px; }
  .primary-review-home .hero .proof-strip > div { min-height: 96px; padding: 13px 16px; }
  .primary-review-home .hero .proof-strip span { font-size: 13px; }
}

@media (min-width: 961px) and (max-width: 1120px) and (max-height: 850px) {
  .primary-review-home .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(430px, .98fr);
    gap: 26px 30px;
  }
  .primary-review-home .hero h1 { font-size: 50px; }
  .primary-review-home .hero-lead { font-size: 16px; line-height: 1.46; }
  .primary-review-home .hero .button { padding-inline: 16px; font-size: 14px; }
  .primary-review-home .hero-note { max-width: 470px; font-size: 12px; }
  .primary-review-home .product-shot--hero { max-width: 480px; }
  .primary-review-home .hero .proof-strip > div { min-height: 98px; padding-inline: 12px; }
  .primary-review-home .hero .proof-strip strong { font-size: 10.5px; }
  .primary-review-home .hero .proof-strip span { font-size: 12.5px; }
}

@media (min-width: 961px) and (max-width: 1120px) and (max-height: 800px) {
  .primary-review-home .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .96fr);
    gap: 22px 26px;
  }
  .primary-review-home .hero h1 { font-size: 48px; }
  .primary-review-home .hero-lead { font-size: 15.5px; line-height: 1.42; }
  .primary-review-home .hero .button { padding-inline: 15px; font-size: 13.5px; }
  .primary-review-home .hero-note { font-size: 11.5px; }
  .primary-review-home .product-shot--hero { max-width: 460px; }
  .primary-review-home .hero .proof-strip > div { min-height: 94px; }
  .primary-review-home .hero .proof-strip span { font-size: 12px; }
}

@media (min-width: 961px) and (max-width: 1000px) and (max-height: 850px) {
  .primary-review-home .hero .button-row { flex-wrap: wrap; }
}

@media (min-width: 961px) and (max-height: 730px) {
  .primary-review-home .hero-inner { row-gap: 12px; padding-top: 18px; }
  .primary-review-home .hero .eyebrow { margin-bottom: 9px; font-size: 10px; }
  .primary-review-home .hero h1 { margin-bottom: 11px; font-size: clamp(42px, 3.5vw, 50px); }
  .primary-review-home .hero-lead { margin-bottom: 12px; font-size: 14px; line-height: 1.36; }
  .primary-review-home .hero .button { min-height: 40px; padding-block: 8px; }
  .primary-review-home .hero-note { margin-top: 6px; font-size: 11px; }
  .primary-review-home .product-shot--hero { max-width: 520px; }
  .primary-review-home .hero .proof-strip > div { min-height: 84px; padding-block: 9px; }
  .primary-review-home .hero .proof-strip span { font-size: 12px; }
}

@media (min-width: 961px) and (max-width: 1120px) and (max-height: 730px) {
  .primary-review-home .product-shot--hero { max-width: 430px; }
}

@media (max-width: 960px) {
  .primary-review-home .hero-inner {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 46px;
  }
  .primary-review-home .hero-copy { max-width: 720px; }
  .primary-review-home .hero h1 { max-width: 720px; font-size: clamp(46px, 7.2vw, 58px); }
  .primary-review-home .hero-lead { max-width: 700px; }
  .primary-review-home .product-shot--hero {
    width: min(100%, 760px);
    max-width: 760px;
    justify-self: start;
    margin-top: 0;
  }
  .primary-review-home .product-shot--hero .product-shot__viewport { aspect-ratio: 1.82 / 1; }
}

@media (min-width: 701px) and (max-width: 960px) {
  .primary-review-home .hero .proof-strip { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .primary-review-home .hero .proof-strip > div { grid-column: span 2; }
  .primary-review-home .hero .proof-strip > div:nth-child(3) {
    border-top: 0;
    border-left: 1px solid #ffffff29;
  }
  .primary-review-home .hero .proof-strip > div:nth-child(n+4) {
    grid-column: span 3;
    border-top: 1px solid #ffffff29;
  }
  .primary-review-home .hero .proof-strip > div:nth-child(4) { border-left: 0; }
}

@media (max-width: 700px) {
  .primary-review-home .hero-inner { gap: 18px; padding-top: 30px; }
  .primary-review-home .hero .eyebrow { margin-bottom: 12px; font-size: 10px; line-height: 1.45; }
  .primary-review-home .hero h1 {
    margin-bottom: 15px;
    font-size: clamp(38px, 11.4vw, 46px);
    line-height: 1.01;
    letter-spacing: -1.25px;
  }
  .primary-review-home .hero-lead { margin-bottom: 16px; font-size: 16px; line-height: 1.48; }
  .primary-review-home .hero .button-row { display: grid; gap: 7px; }
  .primary-review-home .hero .button-light { width: 100%; min-height: 48px; padding: 12px 22px; font-size: 15px; }
  .primary-review-home .hero .button-secondary-dark {
    width: 100%;
    min-height: 48px;
    justify-self: stretch;
    padding: 12px 22px;
    border: 1px solid #ffffff94;
    border-radius: 999px;
    color: var(--white);
    text-decoration: none;
    font-size: 15px;
  }
  .primary-review-home .hero-note { width: auto; max-width: 100%; margin-top: 10px; font-size: 12px; line-height: 1.45; white-space: normal; }
  .primary-review-home .product-shot--hero .mock-window-bar { min-height: 32px; padding-inline: 13px; }
  .primary-review-home .product-shot--hero .product-shot__viewport { aspect-ratio: 1.55 / 1; }
  .primary-review-home .product-shot--hero figcaption { margin-top: 8px; padding: 0; font-size: 11px; }
  .primary-review-home .hero .proof-strip {
    width: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-right: 0;
    margin-left: 0;
    margin-top: 6px;
  }
  .primary-review-home .hero .proof-strip > div { min-height: 92px; padding: 12px 9px; }
  .primary-review-home .hero .proof-strip > div:nth-child(3) { border-left: 0; }
  .primary-review-home .hero .proof-strip > div:nth-child(n+3) { border-top: 1px solid #ffffff29; }
  .primary-review-home .hero .proof-strip > div:nth-child(5) {
    min-height: 78px;
    grid-column: 1 / -1;
    border-left: 0;
  }
  .primary-review-home .hero .proof-strip strong { font-size: 10px; }
  .primary-review-home .hero .proof-strip span { font-size: 12px; }
}

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

/* Scope-first homepage revision */
.hero-inner {
  min-height: 720px;
  grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  align-items: center;
  gap: 52px;
  padding-block: 68px 0;
}
.hero-copy { max-width: 529px; }
.hero h1 {
  max-width: 529px;
  margin-bottom: 24px;
  font-size: 68px;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -1.7px;
  white-space: normal;
}
.hero-lead { max-width: 529px; }
.product-shot--hero {
  width: min(100%, 600px);
  overflow: visible;
  align-self: center;
  justify-self: end;
  border: 1px solid #ffffff52;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 24px 70px #00163066;
}
.product-shot--hero .mock-window-bar { border-radius: 17px 17px 0 0; }
.product-shot--hero .product-shot__trigger { border-radius: 0 0 17px 17px; }
.product-shot--hero .product-shot__viewport {
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.product-shot--hero .product-shot__viewport img {
  height: auto;
  object-fit: contain;
  object-position: top center;
}
.product-shot--hero figcaption { padding: 11px 4px 0; color: #c4d9ee; }
.hero .proof-strip { grid-column: 1 / -1; align-self: end; }

.scope-review-page.primary-review-home .explorer-section { padding-bottom: clamp(24px, 2.2vw, 32px); background: linear-gradient(180deg, #fff 0%, #f6fafe 100%); }
.workflow-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  align-items: start;
  gap: 34px;
}
.workflow-nav-shell {
  position: sticky;
  top: 104px;
  overflow: hidden;
  padding: 18px 14px 14px;
  border: 1px solid #164b7d;
  border-radius: 20px;
  background: linear-gradient(155deg, #082b54 0%, #0a3768 100%);
  box-shadow: 0 22px 52px #08254824;
}
.workflow-mobile-stepper { display: none; }
.workflow-nav-intro { padding: 4px 8px 16px; border-bottom: 1px solid #ffffff24; }
.workflow-nav-intro strong { display: block; color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.workflow-nav-intro span { display: block; margin-top: 5px; color: #b7cce0; font-size: 12px; line-height: 1.4; }
.workflow-nav { display: grid; gap: 14px; padding-top: 15px; }
.workflow-nav-group { display: grid; gap: 3px; }
.workflow-nav-label { padding: 0 11px; margin: 0 0 4px; color: #78cdef; font-size: 9px; font-weight: 800; letter-spacing: .14em; line-height: 1.3; }
.workflow-nav button {
  display: grid;
  min-width: 0;
  min-height: 42px;
  grid-template-columns: 9px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  margin: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #d9e7f4;
  font: 500 13px/1.25 var(--font-inter);
  text-align: left;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}
.workflow-nav-marker { width: 7px; height: 7px; border-radius: 50%; background: #7192af; box-shadow: 0 0 0 3px #ffffff0d; }
.workflow-nav-name { min-width: 0; font-size: 13px; font-weight: 650; letter-spacing: 0; }
.workflow-nav-arrow { color: inherit; font-size: 15px; font-weight: 800; opacity: 0; transform: translateX(-4px); transition: opacity .18s ease, transform .18s ease; }
.workflow-nav button:hover { background: #ffffff12; color: var(--white); }
.workflow-nav button:focus-visible { position: relative; z-index: 1; outline: 3px solid #3bc8f0; outline-offset: 2px; box-shadow: none; }
.workflow-nav button[aria-selected="true"] { background: var(--white); color: var(--navy-deep); box-shadow: 0 8px 22px #001d3a36; transform: translateX(2px); }
.workflow-nav button[aria-selected="true"] .workflow-nav-marker { background: var(--blue-logo); box-shadow: 0 0 0 3px #1598d71a; }
.workflow-nav button[aria-selected="true"] .workflow-nav-arrow { color: var(--blue-logo); opacity: 1; transform: translateX(0); }
.workflow-stack { min-width: 0; overflow: hidden; border: 1px solid #c9d8e7; border-radius: 22px; background: var(--white); box-shadow: 0 24px 58px #08254818; }
.workflow-stage {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 36px;
  min-width: 0;
  padding: 44px 0;
  border-top: 1px solid var(--border);
  scroll-margin-top: 104px;
}
.workflow-stage:first-child { padding-top: 0; border-top: 0; }
.workflow-stage--reverse .workflow-copy { order: 2; }
.workflow-stage--reverse > .workflow-media,
.workflow-stage--reverse > .workflow-gallery { order: 1; }
.workflow-tabs .workflow-stage { min-height: 560px; grid-template-columns: minmax(330px, .86fr) minmax(0, 1.14fr); gap: 34px; padding: 34px; border-top: 0; background: linear-gradient(145deg, #fff 0%, #f8fbfd 100%); }
.workflow-tabs .workflow-stage[hidden] { display: none; }
.workflow-tabs .workflow-stage--reverse .workflow-copy,
.workflow-tabs .workflow-stage--reverse > .workflow-media,
.workflow-tabs .workflow-stage--reverse > .workflow-gallery { order: initial; }
.workflow-copy { min-width: 0; }
.workflow-copy h3 { margin-bottom: 16px; font-size: clamp(1.8rem, 2vw, 2.1rem); }
.workflow-copy > p:not(.eyebrow) { color: var(--slate); font-size: 16px; line-height: 1.55; }
.workflow-tabs .workflow-copy .eyebrow { color: #087eb7; font-size: 10px; letter-spacing: .12em; }
.workflow-tabs .workflow-copy .check-list { gap: 9px; font-size: 14px; line-height: 1.45; }
.workflow-demo-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 23px; padding: 10px 13px; border: 1px solid #a9c5dc; border-radius: 999px; color: var(--navy); font-size: 13px; font-weight: 750; line-height: 1.2; text-decoration: none; }
.workflow-demo-link:hover { border-color: var(--blue-logo); background: #edf8fd; color: #065f90; }
.workflow-demo-link:focus-visible { outline: 3px solid var(--blue-logo); outline-offset: 3px; }
.workflow-demo-link span { color: var(--blue-logo); font-size: 15px; }
.workflow-impact { margin-top: 18px; padding: 14px 15px; border-left: 3px solid var(--blue-logo); border-radius: 0 11px 11px 0; background: #edf8fd; }
.workflow-impact strong { display: block; margin-bottom: 6px; color: #0a6c9a; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.workflow-impact p { margin: 0; color: var(--navy-deep); font-size: 13px; font-weight: 650; line-height: 1.45; }
.workflow-roles { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.workflow-roles span { padding: 5px 9px; border: 1px solid #c7d8e7; border-radius: 999px; background: #fff; color: #52677c; font-size: 10px; font-weight: 700; }
.workflow-media .product-shot__viewport { aspect-ratio: 16 / 10; border-color: #bfd0df; border-radius: 16px; box-shadow: 0 18px 44px #0825481f; }
.workflow-media .product-shot__viewport img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.explorer-section--expanded .workflow-layout { grid-template-columns: 320px minmax(0, 1fr); gap: 28px; }
.explorer-section--expanded .workflow-nav-shell { height: calc(100vh - 104px); max-height: 780px; min-height: 560px; display: grid; grid-template-rows: auto minmax(0, 1fr); overflow: hidden; }
.explorer-section--expanded .workflow-nav { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding-right: 40px; padding-bottom: 28px; scrollbar-width: none; }
.explorer-section--expanded .workflow-nav::-webkit-scrollbar { display: none; }
.workflow-nav-fade,
.workflow-scroll-control { display: none; }
@media (min-width: 1121px) {
  .explorer-section--expanded .workflow-layout { overflow-anchor: none; }
  .explorer-section--expanded .workflow-nav-fade {
    position: absolute;
    z-index: 4;
    right: 0;
    left: 0;
    display: block;
    height: 72px;
    pointer-events: none;
    opacity: 1;
    transition: opacity .2s ease;
  }
  .explorer-section--expanded .workflow-nav-fade--top { top: 75px; background: linear-gradient(180deg, #0a3768 0%, #0a3768dc 36%, #0a376800 100%); }
  .explorer-section--expanded .workflow-nav-fade--bottom { bottom: 0; background: linear-gradient(0deg, #0a3768 0%, #0a3768dc 36%, #0a376800 100%); }
  .explorer-section--expanded .workflow-nav-shell.is-at-top .workflow-nav-fade--top,
  .explorer-section--expanded .workflow-nav-shell.is-at-bottom .workflow-nav-fade--bottom { opacity: 0; }
  .explorer-section--expanded .workflow-scroll-control {
    position: absolute;
    z-index: 5;
    right: 15px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    padding: 0;
    border: 1px solid #8bb4cf;
    border-radius: 50%;
    background: #f8fbfd;
    color: var(--navy-deep);
    box-shadow: 0 8px 18px #041f3b2e;
    font: 800 18px/1 var(--font-inter);
    cursor: pointer;
    transition: border-color .18s ease, opacity .2s ease, transform .18s ease;
  }
  .explorer-section--expanded .workflow-scroll-control:hover { border-color: #37bcea; transform: scale(1.04); }
  .explorer-section--expanded .workflow-scroll-control:focus-visible { outline: 3px solid #7fd6f2; outline-offset: 2px; }
  .explorer-section--expanded .workflow-scroll-control:disabled { opacity: 0; pointer-events: none; }
  .explorer-section--expanded .workflow-scroll-control--up { top: 88px; }
  .explorer-section--expanded .workflow-scroll-control--down { bottom: 14px; }
}
.explorer-section--expanded .workflow-nav { gap: 11px; }
.explorer-section--expanded .workflow-nav button { min-height: 39px; padding-block: 8px; }
.explorer-section--expanded .workflow-nav-name { font-size: 12.5px; }
.explorer-section--expanded .workflow-tabs .workflow-stage { min-height: 660px; grid-template-columns: minmax(350px, .92fr) minmax(0, 1.08fr); gap: 34px; padding: 36px; }
.explorer-section--expanded .workflow-copy h3 { margin-bottom: 13px; font-size: clamp(1.72rem, 2vw, 2.05rem); }
.explorer-section--expanded .workflow-copy > p:not(.eyebrow) { margin-bottom: 0; font-size: 15px; line-height: 1.52; }
.explorer-section--expanded .workflow-copy .check-list { margin-top: 20px; }
.explorer-section--expanded .workflow-demo-link { margin-top: 18px; }
.explorer-section--expanded .workflow-media--demo .product-shot__viewport img { object-position: top left; }
.explorer-section--expanded .workflow-mobile-stepper__dots { flex-wrap: wrap; }
.workflow-gallery { display: grid; gap: 18px; min-width: 0; }
.workflow-media--support { padding-top: 18px; border-top: 1px solid var(--border); }
.parts-screen-switcher { align-self: center; gap: 12px; }
.parts-screen-switcher__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--cloud);
}
.parts-screen-switcher__tabs button {
  min-height: 40px;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--slate);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
}
.parts-screen-switcher__tabs button:hover { color: var(--navy); }
.parts-screen-switcher__tabs button[aria-selected="true"] { background: var(--white); color: var(--navy); box-shadow: 0 2px 8px #08254814; }
.parts-screen-switcher__tabs button:focus-visible { outline: 3px solid var(--blue-logo); outline-offset: 2px; box-shadow: none; }
.parts-screen-switcher > [role="tabpanel"][hidden] { display: none; }
.parts-screen-switcher .workflow-media .product-shot__viewport { aspect-ratio: 45 / 26; }

.mso-heading { max-width: none; }
.mso-heading h2 { font-size: clamp(2.1rem, 3.2vw, 2.85rem); }
.mso-layout { display: grid; grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr); align-items: center; gap: 56px; }
.mso-copy > p:not(.eyebrow) { color: var(--slate); }
.mso-copy .button { margin-top: 24px; }
.mso-media .product-shot__viewport { aspect-ratio: auto; }
.mso-media .product-shot__viewport img { width: 100%; height: auto; object-fit: contain; }

.catalog-section .section-heading { max-width: none; }
.catalog-section .section-heading h2 { font-size: clamp(1.9rem, 2.35vw, 2.25rem); }
.catalog-section .section-heading > p:not(.eyebrow) { max-width: 920px; }
.home-feature-catalog { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.home-feature-grid { display: contents; }
.home-feature-card { min-width: 0; padding: 22px; border: 1px solid var(--border); border-radius: 14px; background: var(--white); box-shadow: var(--shadow-soft); }
.home-feature-card__heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; margin-bottom: 18px; }
.home-feature-card__heading h3 { margin-bottom: 8px; color: var(--navy); font-size: 21px; }
.home-feature-card__heading p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.45; }
.home-feature-card__heading > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 12px; font-weight: 800; }
.home-feature-list { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; }
.home-feature-list li { position: relative; padding-left: 17px; color: var(--ink); font-size: 14px; line-height: 1.35; }
.home-feature-list li::before { position: absolute; top: .55em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--blue-logo); content: ""; }
.home-feature-list h4 { margin: 0; font: 600 14px/1.35 var(--font-inter); letter-spacing: 0; }
.catalog-detail-link { margin: 30px 0 0; text-align: center; }

/* Primary homepage consolidation */
.scope-review-page.primary-review-home .shop-outcomes { padding: clamp(36px, 3.2vw, 44px) 0 clamp(24px, 2.1vw, 30px); }
.outcomes-section .section-heading { max-width: none; margin-bottom: 24px; }
.outcomes-section .section-heading > p:not(.eyebrow) { max-width: none; }
.shop-outcome-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; border: 1px solid #0b3767; border-radius: 18px; background: #0b3767; box-shadow: 0 16px 34px #0825481c; }
.shop-outcome-card { min-width: 0; padding: 26px 24px 24px; background: linear-gradient(145deg, #0b3767, #082d57); color: var(--white); }
.shop-outcome-card + .shop-outcome-card { border-left: 1px solid #ffffff24; }
.shop-outcome-card h3 { min-height: 32px; margin: 0 0 15px; color: #92d9f1; font-family: var(--font-inter); font-size: 11px; font-weight: 800; letter-spacing: .075em; line-height: 1.45; }
.shop-outcome-card strong { display: block; min-height: 58px; margin-bottom: 12px; color: var(--white); font-family: var(--font-funnel); font-size: clamp(1.55rem, 1.7vw, 1.85rem); font-weight: 500; letter-spacing: -.025em; line-height: 1.05; }
.shop-outcome-card p { margin: 0; color: #d4e2ef; font-size: 14px; line-height: 1.48; }
.shop-outcomes__attribution { margin: 10px 2px 0; color: #5d7185; font-size: 12px; font-weight: 600; line-height: 1.4; text-align: right; }
.outcome-grid { gap: 18px; }
.outcome-grid figure { overflow: hidden; padding: 0; border: 0; border-radius: 18px; box-shadow: 0 16px 38px #08254817; }
.outcome-metric { display: flex; min-height: 112px; flex-direction: column; justify-content: flex-end; padding: 24px 26px 21px; background: linear-gradient(135deg, var(--navy-deep), #0d3f73); color: var(--white); }
.outcome-metric strong { font-family: var(--font-funnel); font-size: clamp(1.65rem, 2.3vw, 2rem); font-weight: 500; letter-spacing: -.025em; line-height: 1.05; }
.outcome-metric span { margin-top: 7px; color: #c8dced; font-size: 12px; font-weight: 700; letter-spacing: .07em; line-height: 1.35; text-transform: uppercase; }
.outcome-grid blockquote { flex: 1; padding: 25px 26px 0; margin-bottom: 22px; }
.outcome-grid figcaption { margin: 0 26px 25px; }

.mso-section--compact { padding-bottom: clamp(58px, 5vw, 76px); }
.mso-compact-card { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); overflow: hidden; border-radius: 24px; background: linear-gradient(135deg, #061f3d, #0a3767); color: var(--white); box-shadow: 0 22px 52px #08254824; }
.mso-compact-card .mso-copy { align-self: center; padding: 48px 40px; }
.mso-compact-card .mso-copy h2 { margin-bottom: 18px; color: var(--white); font-size: clamp(2rem, 2.35vw, 2.25rem); }
.mso-compact-card .mso-copy > p:not(.eyebrow) { margin-bottom: 22px; color: #d4e2ef; font-size: 16px; line-height: 1.6; }
.mso-compact-card .check-list { gap: 8px; color: #eef6fc; font-size: 14px; }
.mso-compact-card .check-list li::before { color: #4ad4eb; }
.mso-compact-card .mso-media { display: flex; min-height: 430px; flex-direction: column; justify-content: center; padding: 28px; background: #e9f0f7; }
.mso-compact-card .mso-media .product-shot__viewport { aspect-ratio: 1.35 / 1; border: 1px solid #c9d7e6; border-radius: 14px; box-shadow: 0 16px 34px #08254824; }
.mso-compact-card .mso-media .product-shot__viewport img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.mso-compact-card .mso-media figcaption { color: #475467; }
.catalog-prompt { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 25px 28px; margin-top: 18px; border: 1px solid var(--border); border-radius: 16px; background: #f8fbfe; }
.explorer-section > .catalog-prompt { width: min(calc(100% - 80px), var(--container)); margin-inline: auto; }
.catalog-prompt div { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.catalog-prompt div span { color: #0a6c9a; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.catalog-prompt div strong { color: var(--navy); font-family: var(--font-funnel); font-size: 21px; font-weight: 500; line-height: 1.2; }
.catalog-prompt .button { flex: 0 0 auto; }

.pricing-preview .section-heading { max-width: none; }
.pricing-preview .section-heading > p:not(.eyebrow) { max-width: 760px; }
.scope-review-page.primary-review-home .shop-outcomes + .pricing-preview { padding-top: clamp(36px, 3.2vw, 44px); }
.pricing-preview .price-card-grid { max-width: 900px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-inline: auto; }
.pricing-preview .price-card-grid--single { max-width: 1040px; grid-template-columns: 1fr; }
.price-card-grid--single .unlimited-price-card {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  border: 2px solid #0d96d4;
  box-shadow: 0 22px 54px #0d96d41c;
}
.unlimited-price-card__summary { min-width: 0; }
.unlimited-price-card__summary h3 { margin-bottom: 14px; }
.unlimited-price-card__summary .price { margin-bottom: 10px; }
.unlimited-price-card .annual-price { color: var(--slate); margin: 0; font-size: 15px; font-weight: 650; }
.unlimited-price-card__details { min-width: 0; }
.unlimited-price-card__details ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; }
.unlimited-price-card__details .button { width: 100%; }
.pricing-preview__mso { color: var(--slate); margin: 22px auto 0; text-align: center; font-size: 15px; }
.pricing-preview__mso a { color: var(--navy); font-weight: 750; }
