/* CONTACTO
   Editar formulario, datos comerciales y bloque informativo. */
.contact-grid { align-items: start; }
.contact-form h2,
.info-panel h2 { font-size: 24px !important; letter-spacing: -0.015em; }
.contact-form { box-shadow: 0 18px 60px rgba(7,26,40,.08); }

.form-feedback {
  margin-top: 4px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
}
.form-feedback.success {
  background: rgba(0, 168, 100, 0.1);
  color: #006633;
}
.form-feedback.error {
  background: rgba(200, 30, 30, 0.08);
  color: #991111;
}
