.page-products {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.75;
  overflow-x: hidden;
}

.page-products .pr-band {
  height: 3px;
  background: linear-gradient(90deg, var(--indigo) 0 33.33%, var(--red) 33.33% 66.66%, var(--gold) 66.66% 100%);
}

.page-products .pr-eyebrow {
  margin: 0 0 12px;
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .16em;
  color: var(--red);
}

.page-products .pr-eyebrow--gold {
  color: var(--gold);
}

.page-products .pr-sec {
  padding: 56px 0;
  position: relative;
}

.page-products .pr-head {
  max-width: 780px;
  margin: 0 0 28px;
}

.page-products .pr-head__title {
  margin: 0 0 14px;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.5rem, 3.6vw, 2.3rem);
  line-height: 1.3;
  letter-spacing: -.02em;
  color: var(--indigo);
}

.page-products .pr-head__lead {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.page-products .pr-note {
  margin: 20px 0 0;
  padding: 14px 16px;
  border-left: 3px solid var(--gold);
  background: rgba(217, 161, 59, .09);
  font-size: .9rem;
  color: #3B4459;
  line-height: 1.75;
}

.page-products .pr-note a {
  color: var(--red);
  text-decoration: none;
  border-bottom: 1px solid rgba(192, 52, 43, .35);
}

.page-products .pr-note a:hover {
  color: var(--cyan);
  border-bottom-color: var(--cyan);
}

/* ============ 首屏 ============ */
.page-products .pr-hero {
  position: relative;
  background: var(--indigo);
  color: var(--paper-2);
  padding: 22px 0 44px;
  overflow: hidden;
}

.page-products .pr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.page-products .pr-hero::after {
  content: "";
  position: absolute;
  top: -35%;
  right: -12%;
  width: 62%;
  height: 150%;
  background: radial-gradient(circle at 55% 45%, rgba(18, 194, 180, .2), transparent 62%);
  pointer-events: none;
}

.page-products .pr-hero__wrap {
  position: relative;
  z-index: 2;
}

.page-products .pr-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding-bottom: 16px;
  font-size: .78rem;
  color: rgba(246, 242, 234, .6);
}

.page-products .pr-crumb a {
  color: rgba(246, 242, 234, .88);
  text-decoration: none;
}

.page-products .pr-crumb a:hover {
  color: var(--cyan);
}

.page-products .pr-frame {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  padding: 26px 18px 28px;
  border: 1px solid rgba(217, 161, 59, .38);
  background: rgba(43, 63, 110, .3);
}

.page-products .pr-frame__c {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid var(--gold);
  pointer-events: none;
}

