/* ===== Footer Waitis Studio ===== */
.footer-waitis {
  width: 100%;
  padding: 16px 24px;
  background-color: #111111;
  text-align: center;
  font-size: 0.85rem;
  color: #aaaaaa;
  border-top: 1px solid #2a2a2a;
}

.footer-waitis p {
  margin: 0;
}

.footer-waitis a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.footer-waitis a:hover {
  color: #f5c518;
}
