body.review-workflow {
  background: #fff;
}

body.review-workflow main {
  overflow: hidden;
}

body.review-workflow main .button {
  border-radius: 999px;
}

/* Avoid a stranded final word at the closing CTA's desktop stacking boundary. */
body.review-workflow.page-parts-new .wf-final-cta .final-cta-inner > div:first-child > p:not(.eyebrow) {
  text-wrap: pretty;
}

body.review-workflow .wf-container {
  width: min(100%, 1920px);
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: clamp(28px, 5vw, 78px);
}

body.review-workflow .wf-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(60px, 5.2vw, 82px) 0;
  background: linear-gradient(135deg, #071f3d 0%, #0b3564 70%, #075b86 100%);
  color: #fff;
}

body.review-workflow .wf-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(410px, .75fr);
  align-items: center;
  gap: clamp(42px, 4.6vw, 76px);
}

body.review-workflow .wf-hero-grid--wide {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 38px;
}

body.review-workflow .wf-hero-grid--wide .wf-hero-copy {
  max-width: 1120px;
}

body.review-workflow .wf-hero-grid--wide .wf-proof-card {
  max-width: none;
  justify-self: stretch;
}

body.review-workflow .wf-hero-copy {
  min-width: 0;
}

body.review-workflow .wf-hero .eyebrow {
  margin-bottom: 17px;
  color: #8edcf6;
}

body.review-workflow .wf-hero h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(38px, 3.55vw, 59px);
  font-weight: 520;
  letter-spacing: -.048em;
  line-height: 1.01;
}

/* Desktop-fit sizes must not override the mobile heading hierarchy. */
@media (min-width: 961px) {
body.review-workflow .wf-hero-grid:not(.wf-hero-grid--wide) .wf-hero-copy h1 {
  font-size: clamp(25px, 2.7vw, 46px);
}

body.review-workflow.page-estimates .wf-hero-grid:not(.wf-hero-grid--wide) .wf-hero-copy h1 {
  font-size: clamp(22px, 2.4vw, 41px);
}

body.review-workflow.page-reports .wf-hero-grid:not(.wf-hero-grid--wide) .wf-hero-copy h1 {
  font-size: clamp(23px, 2.5vw, 42px);
}
}

body.review-workflow.page-repair-order .wf-split-copy h2 {
  font-size: clamp(24px, 2vw, 36px);
}

body.review-workflow .wf-hero-lead {
  max-width: 760px;
  margin: 0;
  color: #e7f1fa;
  font-size: clamp(17px, 1.28vw, 20px);
  line-height: 1.58;
}

body.review-workflow .wf-hero-actions {
  margin-top: 28px;
}

body.review-workflow .wf-proof-card {
  width: 100%;
  min-width: 0;
  justify-self: end;
  padding: clamp(18px, 1.8vw, 28px);
  border: 1px solid #ffffff4a;
  border-radius: 24px;
  background: #f7fafc;
  color: #082548;
  box-shadow: 0 28px 72px #031a3557;
}

body.review-workflow .wf-proof-card--plain {
  padding: 28px 30px;
}

body.review-workflow .wf-proof-label {
  margin: 0 0 13px;
  color: #138fc6;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body.review-workflow .wf-shot-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
  font: inherit;
  text-align: inherit;
}

body.review-workflow .wf-shot {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ccdae7;
  border-radius: 15px;
  background: #eef4fb;
}

body.review-workflow .wf-shot-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 12px;
  color: #526b83;
  font-size: 12px;
  line-height: 1.4;
}

