/* Webflow sometimes leaves elements with inline opacity:0; force visible */
.contact-layout [style*="opacity:0"] { opacity: 1 !important; transform: none !important; }

/* simple messages */
.contact-success,
.contact-error{
  margin:0 0 14px; padding:12px 14px; border-radius:8px; font-weight:600;
}
.contact-success{ background:#e8f7ee; color:#22623a; border:1px solid #bde6c7; }
.contact-error{   background:#fde9ea; color:#8c2a2e; border:1px solid #f8c8cc; }
