/* Added in the 2026-09-10 remediation package. */
.cta-conversion-hint {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.72em;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.35;
  opacity: 0.82;
}
.contact-web-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(10, 52, 88, 0.16);
  border-radius: 0.75rem;
  background: #fff;
}
.contact-web-form__lead {
  margin: 0;
  color: #0a3458;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.65;
}
.contact-web-form__note,
.contact-web-form .contact-form-note {
  margin: 0;
  line-height: 1.7;
}
.contact-web-form .contact-submit {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
.utm-promoted-faq {
  border-inline-start: 3px solid #e65d52;
}
.utm-fade-in {
  animation: gal-utm-fade-in 420ms ease-out both;
}
img[loading="lazy"] {
  content-visibility: auto;
}
@keyframes gal-utm-fade-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .utm-fade-in { animation: none; }
}