.page-products .pr-frame__c--tl { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.page-products .pr-frame__c--tr { top: -1px; right: -1px; border-left: 0; border-bottom: 0; }
.page-products .pr-frame__c--bl { bottom: -1px; left: -1px; border-right: 0; border-top: 0; }
.page-products .pr-frame__c--br { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }

.page-products .pr-hero__title {
  margin: 0 0 16px;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(1.85rem, 5.6vw, 3.05rem);
  line-height: 1.2;
  letter-spacing: -.025em;
  color: var(--paper-2);
}

.page-products .pr-hero__lead {
  margin: 0;
  max-width: 60ch;
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(246, 242, 234, .8);
}

.page-products .pr-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.page-products .pr-hero__fig {
  margin: 0;
}

.page-products .pr-hero__figbox {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(217, 161, 59, .3);
  background: var(--indigo-2);
}

.page-products .pr-hero__figbox img,
.page-products .pr-dur__img img,
.page-products .pr-disinfect__img img,
.page-products .pr-trace__img img,
.page-products .pr-bundle__img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.page-products .pr-hero__fig figcaption,
.page-products .pr-dur__fig figcaption,
.page-products .pr-disinfect__fig figcaption,
.page-products .pr-trace__fig figcaption,
.page-products .pr-bundle__fig figcaption {
  margin-top: 10px;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .06em;
  color: rgba(246, 242, 234, .55);
}

.page-products .pr-hero__facts {
  list-style: none;
  margin: 26px 0 0;
  padding: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  border-top: 1px solid rgba(217, 161, 59, .28);
}

.page-products .pr-hero__facts strong {
  display: block;
  font-family: var(--mono);
  font-size: clamp(1.35rem, 3.4vw, 1.9rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--gold);
}

.page-products .pr-hero__facts span {
  display: block;
  margin-top: 5px;
  font-size: .78rem;
  line-height: 1.55;
  color: rgba(246, 242, 234, .68);
}

/* ============ 01 服务项目 ============ */
.page-products .pr-svcgrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-products .pr-svc {
  position: relative;
  padding: 20px 18px 18px;
  background: var(--paper-2);
  border: 1px solid var(--hair);
  border-top: 3px solid var(--acc, var(--indigo));
  border-radius: 3px;
  box-shadow: var(--shadow-tag, 5px 5px 0 rgba(18, 34, 74, .06));
  transition: box-shadow .3s var(--ease), transform .3s var(--ease);
}

.page-products .pr-svc:hover {
  box-shadow: var(--shadow-tag-hover, 7px 7px 0 rgba(18, 34, 74, .09));
  transform: translateY(-2px);
}

.page-products .pr-svc:nth-child(1) { --acc: var(--red); }
.page-products .pr-svc:nth-child(2) { --acc: var(--gold); }
.page-products .pr-svc:nth-child(3) { --acc: var(--cyan); }
.page-products .pr-svc:nth-child(4) { --acc: var(--grape); }
.page-products .pr-svc:nth-child(5) { --acc: var(--indigo-2); }
.page-products .pr-svc:nth-child(6) { --acc: var(--red-deep); }

.page-products .pr-svc__tag {
  display: inline-block;
  margin: 0 0 10px;
  padding: 2px 9px;
  border: 1px solid var(--acc, var(--indigo));
  border-radius: 2px;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .12em;
  color: var(--acc, var(--indigo));
}

.page-products .pr-svc__title {
  margin: 0 0 8px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.16rem;
  letter-spacing: -.01em;
  color: var(--indigo);
}

.page-products .pr-svc__text {
  margin: 0;
  font-size: .9rem;
  line-height: 1.75;
  color: var(--muted);
}

.page-products .pr-svc__meta {
  margin: 14px 0 0;
  padding-top: 12px;
  display: grid;
  gap: 6px;
  border-top: 1px dashed var(--hair);
  font-size: .82rem;
}

.page-products .pr-svc__meta div {
  display: flex;
  gap: 10px;
}

.page-products .pr-svc__meta dt {
  flex: 0 0 60px;
  color: var(--muted);
}

.page-products .pr-svc__meta dd {
  margin: 0;
  color: var(--ink);
  line-height: 1.6;
}

/* ============ 02 人员经验 ============ */
.page-products .pr-sec--crew {
  background: var(--paper-2);
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
}

.page-products .pr-crew {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 30px;
}

.page-products .pr-crew__total {
  padding: 24px 20px;
  background: var(--indigo);
  border-radius: 3px;
  color: var(--paper-2);
}

.page-products .pr-crew__num {
  margin: 0;
  font-family: var(--mono);
  font-size: clamp(2.4rem, 7vw, 3.3rem);
  font-weight: 700;
  line-height: 1;
  color: var(--gold);
}

.page-products .pr-crew__num span {
  margin-left: 8px;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(246, 242, 234, .7);
}

.page-products .pr-crew__label {
  margin: 14px 0 0;
  font-size: .86rem;
  line-height: 1.75;
  color: rgba(246, 242, 234, .76);
}

.page-products .pr-crew__tiers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.page-products .pr-tier {
  padding: 16px 15px;
  background: var(--paper);
  border: 1px solid var(--hair);
  border-radius: 3px;
}

.page-products .pr-tier--1 { border-top: 3px solid var(--cyan); }
.page-products .pr-tier--2 { border-top: 3px solid var(--grape); }
.page-products .pr-tier--3 { border-top: 3px solid var(--red); }

.page-products .pr-tier__num {
  margin: 0;
  font-family: var(--mono);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--indigo);
}

.page-products .pr-tier__name {
  margin: 6px 0 2px;
  font-weight: 700;
  font-size: .95rem;
  color: var(--ink);
}

.page-products .pr-tier__pct {
  margin: 0 0 8px;
  font-family: var(--mono);
  font-size: .76rem;
  color: var(--muted);
}

.page-products .pr-tier__fit {
  margin: 0;
  font-size: .84rem;
  line-height: 1.65;
  color: var(--muted);
}

