.site-footer{
  background:#1e1e1e;
  color:#f3f4f6;
  margin-top:48px;
}
.footer-top{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));
  gap:28px;
  padding:36px 28px;
  align-items:start;
}
.footer-logo-img{
  width:140px;
  height:auto;
  display:block;
}
.footer-tagline{
  color:#cdd1d7;
  margin:6px 0 14px;
}
.footer-col h4{
  margin:0 0 10px;
  font-size:1.05rem;
  font-weight:800;
}
.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
  color:#d1d5db;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.footer-col a{
  color:#d1d5db;
  text-decoration:none;
}
.footer-col a:hover{
  color:#c5a662;
}
.footer-social{
  display:flex;
  gap:10px;
  margin-top:12px;
}
.social-circle{
  width:36px;
  height:36px;
  border-radius:50%;
  background:#fff;
  color:#111827;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 4px 14px rgba(0,0,0,0.12);
}
.social-circle:hover{
  background:#e5e7eb;
}
