.contact-hero-form-card .contact-hero-status { display: block; margin-top: 16px; padding: 12px 16px; border-radius: 8px; font-size: 14px; line-height: 1.5; border: 1px solid transparent; }
.contact-hero-form-card .contact-hero-status[hidden] { display: none; }
.contact-hero-form-card .contact-hero-status--pending { background: #eef2ff; border-color: #c7d2fe; color: #3730a3; }
.contact-hero-form-card .contact-hero-status--success { background: #ecfdf5; border-color: #a7f3d0; color: #065f46; }
.contact-hero-form-card .contact-hero-status--error { background: #fef2f2; border-color: #fecaca; color: #991b1b; }
.contact-hero-form .contact-hero-input--error { border-color: #dc2626; }
.contact-hero-form .contact-hero-submit[disabled] { opacity: 0.6; cursor: not-allowed; }
