/* Existing theme / builder replacement compatibility */
body.wmba-hide-existing-layout #header:not(#wmba-global-header),
body.wmba-hide-existing-layout #masthead:not(#wmba-global-header),
body.wmba-hide-existing-layout header.site-header:not(#wmba-global-header),
body.wmba-hide-existing-layout .site-header:not(#wmba-global-header),
body.wmba-hide-existing-layout .elementor-location-header,
body.wmba-hide-existing-layout .ehf-header,
body.wmba-hide-existing-layout .hfe-site-header,
body.wmba-hide-existing-layout .stm-header,
body.wmba-hide-existing-layout .stm_header,
body.wmba-hide-existing-layout .stm-header__row,
body.wmba-hide-existing-layout .stm_mobile__header,
body.wmba-hide-existing-layout .mobile_header,
body.wmba-hide-existing-layout .top_bar,
body.wmba-hide-existing-layout .header_top,
body.wmba-hide-existing-layout .header_main,
body.wmba-hide-existing-layout .header_wrapper,
body.wmba-hide-existing-layout .pearl_header,
body.wmba-hide-existing-layout .stm-header-builder,
body.wmba-hide-existing-layout #site-header:not(#wmba-global-header) {
  display: none !important;
}

body.wmba-hide-existing-layout #footer:not(#wmba-global-footer),
body.wmba-hide-existing-layout #colophon:not(#wmba-global-footer),
body.wmba-hide-existing-layout footer.site-footer:not(#wmba-global-footer),
body.wmba-hide-existing-layout .site-footer:not(#wmba-global-footer),
body.wmba-hide-existing-layout .elementor-location-footer,
body.wmba-hide-existing-layout .ehf-footer,
body.wmba-hide-existing-layout .hfe-site-footer,
body.wmba-hide-existing-layout .stm-footer,
body.wmba-hide-existing-layout .stm_footer,
body.wmba-hide-existing-layout .footer_widgets_wrapper,
body.wmba-hide-existing-layout .footer_wrapper,
body.wmba-hide-existing-layout .copyright_row,
body.wmba-hide-existing-layout .footer_copyright,
body.wmba-hide-existing-layout .footer_bottom,
body.wmba-hide-existing-layout #footer_bottom,
body.wmba-hide-existing-layout #site-footer:not(#wmba-global-footer) {
  display: none !important;
}

body.wmba-global-layout-active {
  margin-top: 0 !important;
}

#wmba-global-header,
#wmba-global-footer {
  clear: both;
}

/* WMBA Global Header & Footer */
.wmba-global-layout {
  --wmba-blue: #27348B;
  --wmba-red: #BD1622;
  --wmba-dark-grey: #3C3C3B;
  --wmba-medium-grey: #575756;
  --wmba-white: #FFFFFF;
  --wmba-soft: #F6F7FB;
  --wmba-border: rgba(39, 52, 139, 0.16);
  --wmba-gradient: linear-gradient(90deg, var(--wmba-blue) 0%, var(--wmba-red) 100%);
  --wmba-heading-font: "Arial Black", Arial, Helvetica, sans-serif;
  --wmba-body-font: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  font-family: var(--wmba-body-font);
}

.wmba-global-layout *,
.wmba-global-layout *::before,
.wmba-global-layout *::after { box-sizing: border-box; }

.wmba-global-layout img { display: block; max-width: 100%; height: auto; }
.wmba-global-layout a,
.wmba-global-layout button,
.wmba-global-layout input,
.wmba-global-layout select,
.wmba-global-layout textarea { font: inherit; }

.wmba-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Header */
#wmba-global-header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  min-height: 78px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--wmba-border);
  box-shadow: 0 8px 24px rgba(39, 52, 139, 0.06);
  backdrop-filter: blur(10px);
}

body.admin-bar #wmba-global-header { top: 32px; }

#wmba-global-header .wmba-header-inner {
  width: 100%;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0 6vw;
}

.wmba-nav-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.wmba-logo-clear-space {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  background: var(--wmba-white);
}

.wmba-nav-logo img {
  width: clamp(178px, 16vw, 230px);
  max-height: 58px;
  object-fit: contain;
}

