:root {
  --ebda-footer-navy: #061b46;
  --ebda-footer-deep: #03112c;
  --ebda-footer-blue: #0b2d64;
  --ebda-footer-gold: #d49a2d;
  --ebda-footer-text: #d5def0;
  --ebda-footer-muted: #9eacc7;
}

#colophon.site-footer { display: none !important; }

.ebda-global-footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: var(--ebda-footer-text);
  background:
    radial-gradient(circle at 14% 12%, rgba(22, 65, 128, .45), transparent 34%),
    linear-gradient(135deg, var(--ebda-footer-navy), var(--ebda-footer-deep) 82%);
  border-top: 2px solid var(--ebda-footer-gold);
  font-family: inherit;
}

.ebda-global-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: radial-gradient(rgba(255,255,255,.22) .65px, transparent .65px);
  background-size: 22px 22px;
  mask-image: linear-gradient(90deg, transparent, #000 46%, #000);
}

.ebda-global-footer a { text-decoration: none; }
.ebda-global-footer__inner { position: relative; width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.ebda-global-footer__grid { display: grid; grid-template-columns: 1.35fr .72fr .88fr 1.2fr; gap: 64px; padding: 72px 0 58px; }
.ebda-global-footer__logo { display: block; width: 196px; margin-bottom: 22px; }
.ebda-global-footer__logo img { display: block; width: 100%; height: auto; filter: brightness(0) invert(1); }
.ebda-global-footer__brand p { max-width: 330px; margin: 0 0 21px; color: var(--ebda-footer-text); font-size: 15px; line-height: 1.75; }
.ebda-global-footer__location { display: inline-flex; align-items: center; gap: 9px; color: var(--ebda-footer-muted); font-size: 14px; }
.ebda-global-footer__location svg { width: 17px; height: 17px; fill: var(--ebda-footer-gold); }
.ebda-global-footer h3 { position: relative; margin: 5px 0 27px; color: #fff; font-size: 17px; font-weight: 700; letter-spacing: .01em; }
.ebda-global-footer h3::after { content: ""; display: block; width: 32px; height: 2px; margin-top: 13px; background: var(--ebda-footer-gold); }
.ebda-global-footer__nav ul { list-style: none; margin: 0; padding: 0; }
.ebda-global-footer__nav li + li { margin-top: 13px; }
.ebda-global-footer__nav a { color: var(--ebda-footer-text); font-size: 14px; transition: color .2s ease, transform .2s ease; }
.ebda-global-footer__nav a:hover, .ebda-global-footer__nav a:focus-visible { color: #fff; }
.ebda-global-footer__connect > p { margin: -5px 0 20px; color: var(--ebda-footer-muted); font-size: 14px; line-height: 1.55; }
.ebda-global-footer__actions { display: flex; align-items: center; gap: 18px; margin-bottom: 27px; }
.ebda-global-footer__button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-height: 43px; padding: 0 19px; color: #fff; background: #0a73c9; border-radius: 999px; font-size: 13px; font-weight: 700; box-shadow: 0 8px 24px rgba(0,0,0,.18); transition: background .2s ease, transform .2s ease; }
.ebda-global-footer__button:hover, .ebda-global-footer__button:focus-visible { color: #fff; background: #1188e6; transform: translateY(-2px); }
.ebda-global-footer__donate { color: #fff; font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ebda-footer-gold); }
.ebda-global-footer__social { display: flex; flex-wrap: wrap; gap: 10px; }
.ebda-global-footer__social a { display: grid; place-items: center; width: 39px; height: 39px; color: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.055); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.ebda-global-footer__social a:hover, .ebda-global-footer__social a:focus-visible { color: #fff; border-color: var(--ebda-footer-gold); background: rgba(212,154,45,.15); transform: translateY(-3px); }
.ebda-global-footer__social svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ebda-global-footer__social svg .fill { fill: currentColor; stroke: none; }
.ebda-global-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 24px 0 28px; border-top: 1px solid rgba(255,255,255,.12); }
.ebda-global-footer__bottom p { margin: 0; color: var(--ebda-footer-muted); font-size: 12.5px; }
.ebda-global-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 24px; }
.ebda-global-footer__bottom a { color: var(--ebda-footer-muted); font-size: 12.5px; }
.ebda-global-footer__bottom a:hover, .ebda-global-footer__bottom a:focus-visible { color: #fff; }

@media (max-width: 1024px) {
  .ebda-global-footer__grid { grid-template-columns: 1.2fr .8fr .9fr; gap: 46px; }
  .ebda-global-footer__connect { grid-column: 1 / -1; padding-top: 8px; }
  .ebda-global-footer__connect > p { max-width: 400px; }
}

@media (max-width: 767px) {
  .ebda-global-footer__inner { width: min(100% - 40px, 560px); }
  .ebda-global-footer__grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; padding: 54px 0 46px; }
  .ebda-global-footer__brand, .ebda-global-footer__connect { grid-column: 1 / -1; }
  .ebda-global-footer__logo { width: 178px; }
  .ebda-global-footer__brand p { max-width: 100%; font-size: 14px; }
  .ebda-global-footer h3 { margin-bottom: 22px; font-size: 16px; }
  .ebda-global-footer__actions { flex-wrap: wrap; }
  .ebda-global-footer__bottom { align-items: flex-start; flex-direction: column; gap: 17px; padding: 22px 0 26px; }
  .ebda-global-footer__bottom nav { gap: 12px 19px; }
}

@media (max-width: 430px) {
  .ebda-global-footer__grid { grid-template-columns: 1fr; gap: 37px; }
  .ebda-global-footer__brand, .ebda-global-footer__connect { grid-column: auto; }
  .ebda-global-footer__nav li + li { margin-top: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .ebda-global-footer * { scroll-behavior: auto !important; transition: none !important; }
}
