/* Dominant sales experience for /venta-de-bombas/. */

body.pump-sales-page .hero-sales-block {
  min-height: 680px !important;
}

body.pump-sales-page .hero-sales-text .pump-hero-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 12px;
  border: 1px solid rgba(139,207,92,.3);
  border-radius: 999px;
  color: #b8e99a;
  background: rgba(92,163,52,.12);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.pump-sales-page .hero-sales-text h1 strong {
  display: block;
  color: #8bcf5c;
}

.pump-dominance {
  margin: 64px 0 68px;
}

.pump-section-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.pump-section-heading > span {
  display: block;
  margin-bottom: 9px;
  color: #0784c2;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pump-section-heading h2 {
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #071b2c !important;
  background: none !important;
  font-size: clamp(34px, 4vw, 54px) !important;
  line-height: 1.02;
  letter-spacing: -.05em;
}

.pump-section-heading p {
  max-width: 680px;
  margin: 0 auto !important;
  color: #526b7a !important;
}

.pump-path-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}

.pump-path {
  position: relative;
  min-height: 260px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d9e4e6;
  border-top: 4px solid var(--path-color);
  border-radius: 19px;
  color: #071b2c;
  background: #fff;
  box-shadow: 0 13px 35px rgba(7,27,44,.055);
  transition: transform .22s ease, box-shadow .22s ease;
}

.pump-path:hover {
  color: #071b2c;
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(7,27,44,.11);
}

.pump-path img {
  width: 55px;
  height: 55px;
  padding: 4px;
  object-fit: contain;
  border-radius: 13px;
  background: color-mix(in srgb, var(--path-color) 8%, white);
}

.pump-path > span {
  margin-top: 20px;
  color: var(--path-color);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pump-path h3 {
  margin: 8px 0 10px !important;
  color: #071b2c;
  font-size: 18px !important;
  line-height: 1.15;
}

.pump-path p {
  margin: 0 0 18px !important;
  color: #607684 !important;
  font-size: 11px !important;
  line-height: 1.55;
}

.pump-path strong {
  margin-top: auto;
  color: var(--path-color);
  font-size: 11px;
}

.pump-path-building { --path-color: #087fbd; }
.pump-path-pressure { --path-color: #5ca334; }
.pump-path-well { --path-color: #db812b; }
.pump-path-waste { --path-color: #7550a3; }
.pump-path-replace { --path-color: #d94646; }

.pump-numbers {
  margin: 0 0 68px;
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 22px;
  color: #fff;
  background: #061d2d;
  box-shadow: 0 20px 50px rgba(7,27,44,.13);
}

.pump-number {
  padding: 7px 24px;
  border-right: 1px solid rgba(255,255,255,.12);
  text-align: center;
}

.pump-number:last-child {
  border-right: 0;
}

.pump-number strong,
.pump-number span {
  display: block;
}

.pump-number strong {
  color: #8ed4ef;
  font-size: 28px;
  line-height: 1;
}

.pump-number span {
  margin-top: 7px;
  color: rgba(255,255,255,.58);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pump-replacement {
  margin-bottom: 68px;
  padding: 0;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  overflow: hidden;
  border: 1px solid #d9e4e6;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7,27,44,.08);
}

.pump-replacement-copy {
  padding: 45px;
}

.pump-replacement-copy > span {
  color: #d64b3f;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pump-replacement h2 {
  margin: 10px 0 16px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #071b2c !important;
  background: none !important;
  font-size: clamp(30px, 3.3vw, 44px) !important;
  line-height: 1.04;
}

.pump-replacement p {
  color: #526b7a !important;
}

.pump-replacement-visual {
  min-height: 420px;
  background:
    linear-gradient(135deg, rgba(6,29,45,.12), rgba(6,29,45,.3)),
    url("../img/gallery/bombas_multietapa_premium.webp") center / cover no-repeat;
}

.pump-brand-section {
  margin-bottom: 72px;
}

.pump-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.pump-brand {
  min-height: 165px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #d9e4e6;
  border-radius: 18px;
  color: #071b2c;
  background: #fff;
  box-shadow: 0 11px 30px rgba(7,27,44,.045);
}

.pump-brand:hover {
  color: #071b2c;
  border-color: #8ec7df;
  transform: translateY(-4px);
}

.pump-brand strong {
  font-size: 21px;
}

.pump-brand span {
  color: #607684;
  font-size: 11px;
}

.pump-brand i {
  color: #0784c2;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

body.pump-sales-page .quoter-section {
  position: relative;
  overflow: hidden;
  padding: 85px 0 !important;
  background: #edf4f2 !important;
  border-top: 1px solid #d9e4e6;
  border-bottom: 1px solid #d9e4e6;
}

body.pump-sales-page .quoter-section > .container > h2 {
  color: #071b2c !important;
  font-size: clamp(36px, 4vw, 54px) !important;
  letter-spacing: -.05em;
}

body.pump-sales-page #catTabs {
  padding: 10px;
  border: 1px solid #d9e4e6;
  border-radius: 17px;
  background: #fff;
}

body.pump-sales-page .cat-tab {
  border-radius: 11px !important;
}

body.pump-sales-page .product-card {
  border-radius: 19px !important;
  border-color: #d9e4e6 !important;
  box-shadow: 0 12px 32px rgba(7,27,44,.055) !important;
}

body.pump-sales-page .product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 48px rgba(7,27,44,.12) !important;
}

@media (max-width: 1100px) {
  .pump-path-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pump-path:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 780px) {
  .pump-path-grid,
  .pump-brand-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pump-path:last-child {
    grid-column: auto;
  }

  .pump-numbers {
    grid-template-columns: 1fr 1fr;
  }

  .pump-number:nth-child(2) {
    border-right: 0;
  }

  .pump-number:nth-child(-n+2) {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .pump-number:nth-child(n+3) {
    padding-top: 22px;
  }

  .pump-replacement {
    grid-template-columns: 1fr;
  }

  .pump-replacement-visual {
    min-height: 300px;
  }
}

@media (max-width: 560px) {
  .pump-dominance {
    margin-top: 48px;
  }

  .pump-section-heading {
    text-align: left;
  }

  .pump-section-heading h2 {
    font-size: 35px !important;
  }

  .pump-path-grid,
  .pump-brand-grid {
    grid-template-columns: 1fr;
  }

  .pump-path {
    min-height: 220px;
  }

  .pump-numbers {
    padding: 21px 8px;
  }

  .pump-number {
    padding-left: 8px;
    padding-right: 8px;
  }

  .pump-number strong {
    font-size: 23px;
  }

  .pump-replacement-copy {
    padding: 31px 23px;
  }
}