.wmba-primary-nav { margin-left: auto; }
.wmba-nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.wmba-nav-links a {
  color: var(--wmba-blue);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.wmba-nav-links a:hover,
.wmba-nav-links a:focus-visible { color: var(--wmba-red); }

.wmba-nav-links .wmba-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1.25rem;
  border-radius: 4px;
  background: var(--wmba-red);
  color: var(--wmba-white) !important;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.wmba-nav-links .wmba-nav-cta:hover,
.wmba-nav-links .wmba-nav-cta:focus-visible {
  background: var(--wmba-blue);
  color: var(--wmba-white) !important;
  transform: translateY(-1px);
}

.wmba-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}
.wmba-menu-toggle > span:not(.wmba-sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 2px;
  background: var(--wmba-blue);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.wmba-menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
.wmba-menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
.wmba-menu-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }

/* Footer */
#wmba-global-footer {
  width: 100%;
  padding: 58px 6vw 34px;
  background: var(--wmba-blue);
  color: var(--wmba-white);
}

#wmba-global-footer .wmba-footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 2.75rem;
}

#wmba-global-footer .wmba-footer-brand .wmba-nav-logo { margin-bottom: 1rem; }
#wmba-global-footer .wmba-footer-brand .wmba-logo-clear-space { padding: 10px 12px; border-radius: 3px; }
#wmba-global-footer .wmba-footer-brand p {
  max-width: 330px;
  margin: 0;
  color: rgba(255,255,255,0.75);
  font-size: 15px;
  line-height: 1.7;
}

#wmba-global-footer .wmba-footer-col h2 {
  margin: 0 0 0.9rem;
  color: var(--wmba-white);
  font-family: var(--wmba-body-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

#wmba-global-footer .wmba-footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

#wmba-global-footer .wmba-footer-col a {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  transition: color 0.2s ease;
}

#wmba-global-footer .wmba-footer-col a:hover,
#wmba-global-footer .wmba-footer-col a:focus-visible {
  color: var(--wmba-white);
  text-decoration: none;
}

#wmba-global-footer .wmba-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255,255,255,0.16);
}

#wmba-global-footer .wmba-footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: 14px;
  line-height: 1.5;
}

/* Readability overrides: use fixed pixel sizes so theme root-font settings cannot shrink the global navigation. */
#wmba-global-header .wmba-nav-links > li > a {
  font-size: 16px !important;
  line-height: 1.35 !important;
}

#wmba-global-header .wmba-nav-links .wmba-nav-cta {
  font-size: 16px !important;
  line-height: 1.2 !important;
  padding: 0.85rem 1.35rem;
}

#wmba-global-footer .wmba-footer-brand p {
  font-size: 15px !important;
}

#wmba-global-footer .wmba-footer-col h2 {
  font-size: 15px !important;
}

#wmba-global-footer .wmba-footer-col a {
  font-size: 15px !important;
  line-height: 1.5 !important;
}

#wmba-global-footer .wmba-footer-bottom p {
  font-size: 14px !important;
}


/* Modern link and CTA interactions */
.wmba-global-layout a,
.wmba-global-layout a:hover,
.wmba-global-layout a:focus,
.wmba-global-layout a:focus-visible,
.wmba-global-layout a:active {
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
}

/* Keep the header logo calm and static. */
#wmba-global-header .wmba-nav-logo,
#wmba-global-header .wmba-nav-logo:hover,
#wmba-global-header .wmba-nav-logo:focus,
#wmba-global-header .wmba-nav-logo:focus-visible,
#wmba-global-header .wmba-nav-logo:active {
  outline: none !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
}

/* Preserve the approved footer-logo interaction. */
#wmba-global-footer .wmba-nav-logo {
  border-radius: 8px;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s ease;
}

#wmba-global-footer .wmba-nav-logo:hover,
#wmba-global-footer .wmba-nav-logo:focus-visible {
  outline: none !important;
  transform: translateY(-2px) scale(1.015);
  filter: drop-shadow(0 8px 12px rgba(39, 52, 139, 0.12));
}

#wmba-global-footer .wmba-nav-logo:active {
  transform: translateY(0) scale(0.985);
}

