.product-visual.branded {
  background: #fff;
  border: 1px solid #e7edf3;
}

.product-visual.branded > .product-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  box-sizing: border-box;
  padding: 10px 14px;
  position: absolute;
  inset: 0;
  z-index: 3;
}

.product-visual.branded > span,
.product-visual.branded > div {
  display: none;
}

.trust-strip {
  display: block;
  padding: 32px 5vw 38px;
  background: linear-gradient(180deg, #fff 0%, #f7fbfd 100%);
  box-shadow: inset 0 1px #e2ebf2, inset 0 -1px #e2ebf2;
}

.trust-strip > p {
  margin: 0 0 26px;
  color: #5d7284;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.trust-strip > p::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin: 11px auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, #0768be, #00a88f);
}

.trust-strip .trust-product-logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 38px);
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.trust-product-logos span {
  min-width: 0;
  height: 62px;
  display: grid;
  place-items: center;
}

.trust-product-logos img {
  display: block;
  width: 100%;
  max-width: 178px;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 7px 9px rgba(3, 54, 91, .08));
}

.content-column .trust-product-logos {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  gap: 24px 32px;
}

.sales-band {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(430px, 1.22fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding: 64px 5vw;
  background: linear-gradient(135deg, #082b4c 0%, #07599f 58%, #0876be 100%);
  color: #fff;
}

.sales-band::before {
  content: "CONTPAQi";
  position: absolute;
  right: -2%;
  bottom: -36px;
  color: rgba(255, 255, 255, .045);
  font-size: clamp(90px, 12vw, 180px);
  font-weight: 800;
  letter-spacing: -.07em;
  pointer-events: none;
}

.sales-band-copy,
.sales-logo-grid {
  position: relative;
  z-index: 1;
}

.sales-kicker {
  color: #69ead6;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.sales-band h2 {
  margin: 15px 0;
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.sales-band-copy p {
  max-width: 520px;
  margin: 0 0 25px;
  color: #c7dbea;
  font-size: 14px;
  line-height: 1.65;
}

.sales-band-copy .btn {
  width: auto;
}

.sales-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.sales-logo-grid a {
  min-width: 0;
  min-height: 118px;
  padding: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(1, 29, 54, .18);
  transition: transform .2s, box-shadow .2s;
}

.sales-logo-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(1, 29, 54, .25);
}

.sales-logo-grid img {
  width: 100%;
  height: 67px;
  object-fit: contain;
}

.sales-logo-grid small {
  margin-top: 6px;
  color: #0870bd;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
}

.contact-logo-cloud {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 590px;
  margin-top: 28px;
}

.contact-logo-cloud span {
  min-width: 0;
  height: 66px;
  padding: 7px 10px;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(0, 25, 49, .16);
}

.contact-logo-cloud img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-product-strip {
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(520px, 2fr) auto;
  gap: 28px;
  align-items: center;
  padding: 24px 6vw;
  background: #fff;
  color: #102a43;
  border-top: 1px solid #dbe4ec;
}

.footer-product-strip > div:first-child {
  display: flex;
  flex-direction: column;
}

.footer-product-strip strong {
  font-size: 13px;
}

.footer-product-strip span {
  margin-top: 4px;
  color: #617487;
  font-size: 9px;
  line-height: 1.4;
}

.footer-product-strip > a {
  color: #0768be;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.footer-logo-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 13px;
  min-width: 0;
}

.footer-logo-row img {
  width: 100%;
  height: 46px;
  object-fit: contain;
}

.concept-product {
  position: absolute;
  width: clamp(175px, 17vw, 255px);
  height: clamp(82px, 9vw, 125px);
  display: block;
  opacity: 0;
}

.concept-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 14px rgba(3, 54, 91, .18));
}

.concept-product.product-1 { right: 3%; top: 12%; }
.concept-product.product-2 { left: 2%; top: 27%; }
.concept-product.product-3 { right: 2%; top: 40%; }
.concept-product.product-4 { left: 3%; bottom: 28%; }
.concept-product.product-5 { right: 3%; bottom: 16%; }
.concept-product.product-6 { left: 4%; bottom: 7%; }

.content-column .sales-band {
  grid-template-columns: 1fr;
}

@media (max-width: 1000px) {
  .sales-band {
    grid-template-columns: 1fr;
  }

  .footer-product-strip {
    grid-template-columns: 1fr;
  }

  .footer-product-strip > a {
    justify-self: start;
  }
}

@media (max-width: 650px) {
  .sales-band {
    padding: 52px 24px;
  }

  .sales-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sales-logo-grid a {
    min-height: 105px;
    padding: 10px;
  }

  .sales-logo-grid img {
    height: 59px;
  }

  .contact-logo-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-product-strip {
    padding: 24px;
  }

  .footer-logo-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-strip .trust-product-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 23px 18px;
  }

  .trust-product-logos span {
    height: 54px;
  }

  .trust-product-logos img {
    max-width: 155px;
  }

  .trust-strip {
    padding: 30px 24px 34px;
  }

  .trust-strip > p {
    max-width: 280px;
    margin: 0 auto 25px;
  }

  .concept-product {
    width: 170px;
    height: 78px;
  }

  .concept-product img {
    height: 100%;
  }

  .concept-product.product-1 { right: 1%; top: 9%; }
  .concept-product.product-2 { left: 1%; top: 24%; }
  .concept-product.product-3 { right: 1%; top: 39%; }
  .concept-product.product-4 { left: 1%; bottom: 30%; }
  .concept-product.product-5 { right: 1%; bottom: 15%; }
  .concept-product.product-6 { left: 1%; bottom: 2%; }
}

@media (prefers-reduced-motion: reduce) {
  .concept-product.product-1 {
    opacity: 1;
  }
}
