.site-footer {
  background-color: #f3f3f3;
  padding: 2rem 1rem 1rem;
  color: #333;
  font-size: 0.95rem;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-col h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 0.5rem;
}

.footer-col ul li a {
  color: #333;
  text-decoration: none;
}

.footer-col ul li a:hover {
  text-decoration: underline;
}

.footer-social a {
  margin-right: 10px;
  color: #333;
  font-size: 1.2rem;
}

.footer-col form {
  display: flex;
  flex-direction: column;
}

.footer-col input[type="email"] {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.footer-col button {
  padding: 0.5rem;
  background-color: #0046be;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.footer-col button:hover {
  background-color: #003080;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  padding-top: 1rem;
  text-align: center;
}

.footer-card-icons i {
  font-size: 1.5rem;
  margin: 0 0.5rem;
  color: #666;
}
