.contact-card {
  border: 1px solid #f1f5f9;
}

.contact-form textarea {
  resize: vertical;
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #fde7f1, #e8f3ff);
  border-radius: 10px;
  color: var(--accent);
}

