
footer {
  position: static;
  width: 100%;
  background: linear-gradient(90deg, var(--hf) 60%, #2d3748 100%);
  color: #f3f4f6;
  text-align: center;
  padding: 28px 12px 24px 12px;
  border-radius: 0;
  box-shadow: 0 -2px 16px rgba(0,0,0,0.10);
  margin-top: auto;
  font-size: 1.08rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

footer h3 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 1.18rem;
  letter-spacing: 0.03em;
}

footer a {
  color: #cbd5f5;
  text-decoration: none;
  transition: color 0.2s;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  align-items: flex-start;
}


footer p span {
  color: #ff6b6b;
  font-size: 1.1rem;
  font-weight: 600;
}