/* Header links: restrained colour transition and micro-lift only. */
#wmba-global-header .wmba-nav-links > li > a:not(.wmba-nav-cta) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.58rem 0.5rem;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  overflow: visible;
  transition:
    color 0.22s ease,
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.22s ease;
}

#wmba-global-header .wmba-nav-links > li > a:not(.wmba-nav-cta)::before,
#wmba-global-header .wmba-nav-links > li > a:not(.wmba-nav-cta)::after {
  content: none !important;
  display: none !important;
}

#wmba-global-header .wmba-nav-links > li > a:not(.wmba-nav-cta):hover {
  color: var(--wmba-red) !important;
  transform: translateY(-1px);
}

#wmba-global-header .wmba-nav-links > li > a:not(.wmba-nav-cta):focus-visible {
  color: var(--wmba-red) !important;
  transform: translateY(-1px);
  filter: drop-shadow(0 3px 5px rgba(189, 22, 34, 0.22));
}

#wmba-global-header .wmba-nav-links > li > a:not(.wmba-nav-cta):active {
  transform: translateY(0);
  opacity: 0.78;
}

/* Header CTA: solid brand colour, subtle lift and no decorative arrow. */
#wmba-global-header .wmba-nav-links .wmba-nav-cta {
  position: relative;
  isolation: auto;
  overflow: visible;
  gap: 0;
  border: 1px solid var(--wmba-red) !important;
  border-radius: 6px;
  outline: none !important;
  text-decoration: none !important;
  background: var(--wmba-red) !important;
  background-image: none !important;
  box-shadow: 0 6px 14px rgba(189, 22, 34, 0.16);
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.24s ease;
}

#wmba-global-header .wmba-nav-links .wmba-nav-cta::before,
#wmba-global-header .wmba-nav-links .wmba-nav-cta::after {
  content: none !important;
  display: none !important;
}

#wmba-global-header .wmba-nav-links .wmba-nav-cta:hover {
  background: #A9121C !important;
  border-color: #A9121C !important;
  color: var(--wmba-white) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(189, 22, 34, 0.23);
}

#wmba-global-header .wmba-nav-links .wmba-nav-cta:focus-visible {
  background: #A9121C !important;
  border-color: #A9121C !important;
  color: var(--wmba-white) !important;
  transform: translateY(-1px);
  box-shadow:
    0 0 0 4px rgba(189, 22, 34, 0.14),
    0 9px 20px rgba(189, 22, 34, 0.21);
}

#wmba-global-header .wmba-nav-links .wmba-nav-cta:active {
  transform: translateY(0) scale(0.985);
  box-shadow: 0 4px 10px rgba(189, 22, 34, 0.16);
}

/* Mobile toggle: quiet feedback that matches the simplified header. */
.wmba-menu-toggle,
.wmba-menu-toggle:focus,
.wmba-menu-toggle:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.wmba-menu-toggle:hover,
.wmba-menu-toggle:focus-visible {
  background: rgba(39, 52, 139, 0.07);
  transform: none;
}

.wmba-menu-toggle:active {
  background: rgba(39, 52, 139, 0.11);
  transform: scale(0.97);
}

/* Footer links: leading accent motion rather than an underline. */
#wmba-global-footer .wmba-footer-col a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transition:
    color 0.25s ease,
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

#wmba-global-footer .wmba-footer-col a::before {
  content: "";
  flex: 0 0 auto;
  width: 0;
  height: 2px;
  margin-right: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #FFFFFF, #E24A55);
  opacity: 0;
  transition:
    width 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    margin-right 0.28s ease,
    opacity 0.2s ease;
}

#wmba-global-footer .wmba-footer-col a:hover,
#wmba-global-footer .wmba-footer-col a:focus-visible {
  color: var(--wmba-white) !important;
  text-decoration: none !important;
  transform: translateX(4px);
}

#wmba-global-footer .wmba-footer-col a:hover::before,
#wmba-global-footer .wmba-footer-col a:focus-visible::before {
  width: 13px;
  margin-right: 8px;
  opacity: 1;
}

#wmba-global-footer .wmba-footer-col a:active {
  transform: translateX(2px) scale(0.98);
}

