:root {
  --goes-ink: #112135;
  --goes-muted: #516274;
  --goes-border: rgba(17, 33, 53, 0.12);
  --goes-paper: #ffffff;
  --goes-wash: #f3f7fb;
  --goes-blue: #0d63d8;
  --goes-teal: #0e8b82;
  --goes-gold: #f0b648;
  --goes-dark: #0e2035;
  --goes-shadow: 0 18px 44px rgba(14, 32, 53, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(13, 99, 216, .1), transparent 30rem),
    radial-gradient(circle at top right, rgba(14, 139, 130, .08), transparent 28rem),
    linear-gradient(180deg, #f8fbff 0%, #eef4f8 100%);
  color: var(--goes-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

a:focus {
  outline: none;
}

:where(a, button, input, select, textarea, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
  outline: 3px solid var(--goes-gold);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(240, 182, 72, .22);
}

img {
  height: auto;
  max-width: 100%;
}

.skip-link {
  position: absolute;
  top: -5rem;
  left: 1rem;
  z-index: 2000;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 2px solid #fff;
  border-radius: 999px;
  padding: .7rem 1rem;
  background: var(--goes-dark);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(14, 32, 53, .24);
  transition: top 160ms ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  top: 1rem;
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.site-header.is-stuck {
  box-shadow: 0 18px 45px rgba(14, 32, 53, .16);
}

.site-utility {
  border-bottom: 1px solid rgba(13, 99, 216, .1);
  background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(241, 247, 255, .96));
  box-shadow: 0 4px 18px rgba(15, 23, 42, .04);
  transition: background-color 180ms ease, border-color 180ms ease;
}

.site-header.is-stuck .site-utility {
  border-color: rgba(13, 99, 216, .16);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
}

.site-utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 84px;
  transition: min-height 180ms ease, padding 180ms ease;
}

.site-header.is-stuck .site-utility-inner {
  min-height: 66px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  min-width: 0;
  color: var(--goes-ink);
  text-decoration: none;
}

.site-brand img {
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  border: 1px solid rgba(13, 99, 216, .1);
  border-radius: 14px;
  background: #fff;
  object-fit: contain;
  padding: .28rem;
  box-shadow: 0 10px 28px rgba(17, 33, 53, 0.1);
  transition: height 180ms ease, width 180ms ease, border-radius 180ms ease;
}

.site-header.is-stuck .site-brand img {
  width: 52px;
  height: 52px;
  border-radius: 12px;
}

.site-brand strong,
.site-brand small {
  display: block;
}

.site-brand strong {
  color: var(--goes-dark);
  font-size: 1.35rem;
  font-weight: 800;
  transition: font-size 180ms ease;
}

.site-header.is-stuck .site-brand strong {
  font-size: 1.12rem;
}

.site-brand small {
  color: var(--goes-muted);
  font-size: .92rem;
  line-height: 1.45;
  transition: opacity 180ms ease;
}

.site-header.is-stuck .site-brand small {
  opacity: .78;
}

.mini-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .5rem;
}

.mini-nav a {
  display: inline-flex;
  align-items: center;
  gap: .48rem;
  min-height: 40px;
  padding: .55rem .78rem;
  border: 1px solid var(--goes-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--goes-ink);
  font-size: .93rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .04);
}

.mini-nav a:hover,
.mini-nav a:focus {
  border-color: transparent;
  background: linear-gradient(135deg, var(--goes-blue), #2563eb 56%, var(--goes-teal));
  color: #fff;
  transform: translateY(-2px);
}

.site-nav-wrap {
  padding-top: 1rem;
  padding-bottom: .6rem;
  transition: padding 180ms ease;
}

.site-header.is-stuck .site-nav-wrap {
  padding-top: .45rem;
  padding-bottom: .45rem;
}

.site-nav {
  min-height: 76px;
  padding: .9rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 28px;
  background: rgba(14, 32, 53, .94);
  backdrop-filter: blur(12px);
  box-shadow: var(--goes-shadow);
  transition: min-height 180ms ease, padding 180ms ease, border-radius 180ms ease, background-color 180ms ease;
}

.site-header.is-stuck .site-nav {
  min-height: 64px;
  padding: .62rem 1rem;
  border-radius: 22px;
  background: rgba(14, 32, 53, .97);
}

.site-nav > .container-fluid {
  position: relative;
}

.site-nav .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: .58rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}

.site-nav .brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--goes-blue), var(--goes-teal));
  box-shadow: 0 8px 20px rgba(13, 99, 216, .28);
}

.site-nav .navbar-brand:hover,
.site-nav .navbar-brand:focus {
  color: #fff;
}

.site-nav .navbar-toggler {
  border-color: rgba(255, 255, 255, .32);
  background: #fff;
}

.top-nav {
  gap: .25rem;
}

.top-nav .nav-link {
  min-height: 44px;
  padding: .62rem .72rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  font-size: .92rem;
  font-weight: 700;
  white-space: nowrap;
}

.top-nav .nav-link:hover,
.top-nav .nav-link:focus,
.top-nav .show > .nav-link {
  background: rgba(255, 255, 255, .13);
  color: #fff;
}

.site-nav .public-mega-menu {
  left: 50% !important;
  width: min(900px, calc(100vw - 2rem));
  z-index: 1041;
  margin-top: .85rem;
  padding: .85rem;
  border: 1px solid rgba(17, 33, 53, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 26px 60px rgba(14, 32, 53, .2);
  transform: translateX(-50%) !important;
}

.public-mega-menu {
  grid-template-columns: minmax(250px, .9fr) repeat(2, minmax(180px, 1fr));
  gap: .8rem;
}

.public-mega-nav .dropdown-menu.show {
  display: grid;
}

.mega-feature,
.mega-link-group {
  border: 1px solid rgba(17, 33, 53, .1);
  border-radius: 14px;
  padding: 1rem;
}

.mega-feature {
  display: grid;
  align-content: space-between;
  gap: 1rem;
  min-height: 210px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(13, 99, 216, .94), rgba(14, 139, 130, .9)),
    var(--goes-blue);
}

.mega-feature.admissions {
  background: linear-gradient(135deg, #0e2035, #0d63d8);
}

.mega-feature.services {
  background: linear-gradient(135deg, #0e8b82, #14532d);
}

.mega-feature.organizations {
  background: linear-gradient(135deg, #112135, #4f46e5);
}

.mega-feature.explore {
  background: linear-gradient(135deg, #0d63d8, #7c3aed);
}

.mega-feature.about {
  background: linear-gradient(135deg, #0e2035, #475569);
}

.mega-feature span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  padding: .38rem .58rem;
  background: rgba(255, 255, 255, .12);
  font-size: .78rem;
  font-weight: 800;
}

.mega-feature strong {
  max-width: 22rem;
  font-size: 1.12rem;
  line-height: 1.35;
}

.mega-feature a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  width: fit-content;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.mega-feature a:hover,
.mega-feature a:focus {
  text-decoration: underline;
}

.mega-link-group {
  display: grid;
  align-content: start;
  gap: .35rem;
  background: #f8fbff;
}

.mega-link-group h2 {
  margin: 0 0 .35rem;
  color: var(--goes-dark);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mega-link-group a {
  display: flex;
  align-items: center;
  min-height: 38px;
  border-radius: 10px;
  padding: .5rem .58rem;
  color: var(--goes-ink);
  font-weight: 650;
  text-decoration: none;
}

.mega-link-group a:hover,
.mega-link-group a:focus {
  background: rgba(13, 99, 216, .1);
  color: var(--goes-blue);
}

.site-nav-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .6rem;
}

@media (min-width: 992px) {
  .site-nav .navbar-collapse {
    justify-content: space-between;
    gap: 1rem;
  }

  .site-nav .top-nav {
    align-items: center;
    justify-content: center;
    margin-right: 0 !important;
    margin-left: auto;
    margin-right: auto !important;
  }
}

@media (min-width: 1100px) {
  .site-nav .top-nav {
    gap: clamp(.5rem, 1vw, .9rem);
  }
}

.site-nav-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 42px;
  border-radius: 999px;
  font-weight: 700;
}

.site-messages {
  padding-top: 1rem;
}

.site-messages .alert {
  border-radius: 8px;
}

.public-main {
  min-height: calc(100vh - 18rem);
}

.main-content-card {
  position: relative;
  z-index: 1;
  margin-top: 2.4rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(13, 99, 216, .09);
  border-radius: 28px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .1);
  backdrop-filter: blur(10px);
  padding: clamp(1.1rem, 2.5vw, 2rem);
}

.main-content-card > :first-child {
  margin-top: 0;
}

.main-content-card > :last-child {
  margin-bottom: 0;
}

.main-content-card > .container,
.main-content-card > section.container,
.main-content-card > article.container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.landing-shell {
  display: grid;
  gap: 1.25rem;
}

.hero-banner {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(13, 99, 216, .92), rgba(15, 118, 110, .88)),
    url("/static/public/img/Goes-banner.39a8bc2098b4.png") center / cover;
  color: #fff;
  box-shadow: 0 24px 60px rgba(13, 99, 216, .2);
}

.hero-banner::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 18, 36, .38), rgba(5, 18, 36, .1));
  content: "";
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
  padding: clamp(1.7rem, 4vw, 3.7rem);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1.1rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .15);
  padding: .55rem 1rem;
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
}