body.review-workflow .wf-shot-caption strong {
  color: #123d68;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 700px) {
  body.review-workflow .wf-shot-caption {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

body.review-workflow .wf-section {
  padding: clamp(68px, 6vw, 96px) 0;
}

body.review-workflow .wf-section--soft {
  background: #eef5fa;
}

body.review-workflow .wf-section--ink {
  background: #082548;
  color: #fff;
}

body.review-workflow .wf-section-head {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 18px;
  margin-bottom: clamp(34px, 4vw, 56px);
}

body.review-workflow .wf-section-head--single {
  display: block;
  max-width: 980px;
}

body.review-workflow .wf-section-head.wf-section-head--wide-copy > p:last-child {
  max-width: 1420px;
}

body.review-workflow .wf-section-head .eyebrow {
  margin-bottom: 13px;
  color: #0787bd;
}

body.review-workflow .wf-section--ink .wf-section-head .eyebrow {
  color: #8edcf6;
}

body.review-workflow .wf-section-head h2,
body.review-workflow .wf-split-copy h2,
body.review-workflow .wf-copy-block h2 {
  margin: 0;
  color: #082548;
  font-size: clamp(33px, 3vw, 48px);
  font-weight: 520;
  letter-spacing: -.045em;
  line-height: 1.04;
}

body.review-workflow .wf-split-copy h2,
body.review-workflow .wf-copy-block h2 {
  font-size: clamp(25px, 2.1vw, 38px);
}

body.review-workflow.page-parts-new .wf-section--ink .wf-split-copy h2 {
  font-size: clamp(24px, 1.85vw, 34px);
}

body.review-workflow .wf-section--ink .wf-section-head h2,
body.review-workflow .wf-section--ink .wf-split-copy h2,
body.review-workflow .wf-section--ink .wf-copy-block h2 {
  color: #fff;
}

body.review-workflow .wf-section-head > p:last-child,
body.review-workflow .wf-split-copy > p:not(.eyebrow),
body.review-workflow .wf-copy-block > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #5b6f84;
  font-size: 18px;
  line-height: 1.62;
}

body.review-workflow .wf-section--ink .wf-section-head > p:last-child,
body.review-workflow .wf-section--ink .wf-split-copy > p:not(.eyebrow),
body.review-workflow .wf-section--ink .wf-copy-block > p:not(.eyebrow) {
  color: #cbdbea;
}

body.review-workflow .wf-product-frame {
  padding: clamp(15px, 1.8vw, 24px);
  border: 1px solid #cbdbe8;
  border-radius: 24px;
  background: #f5f8fc;
  box-shadow: 0 26px 70px #12385d14;
}

body.review-workflow .wf-product-frame--dark {
  border-color: #ffffff2b;
  background: #0d3158;
  box-shadow: 0 28px 68px #001a3480;
}

body.review-workflow .wf-product-frame .wf-shot {
  border-radius: 14px;
}

body.review-workflow .wf-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  align-items: start;
  gap: clamp(48px, 6vw, 96px);
}

body.review-workflow .wf-split--reverse {
  grid-template-columns: minmax(420px, .92fr) minmax(0, 1.08fr);
}

body.review-workflow .wf-split--reverse .wf-split-copy {
  order: 2;
}

body.review-workflow .wf-split--phone {
  align-items: center;
}

body.review-workflow .wf-split-copy .eyebrow,
body.review-workflow .wf-copy-block .eyebrow {
  margin-bottom: 13px;
  color: #0787bd;
}

body.review-workflow .wf-split-copy h2,
body.review-workflow .wf-copy-block h2 {
  margin-bottom: 18px;
}

body.review-workflow .wf-points {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

body.review-workflow .wf-points li {
  position: relative;
  padding-left: 29px;
  color: #294966;
  font-size: 16px;
  line-height: 1.48;
}

body.review-workflow .wf-section--ink .wf-points li {
  color: #d7e5f1;
}

body.review-workflow .wf-points li::before {
  position: absolute;
  top: .43em;
  left: 0;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid #0aa2dd;
  border-left: 2px solid #0aa2dd;
  content: "";
  transform: rotate(-45deg);
}

body.review-workflow .wf-number-list {
  display: grid;
  gap: 0;
}

body.review-workflow .wf-number-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 22px;
  padding: 27px 0;
  border-top: 1px solid #cbd9e5;
}

body.review-workflow .wf-number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #dbf2fc;
  color: #087fae;
  font-size: 13px;
  font-weight: 850;
}

body.review-workflow .wf-number-item h3 {
  margin: 0 0 8px;
  color: #0b2e59;
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 560;
  letter-spacing: -.034em;
  line-height: 1.08;
}

body.review-workflow .wf-number-item p {
  max-width: 800px;
  margin: 0;
  color: #5b6f84;
  font-size: 16px;
  line-height: 1.58;
}

body.review-workflow .wf-grid-3,
body.review-workflow .wf-grid-4 {
  display: grid;
  gap: 18px;
}

body.review-workflow .wf-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.review-workflow .wf-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.review-workflow .wf-info-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid #cbd9e5;
  border-radius: 18px;
  background: #fff;
}

body.review-workflow .wf-section--ink .wf-info-card {
  border-color: #ffffff2e;
  background: #0d3158;
}

