.site-footer {
  background: #0b0b0b;
  color: #fff;
  padding: 70px 0 30px;
  font-family: 'Poppins', sans-serif;
}

.footer-logo {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-logo span {
  color: #e6b65c;
}

.footer-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-text {
  font-size: 0.9rem;
  opacity: 0.8;
  line-height: 1.7;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-line {
  border-color: rgba(255,255,255,0.1);
  margin: 30px 0;
}

.footer-bottom p {
  font-size: 0.85rem;
  opacity: 0.7;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-logo {
    font-size: 1.4rem;
  }
}