.hero-title {
  max-width: 700px;
  margin-bottom: .8rem;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
}

.hero-subtitle {
  max-width: 720px;
  margin-bottom: 1.45rem;
  color: rgba(255, 255, 255, .9);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  min-height: 48px;
  border-radius: 999px;
  padding: .82rem 1.25rem;
  font-weight: 800;
  text-decoration: none;
}

.hero-btn-primary {
  background: #fff;
  color: var(--goes-dark);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
}

.hero-btn-primary:hover,
.hero-btn-primary:focus {
  color: var(--goes-blue);
  transform: translateY(-2px);
}

.hero-btn-outline {
  border: 1px solid rgba(255, 255, 255, .32);
  background: rgba(11, 32, 57, .36);
  color: #fff;
}

.hero-btn-outline:hover,
.hero-btn-outline:focus {
  background: rgba(255, 255, 255, .18);
  color: #fff;
  transform: translateY(-2px);
}

.feature-strip {
  position: relative;
  z-index: 2;
  margin-top: -.35rem;
}

.feature-card {
  height: 100%;
  border: 1px solid rgba(13, 99, 216, .1);
  border-radius: 22px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .1);
  padding: 1.3rem 1.2rem;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: .9rem;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--goes-blue), var(--goes-teal));
  color: #fff;
  font-size: 1.4rem;
}

.feature-card h2 {
  color: var(--goes-dark);
  font-weight: 800;
}

.feature-card p {
  margin: 0;
  color: var(--goes-muted);
  line-height: 1.6;
}

.home-shell {
  padding: 1.35rem 0 4rem;
}

.home-hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: var(--goes-dark);
  color: #fff;
}

.home-hero-media,
.home-hero-media .carousel,
.home-hero-media .carousel-inner,
.home-hero-media .carousel-item {
  position: absolute;
  inset: 0;
  height: 100%;
}

.home-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 18, 34, .94) 0%, rgba(6, 18, 34, .74) 50%, rgba(6, 18, 34, .35) 100%),
    linear-gradient(180deg, rgba(6, 18, 34, .18), rgba(6, 18, 34, .62));
}

.home-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  min-height: 640px;
  max-width: 720px;
  padding-top: 3rem;
  padding-bottom: 5.5rem;
}

.home-kicker,
.footer-page-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  width: fit-content;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 6px;
  background: rgba(255, 255, 255, .12);
  padding: .42rem .68rem;
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
}

.home-hero h1 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1.04;
}

.home-hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, .84);
  font-size: 1.15rem;
  line-height: 1.65;
}

.home-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.55rem;
}

.home-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: .48rem;
  min-height: 48px;
  border-radius: 8px;
  font-weight: 700;
}

.home-hero .carousel-control-prev,
.home-hero .carousel-control-next {
  width: 4.5rem;
  z-index: 3;
}

.home-hero-rail {
  position: relative;
  z-index: 3;
  margin-top: -4rem;
}

.home-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
}

.home-signal {
  min-height: 142px;
  border: 1px solid rgba(17, 33, 53, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--goes-shadow);
  padding: 1rem;
}

.home-signal i,
.home-link-tile i,
.footer-page-item i {
  color: var(--goes-blue);
  font-size: 1.3rem;
}

.home-signal h2 {
  margin: .75rem 0 .32rem;
  color: var(--goes-dark);
  font-size: 1.02rem;
  font-weight: 800;
}

.home-signal p {
  margin: 0;
  color: var(--goes-muted);
  font-size: .94rem;
  line-height: 1.52;
}

.home-band {
  padding-top: 4rem;
}

.home-band h2 {
  margin-bottom: .65rem;
  color: var(--goes-dark);
  font-size: 2rem;
  font-weight: 800;
}

.home-band-lead {
  max-width: 700px;
  color: var(--goes-muted);
  line-height: 1.7;
}

.home-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 1.5rem;
}

.home-link-tile {
  display: grid;
  gap: .55rem;
  min-height: 194px;
  border: 1px solid var(--goes-border);
  border-radius: 8px;
  background: #fff;
  color: var(--goes-ink);
  padding: 1.25rem;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(14, 32, 53, .08);
}

.home-link-tile:hover,
.home-link-tile:focus {
  border-color: rgba(13, 99, 216, .35);
  color: var(--goes-ink);
  transform: translateY(-3px);
}

.home-link-tile strong {
  color: var(--goes-dark);
  font-size: 1.15rem;
  font-weight: 800;
}

.home-link-tile span {
  color: var(--goes-muted);
  line-height: 1.6;
}

.home-proof {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 1rem;
  align-items: stretch;
  margin-top: 4rem;
}

.home-proof-copy,
.home-proof-metrics,
.footer-page-panel {
  border: 1px solid var(--goes-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(14, 32, 53, .08);
}

.home-proof-copy {
  display: grid;
  align-content: center;
  gap: .8rem;
  padding: 2rem;
  background:
    linear-gradient(135deg, rgba(13, 99, 216, .1), rgba(14, 139, 130, .08)),
    #fff;
}

.home-proof-copy p {
  margin: 0;
  color: var(--goes-muted);
  line-height: 1.7;
}

.home-proof-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  padding: .85rem;
}

.home-metric {
  min-height: 126px;
  border: 1px solid var(--goes-border);
  border-radius: 8px;
  background: var(--goes-wash);
  padding: 1rem;
}

.home-metric strong {
  display: block;
  margin-bottom: .28rem;
  color: var(--goes-dark);
  font-size: 1.65rem;
  font-weight: 800;
}

.home-metric span {
  color: var(--goes-muted);
  line-height: 1.45;
}

.site-footer {
  margin-top: 4rem;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  background: linear-gradient(135deg, #0f172a, #0e2035);
  color: #fff;
  overflow: hidden;
}

.site-footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 2.25rem);
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: .8rem;
}

.footer-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: .58rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
}

.footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.7;
}

.footer-link-grid {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: clamp(.55rem, .9vw, 1rem);
  min-width: 0;
}

.footer-column h2 {
  min-height: 3rem;
  margin-bottom: .65rem;
  color: #fff;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.28;
}

.footer-column ul {
  display: grid;
  gap: .42rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column a {
  display: inline-block;
  color: rgba(255, 255, 255, .74);
  font-size: .9rem;
  line-height: 1.45;
  text-decoration: none;
}

.footer-column a:hover,
.footer-column a:focus {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .85rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 1rem;
  padding-bottom: 1.35rem;
  color: rgba(255, 255, 255, .66);
  font-size: .92rem;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  text-decoration: none;
}

.footer-socials a:hover,
.footer-socials a:focus {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.footer-page {
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

.footer-page-hero {
  overflow: hidden;
  background: linear-gradient(135deg, #103150, #0d63d8 62%, #0e8b82);
  color: #fff;
  padding: 3rem 0;
}

.footer-page-hero h1 {
  margin-bottom: .9rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 800;
}

.footer-page-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 1.08rem;
  line-height: 1.7;
}

.footer-page-panel {
  margin-top: 1rem;
  padding: 1.35rem;
}

.footer-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}

.footer-page-item {
  min-height: 186px;
  border: 1px solid var(--goes-border);
  border-radius: 8px;
  background: var(--goes-wash);
  padding: 1rem;
}

.footer-page-item h2 {
  margin: .65rem 0 .42rem;
  color: var(--goes-dark);
  font-size: 1.08rem;
  font-weight: 800;
}

.footer-page-item p {
  margin: 0;
  color: var(--goes-muted);
  line-height: 1.6;
}

.core-page-shell {
  display: grid;
  gap: 1.25rem;
}

.core-with-sidebar {
  grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
  align-items: start;
}

.core-content-panel {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
}

.core-nav-sidebar {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: .9rem;
  border: 1px solid var(--goes-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(14, 32, 53, .08);
  padding: .9rem;
}

.core-nav-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border-bottom: 1px solid var(--goes-border);
  padding-bottom: .8rem;
}

.core-nav-sidebar-header span {
  color: var(--goes-dark);
  font-size: .9rem;
  font-weight: 800;
}

.core-nav-sidebar-header a,
.core-nav-all {
  color: var(--goes-blue);
  font-size: .85rem;
  font-weight: 800;
  text-decoration: none;
}

.core-nav-list {
  display: grid;
  gap: .35rem;
}

.core-nav-item,
.core-nav-all {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: .6rem;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--goes-ink);
  padding: .7rem .75rem;
  text-decoration: none;
}

.core-nav-item i {
  color: var(--goes-blue);
  font-size: 1rem;
}

.core-nav-item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.core-nav-item:hover,
.core-nav-item:focus,
.core-nav-all:hover,
.core-nav-all:focus,
.core-nav-item.is-active,
.core-nav-all.is-active {
  border-color: rgba(13, 99, 216, .2);
  background: rgba(13, 99, 216, .08);
  color: var(--goes-blue);
}

.core-nav-item.is-active,
.core-nav-all.is-active {
  font-weight: 800;
}

.core-nav-empty {
  color: var(--goes-muted);
  font-size: .9rem;
}

.core-hero {
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(13, 99, 216, .94), rgba(14, 139, 130, .9)),
    url("/static/public/img/Goes-banner.39a8bc2098b4.png") center / cover;
  color: #fff;
  padding: clamp(1.5rem, 4vw, 3.25rem);
}

