.site-footer {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.site-footer .fineprint { margin: 8px 0 0; }
.site-footer .fineprint:first-child { margin-top: 0; }
.bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  align-items: center;
  margin-top: 18px;
}
.footer-link-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.referral-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.referral-pill {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(247, 147, 26, 0.42);
  border-radius: 999px;
  color: #f7dcc0;
  background: rgba(247, 147, 26, 0.08);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.referral-pill:hover,
.referral-pill:focus-visible,
.referral-pill[aria-current="page"] {
  border-color: rgba(247, 147, 26, 0.78);
  color: var(--accent);
  background: rgba(247, 147, 26, 0.14);
  text-decoration: none;
}
@media (max-width: 600px) {
  .bottom-links {
    display: grid;
    gap: 16px;
    align-items: start;
  }
  .footer-link-group { width: 100%; }
  .real-sats-group .referral-label { flex-basis: 100%; }
}
