/* FOOTER - hanya baris copyright, tidak mengubah global body */

/* Pastikan box-sizing enak dipakai */
.tj-footer *, .tj-footer {
  box-sizing: border-box;
}

.tj-footer {
  background-color: #000000;
  border-top: 1px solid #262626;
  color: #e5e5e5;
  padding: 1.5rem 5vw 1.5rem;
}

.tj-footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.8rem;
  color: #a3a3a3;
}