.core-eyebrow {
  display: inline-flex;
  margin-bottom: .9rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  padding: .42rem .78rem;
  color: #fff;
  font-weight: 800;
}

.core-hero h1 {
  max-width: 820px;
  margin-bottom: .75rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.55rem);
  font-weight: 800;
}

.core-hero p {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 1.08rem;
  line-height: 1.7;
}

.core-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.35rem;
}

.core-card-grid,
.core-section-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}

.core-card,
.core-info-card,
.core-side-panel {
  border: 1px solid var(--goes-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(14, 32, 53, .08);
}

.core-card {
  display: grid;
  gap: .55rem;
  min-height: 190px;
  color: var(--goes-ink);
  padding: 1.2rem;
  text-decoration: none;
}

.core-card:hover,
.core-card:focus {
  border-color: rgba(13, 99, 216, .36);
  color: var(--goes-ink);
  transform: translateY(-2px);
}

.core-card i,
.core-info-card i {
  color: var(--goes-blue);
  font-size: 1.45rem;
}

.core-card strong,
.core-info-card h2,
.core-side-panel h2 {
  color: var(--goes-dark);
  font-weight: 800;
}

.core-card span,
.core-info-card p,
.core-side-panel p,
.core-rich-text {
  color: var(--goes-muted);
  line-height: 1.65;
}

.core-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 1rem;
}

.core-main-copy {
  display: grid;
  gap: 1rem;
}

.core-rich-text,
.core-info-card,
.core-side-panel {
  padding: 1.2rem;
}

.core-side-panel {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.core-side-panel section + section {
  border-top: 1px solid var(--goes-border);
  padding-top: 1rem;
}

.core-side-panel ul {
  display: grid;
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.core-side-panel li {
  display: grid;
  gap: .15rem;
}

.connections-page-shell {
  display: grid;
  gap: 1.25rem;
}

.connections-with-sidebar {
  grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
  align-items: start;
}

.connections-content-panel {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
}

.connections-nav-sidebar {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: .9rem;
  border: 1px solid var(--goes-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(14, 32, 53, .08);
  padding: .9rem;
}

.connections-nav-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border-bottom: 1px solid var(--goes-border);
  padding-bottom: .8rem;
}

.connections-nav-sidebar-header span {
  color: var(--goes-dark);
  font-size: .9rem;
  font-weight: 800;
}

.connections-nav-sidebar-header a,
.connections-nav-all {
  color: var(--goes-teal);
  font-size: .85rem;
  font-weight: 800;
  text-decoration: none;
}

.connections-nav-list {
  display: grid;
  gap: .35rem;
}

.connections-nav-item,
.connections-nav-all {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: .6rem;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--goes-ink);
  padding: .7rem .75rem;
  text-decoration: none;
}

.connections-nav-item i {
  color: var(--goes-teal);
  font-size: 1rem;
}

.connections-nav-item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.connections-nav-item:hover,
.connections-nav-item:focus,
.connections-nav-all:hover,
.connections-nav-all:focus,
.connections-nav-item.is-active,
.connections-nav-all.is-active {
  border-color: rgba(14, 139, 130, .22);
  background: rgba(14, 139, 130, .08);
  color: var(--goes-teal);
}

.connections-nav-item.is-active,
.connections-nav-all.is-active {
  font-weight: 800;
}

.connections-nav-empty {
  color: var(--goes-muted);
  font-size: .9rem;
}

.connections-hero {
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(14, 32, 53, .94), rgba(14, 139, 130, .88)),
    url("/static/public/img/Goes-banner.39a8bc2098b4.png") center / cover;
  color: #fff;
  padding: clamp(1.5rem, 4vw, 3.25rem);
}

.connections-eyebrow {
  display: inline-flex;
  margin-bottom: .9rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  padding: .42rem .78rem;
  color: #fff;
  font-weight: 800;
}

.connections-hero h1 {
  max-width: 820px;
  margin-bottom: .75rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.55rem);
  font-weight: 800;
}

.connections-hero p {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 1.08rem;
  line-height: 1.7;
}

.connections-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.35rem;
}

.connections-card-grid,
.connections-section-grid,
.connections-metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}

.connections-card,
.connections-info-card,
.connections-side-panel,
.connections-rich-text,
.connections-metric {
  border: 1px solid var(--goes-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(14, 32, 53, .08);
}

.connections-card {
  display: grid;
  gap: .55rem;
  min-height: 190px;
  color: var(--goes-ink);
  padding: 1.2rem;
  text-decoration: none;
}

.connections-card:hover,
.connections-card:focus {
  border-color: rgba(14, 139, 130, .36);
  color: var(--goes-ink);
  transform: translateY(-2px);
}

.connections-card i,
.connections-info-card i {
  color: var(--goes-teal);
  font-size: 1.45rem;
}

.connections-card strong,
.connections-info-card h2,
.connections-side-panel h2 {
  color: var(--goes-dark);
  font-weight: 800;
}

.connections-card span,
.connections-info-card p,
.connections-side-panel p,
.connections-rich-text {
  color: var(--goes-muted);
  line-height: 1.65;
}

.connections-metric {
  padding: 1.1rem;
}

.connections-metric strong,
.connections-card-metric {
  display: block;
  color: var(--goes-teal);
  font-size: 1.55rem;
  font-weight: 800;
}

.connections-metric span {
  color: var(--goes-muted);
  font-weight: 700;
}

.connections-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 1rem;
}

.connections-main-copy {
  display: grid;
  gap: 1rem;
}

.connections-rich-text,
.connections-info-card,
.connections-side-panel {
  padding: 1.2rem;
}

.connections-side-panel {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.connections-side-panel section + section {
  border-top: 1px solid var(--goes-border);
  padding-top: 1rem;
}

.connections-side-panel ul {
  display: grid;
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.connections-side-panel li {
  display: grid;
  gap: .15rem;
}

.governance-page-shell {
  display: grid;
  gap: 1.25rem;
}

.governance-with-sidebar {
  grid-template-columns: minmax(230px, 290px) minmax(0, 1fr);
  align-items: start;
}

.governance-content-panel {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
}

.governance-nav-sidebar {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: .9rem;
  border: 1px solid var(--goes-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(14, 32, 53, .08);
  padding: .9rem;
}

.governance-nav-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border-bottom: 1px solid var(--goes-border);
  padding-bottom: .8rem;
}

.governance-nav-sidebar-header span {
  color: var(--goes-dark);
  font-size: .9rem;
  font-weight: 800;
}

.governance-nav-sidebar-header a,
.governance-nav-all {
  color: var(--goes-blue);
  font-size: .85rem;
  font-weight: 800;
  text-decoration: none;
}

.governance-nav-list {
  display: grid;
  gap: .35rem;
}

.governance-nav-item,
.governance-nav-all {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: .6rem;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--goes-ink);
  padding: .7rem .75rem;
  text-decoration: none;
}

.governance-nav-item i {
  color: var(--goes-teal);
  font-size: 1rem;
}

.governance-nav-item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.governance-nav-item:hover,
.governance-nav-item:focus,
.governance-nav-all:hover,
.governance-nav-all:focus,
.governance-nav-item.is-active,
.governance-nav-all.is-active {
  border-color: rgba(14, 139, 130, .22);
  background: rgba(14, 139, 130, .08);
  color: var(--goes-teal);
}

.governance-nav-item.is-active,
.governance-nav-all.is-active {
  font-weight: 800;
}

.governance-nav-empty {
  color: var(--goes-muted);
  font-size: .9rem;
}

.governance-hero {
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(14, 32, 53, .96), rgba(14, 139, 130, .88)),
    url("/static/public/img/Goes-banner.39a8bc2098b4.png") center / cover;
  color: #fff;
  padding: clamp(1.5rem, 4vw, 3.25rem);
}

.governance-eyebrow {
  display: inline-flex;
  margin-bottom: .9rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  padding: .42rem .78rem;
  color: #fff;
  font-weight: 800;
}

.governance-hero h1 {
  max-width: 850px;
  margin-bottom: .75rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.55rem);
  font-weight: 800;
}

.governance-hero p {
  max-width: 800px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 1.08rem;
  line-height: 1.7;
}

.governance-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.35rem;
}

.governance-card-grid,
.governance-section-grid,
.governance-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}