.page-products .pr-tablecap {
  margin: 0 0 10px;
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .06em;
  color: var(--muted);
}

.page-products .pr-tablewrap {
  border: 1px solid var(--hair);
  border-radius: 3px;
  background: var(--paper-2);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.page-products .pr-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: .9rem;
}

.page-products .pr-table th,
.page-products .pr-table td {
  padding: 13px 14px;
  text-align: left;
  vertical-align: top;
  line-height: 1.65;
  border-bottom: 1px solid var(--hair-soft);
}

.page-products .pr-table tbody th {
  font-weight: 700;
  color: var(--indigo);
  white-space: nowrap;
}

.page-products .pr-table thead th {
  font-family: var(--mono);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  background: rgba(217, 161, 59, .1);
  white-space: nowrap;
}

.page-products .pr-table tbody tr:last-child th,
.page-products .pr-table tbody tr:last-child td {
  border-bottom: 0;
}

.page-products .pr-table tbody tr:hover {
  background: rgba(18, 194, 180, .07);
  box-shadow: inset 3px 0 0 var(--cyan);
}

.page-products .pr-num {
  text-align: right;
  font-family: var(--mono);
}

/* ============ 03 消毒作业 ============ */
.page-products .pr-sec--disinfect {
  background: var(--indigo);
  color: var(--paper-2);
}

.page-products .pr-sec--disinfect::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.page-products .pr-sec--disinfect .yf-wrap {
  position: relative;
  z-index: 1;
}

.page-products .pr-sec--disinfect .pr-head__title {
  color: var(--paper-2);
}

.page-products .pr-sec--disinfect .pr-head__lead {
  color: rgba(246, 242, 234, .74);
}

.page-products .pr-disinfect__fig {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 32px;
}

.page-products .pr-disinfect__img {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  max-width: 260px;
  overflow: hidden;
  border: 1px solid rgba(217, 161, 59, .3);
}

.page-products .pr-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.page-products .pr-step {
  position: relative;
  padding: 0 0 24px 40px;
  margin-left: 12px;
  border-left: 2px solid rgba(217, 161, 59, .32);
}

.page-products .pr-step:last-child {
  padding-bottom: 0;
  border-left-color: transparent;
}

.page-products .pr-step__no {
  position: absolute;
  left: -13px;
  top: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--indigo);
  border: 2px solid var(--gold);
  font-family: var(--mono);
  font-size: .62rem;
  color: var(--gold);
}

.page-products .pr-step__name {
  margin: 0 0 6px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--paper-2);
  line-height: 1.4;
}

.page-products .pr-step__desc {
  margin: 0;
  font-size: .86rem;
  line-height: 1.7;
  color: rgba(246, 242, 234, .72);
}

/* ============ 04 时长档位 ============ */
.page-products .pr-dur__fig {
  margin: 0 0 26px;
}

.page-products .pr-dur__img {
  display: block;
  max-width: 760px;
  overflow: hidden;
  border: 1px solid var(--hair);
}

.page-products .pr-dur__fig figcaption {
  color: var(--muted);
}

.page-products .pr-table--dur tbody th {
  border-left: 3px solid var(--gold);
}

.page-products .pr-table--dur tbody tr:nth-child(1) th { border-left-color: var(--cyan); }
.page-products .pr-table--dur tbody tr:nth-child(2) th { border-left-color: var(--grape); }
.page-products .pr-table--dur tbody tr:nth-child(3) th { border-left-color: var(--red); }
.page-products .pr-table--dur tbody tr:nth-child(4) th { border-left-color: var(--gold); }

/* ============ 05 加急处理 ============ */
.page-products .pr-sec--rush {
  background:
    radial-gradient(120% 90% at 8% 0%, rgba(217, 161, 59, .16), transparent 62%),
    var(--paper);
  border-top: 1px solid var(--hair);
}

.page-products .pr-rush {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-products .pr-rush__card {
  padding: 20px 18px;
  background: var(--paper-2);
  border: 1px solid var(--hair);
  border-left: 5px solid var(--red);
  border-radius: 3px;
  box-shadow: var(--shadow-tag, 5px 5px 0 rgba(18, 34, 74, .06));
}

.page-products .pr-rush__card--alt {
  border-left-color: var(--grape);
}

.page-products .pr-rush__rate {
  margin: 0 0 8px;
  font-family: var(--mono);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1;
  color: var(--red);
}

.page-products .pr-rush__card--alt .pr-rush__rate {
  color: var(--grape);
}

.page-products .pr-rush__name {
  margin: 0 0 8px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--indigo);
}

