.site-footer {
  margin-top: auto;
  background: linear-gradient(180deg, #00102a 0%, #000 100%);
  color: #94a3b8;
  padding: 80px 24px;
  font-size: 15px;
  border-top: 6px solid #c5a059;
}

.site-footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  min-width: 0;
}

@media (min-width: 1025px) {
  .site-footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}

.site-footer h4 {
  color: #c5a059;
  margin: 0 0 25px;
  font-weight: 800;
  font-size: 15px;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2.5;
}

.site-footer a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.site-footer a:hover {
  color: #cbd5e1;
}

.site-footer-btn {
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  text-align: left;
}

.site-footer-btn:hover {
  color: #cbd5e1;
}

.site-footer-note {
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
  padding-top: 2px;
}

.site-footer-note strong {
  color: #cbd5e1;
  font-weight: 800;
}

.site-footer-address {
  line-height: 1.65;
  margin-bottom: 10px;
  max-width: 360px;
}

.site-footer-address .company {
  color: #cbd5e1;
  font-weight: 700;
}

.site-footer-email {
  color: #cbd5e1;
  text-decoration: underline;
  font-weight: 600;
}

.site-footer-copy {
  max-width: 1200px;
  margin: 60px auto 0;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 13px;
}
