/* FOOTER */
.site-footer {
  background: #0b0b0b;
  color: #ccc;
  padding: 60px 20px;
  width: 100%;
  border-top: 1px solid rgba(229,181,103,0.15);
}

.footer-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* TAGLINE */
.footer-tagline {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #ddd;
}

.footer-tagline strong {
  color: #e5b567;
}

/* SUBLINE */
.footer-subline {
  font-size: 1rem;
  line-height: 1.6;
  color: #bbb;
}

.footer-subline span {
  color: #e5b567;
  font-weight: 600;
}

/* DIVIDER */
.footer-divider {
  width: 60px;
  height: 2px;
  background: #e5b567;
  margin: 22px auto;
  opacity: 0.6;
}

/* COPYRIGHT */
.footer-copy {
  font-size: 0.9rem;
  color: #888;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-tagline {
    font-size: 1rem;
  }

  .footer-subline {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .site-footer {
    padding: 50px 15px;
  }

  .footer-copy {
    font-size: 0.85rem;
  }
}
