/* GOYO Branding */
/* Shared brand variables for the clean emerald theme */

:root {
  --brand-tagline: "Get Noticed. Get Seen. Get Paid.";
  --brand-primary: #10B981;
  --brand-bg: #0A0A0A;
}

/* ── Standard Footer ── */
footer {
  text-align: center;
  padding: 40px 24px;
  border-top: 1px solid #18181B;
  font-size: 13px;
  color: #52525B;
  margin-top: 80px;
}
footer a {
  color: #71717A;
  text-decoration: none;
}
footer a:hover {
  color: #A1A1AA;
}
