/* Shared Cloudbizz reference footer — visual source of truth for every site page. */
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 102px 0 0;
  display: block;
  color: #d5dcf0;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 96% 53%, rgba(69, 27, 216, 0.16), transparent 28%),
    radial-gradient(circle at 4% 76%, rgba(25, 51, 198, 0.16), transparent 25%),
    linear-gradient(135deg, #030915 0%, #04091d 52%, #080627 100%);
  box-shadow: none;
  font-family: var(--cb-display-font);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] *,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] *::before,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] *::after {
  box-sizing: border-box;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"]::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 102px 0 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(69, 109, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 109, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 74%);
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 74%);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] > * {
  position: relative;
  z-index: 1;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__main {
  min-height: 555px;
  padding: 74px clamp(60px, 6vw, 100px) 40px;
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(570px, 1fr) minmax(230px, 257px);
  gap: clamp(30px, 3.2vw, 55px);
  align-items: start;
  border-top: 1px solid rgba(93, 116, 205, 0.21);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__brand {
  min-width: 0;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__logo {
  display: inline-flex;
  width: min(244px, 100%);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
  text-decoration: none;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__logo img.cb-logo-2026 {
  display: block;
  width: min(244px, 100%);
  min-width: 0;
  height: auto;
  object-fit: contain;
  object-position: left center;
  content: normal;
  filter: drop-shadow(0 8px 22px rgba(57, 109, 255, 0.14));
  opacity: 1;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__tagline {
  max-width: 310px;
  margin: 36px 0 0;
  color: rgba(205, 214, 235, 0.8);
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: -0.012em;
  white-space: pre-line;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__assurances {
  margin: 41px 0 0;
  padding: 0;
  display: grid;
  gap: 21px;
  list-style: none;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__assurances li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #eef3ff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__assurances svg {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  fill: none;
  stroke: #54a2ff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(68, 137, 255, 0.38));
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .flag-inline {
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-left: 2px;
  flex: 0 0 17px;
  vertical-align: -1px;
  background: linear-gradient(90deg, #111 0 33.333%, #ffd90c 33.333% 66.666%, #ef3340 66.666%);
  box-shadow: 0 0 10px rgba(255, 217, 12, 0.08);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__socials {
  margin-top: 50px;
  display: flex;
  gap: 22px;
  align-items: center;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__socials a {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: rgba(209, 220, 246, 0.72);
  border: 1px solid rgba(112, 137, 223, 0.32);
  border-radius: 50%;
  background: rgba(15, 23, 62, 0.3);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__socials svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__news-form {
  position: relative;
  display: grid;
  max-width: 320px;
  gap: 11px;
  margin-top: 34px;
  border-top: 1px solid rgba(112, 137, 223, 0.22);
  padding-top: 25px;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__news-form > p {
  max-width: 280px;
  margin: 0;
  color: #eef3ff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__news-email {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(112, 137, 223, 0.34);
  border-radius: 999px;
  background: rgba(12, 20, 53, 0.52);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__news-email:focus-within {
  border-color: #7199ff;
  box-shadow: 0 0 0 3px rgba(85, 126, 255, 0.17);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__news-email input {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 0;
  background: transparent;
  padding: 10px 8px 10px 15px;
  color: #f4f7ff;
  font: inherit;
  font-size: 12px;
  outline: none;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__news-email input::placeholder {
  color: rgba(191, 203, 230, 0.58);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__news-email button {
  min-width: 68px;
  min-height: 44px;
  border: 0;
  background: linear-gradient(110deg, #567eff, #438cd9 55%, #56c7aa);
  padding: 8px 13px;
  color: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__news-email button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__news-consent {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: start;
  gap: 8px;
  color: rgba(189, 202, 229, 0.7);
  font-size: 9.5px;
  line-height: 1.45;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__news-consent input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #67e0b9;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__news-status {
  min-height: 15px;
  color: #8eecd0;
  font-size: 10px;
  line-height: 1.4;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__news-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns {
  min-width: 0;
  display: grid;
  grid-template-columns: 135px 160px 190px 130px;
  justify-content: space-between;
  gap: 0;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns section {
  min-width: 0;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns h2,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__hosting > h2 {
  position: relative;
  margin: 4px 0 29px;
  padding: 0 0 19px;
  color: #8f91ff;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, #527fff, #6fb9ff);
  box-shadow: 0 0 10px rgba(78, 132, 255, 0.5);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns a {
  min-height: 23px;
  margin: 0 0 15px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(243, 246, 255, 0.91);
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: -0.014em;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns section:nth-child(3) a,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns section:nth-child(4) a {
  display: block;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns a > span[aria-hidden="true"] {
  color: rgba(214, 223, 245, 0.88);
  font-size: 22px;
  font-weight: 300;
  line-height: 0.8;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns section:nth-child(-n + 2) a {
  position: relative;
  display: block;
  width: 100%;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns section:nth-child(-n + 2) a > span[aria-hidden="true"] {
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] a:focus-visible,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] select:focus-visible {
  outline: 2px solid #79a9ff;
  outline-offset: 4px;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns a:hover,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns a:focus-visible,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__hosting-card a:hover,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__legal a:hover {
  color: #77a8ff;
  transform: translateX(2px);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__socials a:hover,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__socials a:focus-visible {
  color: #9bc3ff;
  border-color: rgba(91, 138, 255, 0.72);
  background: rgba(51, 74, 158, 0.24);
  transform: translateY(-2px);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__hosting {
  min-width: 0;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__hosting > h2 {
  margin-bottom: 32px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  white-space: nowrap;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__hosting-card {
  min-height: 250px;
  padding: 22px 33px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(97, 123, 215, 0.35);
  border-radius: 12px;
  background:
    radial-gradient(circle at 55% 30%, rgba(50, 90, 209, 0.16), transparent 35%),
    rgba(7, 15, 44, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.015);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__belgium {
  width: 145px;
  height: 101px;
  margin: -4px auto 11px;
  align-self: center;
  overflow: visible;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__belgium path {
  fill: rgba(23, 42, 111, 0.12);
  stroke: #244ea8;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__belgium circle {
  fill: #75aaff;
  filter: drop-shadow(0 0 8px #4b7dff) drop-shadow(0 0 16px #4b7dff);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__hosting-card p {
  margin: 0;
  color: rgba(211, 219, 238, 0.82);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.005em;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__hosting-card a {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #719fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__legal {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  white-space: nowrap;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__legal a {
  color: rgba(174, 188, 228, 0.85);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-vato-credit {
  width: 270px;
  min-height: 57px;
  margin: 39px auto 0;
  padding: 11px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #f2f5ff;
  border: 1px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(#080d28, #080d28) padding-box,
    linear-gradient(100deg, #3479ff, #6d52ff 60%, #a13df2) border-box;
  box-shadow:
    0 0 18px rgba(58, 106, 255, 0.24),
    0 0 26px rgba(127, 48, 241, 0.12),
    inset 0 0 18px rgba(48, 76, 186, 0.12);
  font-size: 17px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-vato-credit > span:first-child {
  margin-right: 9px;
  color: #4d8fff;
  font-size: 28px;
  font-weight: 300;
  line-height: 0.7;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-vato-credit b {
  color: #785dff;
  font-weight: 800;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-vato-credit:hover,
.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-vato-credit:focus-visible {
  box-shadow:
    0 0 25px rgba(58, 106, 255, 0.36),
    0 0 36px rgba(127, 48, 241, 0.2),
    inset 0 0 18px rgba(48, 76, 186, 0.18);
  transform: translateY(-2px);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust {
  min-height: 155px;
  padding: 40px clamp(120px, 12.5vw, 220px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(40px, 4vw, 70px);
  align-items: center;
  border-top: 1px solid rgba(93, 116, 205, 0.22);
  border-bottom: 1px solid rgba(93, 116, 205, 0.25);
  background:
    radial-gradient(ellipse at 0 60%, rgba(61, 51, 255, 0.17), transparent 25%),
    radial-gradient(ellipse at 100% 50%, rgba(95, 33, 245, 0.18), transparent 26%),
    rgba(10, 15, 48, 0.28);
  box-shadow:
    0 1px 0 rgba(24, 31, 98, 0.35),
    inset 0 -1px 0 rgba(102, 63, 255, 0.2);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust > div {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust svg {
  width: 55px;
  height: 55px;
  flex: 0 0 55px;
  fill: none;
  stroke: #739bff;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(68, 91, 255, 0.62));
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust p {
  margin: 0;
  display: grid;
  gap: 9px;
  color: rgba(206, 214, 235, 0.78);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.55;
  white-space: pre-line;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust strong {
  color: #7199ff;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

html[lang^="nl"] .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust strong {
  letter-spacing: 0.045em;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__bottom {
  min-height: 133px;
  padding: 38px clamp(60px, 6vw, 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(38, 45, 142, 0.14), transparent 46%),
    rgba(2, 7, 22, 0.33);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__bottom small {
  color: rgba(177, 193, 228, 0.78);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.14em;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__bottom-divider {
  width: 1px;
  height: 24px;
  background: rgba(97, 115, 179, 0.32);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__language {
  position: relative;
  display: block;
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__language::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(206, 217, 244, 0.8);
  border-bottom: 2px solid rgba(206, 217, 244, 0.8);
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__language select {
  width: 91px;
  height: 43px;
  padding: 0 42px 0 19px;
  color: rgba(221, 229, 247, 0.9);
  border: 1px solid rgba(91, 112, 184, 0.32);
  border-radius: 999px;
  background: #080d27;
  font: 500 14px/1 var(--cb-display-font);
  letter-spacing: 0.08em;
  appearance: none;
  cursor: pointer;
}

@media (max-width: 1280px) {
  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__main {
    grid-template-columns: minmax(245px, 0.85fr) minmax(530px, 1.8fr) minmax(215px, 0.75fr);
    gap: 28px;
    padding-inline: 48px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns {
    grid-template-columns: 125px 145px 175px 120px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns a {
    font-size: 14.5px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__hosting-card {
    padding-inline: 23px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__legal {
    gap: 14px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-vato-credit {
    width: 100%;
    font-size: 15px;
  }
}

@media (min-width: 1500px) {
  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns {
    transform: translateX(3px);
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns section:nth-child(2) {
    transform: translateX(7px);
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns section:nth-child(3) {
    transform: translateX(17px);
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns section:nth-child(4) {
    transform: translateX(14px);
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__hosting {
    transform: translateX(7px);
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__hosting > h2 {
    padding-left: 12px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-vato-credit {
    transform: translateX(-13px);
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust > div {
    transform: translateX(14px);
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust > div:nth-child(2) {
    transform: translateX(20px);
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust > div:nth-child(3) {
    transform: translateX(29px);
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust > div:nth-child(4) {
    transform: translateX(28px);
  }
}

@media (max-width: 1120px) {
  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] {
    padding-top: 64px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"]::before {
    inset-block-start: 64px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__main {
    min-height: 0;
    padding: 58px 48px 50px;
    grid-template-columns: minmax(260px, 1fr) minmax(240px, 0.75fr);
    gap: 52px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__hosting {
    grid-column: 2;
    grid-row: 1;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__tagline {
    max-width: 360px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust {
    padding-inline: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 70px;
  }
}

@media (max-width: 760px) {
  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] {
    padding-top: 40px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"]::before {
    inset-block-start: 40px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__main {
    padding: 43px 24px 42px;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__logo {
    width: 220px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__tagline {
    max-width: 330px;
    font-size: 15.5px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__assurances li {
    font-size: 15px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__socials {
    margin-top: 39px;
    gap: 17px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__socials a {
    width: 48px;
    height: 48px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns {
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 30px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns a {
    font-size: 14px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__hosting {
    grid-column: 1;
    grid-row: auto;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__hosting > h2 {
    justify-content: flex-start;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__hosting-card {
    width: 100%;
    max-width: 360px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__legal {
    max-width: 360px;
    justify-content: flex-start;
    gap: 17px;
    flex-wrap: wrap;
    white-space: normal;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-vato-credit {
    width: 270px;
    margin-inline: 0;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust {
    padding: 38px 24px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust > div {
    gap: 22px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust svg {
    width: 49px;
    height: 49px;
    flex-basis: 49px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__bottom {
    min-height: 150px;
    padding: 34px 24px;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: flex-start;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__bottom small {
    width: 100%;
    font-size: 12.5px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__bottom-divider {
    display: none;
  }
}

@media (max-width: 390px) {
  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__main,
  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__trust,
  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__bottom {
    padding-inline: 20px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns {
    gap-inline: 23px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns h2 {
    font-size: 12.5px;
  }

  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .footer-columns a {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] a {
    transition: none;
  }
}