.page-products .pr-rush__desc {
  margin: 0;
  font-size: .9rem;
  line-height: 1.75;
  color: var(--muted);
}

.page-products .pr-gauge {
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.page-products .pr-gauge__stop {
  position: relative;
  padding-top: 24px;
  text-align: center;
}

.page-products .pr-gauge__stop::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(18, 34, 74, .22) 0 5px, transparent 5px 11px);
}

.page-products .pr-gauge__stop:first-child::before { left: 50%; }
.page-products .pr-gauge__stop:last-child::before { right: 50%; }

.page-products .pr-gauge__dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--paper-2);
  border: 3px solid var(--indigo);
}

.page-products .pr-gauge__stop:nth-child(2) .pr-gauge__dot { border-color: var(--red); }
.page-products .pr-gauge__stop:nth-child(3) .pr-gauge__dot { border-color: var(--grape); }

.page-products .pr-gauge__val {
  margin: 0;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 1.12rem;
  color: var(--indigo);
}

.page-products .pr-gauge__cap {
  margin: 4px 0 0;
  font-size: .78rem;
  line-height: 1.5;
  color: var(--muted);
}

.page-products .pr-rush__cond {
  list-style: none;
  margin: 32px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--hair);
  display: grid;
  gap: 12px;
  font-size: .9rem;
  color: #3B4459;
}

.page-products .pr-rush__cond li {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
}

.page-products .pr-rush__cond li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78em;
  width: 9px;
  height: 2px;
  background: var(--gold);
}

.page-products .pr-rush__cond a {
  color: var(--red);
  text-decoration: none;
  border-bottom: 1px solid rgba(192, 52, 43, .3);
}

.page-products .pr-rush__cond a:hover {
  color: var(--cyan);
  border-bottom-color: var(--cyan);
}

/* ============ 06 记录留存 ============ */
.page-products .pr-sec--trace {
  background: var(--paper-2);
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
}

.page-products .pr-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.page-products .pr-flow__step {
  position: relative;
  padding: 0 0 26px 34px;
  margin-left: 11px;
  border-left: 2px solid var(--hair);
}

.page-products .pr-flow__step:last-child {
  padding-bottom: 0;
  border-left-color: transparent;
}

.page-products .pr-flow__step::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--paper-2);
  border: 3px solid var(--cyan);
}

.page-products .pr-flow__name {
  margin: 0 0 6px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--indigo);
  line-height: 1.4;
}

.page-products .pr-flow__desc {
  margin: 0;
  font-size: .88rem;
  line-height: 1.75;
  color: var(--muted);
}

.page-products .pr-trace__fig {
  margin: 30px 0 0;
}

.page-products .pr-trace__img {
  display: block;
  max-width: 720px;
  overflow: hidden;
  border: 1px solid var(--hair);
}

.page-products .pr-trace__fig figcaption {
  color: var(--muted);
}

.page-products .pr-trace__how {
  margin-top: 26px;
  padding: 20px 18px;
  border: 1px solid var(--hair);
  border-left: 4px solid var(--cyan);
  background: var(--paper);
  border-radius: 3px;
}

.page-products .pr-trace__howtitle {
  margin: 0 0 8px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--indigo);
}

.page-products .pr-trace__how p {
  margin: 0;
  font-size: .92rem;
  line-height: 1.8;
  color: var(--muted);
}

.page-products .pr-trace__how a {
  color: var(--red);
  text-decoration: none;
  border-bottom: 1px solid rgba(192, 52, 43, .3);
}

.page-products .pr-trace__how a:hover {
  color: var(--cyan);
  border-bottom-color: var(--cyan);
}

/* ============ 07 组合推荐 ============ */
.page-products .pr-bundles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-products .pr-bundle {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 18px 18px;
  background: var(--paper-2);
  border: 1px solid var(--hair);
  border-radius: 3px;
  box-shadow: var(--shadow-tag, 5px 5px 0 rgba(18, 34, 74, .06));
  transition: box-shadow .3s var(--ease);
}

.page-products .pr-bundle:hover {
  box-shadow: var(--shadow-tag-hover, 7px 7px 0 rgba(18, 34, 74, .09));
}

