:root {
  --gmc-blue: #225795;
  --atv-slate: #708090;
  --machined-silver: #e0e0e0;
}

.ecosystem-footer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  border-top: 1px solid var(--gmc-blue);
  background: var(--atv-slate);
  color: var(--machined-silver);
  padding: 32px 24px 20px;
}

.ecosystem-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ecosystem-footer__title {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ecosystem-footer__columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px 24px;
}

.ecosystem-footer__column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ecosystem-footer__label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ecosystem-footer__url {
  color: var(--machined-silver);
  text-decoration: none;
  font-family: "SFMono-Regular", "Consolas", "Liberation Mono", "Menlo", monospace;
  font-size: 15px;
}

.ecosystem-footer__url:hover {
  text-decoration: underline;
}

.ecosystem-footer__desc {
  font-size: 13px;
  opacity: 0.85;
}

.ecosystem-footer__heritage {
  margin: 4px 0 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.08em;
}
