.faq-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}

.faq-footer p {
  margin: 0;
  color: #222222;
  font-size: 1.2rem;
  font-weight: 600;
}

.faq-footer a {
  color: #1c375b;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

/* Contact button styles - matches mobile menu Contact button */
.faq-contact-button {
  background-color: white;
  border: 1px solid #222222;
  padding: 12px 18px;
  font-weight: 600;
  font-size: 16px;
  color: #222222;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.faq-contact-button:hover {
  background-color: #f9fafb;
  border-color: #9ca3af;
  transform: translateY(-2px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