/* Give the modal submit button the same premium CTA behaviour. */
#wmba-global-modal .wmba-form-submit {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  outline: none !important;
  background: linear-gradient(115deg, #BD1622 0%, #D61D2B 45%, #27348B 100%);
  background-size: 220% 100%;
  background-position: 0% 50%;
  box-shadow: 0 10px 24px rgba(189, 22, 34, 0.18);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease,
    background-position 0.45s ease;
}

#wmba-global-modal .wmba-form-submit::before {
  content: "";
  position: absolute;
  top: -45%;
  bottom: -45%;
  left: -42%;
  width: 30%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transform: skewX(-20deg);
  transition: left 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

#wmba-global-modal .wmba-form-submit:hover,
#wmba-global-modal .wmba-form-submit:focus-visible {
  background-position: 100% 50%;
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(39, 52, 139, 0.22), 0 7px 16px rgba(189, 22, 34, 0.16);
}

#wmba-global-modal .wmba-form-submit:hover::before,
#wmba-global-modal .wmba-form-submit:focus-visible::before { left: 118%; }

#wmba-global-modal .wmba-form-submit:active {
  transform: translateY(0) scale(0.98);
}

/* Modal */
#wmba-global-modal.wmba-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(60,60,59,0.72);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  backdrop-filter: blur(5px);
  overscroll-behavior: contain;
}

#wmba-global-modal.wmba-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#wmba-global-modal .wmba-modal-dialog {
  position: relative;
  width: min(100%, 580px);
  max-height: calc(100dvh - 2rem);
  overflow-y: auto;
  padding: 2.7rem;
  border-top: 8px solid var(--wmba-red);
  border-radius: 8px;
  background: var(--wmba-white);
  box-shadow: 0 30px 80px rgba(39,52,139,0.24);
  transform: translateY(18px);
  transition: transform 0.25s ease;
  -webkit-overflow-scrolling: touch;
}

#wmba-global-modal.is-open .wmba-modal-dialog { transform: translateY(0); }
#wmba-global-modal .wmba-modal-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--wmba-blue);
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1;
}

#wmba-global-modal h2 {
  margin: 0 0 0.6rem;
  color: var(--wmba-red);
  font-family: var(--wmba-heading-font);
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}

#wmba-global-modal .wmba-modal-sub {
  margin: 0 0 1.7rem;
  color: var(--wmba-medium-grey);
  font-size: 0.92rem;
  line-height: 1.65;
}

#wmba-global-modal .wmba-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
#wmba-global-modal .wmba-form-group { margin-bottom: 1rem; }
#wmba-global-modal .wmba-form-group label {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--wmba-blue);
  font-size: 0.8rem;
  font-weight: 700;
}
#wmba-global-modal input,
#wmba-global-modal select,
#wmba-global-modal textarea {
  width: 100%;
  min-height: 44px;
  padding: 0.75rem 0.9rem;
  border: 1.5px solid rgba(39,52,139,0.24);
  border-radius: 4px;
  outline: 0;
  background: var(--wmba-white);
  color: var(--wmba-dark-grey);
  font-size: 0.92rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#wmba-global-modal textarea { min-height: 96px; resize: vertical; }
#wmba-global-modal input:focus,
#wmba-global-modal select:focus,
#wmba-global-modal textarea:focus {
  border-color: var(--wmba-red);
  box-shadow: 0 0 0 3px rgba(189,22,34,0.1);
}
#wmba-global-modal .wmba-form-submit {
  width: 100%;
  min-height: 48px;
  margin-top: 0.4rem;
  padding: 0.9rem 1rem;
  border: 0;
  border-radius: 4px;
  background: var(--wmba-red);
  color: var(--wmba-white);
  cursor: pointer;
  font-weight: 700;
  transition: background 0.2s ease, transform 0.2s ease;
}
#wmba-global-modal .wmba-form-submit:hover,
#wmba-global-modal .wmba-form-submit:focus-visible { background: var(--wmba-blue); transform: translateY(-1px); }
#wmba-global-modal .wmba-form-submit[disabled] { opacity: 0.65; cursor: wait; transform: none; }
#wmba-global-modal .wmba-form-note {
  margin: 0.75rem 0 0;
  color: var(--wmba-medium-grey);
  text-align: center;
  font-size: 0.75rem;
}
#wmba-global-modal .wmba-form-status { min-height: 1.25rem; margin: 0 0 0.4rem; color: var(--wmba-red); font-size: 0.82rem; }
#wmba-global-modal .wmba-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
#wmba-global-modal .wmba-success { text-align: center; padding: 2rem 0; }
#wmba-global-modal .wmba-success-icon { margin-bottom: 1.25rem; font-size: 3rem; }
#wmba-global-modal .wmba-success h2 { color: var(--wmba-blue); }
#wmba-global-modal .wmba-success p { max-width: 400px; margin: 0 auto 1.5rem; color: var(--wmba-medium-grey); line-height: 1.7; }

