body.term-vertical-process-pumps {
  --vp-bg: #F9FBFC;
  --vp-surface: #FFFFFF;
  --vp-ink: #1A1D23;
  --vp-muted: #343A40;
  --vp-primary: #0056B3;
  --vp-primary-dark: #003D82;
  --vp-accent: #F7941D;
  --vp-pale: #F0F2F5;
  --vp-border: #DEE2E6;
}

body.term-vertical-process-pumps .tax-section {
  padding: 32px 0 80px;
  background: linear-gradient(180deg, #F9FBFC 0%, #FFFFFF 100%);
}

body.term-vertical-process-pumps .tax-header {
  position: relative;
  overflow: hidden;
  margin: 0 0 48px;
  padding: 58px 64px;
  text-align: left;
  color: #FFFFFF;
  border-radius: 16px;
  background:
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.12) 0 82px, transparent 83px),
    radial-gradient(circle at 88% 18%, transparent 0 118px, rgba(255,255,255,.07) 119px 121px, transparent 122px),
    linear-gradient(125deg, #003D82 0%, #0056B3 72%, #0070E0 100%);
  box-shadow: 0 18px 44px rgba(0,61,130,.18);
}

body.term-vertical-process-pumps .tax-header::after {
  content: "";
  position: absolute;
  right: 54px;
  bottom: -46px;
  width: 210px;
  height: 210px;
  border: 2px solid rgba(255,255,255,.12);
  border-radius: 50%;
}

body.term-vertical-process-pumps .tax-header__label {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  padding: 0;
  color: #FFFFFF;
  background: transparent;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 1.7px;
}

body.term-vertical-process-pumps .tax-header__label::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 3px;
  margin: 0 10px 3px 0;
  background: #F7941D;
}

body.term-vertical-process-pumps .tax-header__title {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 0 18px;
  color: #FFFFFF;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(36px, 4.3vw, 58px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -1.2px;
}

body.term-vertical-process-pumps .tax-header__desc {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

body.term-vertical-process-pumps .prod-grid {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}

body.term-vertical-process-pumps .prod-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0,61,130,.1);
}

body.term-vertical-process-pumps .prod-card__image {
  min-height: 430px;
  background: #F0F2F5;
}

body.term-vertical-process-pumps .prod-card__img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: contain;
  padding: 24px;
  background: #F0F2F5;
}

body.term-vertical-process-pumps .prod-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  border-left: 1px solid #DEE2E6;
}

body.term-vertical-process-pumps .prod-card__body::before {
  content: "Featured vertical pump";
  display: block;
  margin-bottom: 18px;
  color: #0056B3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

body.term-vertical-process-pumps .prod-card__title {
  margin: 0 0 18px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.12;
}

body.term-vertical-process-pumps .prod-card__title a {
  color: #1A1D23;
  text-decoration: none;
}

body.term-vertical-process-pumps .prod-card__title a:hover {
  color: #0056B3;
}

body.term-vertical-process-pumps .prod-card__excerpt {
  margin: 0;
  color: #343A40;
  font-size: 17px;
  line-height: 1.75;
}

body.term-vertical-process-pumps .prod-card__overlay {
  background: linear-gradient(180deg, transparent 45%, rgba(0,61,130,.72) 100%);
}

@media (max-width: 860px) {
  body.term-vertical-process-pumps .tax-header {
    padding: 46px 38px;
  }

  body.term-vertical-process-pumps .prod-card {
    grid-template-columns: 1fr;
  }

  body.term-vertical-process-pumps .prod-card__image,
  body.term-vertical-process-pumps .prod-card__img {
    min-height: 340px;
  }

  body.term-vertical-process-pumps .prod-card__body {
    padding: 34px;
    border-top: 1px solid #DEE2E6;
    border-left: 0;
  }
}

@media (max-width: 560px) {
  body.term-vertical-process-pumps .tax-section {
    padding: 20px 0 56px;
  }

  body.term-vertical-process-pumps .tax-header {
    margin-bottom: 32px;
    padding: 36px 24px;
    border-radius: 10px;
  }

  body.term-vertical-process-pumps .tax-header__desc {
    font-size: 16px;
  }

  body.term-vertical-process-pumps .prod-card {
    border-radius: 10px;
  }

  body.term-vertical-process-pumps .prod-card__image,
  body.term-vertical-process-pumps .prod-card__img {
    min-height: 280px;
  }

  body.term-vertical-process-pumps .prod-card__body {
    padding: 28px 24px;
  }
}
body.term-vertical-process-pumps .vertical-category-models-title {
  max-width: 1100px;
  margin: 0 auto 22px;
  color: #1A1D23;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.12;
}

body.term-vertical-process-pumps .vertical-category-seo {
  max-width: 1100px;
  margin: 52px auto 0;
  padding-top: 48px;
  border-top: 1px solid #DEE2E6;
}

body.term-vertical-process-pumps .vertical-category-seo h2 {
  max-width: 760px;
  margin: 0 0 20px;
  color: #1A1D23;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.12;
}

body.term-vertical-process-pumps .vertical-category-seo > p {
  max-width: 780px;
  margin: 0 0 16px;
  color: #343A40;
  font-size: 17px;
  line-height: 1.75;
}

body.term-vertical-process-pumps .vertical-category-seo__review {
  margin-top: 32px;
  padding: 34px 38px;
  background: #F0F2F5;
  border-left: 4px solid #0056B3;
  border-radius: 0 10px 10px 0;
}

body.term-vertical-process-pumps .vertical-category-seo__review h3 {
  margin: 0 0 12px;
  color: #1A1D23;
  font-size: 22px;
  line-height: 1.2;
}

body.term-vertical-process-pumps .vertical-category-seo__review p {
  max-width: 820px;
  margin: 0 0 22px;
  color: #343A40;
  font-size: 16px;
  line-height: 1.7;
}

body.term-vertical-process-pumps .vertical-category-seo__review .btn {
  display: inline-flex;
  width: auto;
}

@media (max-width: 560px) {
  body.term-vertical-process-pumps .vertical-category-models-title {
    margin-bottom: 18px;
  }

  body.term-vertical-process-pumps .vertical-category-seo {
    margin-top: 38px;
    padding-top: 36px;
  }

  body.term-vertical-process-pumps .vertical-category-seo__review {
    padding: 28px 24px;
  }
}