.governance-card,
.governance-info-card,
.governance-profile-card,
.governance-side-panel {
  border: 1px solid var(--goes-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(14, 32, 53, .08);
}

.governance-card {
  display: grid;
  align-content: start;
  gap: .55rem;
  color: var(--goes-ink);
  padding: 1.2rem;
  text-decoration: none;
}

.governance-card,
.governance-info-card,
.governance-profile-card {
  aspect-ratio: 1 / .92;
  min-height: 0;
  overflow: auto;
}

.governance-card:hover,
.governance-card:focus {
  border-color: rgba(14, 139, 130, .32);
  color: var(--goes-ink);
  transform: translateY(-2px);
}

.governance-card i,
.governance-info-card i {
  color: var(--goes-teal);
  font-size: 1.45rem;
}

.governance-card strong,
.governance-info-card h2,
.governance-side-panel h2,
.governance-profile-card h3 {
  color: var(--goes-dark);
  font-weight: 800;
}

.governance-card strong,
.governance-info-card h2 {
  font-size: 1rem;
  line-height: 1.25;
}

.governance-profile-card h3 {
  margin-bottom: .25rem;
  font-size: .98rem;
  line-height: 1.25;
}

.governance-card span,
.governance-info-card p,
.governance-side-panel p,
.governance-profile-card p,
.governance-profile-card small,
.governance-rich-text {
  color: var(--goes-muted);
  line-height: 1.65;
}

.governance-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 1rem;
}

.governance-main-copy {
  display: grid;
  gap: 1rem;
}

.governance-rich-text,
.governance-info-card,
.governance-profile-card,
.governance-side-panel {
  padding: 1.2rem;
}

.governance-profile-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: 1rem;
}

.governance-profile-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(14, 139, 130, .1);
  color: var(--goes-teal);
  font-size: 1.45rem;
}

.governance-profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.governance-side-panel {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.governance-side-panel section + section {
  border-top: 1px solid var(--goes-border);
  padding-top: 1rem;
}

.governance-side-panel ul {
  display: grid;
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.governance-side-panel li {
  display: grid;
  gap: .15rem;
}

.partnerships-page-shell {
  display: grid;
  gap: 1.25rem;
}

.partnerships-with-sidebar {
  grid-template-columns: minmax(230px, 290px) minmax(0, 1fr);
  align-items: start;
}

.partnerships-content-panel {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
}

.partnerships-nav-sidebar {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: .9rem;
  border: 1px solid var(--goes-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(14, 32, 53, .08);
  padding: .9rem;
}

.partnerships-nav-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border-bottom: 1px solid var(--goes-border);
  padding-bottom: .8rem;
}

.partnerships-nav-sidebar-header span {
  color: var(--goes-dark);
  font-size: .9rem;
  font-weight: 800;
}

.partnerships-nav-sidebar-header a,
.partnerships-nav-all {
  color: var(--goes-blue);
  font-size: .85rem;
  font-weight: 800;
  text-decoration: none;
}

.partnerships-nav-list {
  display: grid;
  gap: .35rem;
}

.partnerships-nav-item,
.partnerships-nav-all {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: .6rem;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--goes-ink);
  padding: .7rem .75rem;
  text-decoration: none;
}

.partnerships-nav-item i {
  color: var(--goes-gold);
  font-size: 1rem;
}

.partnerships-nav-item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.partnerships-nav-item:hover,
.partnerships-nav-item:focus,
.partnerships-nav-all:hover,
.partnerships-nav-all:focus,
.partnerships-nav-item.is-active,
.partnerships-nav-all.is-active {
  border-color: rgba(240, 182, 72, .32);
  background: rgba(240, 182, 72, .12);
  color: #8a5a00;
}

.partnerships-nav-item.is-active,
.partnerships-nav-all.is-active {
  font-weight: 800;
}

.partnerships-nav-empty {
  color: var(--goes-muted);
  font-size: .9rem;
}

.partnerships-hero {
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(14, 32, 53, .96), rgba(146, 94, 13, .88)),
    url("/static/public/img/Goes-banner.39a8bc2098b4.png") center / cover;
  color: #fff;
  padding: clamp(1.5rem, 4vw, 3.25rem);
}

.partnerships-eyebrow {
  display: inline-flex;
  margin-bottom: .9rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  padding: .42rem .78rem;
  color: #fff;
  font-weight: 800;
}

.partnerships-hero h1 {
  max-width: 860px;
  margin-bottom: .75rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.55rem);
  font-weight: 800;
}

.partnerships-hero p {
  max-width: 800px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 1.08rem;
  line-height: 1.7;
}

.partnerships-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.35rem;
}

.partnerships-card-grid,
.partnerships-section-grid,
.partnerships-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}

.partnerships-card,
.partnerships-info-card,
.partnerships-opportunity-card,
.partnerships-side-panel,
.partnerships-rich-text {
  border: 1px solid var(--goes-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(14, 32, 53, .08);
}

.partnerships-card {
  display: grid;
  align-content: start;
  gap: .55rem;
  color: var(--goes-ink);
  padding: 1.2rem;
  text-decoration: none;
}

.partnerships-card,
.partnerships-info-card,
.partnerships-opportunity-card {
  aspect-ratio: 1 / .92;
  min-height: 0;
  overflow: auto;
}

.partnerships-card:hover,
.partnerships-card:focus {
  border-color: rgba(240, 182, 72, .46);
  color: var(--goes-ink);
  transform: translateY(-2px);
}

.partnerships-card i,
.partnerships-info-card i {
  color: #b7791f;
  font-size: 1.45rem;
}

.partnerships-card strong,
.partnerships-info-card h2,
.partnerships-opportunity-card h3,
.partnerships-side-panel h2 {
  color: var(--goes-dark);
  font-weight: 800;
}

.partnerships-card strong,
.partnerships-info-card h2 {
  font-size: 1rem;
  line-height: 1.25;
}

.partnerships-card span,
.partnerships-info-card p,
.partnerships-opportunity-card p,
.partnerships-opportunity-card small,
.partnerships-side-panel p,
.partnerships-rich-text {
  color: var(--goes-muted);
  line-height: 1.65;
}

.partnerships-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 1rem;
}

.partnerships-main-copy {
  display: grid;
  gap: 1rem;
}

.partnerships-rich-text,
.partnerships-info-card,
.partnerships-opportunity-card,
.partnerships-side-panel {
  padding: 1.2rem;
}

.partnerships-opportunity-card {
  display: grid;
  align-content: start;
  gap: .45rem;
}

.partnerships-opportunity-card h3 {
  margin-bottom: .15rem;
  font-size: .98rem;
  line-height: 1.25;
}

.partnerships-opportunity-card small {
  display: block;
}

.partnerships-side-panel {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.partnerships-side-panel section + section {
  border-top: 1px solid var(--goes-border);
  padding-top: 1rem;
}

.partnerships-side-panel ul {
  display: grid;
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.partnerships-side-panel li {
  display: grid;
  gap: .15rem;
}

.partnerships-card-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  margin-top: .9rem;
}

.partnerships-card-pager span {
  min-width: 6.5rem;
  color: var(--goes-muted);
  font-size: .9rem;
  font-weight: 700;
  text-align: center;
}

.partnerships-card-pager .btn:disabled {
  opacity: .5;
}

.governance-card-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  margin-top: .9rem;
}

.governance-card-pager span {
  min-width: 6.5rem;
  color: var(--goes-muted);
  font-size: .9rem;
  font-weight: 700;
  text-align: center;
}

.governance-card-pager .btn:disabled {
  opacity: .5;
}

.policy-public-shell {
  display: grid;
  grid-template-columns: minmax(240px, 310px) minmax(0, 1fr);
  align-items: start;
  gap: 1.25rem;
}

.policy-public-content {
  min-width: 0;
}

.policy-public-sidebar {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: 1rem;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  border: 1px solid var(--goes-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(14, 32, 53, .08);
  padding: .95rem;
}

.policy-sidebar-header {
  border-bottom: 1px solid var(--goes-border);
  padding-bottom: 1rem;
}

.policy-sidebar-kicker,
.policy-sidebar-title {
  color: var(--goes-muted);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.policy-brand-mark,
.policy-icon-square,
.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: rgba(13, 99, 216, .09);
  color: var(--goes-blue);
}

.policy-brand-mark {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--goes-blue), var(--goes-teal));
  color: #fff;
  box-shadow: 0 10px 24px rgba(13, 99, 216, .18);
}

.policy-icon-square,
.icon-square {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 8px;
}

.policy-sidebar-section {
  padding-top: .25rem;
}

.policy-nav-link,
.policy-document-link,
.policy-category-link {
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--goes-ink);
  text-decoration: none;
}

.policy-nav-link {
  display: flex;
  align-items: center;
  gap: .7rem;
  min-height: 3rem;
  padding: .65rem .7rem;
}

.policy-document-link {
  display: grid;
  gap: .2rem;
  padding: .65rem .7rem;
}

.policy-document-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .6rem;
  line-height: 1.25;
}

.policy-category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  border-color: var(--goes-border);
  background: #fff;
  padding: .62rem .72rem;
}

.policy-nav-link:hover,
.policy-nav-link:focus,
.policy-document-link:hover,
.policy-document-link:focus,
.policy-category-link:hover,
.policy-category-link:focus,
.policy-nav-link.is-active,
.policy-document-link.is-active,
.policy-category-link.is-active {
  border-color: rgba(13, 99, 216, .2);
  background: rgba(13, 99, 216, .08);
  color: var(--goes-blue);
}

.policy-nav-link.is-active,
.policy-document-link.is-active,
.policy-category-link.is-active {
  font-weight: 800;
}