body.review-workflow .wf-info-card .eyebrow {
  margin-bottom: 11px;
  color: #0787bd;
  font-size: 10px;
}

body.review-workflow .wf-section--ink .wf-info-card .eyebrow {
  color: #8edcf6;
}

body.review-workflow .wf-info-card h3 {
  margin: 0 0 10px;
  color: #0b2e59;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -.028em;
  line-height: 1.12;
}

body.review-workflow .wf-section--ink .wf-info-card h3 {
  color: #fff;
}

body.review-workflow .wf-info-card p {
  margin: 0;
  color: #5b6f84;
  font-size: 15px;
  line-height: 1.55;
}

body.review-workflow .wf-section--ink .wf-info-card p {
  color: #cbdbea;
}

body.review-workflow .wf-phone-stage {
  display: grid;
  min-height: 600px;
  place-items: center;
  padding: 28px;
  border: 1px solid #cbd9e5;
  border-radius: 26px;
  background: linear-gradient(150deg, #e8f1f9, #f9fbfd);
  overflow: hidden;
}

body.review-workflow .wf-phone-stage img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 640px;
  margin-inline: auto;
  border-radius: 22px;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px #0b2e5924);
}

body.review-workflow .wf-dual-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

body.review-workflow .wf-dual-proof--media-copy {
  align-items: center;
}

body.review-workflow .wf-proof-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 23px;
  border: 1px solid #cbd9e5;
  border-radius: 22px;
  background: #fff;
}

body.review-workflow .wf-proof-panel h3 {
  margin: 0 0 8px;
  color: #0b2e59;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -.032em;
}

body.review-workflow .wf-proof-panel > p {
  margin: 0 0 20px;
  color: #5b6f84;
  font-size: 15px;
  line-height: 1.55;
}

body.review-workflow .wf-proof-panel .wf-shot-button {
  margin-top: auto;
}

body.review-workflow .wf-band {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  margin-top: 34px;
  padding: 24px 28px;
  border: 1px solid #cbd9e5;
  border-radius: 18px;
  background: #f7fafc;
}

body.review-workflow .wf-band .eyebrow {
  margin: 0;
  color: #0787bd;
}

body.review-workflow .wf-band p:last-child {
  margin: 0;
  color: #315370;
  font-size: 16px;
  line-height: 1.55;
}

body.review-workflow .wf-search-demo {
  padding: 28px;
  border: 1px solid #cbd9e5;
  border-radius: 22px;
  background: #f7fafc;
}

body.review-workflow .wf-search-results {
  display: grid;
  gap: 0;
  margin-top: 22px;
  border: 1px solid #d6e2ec;
  border-radius: 14px;
  background: #fff;
}

body.review-workflow .wf-search-results span {
  padding: 14px 16px;
  border-bottom: 1px solid #e0e8ef;
  color: #526b83;
  font-size: 14px;
  line-height: 1.45;
}

body.review-workflow .wf-search-results span:last-child {
  border-bottom: 0;
}

body.review-workflow .wf-search-results strong {
  color: #0b2e59;
}

body.review-workflow .wf-compact-grid {
  margin-top: 28px;
}

body.review-workflow .wf-search-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid #b9ccdc;
  border-radius: 999px;
  background: #fff;
  color: #49647d;
  font-size: 17px;
}

body.review-workflow .wf-search-bar::before {
  width: 15px;
  height: 15px;
  border: 2px solid #4b6882;
  border-radius: 50%;
  content: "";
}

body.review-workflow .wf-search-bar::after {
  width: 7px;
  height: 2px;
  margin-left: -17px;
  background: #4b6882;
  content: "";
  transform: translate(5px, 8px) rotate(45deg);
}

body.review-workflow .wf-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

body.review-workflow .wf-chip-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: #e7f0f8;
  color: #315370;
  font-size: 12px;
  font-weight: 750;
}

body.review-workflow .wf-implementation-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.review-workflow .wf-owner-column {
  padding: 28px;
  border-radius: 20px;
}

body.review-workflow .wf-owner-column:first-child {
  background: #082548;
  color: #fff;
}

body.review-workflow .wf-owner-column:last-child {
  border: 1px solid #cbd9e5;
  background: #f7fafc;
}

body.review-workflow .wf-owner-column h3 {
  margin: 0 0 18px;
  font-size: 24px;
  letter-spacing: -.025em;
}

