footer {
  color: #223046;
  padding: 40px 0 20px 0;
  font-size: 1.05rem;
  margin-top: 48px;
  text-align: center;
  border: none;
  background: #f7f9fa;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -2px 16px rgba(0,0,0,0.04);
  letter-spacing: 0.01em;
}

footer p { margin:8px 0; font-weight:500; color:#223046; }

.footer-links { margin:18px 0 0 0; display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:8px; }
.footer-links a { color:#2bb3a3; text-decoration:underline; margin:0 8px; transition:color .2s, background .2s; font-weight:500; font-size:1.05rem; cursor:pointer; border-radius:4px; padding:2px 6px; }
.footer-links a:hover, .footer-links a:focus { color:#fff; background:#176e62; text-decoration:none; }
.footer-sep { color:#888; margin:0 8px; user-select:none; pointer-events:none; font-size:1.1em; }
