/* Contact-specific proof treatment within the shared conversion hero. */
.contact-proof__icon {
  display: block;
  width: clamp(2.8rem, 5vw, 3.75rem);
  margin-bottom: 1.65rem;
  color: var(--color-success-on-dark);
  filter: drop-shadow(0 0 14px rgba(25, 206, 136, 0.22));
}

.contact-proof__icon svg {
  width: 100%;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

@media (max-width: 768px) {
  .contact-proof__icon {
    width: 2.65rem;
    margin-bottom: 1.2rem;
  }
}