body.review-workflow .wf-owner-column:last-child h3 {
  color: #0b2e59;
}

body.review-workflow .wf-owner-column ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.review-workflow .wf-owner-column li {
  padding-top: 13px;
  border-top: 1px solid #ffffff2b;
  font-size: 15px;
  line-height: 1.48;
}

body.review-workflow .wf-owner-column:last-child li {
  border-color: #d5e1eb;
  color: #49647d;
}

body.review-workflow .wf-status-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
  overflow: hidden;
  border: 1px solid #cbd9e5;
  border-radius: 18px;
  background: #cbd9e5;
}

body.review-workflow .wf-status-flow--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.review-workflow .wf-status-step {
  min-height: 150px;
  padding: 22px;
  background: #fff;
}

body.review-workflow .wf-status-step span {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 50%;
  background: #dbf2fc;
  color: #087fae;
  font-size: 12px;
  font-weight: 850;
}

body.review-workflow .wf-status-step strong {
  display: block;
  margin-bottom: 6px;
  color: #0b2e59;
  font-size: 17px;
}

body.review-workflow .wf-status-step p {
  margin: 0;
  color: #5b6f84;
  font-size: 13px;
  line-height: 1.45;
}

body.review-workflow.page-checkin .wf-status-flow--three .wf-status-step {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 14px;
  row-gap: 6px;
  min-height: 112px;
  padding: 20px 22px;
}

body.review-workflow.page-checkin .wf-status-flow--three .wf-status-step span {
  grid-row: 1 / span 2;
  margin: 0;
}

body.review-workflow.page-checkin .wf-status-flow--three .wf-status-step strong,
body.review-workflow.page-checkin .wf-status-flow--three .wf-status-step p {
  grid-column: 2;
}

body.review-workflow.page-checkin .wf-status-flow--three .wf-status-step strong {
  margin-bottom: 0;
}

body.review-workflow .wf-compact-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid #cbd9e5;
  border-radius: 16px;
  background: #cbd9e5;
}

body.review-workflow .wf-compact-proof span {
  position: relative;
  min-height: 100px;
  padding: 22px 20px 22px 48px;
  background: #eef5fa;
  color: #315370;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

body.review-workflow .wf-compact-proof span::before {
  position: absolute;
  top: 23px;
  left: 20px;
  color: #0b9ecf;
  content: "✓";
  font-size: 18px;
  font-weight: 850;
}

body.review-workflow .wf-invoice-flow {
  display: grid;
  grid-template-columns: .74fr 46px 1fr 46px .9fr;
  align-items: center;
  gap: 12px;
}

body.review-workflow .wf-invoice-card {
  min-height: 250px;
  padding: 24px;
  border: 1px solid #cbd9e5;
  border-radius: 20px;
  background: #fff;
}

body.review-workflow .wf-invoice-card--source {
  background: linear-gradient(145deg, #e9f2f9, #fff);
}

body.review-workflow .wf-invoice-card .eyebrow {
  margin-bottom: 20px;
  color: #0787bd;
}

body.review-workflow .wf-invoice-sheet {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid #ccd9e5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 15px 32px #0b2e5915;
}

body.review-workflow .wf-invoice-sheet b {
  color: #0b2e59;
}

body.review-workflow .wf-invoice-sheet span {
  height: 7px;
  border-radius: 99px;
  background: #d8e4ee;
}

body.review-workflow .wf-invoice-sheet span:nth-child(3) {
  width: 72%;
}

body.review-workflow .wf-invoice-sheet span:nth-child(4) {
  width: 84%;
}

body.review-workflow .wf-extracted-list {
  display: grid;
  gap: 12px;
}

body.review-workflow .wf-extracted-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9e4ed;
  color: #526b83;
  font-size: 13px;
}

body.review-workflow .wf-extracted-list strong {
  color: #0b2e59;
  text-align: right;
}

body.review-workflow .wf-match-state {
  display: grid;
  min-height: 150px;
  place-items: center;
  padding: 20px;
  border: 1px solid #b9dfc8;
  border-radius: 16px;
  background: #effaf3;
  color: #176d39;
  text-align: center;
}

body.review-workflow .wf-match-state strong {
  display: block;
  margin-bottom: 6px;
  color: #115d30;
  font-size: 20px;
}

body.review-workflow .wf-arrow {
  color: #178ec2;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
}

body.review-workflow .wf-report-demo {
  overflow: hidden;
  padding: 0;
}

body.review-workflow .wf-report-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid #d4e1eb;
}

