.site-footer {
  display: grid;
  gap: 14px;
  padding: 22px 2px 6px;
  border-top: 1px solid #d7e1ec;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.85fr);
  gap: 20px 28px;
  align-items: start;
}

.footer-brand strong {
  display: block;
  color: #20324f;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.footer-brand p {
  margin-top: 8px;
  color: #637387;
  font-size: 13px;
  line-height: 1.9;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.footer-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #dbe4ee;
  border-radius: 999px;
  background: #f8fbfe;
}

.footer-meta-item span {
  color: #708094;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.footer-meta-item strong {
  color: #213651;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid #e1e8f0;
}

.footer-bottom p {
  color: #7a8899;
  font-size: 12px;
  font-weight: 600;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-links a {
  color: #395f90;
  font-size: 12px;
  font-weight: 800;
}

.footer-links a:hover {
  text-decoration: underline;
}