.public-page-hero,
.hero,
.card-panel,
.policy-card,
.preview-card,
.filter-panel,
.policy-summary-panel {
  border: 1px solid var(--goes-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(14, 32, 53, .08);
}

.public-page-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: clamp(1.25rem, 2.4vw, 2.35rem);
  background:
    linear-gradient(135deg, rgba(14, 32, 53, .96), rgba(13, 99, 216, .88)),
    url("/static/public/img/Goes-banner.39a8bc2098b4.png") center / cover;
  color: #fff;
}

.hero {
  background:
    linear-gradient(135deg, rgba(13, 99, 216, .08), rgba(14, 139, 130, .06)),
    #fff;
}

.policy-summary-panel {
  overflow: hidden;
}

.policy-meta-tile {
  height: 100%;
  border: 1px solid var(--goes-border);
  border-radius: 8px;
  background: var(--goes-wash);
  padding: .9rem;
}

.card-hover {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.card-hover:hover {
  border-color: rgba(13, 99, 216, .24);
  box-shadow: 0 18px 38px rgba(14, 32, 53, .1);
  transform: translateY(-3px);
}

.soft-pill,
.badge-soft {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border: 1px solid rgba(13, 99, 216, .12);
  background: rgba(13, 99, 216, .09);
  color: var(--goes-blue);
}

.soft-pill {
  border-radius: 999px;
  padding: .35rem .75rem;
  font-size: .875rem;
}

.empty-state {
  border: 1px dashed rgba(13, 99, 216, .24);
  border-radius: 8px;
  background: rgba(13, 99, 216, .04);
}

.form-control,
.form-select {
  border-radius: 8px;
}

.search-container {
  max-width: 800px;
  margin: 2.5rem auto;
}

.search-input {
  min-height: 48px;
}

.application-table {
  width: 100%;
  margin-top: 1.25rem;
  border-collapse: collapse;
}

.application-table th,
.application-table td {
  border-bottom: 1px solid var(--goes-border);
  padding: .75rem;
}

.timeline {
  display: flex;
  gap: .55rem;
  margin-top: 2rem;
}

.step {
  flex: 1;
  border-radius: 8px;
  background: #e9eef3;
  padding: .85rem;
  text-align: center;
}

.step.active {
  background: var(--goes-blue);
  color: #fff;
}

@media (max-width: 1199px) {
  .site-footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-link-grid {
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .site-utility-inner {
    align-items: flex-start;
    flex-direction: column;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .mini-nav {
    justify-content: flex-start;
  }

  .site-nav-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .6rem;
    width: 100%;
    padding-top: .75rem;
  }

  .site-nav .navbar-collapse {
    max-height: calc(100vh - 180px);
    margin-top: .9rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: .2rem;
  }

  .public-mega-nav {
    gap: .35rem;
  }

  .top-nav .nav-link {
    justify-content: space-between;
    width: 100%;
    border-radius: 12px;
    padding-inline: .85rem;
  }

  .site-nav .public-mega-menu {
    position: static !important;
    width: 100%;
    margin-top: .35rem;
    margin-bottom: .35rem;
    padding: .6rem;
    transform: none !important;
  }

  .public-mega-nav .dropdown-menu.show {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mega-feature {
    min-height: auto;
  }

  .mega-feature,
  .mega-link-group {
    padding: .85rem;
  }

  .site-nav-actions .btn {
    justify-content: center;
    width: 100%;
  }

  .site-brand strong {
    font-size: 1.15rem;
  }

  .home-hero,
  .home-hero-inner {
    min-height: 590px;
  }

  .home-hero h1 {
    font-size: 3rem;
  }

  .home-signal-grid,
  .home-link-grid,
  .home-audience-grid,
  .home-services-grid,
  .home-why-grid,
  .home-pathfinder-layout,
  .home-living-layout,
  .home-trust-grid,
  .footer-page-grid,
  .core-card-grid,
  .core-section-grid,
  .connections-card-grid,
  .connections-section-grid,
  .connections-metric-strip,
  .governance-card-grid,
  .governance-section-grid,
  .governance-profile-grid,
  .partnerships-card-grid,
  .partnerships-section-grid,
  .partnerships-opportunity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-service-tile,
  .home-service-tile.primary,
  .home-service-tile.subscriber,
  .home-service-tile:nth-child(n),
  .home-audience-tile,
  .home-audience-tile:nth-child(n),
  .home-trust-item,
  .home-trust-item:nth-child(n),
  .home-why-item,
  .home-why-item.faculty,
  .home-why-item.curriculum,
  .home-why-item.impact {
    grid-column: span 1;
  }

  .home-proof,
  .home-services-heading,
  .home-living-heading,
  .core-detail-layout,
  .core-with-sidebar,
  .connections-detail-layout,
  .connections-with-sidebar,
  .governance-detail-layout,
  .governance-with-sidebar,
  .partnerships-detail-layout,
  .partnerships-with-sidebar,
  .policy-public-shell,
  .site-footer-inner {
    grid-template-columns: 1fr;
  }

  .core-nav-sidebar,
  .connections-nav-sidebar,
  .governance-nav-sidebar,
  .partnerships-nav-sidebar,
  .policy-public-sidebar {
    position: static;
    max-height: none;
  }

  .core-nav-list,
  .connections-nav-list,
  .governance-nav-list,
  .partnerships-nav-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .governance-card,
  .governance-info-card,
  .governance-profile-card,
  .partnerships-card,
  .partnerships-info-card,
  .partnerships-opportunity-card {
    aspect-ratio: auto;
    min-height: 180px;
  }

  .home-services-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .site-brand small {
    max-width: 15rem;
  }

  .site-nav {
    border-radius: 20px;
  }

  .site-nav-actions {
    grid-template-columns: 1fr;
  }

  .main-content-card {
    margin-top: 1.5rem;
    border-radius: 20px;
  }

  .home-hero,
  .home-hero-inner {
    min-height: 560px;
  }

  .home-hero-inner {
    padding-top: 2rem;
    padding-bottom: 4.75rem;
  }

  .home-hero h1,
  .footer-page-hero h1 {
    font-size: 2.35rem;
  }

  .home-hero p {
    font-size: 1rem;
  }

  .home-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .home-signal-grid,
  .home-link-grid,
  .home-audience-grid,
  .home-services-grid,
  .home-pathfinder-options,
  .home-living-layout,
  .home-trust-grid,
  .home-why-grid,
  .home-proof-metrics,
  .footer-link-grid,
  .footer-page-grid,
  .core-nav-list,
  .core-card-grid,
  .core-section-grid,
  .connections-nav-list,
  .connections-card-grid,
  .connections-section-grid,
  .connections-metric-strip,
  .governance-nav-list,
  .governance-card-grid,
  .governance-section-grid,
  .governance-profile-grid,
  .partnerships-nav-list,
  .partnerships-card-grid,
  .partnerships-section-grid,
  .partnerships-opportunity-grid {
    grid-template-columns: 1fr;
  }

  .home-service-tile,
  .home-service-tile.primary,
  .home-service-tile.subscriber,
  .home-service-tile:nth-child(n),
  .home-audience-tile,
  .home-audience-tile:nth-child(n),
  .home-living-feature,
  .home-living-feature:first-child,
  .home-living-feature.wellness,
  .home-trust-item,
  .home-trust-item:nth-child(n),
  .home-why-item,
  .home-why-item.faculty,
  .home-why-item.curriculum,
  .home-why-item.impact {
    grid-column: span 1;
  }

  .home-hero .carousel-control-prev,
  .home-hero .carousel-control-next {
    width: 2.75rem;
  }

  .footer-bottom,
  .timeline {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Homepage legacy section styles merged from apps/public/static/public/css/public.css */
.home-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all .3s ease;
}

.home-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.supports-card-reveal .home-reveal-item {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 420ms ease var(--reveal-delay, 0ms), transform 420ms ease var(--reveal-delay, 0ms), box-shadow 180ms ease, border-color 180ms ease;
}

.supports-card-reveal .home-reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-page-container {
  padding-bottom: 3rem;
  padding-top: 1rem;
}

.home-slider-card {
  overflow: hidden;
}

.home-slider-card:hover {
  transform: none;
}

.home-slider-card > .card-body,
.home-slider-hero-shell {
  position: relative;
}

.home-slider-hero-shell {
  overflow: hidden;
  border-radius: 12px;
  background: var(--goes-dark);
}

.home-welcome-card {
  margin: 0 auto 1.5rem;
  max-width: 1040px;
  overflow: hidden;
  width: 92%;
}

.home-welcome-card .main-header {
  position: relative;
  isolation: isolate;
}

.home-welcome-card .main-header::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(110deg, rgba(8, 20, 35, .94), rgba(13, 99, 216, .72) 54%, rgba(14, 139, 130, .7)),
    url("/static/public/img/home-welcome-card.6819c00791a1.png") center / cover;
  content: "";
}

.home-welcome-card .main-header::after {
  position: absolute;
  inset: auto 1.25rem 1.25rem auto;
  z-index: -1;
  width: min(26rem, 46%);
  height: 46%;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .04));
  content: "";
  transform: skewX(-10deg);
}

.home-welcome-content {
  padding: 1.6rem 2rem;
}

.home-welcome-content h1 {
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.2;
  margin: 0 0 0.65rem;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.38);
}

.home-welcome-title,
.home-welcome-tagline {
  align-items: center;
  display: flex;
  justify-content: center;
}

