.brand-stage {
  --brand-navy: #061b2c;
  --brand-blue: #0e4d76;
  --brand-cyan: #32b8eb;
  --brand-green: #5bc849;
  position: relative;
  width: 100vw;
  margin: 38px calc(50% - 50vw) 70px;
  padding: 70px 0 78px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 14%, rgba(50, 184, 235, 0.16), transparent 26%),
    linear-gradient(150deg, var(--brand-navy) 0%, #082b43 55%, var(--brand-blue) 100%);
}

#marcas-bombas {
  scroll-margin-top: 100px;
}

.pump-sales-page .hero-sales-block {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(81, 189, 233, 0.2);
  box-shadow: 0 30px 75px rgba(5, 24, 39, 0.28);
}

.pump-sales-page .hero-sales-block::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -245px;
  top: -235px;
  border: 54px solid rgba(50, 184, 235, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.pump-sales-page .hero-sales-block > * {
  position: relative;
  z-index: 1;
}

.pump-sales-page .hero-sales-block .btn.primary {
  background: linear-gradient(135deg, #69d34e, #27a956) !important;
  box-shadow: 0 13px 30px rgba(77, 202, 80, 0.34);
}

.pump-hero-cta-note {
  max-width: 620px;
  margin: 14px 0 0 !important;
  color: rgba(225, 240, 248, 0.74) !important;
  font-size: 0.84rem !important;
  line-height: 1.5;
}

.pump-sales-page #cartFab {
  width: auto;
  min-width: 112px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
}

.brand-stage::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -275px;
  top: -245px;
  border: 60px solid rgba(50, 184, 235, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.brand-stage-shell {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.brand-stage-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 34px;
}

.brand-stage-heading > div:first-child {
  max-width: 780px;
}

.brand-stage-heading span {
  display: block;
  margin-bottom: 12px;
  color: #7edbff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-stage-heading h2 {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3.35rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.brand-stage-heading p {
  max-width: 720px;
  margin: 0;
  color: rgba(231, 244, 250, 0.78) !important;
  font-size: 1.03rem;
  line-height: 1.65;
}

.brand-stage-controls {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.brand-stage-controls button {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.4rem;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.brand-stage-controls button:hover,
.brand-stage-controls button:focus-visible {
  transform: translateY(-2px);
  border-color: #65d64d;
  background: rgba(91, 200, 73, 0.22);
  outline: none;
}

.brand-carousel-viewport {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 34px 85px rgba(0, 8, 18, 0.48);
}

.brand-carousel-track {
  display: flex;
  width: 100%;
  transition: transform 680ms cubic-bezier(0.22, 0.72, 0.2, 1);
  will-change: transform;
}

.brand-slide {
  --slide-accent: #5bc849;
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(500px, 1.22fr);
  gap: 46px;
  flex: 0 0 100%;
  min-width: 100%;
  min-height: 620px;
  padding: 58px;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 18%, color-mix(in srgb, var(--slide-accent) 18%, transparent), transparent 28%),
    linear-gradient(135deg, rgba(6, 27, 44, 0.98), rgba(10, 50, 75, 0.94));
}

.brand-slide::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--slide-accent);
}

.brand-slide-pedrollo { --slide-accent: #e2342c; }
.brand-slide-ksb { --slide-accent: #59a8db; }
.brand-slide-pentax { --slide-accent: #608bc0; }
.brand-slide-calpeda { --slide-accent: #24a7a0; }
.brand-slide-ebara { --slide-accent: #3c74a6; }
.brand-slide-dab { --slide-accent: #74ba4f; }

.brand-slide-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.brand-slide-kicker {
  margin-bottom: 20px;
  color: #80dfff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.brand-slide-logo {
  display: block;
  width: auto;
  max-width: 290px;
  height: 78px;
  margin-bottom: 28px;
  padding: 13px 20px;
  object-fit: contain;
  object-position: left center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(0, 8, 18, 0.2);
}

.brand-slide-pedrollo .brand-slide-logo {
  width: 285px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.brand-slide-copy h3 {
  max-width: 590px;
  margin: 0 0 16px !important;
  color: #fff !important;
  font-size: clamp(1.8rem, 3vw, 2.7rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em;
}

.brand-slide-copy p {
  max-width: 590px;
  margin: 0 0 20px;
  color: rgba(229, 242, 249, 0.78) !important;
  font-size: 1.04rem;
  line-height: 1.62;
}

.brand-models {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.brand-models span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #eaf7fc;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.78rem;
  font-weight: 700;
}

.brand-slide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-slide-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 11px;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 850;
  text-decoration: none !important;
}

.brand-btn-main {
  color: #061b2c !important;
  background: #65d64d;
  box-shadow: 0 12px 28px rgba(85, 202, 73, 0.28);
}

.brand-sale-note {
  display: block;
  margin-top: 17px;
  color: rgba(216, 236, 246, 0.64);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.45;
}

.brand-btn-alt {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.05);
}

.brand-slide-visual {
  position: relative;
  align-self: stretch;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.18), transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(230, 241, 246, 0.91));
  box-shadow: 0 28px 65px rgba(0, 8, 18, 0.4);
}

.brand-slide-visual::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 20px;
  width: 68px;
  height: 5px;
  border-radius: 10px;
  background: var(--slide-accent);
}

.brand-slide-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.brand-product-single {
  display: grid;
  place-items: center;
  padding: 28px 36px 74px;
}

.brand-product-single > img {
  width: 100%;
  height: 100%;
  max-height: 440px;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(6, 27, 44, 0.18));
}

.brand-product-label {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 21px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #0b2e46;
}

.brand-product-label strong {
  font-size: 1.08rem;
  font-weight: 950;
}

.brand-product-label span {
  color: #526d7d;
  font-size: 0.78rem;
  font-weight: 750;
  text-align: right;
}

.brand-product-duo {
  padding: 25px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  background: linear-gradient(145deg, #f8fbfd, #e6f0f5);
}

.brand-product-duo figure {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 22px 18px 78px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #d7e4ea;
  border-radius: 18px;
  background: #fff;
}

.brand-product-duo figure img {
  width: 100%;
  height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 20px 22px rgba(6, 27, 44, 0.16));
}

.brand-product-duo figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding-top: 13px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #dce7ec;
  color: #0b2e46;
}

.brand-product-duo figcaption strong {
  font-size: 1rem;
  font-weight: 950;
}

.brand-product-duo figcaption span {
  max-width: 120px;
  color: #5c7381;
  font-size: 0.7rem;
  font-weight: 750;
  line-height: 1.3;
  text-align: right;
}

.brand-stage-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
}

.brand-dots {
  display: flex;
  gap: 9px;
}

.brand-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.brand-dots button[aria-current="true"] {
  width: 34px;
  border-radius: 999px;
  background: #65d64d;
}

.brand-stage-footer p {
  margin: 0;
  color: rgba(231, 244, 250, 0.72) !important;
  font-size: 0.86rem;
  font-weight: 750;
}

@media (max-width: 820px) {
  .brand-stage {
    margin-top: 28px;
    margin-bottom: 48px;
    padding: 58px 0 64px;
  }

  .brand-stage-shell {
    width: min(100% - 26px, 620px);
  }

  .brand-stage-heading {
    align-items: center;
  }

  .brand-stage-controls {
    display: none;
  }

  .brand-slide {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding: 28px 22px 24px;
  }

  .brand-slide-copy {
    align-items: flex-start;
  }

  .brand-slide-logo {
    max-width: 250px;
    height: 68px;
    margin-bottom: 20px;
  }

  .brand-slide-copy h3 {
    font-size: clamp(1.65rem, 8vw, 2.25rem) !important;
  }

  .brand-slide-visual {
    order: -1;
    min-height: 285px;
  }

  .brand-product-single {
    padding: 20px 24px 70px;
  }

  .brand-product-single > img {
    max-height: 300px;
  }

  .brand-product-duo {
    grid-template-columns: 1fr 1fr;
    padding: 14px;
  }

  .brand-product-duo figure {
    padding: 12px 10px 70px;
  }

  .brand-product-duo figure img {
    height: 220px;
  }

  .brand-slide-actions,
  .brand-slide-actions a {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .brand-stage-heading h2 {
    font-size: 2rem !important;
  }

  .brand-stage-heading p {
    font-size: 0.94rem;
  }

  .brand-slide-visual {
    min-height: 235px;
  }

  .brand-product-duo {
    grid-template-columns: 1fr;
  }

  .brand-product-duo figure img {
    height: 250px;
  }

  .brand-models {
    margin-bottom: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-carousel-track {
    transition: none;
  }
}
