footer {
  padding: 30px 0 40px;
  background: #2d2330;
  color: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: start;
}
.footer-brand { font-weight: 850; font-size: 18px; margin-bottom: 8px; }
.footer-email { color: rgba(255,255,255,.72); font-size: 14px; }
.footer-fund { display: flex; align-items: flex-start; gap: 18px; }
.footer-logos { display: flex; align-items: center; gap: 14px; flex: none; }
.footer-fund img { width: 110px; height: 54px; object-fit: contain; background: #fff; border-radius: 8px; flex: none; }
.footer-fund img.putp { width: 110px; height: 84px; padding: 2px; }
.footer-fund p { margin: 0; font-size: 12px; color: rgba(255,255,255,.68); line-height: 1.55; }

.skip-link {
  position: absolute;
  left: 12px;
  top: -80px;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--plum);
  color: #fff;
  z-index: 100;
}
.skip-link:focus { top: 12px; }