.home-welcome-title {
  flex-wrap: wrap;
  gap: 0.4rem;
}

.home-welcome-intro {
  color: #ffffff;
  font-weight: 650;
}

.home-welcome-brand {
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.2);
}

.home-brand-g {
  color: #52d9ff;
}

.home-brand-o {
  color: #ffd65a;
}

.home-brand-e {
  color: #ff7f6e;
}

.home-brand-s {
  color: #73e6a1;
}

.home-welcome-tagline {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.5em;
  font-weight: 700;
  gap: 0.7rem;
  margin-top: 0.55rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.home-welcome-tagline::before,
.home-welcome-tagline::after {
  content: "";
  height: 2px;
  max-width: 72px;
  width: 8%;
}

.home-welcome-tagline::before {
  background: #52d9ff;
}

.home-welcome-tagline::after {
  background: #ffd65a;
}

.home-tag-learn {
  color: #67ddff;
}

.home-tag-innovate {
  color: #ffd65a;
}

.home-tag-lead {
  color: #7ceaa8;
}

.home-welcome-content .lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 780px;
}

.home-welcome-button {
  margin-top: 0.85rem;
}

.home-slider-card .home-welcome-overlay {
  position: absolute;
  top: clamp(0.85rem, 2vw, 1.4rem);
  left: clamp(0.85rem, 2vw, 1.4rem);
  z-index: 6;
  margin: 0;
  width: min(29rem, calc(100% - 2rem));
  max-width: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(8, 20, 35, 0.74);
  box-shadow: 0 18px 42px rgba(8, 20, 35, 0.26);
  backdrop-filter: blur(12px);
}

.home-slider-card .home-welcome-overlay:hover {
  transform: none;
}

.home-slider-card .home-welcome-overlay .main-header {
  background: transparent;
  border-radius: 12px;
}

.home-slider-card .home-welcome-overlay .main-header::before {
  background:
    linear-gradient(120deg, rgba(8, 20, 35, .9), rgba(13, 99, 216, .5) 58%, rgba(14, 139, 130, .4));
}

.home-slider-card .home-welcome-overlay .main-header::after,
.home-slider-card .home-welcome-overlay .home-welcome-tagline::before,
.home-slider-card .home-welcome-overlay .home-welcome-tagline::after {
  display: none;
}

.home-slider-card .home-welcome-overlay .home-welcome-content {
  padding: clamp(0.95rem, 2vw, 1.35rem);
  text-align: left !important;
}

.home-slider-card .home-welcome-overlay .home-welcome-content h1 {
  font-size: clamp(1.1rem, 1.65vw, 1.45rem);
  margin-bottom: 0.55rem;
}

.home-slider-card .home-welcome-overlay .home-welcome-title,
.home-slider-card .home-welcome-overlay .home-welcome-tagline {
  justify-content: flex-start;
}

.home-slider-card .home-welcome-overlay .home-welcome-tagline {
  font-size: 0.56em;
  gap: 0;
}

.home-slider-card .home-welcome-overlay .lead {
  max-width: 27rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 0.9rem;
  line-height: 1.48;
}

.home-slider-card .home-welcome-overlay .home-welcome-button {
  min-height: 42px;
  min-width: auto;
  margin-top: 0.75rem;
  padding: 0.56rem 1rem;
  font-size: 0.9rem;
}

.home-cta-button {
  --home-cta-bg: #ffd65a;
  --home-cta-border: #ffe698;
  --home-cta-color: #102536;
  --home-cta-focus: rgba(255, 214, 90, 0.42);
  --home-cta-shadow: rgba(0, 0, 0, 0.28);
  align-items: center;
  background: var(--home-cta-bg);
  border: 1px solid var(--home-cta-border);
  border-radius: 7px;
  box-shadow: 0 7px 0 rgba(8, 20, 35, 0.42), 0 13px 24px var(--home-cta-shadow);
  color: var(--home-cta-color);
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 800;
  gap: 0.65rem;
  isolation: isolate;
  justify-content: center;
  letter-spacing: 0;
  min-height: 46px;
  min-width: 148px;
  overflow: hidden;
  padding: 0.65rem 1.25rem;
  position: relative;
  text-decoration: none;
  transition: box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.home-cta-button::before {
  background: rgba(255, 255, 255, 0.55);
  content: "";
  height: 180%;
  left: -35%;
  position: absolute;
  top: -40%;
  transform: rotate(18deg);
  transition: left 420ms ease;
  width: 18%;
  z-index: -1;
}

.home-cta-button:hover {
  background: var(--home-cta-bg);
  border-color: #ffffff;
  box-shadow: 0 9px 0 rgba(8, 20, 35, 0.38), 0 18px 34px var(--home-cta-shadow);
  color: var(--home-cta-color);
  transform: translateY(-3px);
}

.home-cta-button:hover::before {
  left: 118%;
}

.home-cta-button:active {
  box-shadow: 0 3px 0 rgba(8, 20, 35, 0.42), 0 7px 14px var(--home-cta-shadow);
  transform: translateY(3px);
}

.home-cta-button:focus-visible {
  box-shadow: 0 0 0 4px var(--home-cta-focus), 0 7px 0 rgba(8, 20, 35, 0.42), 0 13px 24px var(--home-cta-shadow);
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.home-cta-button > span,
.home-cta-icon {
  position: relative;
  z-index: 1;
}

.home-cta-icon {
  font-size: 1.05em;
  transition: transform 180ms ease;
}

.home-cta-button:hover .home-cta-icon {
  transform: translate(3px, -2px);
}

.home-cta-carousel {
  --home-cta-bg: #52d9ff;
  --home-cta-border: #a8edff;
  --home-cta-color: #082233;
  --home-cta-focus: rgba(82, 217, 255, 0.42);
}

.home-cta-carousel:hover .home-cta-icon {
  transform: translateX(4px);
}

.home-cta-light {
  --home-cta-bg: #ffffff;
  --home-cta-border: #ffffff;
  --home-cta-color: #153e59;
  --home-cta-focus: rgba(255, 255, 255, 0.45);
  --home-cta-shadow: rgba(5, 29, 48, 0.34);
  margin-top: 0.6rem;
}

.section-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.main-header {
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
  border-radius: 10px;
}

.lead {
  font-size: 1.25rem;
  color: #eaeada;
}

.home-services-card {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 251, 255, .9)),
    linear-gradient(135deg, #ffffff, #f4f9ff);
}

.home-services-heading {
  display: grid;
  grid-template-columns: minmax(160px, auto) minmax(0, 1fr);
  gap: 1.1rem;
  align-items: start;
  margin-bottom: 1.35rem;
}

.home-services-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  width: fit-content;
  border: 1px solid rgba(14, 139, 130, .2);
  border-radius: 999px;
  background: rgba(14, 139, 130, .08);
  color: #0f766e;
  padding: .42rem .75rem;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-services-heading h2 {
  margin: 0;
  color: var(--goes-dark);
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  font-weight: 850;
  line-height: 1.1;
}

.home-services-heading p {
  max-width: 760px;
  margin: .65rem 0 0;
  color: var(--goes-muted);
  line-height: 1.65;
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: .85rem;
}

.home-service-tile {
  position: relative;
  display: grid;
  align-content: start;
  gap: .55rem;
  grid-column: span 3;
  min-height: 205px;
  overflow: hidden;
  border: 1px solid rgba(17, 33, 53, .1);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(248, 251, 255, .92)),
    rgba(255, 255, 255, .94);
  color: var(--goes-ink);
  padding: 1.1rem;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(14, 32, 53, .07);
}

.home-service-tile::after {
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--goes-blue), var(--goes-teal), var(--goes-gold));
  content: "";
  transform: scaleX(.32);
  transform-origin: left;
  transition: transform 220ms ease;
}

.home-service-tile.primary,
.home-service-tile.subscriber {
  color: #fff;
}

.home-service-tile.primary {
  grid-column: span 5;
  min-height: 250px;
  background:
    linear-gradient(135deg, rgba(13, 99, 216, .9), rgba(14, 139, 130, .86)),
    url("/static/public/img/hero-slider-1.58056e972aed.png") center / cover;
}

.home-service-tile:nth-child(2),
.home-service-tile:nth-child(4) {
  grid-column: span 4;
}

.home-service-tile:nth-child(3) {
  grid-column: span 3;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(237, 253, 250, .92)),
    #fff;
}

.home-service-tile:nth-child(5),
.home-service-tile:nth-child(7) {
  grid-column: span 3;
}

.home-service-tile:nth-child(6) {
  grid-column: span 2;
  min-height: 188px;
}

.home-service-tile.subscriber {
  background:
    linear-gradient(135deg, rgba(14, 32, 53, .96), rgba(79, 70, 229, .86)),
    url("/static/public/img/hero-slider-3.d0723348bfdd.png") center / cover;
}

.home-service-tile:hover,
.home-service-tile:focus {
  border-color: rgba(13, 99, 216, .3);
  color: var(--goes-ink);
  transform: translateY(-3px);
}

.home-service-tile:hover::after,
.home-service-tile:focus::after {
  transform: scaleX(1);
}

.home-service-tile.primary:hover,
.home-service-tile.primary:focus,
.home-service-tile.subscriber:hover,
.home-service-tile.subscriber:focus {
  color: #fff;
}