body.review-workflow .wf-report-toolbar strong {
  color: #0b2e59;
  font-size: 14px;
}

body.review-workflow .wf-report-toolbar span {
  color: #6a7d8f;
  font-size: 11px;
}

body.review-workflow .wf-report-tabs {
  display: flex;
  gap: 7px;
  padding: 14px 18px;
  overflow-x: auto;
  border-bottom: 1px solid #d4e1eb;
  scrollbar-width: none;
}

body.review-workflow .wf-report-tabs::-webkit-scrollbar {
  display: none;
}

body.review-workflow .wf-report-tab {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid #c8d8e5;
  border-radius: 999px;
  background: #fff;
  color: #315370;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

body.review-workflow .wf-report-tab[aria-selected="true"] {
  border-color: #1669ff;
  background: #1669ff;
  color: #fff;
}

body.review-workflow .wf-report-panel {
  padding: 20px;
}

body.review-workflow .wf-report-panel[hidden] {
  display: none;
}

body.review-workflow .wf-report-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 18px;
}

body.review-workflow .wf-report-kpi {
  padding: 13px;
  border: 1px solid #d6e2ec;
  border-radius: 12px;
  background: #fff;
}

body.review-workflow .wf-report-kpi span {
  display: block;
  margin-bottom: 5px;
  color: #6a7d8f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.review-workflow .wf-report-kpi strong {
  color: #0b2e59;
  font-size: 20px;
}

body.review-workflow .wf-bars {
  display: grid;
  gap: 10px;
}

body.review-workflow .wf-bar-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 9px;
  color: #536a80;
  font-size: 10px;
}

body.review-workflow .wf-bar-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5edf4;
}

body.review-workflow .wf-bar-track i {
  display: block;
  width: var(--bar, 50%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2e5cff, #26b4ef);
}

body.review-workflow .wf-table {
  width: 100%;
  border-collapse: collapse;
  color: #315370;
  font-size: 11px;
}

body.review-workflow .wf-table th,
body.review-workflow .wf-table td {
  padding: 10px 7px;
  border-bottom: 1px solid #d9e4ed;
  text-align: left;
}

body.review-workflow .wf-table th {
  color: #6a7d8f;
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.review-workflow .wf-report-note {
  margin: 12px 0 0;
  color: #738496;
  font-size: 10px;
  line-height: 1.4;
}

body.review-workflow .wf-metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #cbd9e5;
  border-radius: 18px;
  background: #cbd9e5;
}

body.review-workflow .wf-metric {
  min-height: 136px;
  padding: 23px;
  background: #fff;
}

body.review-workflow .wf-metric span {
  display: block;
  margin-bottom: 22px;
  color: #6a7d8f;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.review-workflow .wf-metric strong {
  display: block;
  color: #0b2e59;
  font-size: 23px;
  letter-spacing: -.025em;
}

body.review-workflow .wf-metric small {
  display: block;
  margin-top: 6px;
  color: #5b6f84;
  font-size: 12px;
  line-height: 1.4;
}

body.review-workflow .wf-final-cta {
  position: relative;
  z-index: 21;
}

body.review-workflow .wf-final-cta .final-cta-inner {
  width: min(100% - 48px, 1720px);
  max-width: 1720px;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  justify-items: stretch;
  gap: 20px;
  margin-inline: auto;
  text-align: left;
}

body.review-workflow .wf-final-cta .eyebrow {
  margin-bottom: 10px;
}

body.review-workflow .wf-final-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 2.2vw, 38px);
}

body.review-workflow .wf-final-cta p:not(.eyebrow) {
  max-width: none;
  margin: 0;
  color: #d7e5f3;
  font-size: 18px;
  line-height: 1.55;
}

body.review-workflow .wf-final-cta .button-row {
  justify-content: flex-start;
  margin-top: 22px;
}

body.review-workflow .wf-final-cta .button {
  min-height: 52px;
  padding-inline: 28px;
}

@media (min-width: 1321px) {
  body.review-workflow .wf-final-cta .final-cta-inner {
    width: min(100%, 1920px);
    max-width: 1920px;
    padding-inline: clamp(28px, 5vw, 78px);
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: clamp(32px, 3vw, 48px);
    align-items: center;
    row-gap: 0;
  }

  body.review-workflow .wf-final-cta .final-cta-inner > div:first-child {
    min-width: 0;
  }

  body.review-workflow .wf-final-cta .final-cta-inner > div:last-child {
    align-self: center;
  }

  body.review-workflow .wf-final-cta .button-row {
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin: 0;
  }
}

