/* Only the footer introduction. Existing navigation, legal and payment areas stay intact. */
html body .footerWrapper .footerLinksSection[data-vb-brand-ready="1"] {
  display: grid !important;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 32px !important;
  min-width: 0 !important;
}
html body .footerWrapper .footerLinksSection[data-vb-brand-ready="1"]::before {
  content: none !important;
  display: none !important;
  background-image: none !important;
}

html body .vb-footer-brand {
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(152, 182, 214, .17);
  border-radius: 16px;
  background: radial-gradient(ellipse at 100% 0, rgba(222, 24, 63, .10), transparent 65%), linear-gradient(140deg, #122237, #0a1726 75%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .13), inset 0 1px 0 rgba(255, 255, 255, .025);
  color: #f4f7fc;
  text-align: start;
}
html body .vb-footer-brand::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 26px;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #ff234d, rgba(255, 35, 77, .15));
}
html body .vb-footer-brand__logo {
  display: inline-flex;
  align-items: center;
  width: min(232px, 100%);
  min-height: 40px;
  max-width: 100%;
  text-decoration: none;
}
html body .vb-footer-brand__logo > img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 768 / 132;
  object-fit: contain !important;
  object-position: left center;
}
html body .vb-footer-brand__eyebrow {
  margin: 19px 0 8px !important;
  color: #f07c91 !important;
  font-size: 10px !important;
  font-weight: 650 !important;
  line-height: 1.5 !important;
  letter-spacing: .13em;
}
html body .vb-footer-brand__title {
  margin: 0 0 10px !important;
  color: #f4f7fc !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: -.025em;
  text-transform: none !important;
}
html body .vb-footer-brand__text {
  margin: 0 !important;
  color: #b7c6d9 !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  white-space: normal !important;
  overflow-wrap: break-word;
}
html body .vb-footer-brand__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}
html body .vb-footer-brand__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  min-height: 40px;
  max-width: 100%;
  padding: 9px 12px;
  border: 1px solid rgba(176, 198, 224, .18);
  border-radius: 8px;
  background: rgba(170, 197, 227, .035);
  color: #d6e1ee !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 600;
  text-decoration: none !important;
  transition: border-color .18s ease, background-color .18s ease;
}
html body .vb-footer-brand__link--primary {
  color: #ffe2e8 !important;
  border-color: rgba(242, 61, 102, .34);
  background: rgba(220, 27, 67, .12);
}
html body .vb-footer-brand :is(a):focus-visible {
  outline: 2px solid #ff7895 !important;
  outline-offset: 3px !important;
}
@media (hover: hover) and (pointer: fine) {
  html body .vb-footer-brand__link:hover {
    border-color: #ff7895;
    background: rgba(220, 27, 67, .2);
    color: #fff !important;
  }
}
@media (max-width: 1100px) {
  html body .footerWrapper .footerLinksSection[data-vb-brand-ready="1"] {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
  }
  html body .vb-footer-brand { max-width: 680px; }
}
html.is-mobile body .footerWrapper .footerLinksSection[data-vb-brand-ready="1"] {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 22px !important;
}
@media (max-width: 600px) {
  html body .vb-footer-brand { padding: 22px 20px; border-radius: 14px; }
  html body .vb-footer-brand::before { inset-inline-start: 20px; }
  html body .vb-footer-brand__logo { width: min(224px, 100%); }
  html body .vb-footer-brand__title { font-size: 19px !important; }
}
@media (prefers-reduced-motion: reduce) {
  html body .vb-footer-brand__link { transition: none; }
}