@media (max-width: 1180px) {
  #wmba-global-header .wmba-header-inner,
  #wmba-global-footer { padding-inline: 5vw; }
  .wmba-nav-links { gap: 1rem; }
  #wmba-global-footer .wmba-footer-grid { grid-template-columns: 1.4fr repeat(2, minmax(0, 1fr)); }
  #wmba-global-footer .wmba-footer-grid .wmba-footer-col:last-child { grid-column: 2 / 4; }
}

@media (max-width: 1080px) {
  #wmba-global-header,
  #wmba-global-header .wmba-header-inner { min-height: 74px; }
  .wmba-menu-toggle { display: block; }
  .wmba-primary-nav {
    position: absolute;
    inset: 100% 0 auto;
    display: none;
    margin: 0;
    padding: 0 5vw 1rem;
    background: rgba(255,255,255,0.99);
    border-bottom: 1px solid var(--wmba-border);
    box-shadow: 0 14px 24px rgba(39,52,139,0.08);
  }
  #wmba-global-header.is-menu-open .wmba-primary-nav { display: block; }
  .wmba-nav-links { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .wmba-nav-links li { border-top: 1px solid var(--wmba-border); }
  .wmba-nav-links li:first-child { border-top: 0; }
  .wmba-nav-links a { display: flex; width: 100%; padding: 0.95rem 0.75rem; font-size: 17px !important; }
  .wmba-nav-links .wmba-nav-cta { margin-top: 0.55rem; }
  #wmba-global-footer .wmba-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #wmba-global-footer .wmba-footer-grid .wmba-footer-col:last-child { grid-column: auto; }
}

@media (max-width: 782px) {
  body.admin-bar #wmba-global-header { top: 46px; }
}

@media (max-width: 600px) {
  #wmba-global-header,
  #wmba-global-header .wmba-header-inner { min-height: 68px; }
  #wmba-global-header .wmba-header-inner { padding-inline: 4vw; }
  .wmba-logo-clear-space { padding: 5px 6px; }
  .wmba-nav-logo img { width: clamp(135px, 42vw, 165px); max-height: 50px; }
  #wmba-global-footer { padding: 52px 5vw 30px; }
  #wmba-global-footer .wmba-footer-grid { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  #wmba-global-footer .wmba-footer-bottom { flex-direction: column; align-items: flex-start; }
  #wmba-global-modal.wmba-modal-overlay { align-items: flex-start; overflow-y: auto; padding: 0.75rem; }
  #wmba-global-modal .wmba-modal-dialog { max-height: none; margin-block: max(0.25rem, env(safe-area-inset-top)) max(0.25rem, env(safe-area-inset-bottom)); padding: 2.5rem 1.2rem 1.4rem; }
  #wmba-global-modal .wmba-form-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
  #wmba-global-modal input,
  #wmba-global-modal select,
  #wmba-global-modal textarea { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .wmba-global-layout *,
  .wmba-global-layout *::before,
  .wmba-global-layout *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  #wmba-global-header .wmba-nav-links .wmba-nav-cta:hover,
  #wmba-global-header .wmba-nav-links .wmba-nav-cta:focus-visible,
  #wmba-global-footer .wmba-footer-col a:hover,
  #wmba-global-footer .wmba-footer-col a:focus-visible {
    transform: none !important;
  }
}
