footer {
  margin-top: 5rem;
  padding: 2rem 20px;
  border-top: 1px solid rgba(255,255,255,0.07);
  width: 100%;
  max-width: 960px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

footer p {
  font-size: 0.78rem;
  margin: 0;
  color: rgba(255,255,255,0.5);
}

footer .footer-divider {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,0.2);
}

.powered-by {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: rgba(255,255,255,0.5);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: opacity 0.2s;
}

.powered-by:hover { opacity: 0.8; }

.powered-by img {
  height: 48px;
  width: auto;
}
