/* Full-bleed footer band — owner-provided 2.0 treatment. */
body.edu .edu-foot {
  position: relative;
  width: 100%;
  margin: 0;
  padding: clamp(40px, 4.5vw, 64px) 0 0;
  overflow: hidden;
  color: #eef5fb;
  background:
    radial-gradient(70% 120% at 8% 0%, rgb(56 141 200 / 45%) 0%, transparent 60%),
    radial-gradient(60% 110% at 92% 4%, rgb(143 205 240 / 22%) 0%, transparent 62%),
    linear-gradient(180deg, #12406f 0%, #0b2b4d 100%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
body.edu .edu-col { padding-bottom: 0; }
body.edu .edu-foot__spine {
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  height: 3px;
  background: linear-gradient(90deg, var(--edu-route) 0 22%, var(--edu-sky) 22% 46%, rgb(255 255 255 / 22%) 46% 100%);
}
body.edu .edu-foot__inner {
  position: relative;
  z-index: 1;
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 32px);
}

body.edu .edu-foot__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(0, 1.1fr) minmax(0, .85fr) minmax(0, .95fr);
  gap: clamp(24px, 3vw, 48px);
  align-items: start;
  padding-bottom: clamp(30px, 3.6vw, 46px);
}
body.edu .edu-foot__head {
  display: block;
  margin: 0 0 10px;
  color: #9fc8e6;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.edu .edu-foot__brandcol { display: block; }
body.edu .edu-foot .edu-brand--footer {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
body.edu .edu-foot .edu-brand__mark,
body.edu .edu-foot .edu-brand__mark img {
  display: block;
  width: auto;
  height: 48px;
}
body.edu .edu-foot__tag {
  max-width: 30ch;
  margin: 16px 0 26px;
  color: #cfe1f1;
  font-size: 15.5px;
  font-weight: 550;
  letter-spacing: 0;
  line-height: 1.5;
}
body.edu .edu-foot__socialrow { display: flex; flex-wrap: wrap; gap: 8px; }
body.edu .edu-foot__socialrow a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px 0 10px;
  color: #eaf3fa;
  background: rgb(255 255 255 / 6%);
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 650;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
body.edu .edu-foot__socialrow a span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #0b2b4d;
  background: var(--edu-sky, #8ed7ff);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}
body.edu .edu-foot__socialrow a:hover {
  color: #fff;
  background: rgb(255 255 255 / 14%);
  border-color: rgb(255 255 255 / 42%);
  transform: translateY(-1px);
}

body.edu .edu-foot__col { min-width: 0; }
body.edu .edu-foot__list { display: grid; margin: 0; padding: 0; list-style: none; }
body.edu .edu-foot__list li { min-width: 0; }
body.edu .edu-foot__list a {
  display: block;
  padding: 9px 0;
  color: #dceaf6;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 140ms ease, border-color 140ms ease;
}
body.edu .edu-foot__list a:hover { color: #fff; border-color: rgb(255 255 255 / 40%); }
body.edu .edu-foot__list--route a {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 0 10px;
  align-items: baseline;
}
body.edu .edu-foot__route-marker {
  display: block;
  width: auto;
  height: auto;
  color: #85a9c6;
  background: none;
  border: 0;
  border-radius: 0;
  font-size: 11px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
body.edu .edu-foot__route-copy { display: grid; gap: 2px; min-width: 0; text-align: left; }
body.edu .edu-foot__route-copy strong { color: #eaf3fa; font-size: 14px; font-weight: 650; line-height: 1.35; }
body.edu .edu-foot__route-copy small { display: block; color: #a3bed4; font-size: 12.5px; line-height: 1.4; }
body.edu .edu-foot__list--route li.is-current .edu-foot__route-marker,
body.edu .edu-foot__list--route li.is-current .edu-foot__route-copy strong { color: var(--edu-sky, #8ed7ff); }

body.edu .edu-foot__base {
  position: relative;
  z-index: 2;
  background: #082441;
  border-top: 1px solid rgb(255 255 255 / 16%);
}
body.edu .edu-foot__base .edu-foot__inner { display: block; padding-block: 12px 14px; }
body.edu .edu-foot__legal {
  max-width: none;
  margin: 0;
  color: #a9c3d8;
  font-size: 12px;
  line-height: 1.5;
}
body.edu .edu-foot__legal a {
  color: #d5e6f5;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  text-decoration: none;
}
body.edu .edu-foot__legal a:hover { color: #fff; }
body.edu .edu-foot__legal span { margin-left: 10px; color: #7f9db6; }
body.edu .edu-foot a:focus-visible { outline: 3px solid #ef866d; outline-offset: 3px; }

@media (max-width: 1080px) {
  body.edu .edu-foot__grid { grid-template-columns: minmax(240px, 1fr) minmax(0, 1fr); }
}

@media (max-width: 620px) {
  body.edu .edu-foot__grid { grid-template-columns: minmax(0, 1fr); }
}

@media (min-width: 900px) {
  body.edu .edu-foot__legal { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  body.edu .edu-foot__socialrow a,
  body.edu .edu-foot__list a { transition: none; }
  body.edu .edu-foot__socialrow a:hover { transform: none; }
}