.home-service-tile i {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(13, 99, 216, .1);
  color: var(--goes-blue);
  font-size: 1.2rem;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.home-service-tile.primary i,
.home-service-tile.subscriber i {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.home-service-tile:hover i,
.home-service-tile:focus i,
.home-audience-tile:hover i,
.home-audience-tile:focus i,
.home-trust-item:hover i,
.home-trust-item:focus i {
  transform: translateY(-3px) scale(1.04);
}

.home-service-tile strong {
  color: var(--goes-dark);
  font-size: 1rem;
  font-weight: 850;
}

.home-service-tile span {
  color: var(--goes-muted);
  font-size: .92rem;
  line-height: 1.55;
}

.home-service-tile.primary strong,
.home-service-tile.primary span,
.home-service-tile.subscriber strong,
.home-service-tile.subscriber span {
  color: rgba(255, 255, 255, .94);
}

.home-services-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  border: 1px solid rgba(13, 99, 216, .14);
  border-radius: 12px;
  background: rgba(13, 99, 216, .06);
  padding: 1rem 1.1rem;
}

.home-services-footer div {
  display: grid;
  gap: .15rem;
}

.home-services-footer strong {
  color: var(--goes-dark);
  font-weight: 850;
}

.home-services-footer span {
  color: var(--goes-muted);
  line-height: 1.45;
}

.home-services-footer a {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--goes-dark);
  color: #fff;
  padding: .72rem 1rem;
  font-weight: 800;
  text-decoration: none;
}

.home-services-footer a:hover,
.home-services-footer a:focus {
  background: var(--goes-blue);
  color: #fff;
}

.home-audience-card {
  border: 1px solid rgba(17, 33, 53, .1);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(244, 249, 255, .94)),
    url("/static/public/img/hero-slider-2.b084f9fd5dfd.png") center / cover,
    #fff;
  box-shadow: var(--goes-shadow);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.home-audience-heading {
  display: grid;
  gap: .45rem;
  max-width: 760px;
  margin-bottom: 1.1rem;
}

.home-audience-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  width: fit-content;
  border: 1px solid rgba(13, 99, 216, .16);
  border-radius: 999px;
  background: rgba(13, 99, 216, .08);
  color: var(--goes-blue);
  padding: .38rem .7rem;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-audience-heading h2 {
  margin: 0;
  color: var(--goes-dark);
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
  font-weight: 900;
}

.home-audience-heading p {
  margin: 0;
  color: var(--goes-muted);
}

.home-audience-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: .75rem;
}

.home-audience-tile {
  position: relative;
  display: grid;
  align-content: start;
  gap: .48rem;
  grid-column: span 2;
  min-height: 176px;
  overflow: hidden;
  border: 1px solid rgba(17, 33, 53, .1);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(248, 251, 255, .92)),
    #fff;
  color: var(--goes-ink);
  padding: 1rem;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(14, 32, 53, .06);
}

.home-audience-tile:nth-child(1),
.home-audience-tile:nth-child(2) {
  grid-column: span 3;
}

.home-audience-tile:nth-child(4) {
  background:
    linear-gradient(145deg, rgba(17, 33, 53, .94), rgba(13, 99, 216, .82)),
    url("/static/public/img/hero-slider-4.910616d56159.png") center / cover;
  color: #fff;
}

.home-audience-tile:nth-child(4) strong,
.home-audience-tile:nth-child(4) span {
  color: rgba(255, 255, 255, .94);
}

.home-audience-tile:nth-child(4) i {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.home-audience-tile:hover,
.home-audience-tile:focus {
  border-color: rgba(13, 99, 216, .28);
  color: var(--goes-ink);
  transform: translateY(-3px);
}

.home-audience-tile i {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(13, 99, 216, .1);
  color: var(--goes-blue);
  font-size: 1.15rem;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.home-audience-tile strong {
  color: var(--goes-dark);
  font-size: .98rem;
  font-weight: 850;
}

.home-audience-tile span {
  color: var(--goes-muted);
  font-size: .9rem;
  line-height: 1.5;
}

.home-pathfinder-card {
  border: 1px solid rgba(17, 33, 53, .1);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(240, 182, 72, .12), rgba(13, 99, 216, .08)),
    linear-gradient(135deg, #0e2035, #112135);
  color: #fff;
  box-shadow: var(--goes-shadow);
  overflow: hidden;
  padding: clamp(1.35rem, 3vw, 2.5rem);
}

.home-pathfinder-intro {
  display: grid;
  gap: .65rem;
  max-width: 780px;
  margin-bottom: 1.25rem;
}

.home-pathfinder-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  padding: .42rem .75rem;
  color: #bfdbfe;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-pathfinder-intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  font-weight: 900;
  line-height: 1.05;
}

.home-pathfinder-intro p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.65;
}

.home-pathfinder-layout {
  display: grid;
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.home-pathfinder-options {
  display: grid;
  gap: .55rem;
}

.home-path-option {
  display: flex;
  align-items: center;
  gap: .7rem;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .88);
  padding: .72rem .85rem;
  text-align: left;
  font-weight: 800;
}

.home-path-option i {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 10px;
  background: rgba(255, 255, 255, .1);
  color: #bfdbfe;
}

.home-path-option:hover,
.home-path-option:focus,
.home-path-option.active {
  border-color: rgba(255, 255, 255, .38);
  background: #fff;
  color: var(--goes-dark);
}

.home-path-option:hover i,
.home-path-option:focus i,
.home-path-option.active i {
  background: rgba(13, 99, 216, .12);
  color: var(--goes-blue);
}

.home-pathfinder-results {
  display: grid;
  gap: 1rem;
}

.home-path-result {
  min-height: 340px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 251, 255, .92)),
    #fff;
  color: var(--goes-ink);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.home-path-result > span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: .85rem;
  border: 1px solid rgba(13, 99, 216, .16);
  border-radius: 999px;
  background: rgba(13, 99, 216, .08);
  color: var(--goes-blue);
  padding: .34rem .65rem;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-path-result h3 {
  max-width: 680px;
  margin: 0;
  color: var(--goes-dark);
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  font-weight: 900;
  line-height: 1.12;
}

.home-path-result p {
  max-width: 680px;
  margin: .75rem 0 0;
  color: var(--goes-muted);
  line-height: 1.7;
}

.home-path-actions,
.home-path-persistent-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .65rem;
}

.home-path-actions {
  margin-top: 1.25rem;
}

.home-path-actions a,
.home-path-persistent-actions a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border-radius: 999px;
  padding: .72rem 1rem;
  font-weight: 850;
  text-decoration: none;
}

.home-path-actions a:first-child,
.home-path-primary {
  background: var(--goes-blue);
  color: #fff;
}

.home-path-actions a:not(:first-child),
.home-path-secondary {
  border: 1px solid rgba(13, 99, 216, .16);
  background: rgba(13, 99, 216, .08);
  color: var(--goes-blue);
}

.home-path-actions a:hover,
.home-path-actions a:focus,
.home-path-persistent-actions a:hover,
.home-path-persistent-actions a:focus {
  transform: translateY(-2px);
}

.home-path-persistent-actions {
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  padding: .85rem;
}

.home-path-primary {
  background: var(--goes-gold);
  color: #102536;
}

.home-living-card {
  border: 1px solid rgba(17, 33, 53, .1);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(13, 99, 216, .08), rgba(14, 139, 130, .06)),
    #fff;
  box-shadow: var(--goes-shadow);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.home-living-heading {
  display: grid;
  grid-template-columns: minmax(160px, auto) minmax(0, 1fr);
  gap: 1.1rem;
  align-items: start;
  margin-bottom: 1.25rem;
}

.home-living-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  width: fit-content;
  border: 1px solid rgba(13, 99, 216, .16);
  border-radius: 999px;
  background: rgba(13, 99, 216, .08);
  color: var(--goes-blue);
  padding: .42rem .75rem;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-living-heading h2 {
  margin: 0;
  color: var(--goes-dark);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.1;
}

.home-living-heading p {
  max-width: 780px;
  margin: .65rem 0 0;
  color: var(--goes-muted);
  line-height: 1.65;
}

.home-living-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}

.home-living-feature {
  position: relative;
  display: grid;
  align-content: start;
  gap: .8rem;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(17, 33, 53, .1);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(248, 251, 255, .96), rgba(255, 255, 255, .98)),
    #f8fbff;
  padding: 1rem;
}

.home-living-feature:first-child,
.home-living-feature.wellness {
  grid-column: span 2;
}

.home-living-feature:first-child {
  background:
    linear-gradient(145deg, rgba(13, 99, 216, .1), rgba(255, 255, 255, .96)),
    #fff;
}

.home-living-feature:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(240, 182, 72, .14), rgba(255, 255, 255, .96)),
    #fff;
}

.home-living-feature:nth-child(4) {
  background:
    linear-gradient(145deg, rgba(79, 70, 229, .1), rgba(255, 255, 255, .96)),
    #fff;
}

.home-living-feature.wellness {
  background:
    linear-gradient(145deg, rgba(14, 139, 130, .14), rgba(255, 255, 255, .96)),
    #fff;
}

