footer { border-top: 1px solid var(--border); padding: 2.5rem 2rem; }

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-left { display: flex; align-items: center; gap: 1.25rem; }

.footer-logo { font-weight: bold; font-size: 0.75rem; color: var(--white); }
.footer-logo em { color: var(--muted); font-style: normal; }
.footer-logo span { color: var(--muted); }
.footer-logo:hover { text-decoration: none; color: var(--white); }

.footer-powered { font-size: 0.75rem; color: #333; display: flex; align-items: center; gap: 0.5rem; }
.footer-powered a { color: inherit; }
.footer-powered img { display: block; }

.footer-links { display: flex; gap: 1.5rem; list-style: none; }
.footer-links a { font-size: 0.75rem; color: var(--muted); transition: color 0.15s; }
.footer-links a:hover { color: var(--white); text-decoration: none; }