.page-products .pr-bundle__no {
  margin: 0;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .14em;
  color: var(--red);
}

.page-products .pr-bundle__title {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--indigo);
  letter-spacing: -.01em;
}

.page-products .pr-bundle__items {
  margin: 0;
  padding: 8px 10px;
  background: rgba(217, 161, 59, .12);
  border-radius: 2px;
  font-family: var(--mono);
  font-size: .78rem;
  line-height: 1.6;
  color: #6A4A10;
}

.page-products .pr-bundle__text {
  margin: 0;
  flex: 1 1 auto;
  font-size: .88rem;
  line-height: 1.78;
  color: var(--muted);
}

.page-products .pr-bundle__link {
  align-self: flex-start;
  padding: 8px 14px;
  border: 1px solid var(--indigo);
  border-radius: 2px;
  font-size: .84rem;
  color: var(--indigo);
  text-decoration: none;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}

.page-products .pr-bundle__link:hover {
  background: var(--indigo);
  color: var(--paper-2);
  border-color: var(--cyan);
}

.page-products .pr-bundle__fig {
  margin: 30px 0 0;
}

.page-products .pr-bundle__img {
  display: block;
  max-width: 760px;
  overflow: hidden;
  border: 1px solid var(--hair);
}

.page-products .pr-bundle__fig figcaption {
  color: var(--muted);
}

/* ============ 结尾 ============ */
.page-products .pr-cta {
  background: var(--indigo);
  color: var(--paper-2);
  padding: 52px 0;
}

.page-products .pr-cta__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.page-products .pr-cta__title {
  margin: 0 0 12px;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.3rem, 3vw, 1.95rem);
  line-height: 1.32;
  letter-spacing: -.02em;
  color: var(--paper-2);
}

.page-products .pr-cta__text {
  margin: 0;
  max-width: 62ch;
  font-size: .92rem;
  line-height: 1.85;
  color: rgba(246, 242, 234, .78);
}

.page-products .pr-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ============ 响应式 ============ */
@media (min-width: 640px) {
  .page-products .pr-svcgrid,
  .page-products .pr-crew__tiers,
  .page-products .pr-rush,
  .page-products .pr-bundles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-products .pr-disinfect__fig {
    flex-direction: row;
    align-items: center;
  }

  .page-products .pr-disinfect__img {
    width: 220px;
  }

  .page-products .pr-disinfect__fig figcaption {
    max-width: 34ch;
  }
}

@media (min-width: 768px) {
  .page-products .pr-sec {
    padding: 80px 0;
  }

  .page-products .pr-hero {
    padding: 30px 0 56px;
  }

  .page-products .pr-frame {
    padding: 34px 30px 36px;
  }

  .page-products .pr-hero__facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 24px;
  }
}

@media (min-width: 900px) {
  .page-products .pr-svcgrid,
  .page-products .pr-bundles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-products .pr-crew {
    grid-template-columns: 280px 1fr;
    align-items: stretch;
  }

  .page-products .pr-frame {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: center;
    gap: 38px;
  }

  .page-products .pr-flow {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
  }

  .page-products .pr-flow__step {
    padding: 24px 14px 0 0;
    margin-left: 0;
    border-left: 0;
    border-top: 2px solid var(--hair);
  }

  .page-products .pr-flow__step:last-child {
    border-top-color: var(--hair);
  }

  .page-products .pr-flow__step::before {
    left: 0;
    top: -7px;
  }

  .page-products .pr-cta__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
  }

  .page-products .pr-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (min-width: 960px) {
  .page-products .pr-steps {
    position: relative;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .page-products .pr-steps::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    height: 2px;
    background: repeating-linear-gradient(90deg, rgba(217, 161, 59, .5) 0 5px, transparent 5px 11px);
  }

  .page-products .pr-step {
    position: relative;
    z-index: 1;
    padding: 0 12px 0 0;
    margin-left: 0;
    border-left: 0;
  }

  .page-products .pr-step__no {
    position: static;
    display: inline-grid;
    place-items: center;
    width: auto;
    height: 24px;
    padding: 0 8px;
    margin-bottom: 12px;
    border-radius: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .pr-svc,
  .page-products .pr-bundle,
  .page-products .pr-bundle__link {
    transition: none;
  }

  .page-products .pr-svc:hover {
    transform: none;
  }
}
<<<END>>>
