/* CONTACT */
.contato {
  text-align: center;
  padding: 70px 20px;
}

.contato h2 {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.contato p {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 28px;
}

.social {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e8e8e8;
  transition: border-color 0.2s, transform 0.2s;
  color: #333;
}

.social a:hover {
  border-color: #bbb;
  transform: translateY(-2px);
}

/* FOOTER */
footer {
  text-align: center;
  padding: 24px;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  font-size: 0.85rem;
  color: #999;
}