@media (min-width: 961px) {
  body.review-workflow .wf-hero h1 {
    white-space: nowrap;
  }

  body.review-workflow .wf-section-head h2,
  body.review-workflow .wf-split-copy h2,
  body.review-workflow .wf-copy-block h2,
  body.review-workflow .wf-final-cta h2 {
    white-space: nowrap;
  }
}

@media (max-width: 1240px) {
  body.review-workflow .wf-split,
  body.review-workflow .wf-split--reverse {
    grid-template-columns: 1fr;
  }

  body.review-workflow .wf-split--reverse .wf-split-copy {
    order: initial;
  }
}

@media (max-width: 1180px) and (min-width: 961px) {
  body.review-workflow .wf-hero-grid:not(.wf-hero-grid--wide) {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 34px;
  }

  body.review-workflow .wf-hero-grid--wide {
    grid-template-columns: 1fr;
  }

  body.review-workflow .wf-hero-grid:not(.wf-hero-grid--wide) .wf-hero-copy h1 {
    font-size: clamp(25px, 2.7vw, 32px);
  }

  body.review-workflow .wf-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  body.review-workflow .wf-hero-grid,
  body.review-workflow .wf-section-head,
  body.review-workflow .wf-split,
  body.review-workflow .wf-split--reverse {
    grid-template-columns: 1fr;
  }

  body.review-workflow .wf-split--reverse .wf-split-copy {
    order: initial;
  }

  body.review-workflow .wf-proof-card {
    max-width: 760px;
    justify-self: start;
  }

  body.review-workflow .wf-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.review-workflow .wf-status-flow,
  body.review-workflow .wf-metric-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.review-workflow .wf-status-flow--three,
  body.review-workflow .wf-compact-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.review-workflow .wf-invoice-flow {
    grid-template-columns: 1fr;
  }

  body.review-workflow .wf-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 700px) {
  body.review-workflow .wf-container,
  body.review-workflow .wf-final-cta .final-cta-inner {
    width: min(100%, 1920px);
    padding-inline: 18px;
  }

  body.review-workflow .wf-hero {
    padding: 50px 0 54px;
  }

  body.review-workflow .wf-hero-grid {
    gap: 32px;
  }

  body.review-workflow .wf-hero h1 {
    font-size: 39px;
    line-height: 1.06;
    white-space: normal;
  }

  body.review-workflow .wf-hero-lead,
  body.review-workflow .wf-section-head > p:last-child,
  body.review-workflow .wf-split-copy > p:not(.eyebrow),
  body.review-workflow .wf-copy-block > p:not(.eyebrow) {
    font-size: 16px;
  }

  body.review-workflow .wf-proof-card,
  body.review-workflow .wf-product-frame {
    padding: 16px;
    border-radius: 19px;
  }

  body.review-workflow .wf-section {
    padding: 60px 0;
  }

  body.review-workflow .wf-section-head {
    gap: 18px;
    margin-bottom: 32px;
  }

  body.review-workflow .wf-section-head h2,
  body.review-workflow .wf-split-copy h2,
  body.review-workflow .wf-copy-block h2 {
    font-size: 32px;
  }

  body.review-workflow .wf-grid-3,
  body.review-workflow .wf-grid-4,
  body.review-workflow .wf-dual-proof,
  body.review-workflow .wf-implementation-map,
  body.review-workflow .wf-status-flow,
  body.review-workflow .wf-metric-strip,
  body.review-workflow .wf-compact-proof {
    grid-template-columns: 1fr;
  }

  body.review-workflow .wf-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  body.review-workflow .wf-hero-actions .button {
    justify-content: center;
    width: 100%;
  }

  body.review-workflow .wf-info-card,
  body.review-workflow .wf-proof-panel,
  body.review-workflow .wf-owner-column {
    padding: 22px;
  }

  body.review-workflow .wf-number-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.review-workflow .wf-band {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px;
  }

  body.review-workflow .wf-phone-stage {
    min-height: 0;
    padding: 18px;
  }

  body.review-workflow .wf-phone-stage img {
    max-height: 620px;
  }

  body.review-workflow .wf-report-kpis {
    grid-template-columns: 1fr;
  }

  body.review-workflow .wf-bar-row {
    grid-template-columns: 78px minmax(0, 1fr) 36px;
  }

  body.review-workflow main .button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.review-workflow main .button {
    width: 100%;
  }

  body.review-workflow .wf-final-cta .final-cta-inner {
    gap: 21px;
  }

  body.review-workflow .wf-final-cta h2 {
    white-space: normal !important;
  }

  body.review-workflow .wf-final-cta p:not(.eyebrow) {
    font-size: 16px;
  }
}

