.site-footer {
  background: #0e8fbe;
  margin-top: 0;
  border-top: 3px solid rgba(255, 255, 255, 0.9);
  padding: clamp(1rem, 2vw, 1.2rem) 1rem;
}

.site-footer_text {
  margin: 0;
  text-align: center;
  font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.2vw + 0.55rem, 1.55rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #dce8ef;
}
