.pump-sales-page .hero-sales-block {
  margin-bottom: 0;
}

.pump-sales-page .brand-stage {
  margin-top: 34px;
  margin-bottom: 46px;
}

.pump-sales-page .brand-stage-heading {
  align-items: end;
}

.pump-sales-page .brand-slide-kicker {
  color: #83d5ff;
}

.pump-sales-page .brand-slide-logo {
  width: min(300px, 78%);
  height: 86px;
  padding: 12px 20px;
  object-fit: contain;
}

.pump-sales-page .brand-slide-pentax .brand-slide-logo {
  width: min(330px, 82%);
  height: 96px;
  padding: 9px 16px;
}

.pump-sales-page .brand-slide-calpeda .brand-slide-logo {
  width: min(330px, 84%);
  height: 82px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.pump-sales-page .brand-product-single > img {
  width: 100%;
  height: 390px;
  object-fit: contain;
  padding: 18px;
}

.pump-sales-page .brand-product-duo figure img {
  object-fit: contain;
}

.wastewater-selector {
  margin: 32px 0 56px;
  padding: 42px;
  border: 1px solid #d7e4ea;
  border-radius: 28px;
  background:
    radial-gradient(circle at 95% 0%, rgba(45, 166, 225, .12), transparent 30%),
    linear-gradient(145deg, #f8fbfc, #eef5f6);
  box-shadow: 0 24px 60px rgba(7, 31, 48, .08);
}

.wastewater-selector__intro {
  max-width: 760px;
  margin-bottom: 30px;
}

.wastewater-selector__intro > span,
.wastewater-close > div > span {
  color: #087fbd;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.wastewater-selector__intro h2,
.wastewater-close h2 {
  margin: 9px 0 10px !important;
  color: #071f31 !important;
  font-size: clamp(30px, 4vw, 48px) !important;
  line-height: 1.04;
}

.wastewater-selector__intro p {
  margin: 0;
  color: #506779;
  font-size: 16px;
}

.wastewater-selector__flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wastewater-selector__flow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, #31a9e4, #4ca63b, #31a9e4);
  opacity: .28;
}

.wastewater-option {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: grid;
  grid-template-rows: 235px 1fr;
  min-height: 520px;
  border: 1px solid #d4e1e6;
  border-radius: 22px;
  background: #fff;
  color: #0a2437;
  box-shadow: 0 14px 36px rgba(7, 31, 48, .08);
  transition: transform .22s ease, box-shadow .22s ease;
}

.wastewater-option:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 52px rgba(7, 31, 48, .14);
}

.wastewater-option > img {
  width: 100%;
  height: 235px;
  padding: 20px;
  object-fit: contain;
  background: linear-gradient(145deg, #f7fafb, #e7f0f3);
}

.wastewater-option > div {
  display: flex;
  flex-direction: column;
  padding: 24px 25px 26px;
}

.wastewater-option small {
  color: #1687be;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.wastewater-option h3 {
  margin: 9px 0 9px !important;
  color: #071f31 !important;
  font-size: 25px !important;
}

.wastewater-option p {
  margin: 0 0 22px;
  color: #577083;
  line-height: 1.65;
}

.wastewater-option div > strong {
  margin-top: auto;
  color: #087fbd;
  font-size: 14px;
}

.wastewater-option__number {
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #082b42;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(8, 43, 66, .2);
}

.wastewater-option--replace {
  border-color: rgba(76, 166, 59, .42);
}

.wastewater-option--replace .wastewater-option__number {
  background: #3f922f;
}

.pump-sales-page .quoter-section {
  padding-top: 64px;
  padding-bottom: 68px;
}

.pump-sales-page #catTabs {
  justify-content: center;
  margin-bottom: 26px;
}

.pump-sales-page #catTabs .cat-tab {
  pointer-events: none;
}

.wastewater-close {
  width: min(1180px, calc(100% - 40px));
  margin: 62px auto;
  padding: 46px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px 54px;
  align-items: center;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(47, 169, 226, .2), transparent 32%),
    linear-gradient(135deg, #061d2d, #0a344e);
  box-shadow: 0 28px 70px rgba(4, 28, 44, .2);
}

.wastewater-close h2 {
  color: #fff !important;
}

.wastewater-close p {
  margin: 0;
  color: #c4d6e1;
  font-size: 16px;
  line-height: 1.7;
}

.wastewater-close ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.wastewater-close li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 13px;
  background: rgba(255, 255, 255, .055);
  color: #eaf5fb;
}

.wastewater-close li strong {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #42a933;
}

.wastewater-close > .btn {
  grid-column: 1 / -1;
  justify-self: start;
  padding: 15px 24px;
}

@media (max-width: 900px) {
  .wastewater-selector {
    padding: 30px 22px;
  }

  .wastewater-selector__flow,
  .wastewater-close {
    grid-template-columns: 1fr;
  }

  .wastewater-selector__flow::before {
    display: none;
  }

  .wastewater-option {
    grid-template-columns: minmax(180px, .72fr) 1fr;
    grid-template-rows: 1fr;
    min-height: 0;
  }

  .wastewater-option > img {
    height: 100%;
    min-height: 290px;
  }

  .wastewater-close > .btn {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .wastewater-selector {
    margin-top: 22px;
    padding: 25px 14px;
    border-radius: 20px;
  }

  .wastewater-option {
    grid-template-columns: 1fr;
    grid-template-rows: 220px 1fr;
  }

  .wastewater-option > img {
    min-height: 0;
    height: 220px;
  }

  .wastewater-close {
    width: min(100% - 24px, 1180px);
    margin: 38px auto;
    padding: 30px 22px;
    border-radius: 20px;
  }

  .wastewater-close > .btn {
    width: 100%;
    text-align: center;
  }

  .pump-sales-page .brand-product-single > img {
    height: 280px;
  }
}
