/* Contact & Support - page-specific styles.
   Static inline styles lifted into semantic classes referencing canonical
   tokens. Two values are kept verbatim on purpose: the official WhatsApp
   brand green (#25D366), and the 12px FAQ item radius and 16px card radius
   which sit between token steps, preserved to keep the look identical. */

.contact {
  max-width: 720px;
}

.contact__title {
  font-size: 28px;
}

.contact__channel-card {
  border-radius: 16px;
}

.contact__icon-whatsapp {
  color: #25D366; /* official WhatsApp brand green */
}

.contact__icon-email {
  color: var(--brand-orange);
}

.contact__channel-title {
  font-size: 18px;
}

.contact__section-heading {
  font-size: 22px;
}

.contact__success-heading {
  font-size: 18px;
}

.contact__form-card {
  border-radius: 16px;
}

.contact__faq-item {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 8px;
}
