/* iQQuip — Contact Release Gate 10
   Contact hero only: vertical grey split + rounded general-email card. */

.contact-hero aside {
  border-radius: 14px;
  overflow: hidden;
}

@media (min-width: 1001px) {
  .contact-hero {
    background: linear-gradient(90deg, #fff 58%, #edf2f5 58%) !important;
  }
}