body.review-workflow.page-switching .switch-ready-card {
  max-width: 520px;
}

body.review-workflow.page-switching .wf-section-head > p:last-child {
  max-width: 1100px;
}

body.review-workflow.page-switching .switch-ready-steps {
  border-top: 1px solid #cbd9e5;
}

body.review-workflow.page-switching .switch-ready-steps > div {
  display: grid;
  grid-template-columns: minmax(145px, .75fr) minmax(0, 1fr);
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #dbe5ed;
}

body.review-workflow.page-switching .switch-ready-steps > div:last-child {
  border-bottom: 0;
  padding-bottom: 2px;
}

body.review-workflow.page-switching .switch-ready-steps strong {
  color: #0b2e59;
  font-size: 15px;
  line-height: 1.35;
}

body.review-workflow.page-switching .switch-ready-steps span {
  color: #5b6f84;
  font-size: 14px;
  line-height: 1.42;
}

body.review-workflow.page-switching .switch-setup-layout {
  display: grid;
  grid-template-columns: minmax(480px, 0.9fr) minmax(620px, 1.1fr);
  align-items: start;
  gap: clamp(28px, 2.6vw, 44px);
}

body.review-workflow.page-switching .switch-setup-copy {
  min-width: 0;
}

body.review-workflow.page-switching .switch-setup-copy h2 {
  max-width: none;
  margin: 12px 0 22px;
  font-size: clamp(36px, 3.5vw, 50px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

body.review-workflow.page-switching .switch-setup-intro {
  max-width: none;
  margin: 0;
  color: #536a82;
  font-size: 18px;
  line-height: 1.55;
}

body.review-workflow.page-switching .switch-setup-points {
  max-width: none;
  margin-top: 34px;
}

body.review-workflow.page-switching .switch-setup-points article {
  padding: 20px 0 21px;
  border-top: 1px solid #cbd9e7;
}

body.review-workflow.page-switching .switch-setup-points .eyebrow {
  margin-bottom: 8px;
}

body.review-workflow.page-switching .switch-setup-points h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

body.review-workflow.page-switching .switch-setup-points article > p:last-child {
  margin: 0;
  color: #536a82;
  font-size: 16px;
  line-height: 1.48;
}

body.review-workflow.page-switching .switch-setup-combined-frame {
  min-width: 0;
  padding: 12px;
}

body.review-workflow.page-switching .switch-setup-combined-frame .wf-proof-label {
  margin: 4px 4px 12px;
}

body.review-workflow.page-switching .switch-setup-combined-frame .wf-shot {
  width: 100%;
  height: auto;
  border-radius: 13px;
}

body.review-workflow.page-switching .switch-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body.review-workflow.page-switching .switch-inline-links .button {
  min-height: 44px;
  padding: 10px 18px;
  border-color: #aec5d8;
  background: #fff;
  color: #082548;
  font-size: 14px;
  box-shadow: 0 8px 20px #0825480a;
}

@media (max-width: 1320px) {
  body.review-workflow.page-switching .switch-setup-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  body.review-workflow.page-switching .switch-setup-copy h2,
  body.review-workflow.page-switching .switch-setup-intro,
  body.review-workflow.page-switching .switch-setup-points {
    max-width: 760px;
  }

  body.review-workflow.page-switching .switch-setup-combined-frame {
    width: min(100%, 824px);
    margin-inline: auto;
  }
}

@media (min-width: 961px) {
  body.review-workflow.page-switching .switch-setup-copy h2,
  body.review-workflow.page-switching .switch-setup-intro,
  body.review-workflow.page-switching .switch-setup-points {
    max-width: none;
  }
}

@media (max-width: 700px) {
  body.review-workflow.page-switching .switch-ready-steps > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  body.review-workflow.page-switching .switch-inline-links {
    align-items: flex-start;
    flex-direction: column;
  }
}