.home-living-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.home-living-section-head span {
  color: var(--goes-dark);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-living-section-head a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--goes-blue);
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.home-living-section-head a:hover,
.home-living-section-head a:focus {
  text-decoration: underline;
}

.home-living-list,
.home-story-stack {
  display: grid;
  gap: .62rem;
}

.home-living-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .7rem;
  align-items: start;
  border: 1px solid rgba(17, 33, 53, .08);
  border-radius: 10px;
  background: #fff;
  color: var(--goes-ink);
  padding: .8rem;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-living-row:hover,
.home-living-row:focus,
.home-story-card:hover,
.home-story-card:focus {
  border-color: rgba(13, 99, 216, .3);
  box-shadow: 0 12px 26px rgba(14, 32, 53, .1);
  color: var(--goes-ink);
  transform: translateY(-2px);
}

.home-living-row i {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(13, 99, 216, .1);
  color: var(--goes-blue);
}

.home-living-row span,
.home-story-card {
  display: grid;
  gap: .2rem;
}

.home-living-row strong,
.home-story-card strong {
  color: var(--goes-dark);
  font-weight: 850;
  line-height: 1.35;
}

.home-living-row small,
.home-story-card span {
  color: var(--goes-muted);
  line-height: 1.45;
}

.home-story-card {
  border: 1px solid rgba(17, 33, 53, .08);
  border-radius: 10px;
  background: #fff;
  color: var(--goes-ink);
  padding: 1rem;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-living-empty {
  border: 1px dashed rgba(13, 99, 216, .22);
  border-radius: 10px;
  background: rgba(13, 99, 216, .05);
  color: var(--goes-muted);
  padding: 1rem;
}

.why_goes {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(14, 32, 53, .96), rgba(13, 99, 216, .82)),
    url("/static/public/img/hero-slider-2.b084f9fd5dfd.png") center / cover;
  color: #fff;
}

.home-why-heading {
  display: grid;
  gap: .7rem;
  max-width: 820px;
  margin-bottom: 1.4rem;
}

.home-why-heading span,
.home-final-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #dbeafe;
  padding: .42rem .75rem;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-why-heading h2,
.home-final-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
  font-weight: 900;
  line-height: 1.08;
}

.home-why-heading p,
.home-final-cta .lead {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.65;
}

.home-why-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: .85rem;
}

.home-why-item {
  display: grid;
  align-content: start;
  gap: .55rem;
  min-height: 190px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .1);
  padding: 1.1rem;
  backdrop-filter: blur(10px);
}

.home-why-item.faculty {
  grid-column: span 5;
}

.home-why-item.curriculum {
  grid-column: span 4;
}

.home-why-item.impact {
  grid-column: span 3;
}

.home-why-item i {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 1.25rem;
}

.home-why-item strong {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
}

.home-why-item span {
  color: rgba(255, 255, 255, .82);
  line-height: 1.55;
}

.home-trust-card {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(13, 99, 216, .08), rgba(14, 139, 130, .08)),
    url("/static/public/img/trust-signals.661ce7110ad5.png") center / cover,
    #fff;
}

.home-trust-heading {
  max-width: 760px;
  margin: 0 auto 1.5rem;
}

.home-trust-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: .8rem;
  border: 1px solid rgba(13, 99, 216, .16);
  border-radius: 999px;
  background: rgba(13, 99, 216, .08);
  color: var(--goes-blue);
  padding: .42rem .75rem;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.home-trust-heading h2 {
  margin: 0;
  color: var(--goes-dark);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 850;
  line-height: 1.12;
}

.home-trust-heading p {
  margin: .75rem auto 0;
  color: var(--goes-muted);
  line-height: 1.65;
}

.home-trust-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: .9rem;
}

.home-trust-item {
  display: grid;
  align-content: start;
  gap: .55rem;
  grid-column: span 4;
  min-height: 188px;
  border: 1px solid rgba(17, 33, 53, .1);
  border-radius: 10px;
  background: rgba(255, 255, 255, .92);
  color: var(--goes-ink);
  padding: 1.15rem;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(14, 32, 53, .07);
}

.home-trust-item:nth-child(1),
.home-trust-item:nth-child(6) {
  grid-column: span 5;
}

.home-trust-item:nth-child(2),
.home-trust-item:nth-child(4) {
  grid-column: span 3;
}

.home-trust-item:nth-child(3),
.home-trust-item:nth-child(5) {
  grid-column: span 4;
}

.home-trust-item:hover,
.home-trust-item:focus {
  border-color: rgba(13, 99, 216, .28);
  color: var(--goes-ink);
  transform: translateY(-3px);
}

.home-trust-item i {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--goes-blue), var(--goes-teal));
  color: #fff;
  font-size: 1.2rem;
  transition: transform 180ms ease;
}

.home-final-cta {
  overflow: hidden;
  border: 0;
  background:
    linear-gradient(135deg, rgba(13, 99, 216, .94), rgba(14, 139, 130, .84)),
    url("/static/public/img/hero-slider-4.910616d56159.png") center / cover;
  color: #fff;
}

.home-final-cta .card-body {
  display: grid;
  justify-items: center;
  gap: .75rem;
}

.home-final-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: .35rem;
}

.home-final-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 7px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  padding: .65rem 1.05rem;
  font-weight: 850;
  text-decoration: none;
}

.home-final-link:hover,
.home-final-link:focus {
  background: rgba(255, 255, 255, .22);
  color: #fff;
  transform: translateY(-2px);
}

.home-trust-item strong {
  color: var(--goes-dark);
  font-size: 1rem;
  font-weight: 850;
}

.home-trust-item span {
  color: var(--goes-muted);
  font-size: .92rem;
  line-height: 1.55;
}

.hero-slide-image {
  width: 100%;
  aspect-ratio: 20 / 11;
  min-height: clamp(500px, 58vw, 760px);
  object-fit: cover;
  object-position: center;
}

.carousel-pause-toggle {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  padding: .62rem .9rem;
  background: rgba(8, 20, 35, .78);
  color: #fff;
  font-size: .92rem;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(8, 20, 35, .24);
  backdrop-filter: blur(10px);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.carousel-pause-toggle:hover,
.carousel-pause-toggle:focus {
  border-color: rgba(255, 255, 255, .62);
  background: rgba(255, 255, 255, .96);
  color: var(--goes-dark);
}

.carousel-pause-toggle[aria-pressed="true"] {
  background: #fff;
  color: var(--goes-blue);
}

.home-carousel-caption {
  align-items: center;
  background: rgba(8, 20, 35, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  left: 50%;
  margin: 0;
  max-width: 680px;
  padding: 1.25rem 1.5rem;
  right: auto;
  text-align: center;
  transform: translateX(-50%);
  width: min(72%, 680px);
}

.home-carousel-caption h4,
.home-carousel-caption p {
  margin: 0;
}

.home-carousel-caption p {
  color: rgba(255, 255, 255, 0.88);
}

.home-carousel-caption .goes-btn {
  margin-top: 0.25rem;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  html {
    scroll-behavior: auto;
  }

  .carousel,
  .carousel-item {
    transition: none !important;
  }

  .home-cta-button,
  .home-cta-button::before,
  .home-cta-icon {
    transition: none;
  }

  .home-cta-button:hover,
  .home-cta-button:active,
  .home-cta-button:hover .home-cta-icon {
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .home-page-container {
    padding-top: 0.5rem;
  }

  .home-welcome-card {
    margin-bottom: 1rem;
    width: 100%;
  }

  .home-welcome-content {
    padding: 1.2rem 1rem;
  }

  .home-welcome-content h1 {
    font-size: 1.25rem;
  }

  .home-welcome-content .lead {
    font-size: 0.92rem;
  }

  .home-carousel-caption {
    bottom: 0.75rem;
    gap: 0.45rem;
    padding: 0.85rem 1rem;
    width: calc(100% - 2rem);
  }

  .hero-slide-image {
    aspect-ratio: 4 / 3;
    min-height: 300px;
  }

  .home-slider-card .hero-slide-image {
    aspect-ratio: 3 / 4;
    min-height: 560px;
  }

  .home-slider-card .home-welcome-overlay {
    top: .75rem;
    left: .75rem;
    width: min(22rem, calc(100% - 5rem));
  }

  .home-slider-card .home-welcome-overlay .home-welcome-content {
    padding: .85rem;
  }

  .home-slider-card .home-welcome-overlay .home-welcome-content h1 {
    font-size: 1.08rem;
    line-height: 1.16;
  }

  .home-slider-card .home-welcome-overlay .lead {
    font-size: .82rem;
    line-height: 1.38;
  }

  .home-slider-card .home-welcome-overlay .home-welcome-button {
    min-height: 38px;
    padding: .48rem .8rem;
    font-size: .82rem;
  }

  .carousel-pause-toggle {
    top: .75rem;
    right: .75rem;
    justify-content: center;
    width: 40px;
    min-height: 40px;
    padding: 0;
    font-size: .84rem;
  }

  .carousel-pause-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .home-carousel-caption h4 {
    font-size: 1.05rem;
  }

  .home-carousel-caption p {
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .home-carousel-caption .goes-btn {
    min-height: 42px;
    min-width: 132px;
    padding: 0.52rem 1rem;
  }
}
